/*@import url("https://fonts.googleapis.com/css?family=Alegreya+Sans:400,700|Eczar:400,700");*/

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,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,header,footer,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0
}

body {
	line-height: 1
}

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

fieldset,img,input,textarea {
	border: 0
}

address,caption,cite,code,dfn,em,strong,th,var {
	/*font-style: normal;
	font-weight: normal;*/
}

ol,ul,li {
	list-style: none
}

caption,th {
	text-align: left
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal
}

abbr,acronym {
	border: 0;
	font-variant: normal
}

/* sup {
	vertical-align: text-top
} */

/* sub {
	vertical-align: text-bottom
} */

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0
}

legend {
	color: #000
}

a,img,input,textarea,select {
	outline: none
}

textarea {
	overflow: auto
}

input[type=submit],input[type=checkbox] {
	cursor: pointer
}

input[type=submit] {
	background: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,canvas,img {
	display: block
}

html,body,form,fieldset,p,div,h1,h2,h3,h4,h5,h6 {
	-webkit-text-size-adjust: none
}

a,input,div {
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

input[type=text],input[type=tel],input[type=submit] {
	-webkit-appearance: none;
	border-radius: 0
}

.visually-hidden {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden
}

::-moz-selection {
	background: #fff;
	color: #000;
	text-shadow: none
}

::selection {
	background: #fff;
	color: #000;
	text-shadow: none
}

::-moz-selection {
	background: #fff;
	color: #000;
	text-shadow: none
}

body {
	width: 100%;
	font: normal 16px/30px "Alegreya Sans",sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #000;
	background: #fff;
	overflow-y: scroll
}

.mobile body {
	background:#fff;
}

a {
	/*color: #fff;*/
	text-decoration: none
}

.svg {
	display: none
}

.icon {
	display: block;
	width: 100%;
	height: 100%
}

#arrow {
	fill: #fff
}

#film {
	fill: #fff
}

.title-ghost {
	position: absolute;
	left: 0;
	top: 0;
	font: normal 16px/30px "Alegreya Sans",sans-serif;
	opacity: 0;
	cursor: default;
	pointer-events: none;
	z-index: -1
}

/* .img-box-shadow {
	-webkit-box-shadow: 0 0 20px 0 #000;
	box-shadow: 0 0 20px 0 #000
} */

.img-lazyload-container {
	background-color: #000;
	-webkit-transition: background 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
	transition: background 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s
}

.img-lazyload-container.loaded .img-lazyload {
	opacity: 1
}

.img-lazyload {
	/* opacity: 0; */
	-webkit-transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

#main-loader,.main-loader-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

#main-loader {
	z-index: 113
}

.main-loader-bg {
	background-color: #000
}

.main-loader-loading {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -6px;
	-webkit-transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s,-webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
	transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s,-webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
	transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s,transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
	transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s,transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s,-webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
	will-change: transform, opacity
}

.main-loader-loading.hide {
	opacity: 0;
	-webkit-transform: translateY(-80px) skewY(-5deg);
	transform: translateY(-80px) skewY(-5deg);
	-webkit-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) .1s,-webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) .1s;
	transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) .1s,-webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) .1s;
	transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) .1s,transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) .1s;
	transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) .1s,transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) .1s,-webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) .1s
}

.main-loader-loading.init {
	opacity: 0;
	-webkit-transform: translateY(80px) skewY(-5deg);
	transform: translateY(80px) skewY(-5deg);
	-webkit-transition: opacity 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0s,-webkit-transform 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	transition: opacity 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0s,-webkit-transform 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	transition: opacity 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0s,transform 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	transition: opacity 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0s,transform 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s,-webkit-transform 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s
}

.mobile #main-loader {
	position: fixed
}

.logo {
	width: 183px;
	height: 29px;
	z-index:2;
}

@media screen and (max-width: 1159px) {
	.logo {
		width: 160px;
	}
}

@media screen and (max-width: 1079px) {
	.logo {
		width: 140px;
	}
}

#main-container {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

#lesanimals-page-wrapper {
	-webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s;
	transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s
}

.lesanimals-page-container {
	position: relative;
	max-width: 1600px;
	width: calc( 100% - 640px);
	margin: auto
}

@media screen and (max-width: 1479px) {
	.lesanimals-page-container {
		width: calc( 100% - 500px)
	}
}

@media screen and (max-width: 1159px) {
	.lesanimals-page-container {
		width: calc( 100% - 400px)
	}
}

@media screen and (max-width: 939px), screen and (max-height: 639px) {
	.lesanimals-page-container {
		width: calc( 100% - 200px)
	}
}

@media screen and (max-width: 679px) {
	.lesanimals-page-container {
		width: 100%
	}
}

.mobile #main-container {
	position: static
}

#main-logo {
	display: block;
	position: absolute;
	left: 92px;
	right:92px;
	top: 5%;
	/* margin-left: -51px; */
	-webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	z-index: 8;
	transform:translate3d(0px, 0, 0px) !important;
	background:#fff;
}

#main-logo .pc{display: block;}
#main-logo .mobile{display: none;}
@media screen and (max-width: 979px) {
	#main-logo .pc{display: none;}
	#main-logo .mobile{display: block;}

	#sticky-wrapper{display: none;}
}

/* .desktop #main-logo:hover {
	opacity: 0.5
} */

.error404 #main-logo {
	display: none
}

#sticky-wrapper.contact-opened ~ #lesanimals-page-wrapper {
	opacity: 0;
	-webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.6s;
	transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.6s
}

.sticky-menu #sticky-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.sticky-menu.contact-open #sticky-wrapper {
	z-index: 8
}

.sticky-menu #sticky-container {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	top: 0;
	-webkit-transition: height 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: height 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	overflow: hidden
}

@media screen and (max-width: 1159px) {
	#main-logo {
		top: 40px;
		margin-left: -40px
	}
}

@media screen and (max-width: 679px) {
	#main-logo {
		left: 30px;
		top: 30px;
		margin-left: 0
	}
}

.main-menu {
	position: fixed;
	left: 92px;
	top: 0px;
	padding-right: 105px;
	font-size: 0px;
	line-height: 0px;
	text-align: right;
	text-transform: uppercase;
	-webkit-transform: translate(-100%, 0%) rotate(-90deg);
	transform: translate(-100%, 0%) rotate(-90deg);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	z-index: 8
}

.main-menu.details{top: 100px;}

.main-menu:after {
	content: '';
	position: absolute;
	right: 0;
	top: 7px;
	width: 60px;
	height: 2px;
	background-color: #fff
	display:none;
}

.menu-active:before,.current-menu-item .menu-item-link:before,.desktop .menu-item-link:hover:before {
	width: calc( 100% - 20px)
}
.current-menu-item .menu-item-link{color:#ec6617;}

.menu-active:after,.current-menu-item .menu-item-link:after,.desktop .menu-item-link:hover:after {
	-webkit-transform: translate(0%, 0) scale(1, 1);
	transform: translate(0%, 0) scale(1, 1);
	-webkit-transition: -webkit-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: -webkit-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.menu-item {
	display: inline-block;
	margin-left: 5px
}

.mobile .current-menu-item .menu-item-link .menu-item-link-txt {
	opacity: 1
}

.menu-item-contact {
	display: none
}

.menu-item-link {
	position: relative;
	padding: 10px;
	font: normal 16px/17px "GilroyMedium",sans-serif;
	color:#999;
}
.menu-item-link:hover{
	color:#999;
}

.menu-item-link:before {
	content: attr(data-hover);
	position: absolute;
	left: 10px;
	top: 10px;
	width: 0;
	height: calc( 100% - 20px);
	-webkit-transition: width 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: width 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	overflow: hidden;
	color:#ec6617;
}

.menu-item-link:after {
	content: '';
	position: absolute;
	left: 11px;
	bottom: -1px;
	width: 20px;
	height: 2px;
	-webkit-transform: translate(-50%, 0) scale(0, 1);
	transform: translate(-50%, 0) scale(0, 1);
	-webkit-transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	will-change: transform;
	background-color: #ec6617
}

.mobile .menu-item-link:before {
	display: none
}

.menu-item-link-txt {
	-webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.menu-lg {
	position: fixed;
	right: 145px;
	top: 39px;
	font: normal 15px/15px "Alegreya Sans",sans-serif;
	z-index: 8
}

.menu-lg-item {
	float: left;
	margin-left: 10px
}

.menu-lg-link {
	display: block;
	padding: 5px;
	text-transform: capitalize;
	opacity: 0.5;
	-webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.menu-lg-link.active {
	opacity: 1;
	cursor: default
}

.desktop .menu-lg-link:hover {
	opacity: 1
}

.menu-social {
	position: fixed;
	left: 85px;
	bottom: 80px;
	width: 30px;
	font: normal 15px/15px "Alegreya Sans",sans-serif;
	z-index: 8
}

.menu-social-item {
	margin: auto;
	width:26px;
	height:26px;
	border-radius:50%;
	border:1px solid #ccc;
}

.menu-social-item:nth-child(2) {
	margin-bottom: 17px
}

.menu-social-item:nth-child(2) .menu-social-link {
	width: 8px;
	height: 17px
}

.menu-social-item:nth-child(1) {
	margin-bottom: 17px
}

.menu-social-item:nth-child(1) .menu-social-link {
	width: 14px;
	height: 13px
}

.menu-social-item:nth-child(3) {
	margin-bottom: 17px
}
.menu-social-item:nth-child(4) {
	margin-bottom: 17px
}

.menu-social-item:nth-child(5) {
	margin-bottom: 17px
}

.menu-social-item:nth-child(3) .menu-social-link {
	width: 15px;
	height: 15px
}

.menu-social-item:nth-child(4) .menu-social-link {
	width: 15px;
	height: 15px
}

.menu-social-link {
	display: block;
	margin: auto;
	padding: 5px;
	/* opacity: 0.5; */
	-webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.desktop .menu-social-link:hover {
	opacity: 1
}

.menu-legal {
	position: fixed;
	left: 80px;
	bottom: 45px;
	width: 40px;
	height: 40px;
	z-index: 8
}

.menu-legal-points {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 2px;
	height: 2px;
	margin: -1px 0 0 -1px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 50%
}

.menu-legal-points:before,.menu-legal-points:after {
	content: '';
	position: absolute;
	top: 1px;
	width: 2px;
	height: 2px;
	margin: -1px 0 0 -1px;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.5)
}

.menu-legal-points:before {
	left: 6px
}

.menu-legal-points:after {
	left: -4px
}

.menu-legal-txt {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font: normal 16px/19px "Alegreya Sans",sans-serif;
	letter-spacing: 3px;
	opacity: 0;
	overflow: hidden
}

#menu-btn,#menu-btn-line {
	display: none
}

.error404 #menu,.error404 .main-menu,.error404 .menu-lg,.error404 .menu-social,.error404 .menu-legal,.error404 #menu-btn,.error404 #menu-btn-line {
	display: none
}

@media screen and (max-width: 1479px) {
	.menu-lg {
		right: 155px
	}
}

@media screen and (max-width: 1440px) {
	.menu-social{bottom:10px;}
}
@media screen and (max-width: 1159px) {
	.main-menu {
		left: 42px
	}

	.menu-lg {
		right: 130px
	}

	.menu-social {
		left: 35px;
		bottom: 100px
	}

	.menu-legal {
		left: 30px;
		bottom: 35px
	}
}

@media screen and (max-height: 719px) {
	.main-menu {
		padding-right: 75px
	}

	.menu-item {
		margin-left: 5px
	}

	.menu-social {
		bottom: 90px
	}

	.menu-social-item:nth-child(2) {
		margin-bottom: 10px
	}

	.menu-social-item:nth-child(1) {
		margin-bottom: 15px
	}

	.menu-legal {
		bottom: 35px
	}
}

@media screen and (max-width: 939px), screen and (max-height: 639px) {
	#menu {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100.01%;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		-webkit-transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
		transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
		transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
		transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
		overflow: hidden;
		z-index: 88
	}

	#menu.show {
		-webkit-transform: translateY(0%);
		transform: translateY(0%)
	}

	#menu.show .menu-container {
		-webkit-transform: translateY(0%);
		transform: translateY(0%)
	}

	#menu.show .menu-item {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1
	}

	#menu.show .menu-item:nth-child(4) {
		-webkit-transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s,-webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
		transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s,-webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
		transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s,opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s;
		transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s,opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s,-webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s
	}

	#menu.show .menu-item:nth-child(3) {
		-webkit-transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.35s,-webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s;
		transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.35s,-webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s;
		transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s,opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.35s;
		transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s,opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.35s,-webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s
	}

	#menu.show .menu-item:nth-child(2) {
		-webkit-transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.4s,-webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
		transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.4s,-webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
		transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s,opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.4s;
		transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s,opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.4s,-webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s
	}

	#menu.show .menu-item:nth-child(1) {
		-webkit-transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.45s,-webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.45s;
		transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.45s,-webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.45s;
		transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.45s,opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.45s;
		transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.45s,opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.45s,-webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.45s
	}

	#menu.show .menu-item:nth-child(0) {
		-webkit-transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s,-webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
		transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s,-webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
		transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s,opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
		transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s,opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s,-webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s
	}

	#menu.show ~ #menu-btn .menu-btn-burger-l1,#menu.show ~ #menu-btn .menu-btn-burger-l2,#menu.show ~ #menu-btn .menu-btn-burger-l3 {
		-webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1)
	}

	#menu.show ~ #menu-btn .menu-btn-burger-l1 {
		-webkit-transform: translate(-50%, 0) scale(0, 1);
		transform: translate(-50%, 0) scale(0, 1)
	}

	#menu.show ~ #menu-btn .menu-btn-burger-l2 {
		-webkit-transform: scale(0.8, 1);
		transform: scale(0.8, 1);
		opacity: 0
	}

	#menu.show ~ #menu-btn .menu-btn-burger-l3 {
		-webkit-transform: translate(50%, 0) scale(0, 1);
		transform: translate(50%, 0) scale(0, 1)
	}

	#menu.show ~ #menu-btn .menu-btn-close-l1,#menu.show ~ #menu-btn .menu-btn-close-l2 {
		-webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.15s;
		transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.15s
	}

	#menu.show ~ #menu-btn .menu-btn-close-l1 {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	#menu.show ~ #menu-btn .menu-btn-close-l2 {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	#menu.show ~ #contact #contact-btn:before {
		-webkit-transform: translateX(-85px);
		transform: translateX(-85px);
		opacity: 1;
		-webkit-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.55s,-webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.55s;
		transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.55s,-webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.55s;
		transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.55s,transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.55s;
		transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.55s,transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.55s,-webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.55s
	}

	#menu.show ~ #contact .contact-btn-txt-1 {
		-webkit-transform: translateX(-85px) rotate(-90deg);
		transform: translateX(-85px) rotate(-90deg);
		opacity: 1;
		-webkit-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.65s,-webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.65s;
		transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.65s,-webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.65s;
		transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.65s,transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.65s;
		transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.65s,transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.65s,-webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.65s
	}

	.freezed #menu .menu-container,.freezed #menu .menu-item {
		-webkit-transition: all 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0s !important;
		transition: all 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0s !important
	}

	.freezed #menu ~ #menu-btn .menu-btn-burger-l1,.freezed #menu ~ #menu-btn .menu-btn-burger-l2,.freezed #menu ~ #menu-btn .menu-btn-burger-l3,.freezed #menu ~ #menu-btn .menu-btn-close-l1,.freezed #menu ~ #menu-btn .menu-btn-close-l2 {
		-webkit-transition: all 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0s !important;
		transition: all 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0s !important
	}

	.freezed #menu ~ #contact #contact-btn:before,.freezed #menu ~ #contact .contact-btn-txt-1 {
		-webkit-transition: all 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0s !important;
		transition: all 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0s !important
	}

	.menu-container {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
		transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
		transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
		transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
		background-color: #000
	}

	.main-menu {
		position: absolute;
		left: 50px;
		top: 50%;
		padding-right: 0;
		text-align: left;
		text-transform: none;
		-webkit-transform: translate(0, -50%) !important;
		transform: translate(0, -50%) !important
	}

	.main-menu:after {
		content: none
	}

	.menu-item {
		display: block;
		margin: 0;
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
		-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
		transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
		opacity: 0
	}

	.menu-item-link {
		display: inline-block;
		padding: 0;
		margin: 15px 0;
		font: bold calc( 50px + 90 * ( ( 100vw - 400px ) / 1200 ))/calc( 50px + 90 * ( ( 100vw - 400px ) / 1200 )) "Eczar",serif;
		letter-spacing: 0
	}

	.menu-item-link:before,.menu-item-link:after {
		content: none
	}

	.menu-item-link-txt {
		opacity: 0.2
	}

	.current-menu-item .menu-item-link-txt {
		opacity: 1
	}

	.menu-lg {
		position: absolute;
		right: auto;
		left: 50px;
		top: 45px;
		-webkit-transform: none !important;
		transform: none !important
	}

	.menu-lg-item {
		margin-left: 0;
		margin-right: 15px
	}

	.menu-social {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		position: absolute;
		left: 100px;
		bottom: 35px;
		width: auto;
		height: 30px
	}

	.menu-social-item {
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		display: inline-flex;
		margin: 0 10px !important
	}

	.menu-social-item:nth-child(2) {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
		margin-top: -1px !important
	}

	.menu-social-item:nth-child(1) {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}

	.menu-social-item:nth-child(3) {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	.menu-legal {
		left: 50px;
		bottom: 30px
	}

	#menu-btn {
		display: block;
		position: fixed;
		right: 30px;
		bottom: 30px;
		width: 52px;
		height: 52px;
		border-radius: 50%;
		background-color: rgba(0,0,0,0.8);
		z-index: 89
	}

	#menu-btn:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: calc( 100% - 4px);
		height: calc( 100% - 4px);
		border: 2px solid #fff;
		border-radius: 50%
	}

	.menu-btn-line {
		height: 2px;
		background-color: #fff
	}

	.menu-btn-burger-l1,.menu-btn-burger-l2,.menu-btn-burger-l3 {
		width: 22px;
		margin: 0 15px;
		-webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.15s;
		transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.15s
	}

	.menu-btn-burger-l1 {
		margin-top: 18px
	}

	.menu-btn-burger-l2 {
		margin-top: 5px
	}

	.menu-btn-burger-l3 {
		width: 15px;
		margin: 5px 0 0 22px
	}

	.menu-btn-close-l1,.menu-btn-close-l2 {
		position: absolute;
		left: 17px;
		top: 25px;
		width: 18px;
		-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1)
	}

	#menu-btn-line {
		display: block;
		position: fixed;
		left: 30px;
		bottom: 30px;
		width: 2px;
		height: 60px;
		background-color: #fff;
		pointer-events: none;
		z-index: 87
	}
}

.sticky-menu .main-menu,.sticky-menu .menu-lg,.sticky-menu .menu-social,.sticky-menu .menu-legal {
	position: absolute
}

#contact {
	display:none !important;
	position: fixed;
	left: calc(100% - 100px);
	top: 0;
	width: calc(100% - 200px);
	height: calc(100% + 1px);
	z-index: 8
}

#contact.opened .contact-container {
	-webkit-transform: translateX(calc(-100% + 100px));
	transform: translateX(calc(-100% + 100px))
}

#contact.opened .contact-overlay {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

#contact.opened .contact-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%)
}

#contact.opened .contact-bg {
	-webkit-transform: rotate(-90deg) translate(100%, calc(0% + 0px));
	transform: rotate(-90deg) translate(100%, calc(0% + 0px));
	opacity: 0.1;
	-webkit-transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s,-webkit-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
	transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s,-webkit-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
	transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s,opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
	transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s,opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s,-webkit-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s
}

#contact.opened .contact-btn-txt-hover-area {
	height: 100px
}

#contact.opened .contact-btn-txt-1,#contact.opened .contact-btn-txt-2 {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

#contact.opened .contact-btn-txt-1 {
	opacity: 0
}

#contact.opened .contact-btn-txt-2 {
	opacity: 1
}

#contact.opened .contact-show-el {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

#contact.opened .contact-title {
	-webkit-transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.6s,-webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
	transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.6s,-webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
	transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s,opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.6s;
	transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s,opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.6s,-webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s
}

#contact.opened .contact-details {
	-webkit-transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.7s,-webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s;
	transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.7s,-webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s;
	transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s,opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.7s;
	transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s,opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.7s,-webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s
}

#contact.opened .contact-form-container {
	-webkit-transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.8s,-webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
	transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.8s,-webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
	transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s,opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.8s;
	transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s,opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.8s,-webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s
}

#contact.hide #contact-btn:before {
	-webkit-transform: translateX(30px);
	transform: translateX(30px);
	opacity: 0
}

#contact.hide .contact-btn-txt-container {
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 0
}

#contact.hide .contact-btn-txt-hover-area,#contact.hide .contact-wrapper {
	-webkit-transform: translateX(100px);
	transform: translateX(100px)
}

.freezed #contact .contact-container,.freezed #contact .contact-overlay,.freezed #contact .contact-content,.freezed #contact .contact-bg,.freezed #contact .contact-btn-txt-1,.freezed #contact .contact-btn-txt-2 {
	-webkit-transition: all 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0s !important;
	transition: all 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0s !important
}

#contact-btn {
	position: absolute;
	left: 44px;
	top: 44px;
	width: 12px;
	height: 12px;
	z-index: 9
}

#contact-btn:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 2px solid #fff;
	-webkit-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.65s,-webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.65s;
	transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.65s,-webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.65s;
	transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.65s,transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.65s;
	transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.65s,transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.65s,-webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.65s
}

.contact-btn-txt-1,.contact-btn-txt-2 {
	position: absolute;
	right: 0;
	top: -1px;
	height: 13px;
	padding: 1px 50px 0 0;
	font: normal 14px/14px "Alegreya Sans",sans-serif;
	letter-spacing: 5px;
	text-transform: uppercase;
	white-space: nowrap;
	-webkit-transform-origin: calc(100% - 6px) 50%;
	transform-origin: calc(100% - 6px) 50%;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	will-change: opacity, transform;
	-webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s,-webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
	transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s,-webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
	transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s,transform 1s cubic-bezier(0.77, 0, 0.175, 1);
	transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s,transform 1s cubic-bezier(0.77, 0, 0.175, 1),-webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1)
}

.contact-btn-txt-2 {
	opacity: 0
}

.contact-btn-txt-container {
	position: relative;
	-webkit-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.75s,-webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.75s;
	transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.75s,-webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.75s;
	transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.75s,transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.75s;
	transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.75s,transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.75s,-webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.75s
}

.contact-btn-txt {
	opacity: 0.5
}

.contact-btn-txt-hover-area {
	position: absolute;
	right: calc(100% - 100px);
	top: 0;
	width: 100px;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.4s;
	transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.4s;
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.4s;
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.4s;
	cursor: pointer;
	z-index: 10
}

.desktop .contact-btn-txt-hover-area:hover+#contact-btn .contact-btn-txt-hover-mask,.desktop .contact-btn-txt-hover-area:hover+#contact-btn .contact-btn-txt-hover {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.contact-btn-txt-hover-mask {
	position: absolute;
	left: 0;
	top: -2px;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	overflow: hidden
}

.contact-btn-txt-hover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding-top: 2px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1)
}

.contact-wrapper,.contact-container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.contact-wrapper {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.4s;
	transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.4s;
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.4s;
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.4s
}

.contact-container {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
	transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
	transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
	transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
	overflow: hidden;
	z-index: 0
}

.contact-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100%;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
	transition: -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
	transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
	transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s, -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
	background-color: #000;
	z-index: 1
}

.contact-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translateX(calc(-100% + 100px));
	transform: translateX(calc(-100% + 100px));
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
	transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
	transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
	transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
	background-color: #000
}

.contact-logo {
	position: absolute;
	left: 50%;
	top: 50px;
	margin-left: -151px
}

.contact-bg {
	position: absolute;
	right: calc(-17px - 45 * ((100vw - 320px) / 1280));
	bottom: calc(-6px - 19 * ((100vw - 320px) / 1280));
	font: bold calc( 60px + 140 * ( ( 100vw - 320px ) / 1280 ))/calc( 60px + 140 * ( ( 100vw - 320px ) / 1280 )) "Eczar",serif;
	color: #fff;
	-webkit-transform: rotate(-90deg) translate(100%, calc(0% + 100px));
	transform: rotate(-90deg) translate(100%, calc(0% + 100px));
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	opacity: 0;
	-webkit-transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.1s,-webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
	transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.1s,-webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
	transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.1s,transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
	transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.1s,transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.1s,-webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.1s
}

.contact-details-container {
	position: absolute;
	left: 13%;
	top: 45%;
	margin: -130px 0 0 -83px
}

.contact-show-el {
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 0;
	-webkit-transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s,-webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s,-webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s,opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
	transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s,opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s,-webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s
}

.contact-title {
	font: bold calc( 50px + 40 * ( ( 100vw - 400px ) / 1200 ))/calc( 50px + 40 * ( ( 100vw - 400px ) / 1200 )) "Eczar",serif
}

.contact-details {
	margin: 50px 0 0 105px;
	letter-spacing: 3px
}

.desktop .contact-details a {
	-webkit-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	text-decoration: underline
}

.desktop .contact-details a:hover {
	opacity: 0.5
}

.contact-form-container {
	position: absolute;
	left: 50%;
	top: 45%;
	width: 100%;
	max-width: 400px;
	margin-top: -110px
}

.contact-type-container {
	margin-bottom: 66px;
	font-size: 0px;
	line-height: 0px
}

.contact-type-container label {
	cursor: pointer
}

.contact-type-container label:nth-child(2) {
	margin-left: 85px
}

.contact-form-radio {
	display: none
}

.contact-form-radio:checked+.contact-radio:before {
	background-color: #fff
}

.contact-form-radio:not(:checked)+.contact-radio {
	color: rgba(255,255,255,0.5)
}

.contact-form-radio:hover+.contact-radio {
	color: #fff
}

.contact-radio {
	position: relative;
	padding-left: 30px;
	font: normal 16px/16px "Alegreya Sans",sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	-webkit-transition: color 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: color 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.contact-radio:before {
	content: '';
	position: absolute;
	left: -1px;
	top: 3px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 2px solid #fff;
	-webkit-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.contact-field {
	border-bottom: solid 1px rgba(255,255,255,0.1)
}

.contact-field input,.contact-field label {
	width: 100%;
	height: 50px;
	font: normal 18px/50px "Alegreya Sans",sans-serif;
	color: #fff;
	letter-spacing: 3px;
	background: none;
	opacity: 0.5
}

.contact-field-file,.contact-field-portfolio {
	overflow: hidden;
	position: relative
}

.contact-field-file label,.contact-field-portfolio label {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0
}

.contact-field-file input,.contact-field-portfolio input {
	visibility: hidden
}

.contact-field input,.contact-field textarea,.contact-textarea input,.contact-textarea textarea {
	opacity: 0.5
}

.contact-field input::-webkit-input-placeholder,.contact-field textarea::-webkit-input-placeholder,.contact-textarea input::-webkit-input-placeholder,.contact-textarea textarea::-webkit-input-placeholder {
	color: white
}

.contact-field input::-moz-placeholder,.contact-field textarea::-moz-placeholder,.contact-textarea input::-moz-placeholder,.contact-textarea textarea::-moz-placeholder {
	color: white
}

.contact-field input:-ms-input-placeholder,.contact-field textarea:-ms-input-placeholder,.contact-textarea input:-ms-input-placeholder,.contact-textarea textarea:-ms-input-placeholder {
	color: white
}

.contact-field input::-ms-input-placeholder,.contact-field textarea::-ms-input-placeholder,.contact-textarea input::-ms-input-placeholder,.contact-textarea textarea::-ms-input-placeholder {
	color: white
}

.contact-field input::placeholder,.contact-field textarea::placeholder,.contact-textarea input::placeholder,.contact-textarea textarea::placeholder {
	color: white
}

.contact-field input:focus,.contact-field textarea:focus,.contact-textarea input:focus,.contact-textarea textarea:focus {
	opacity: 1
}

.contact-field input:focus+label,.contact-field textarea:focus+label,.contact-textarea input:focus+label,.contact-textarea textarea:focus+label {
	opacity: 1
}

.contact-textarea {
	margin-top: 10px
}

#contact-form-message {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 100px;
	min-height: 100px;
	max-height: 100px;
	font: normal 20px/22px "Alegreya Sans",sans-serif;
	color: #fff;
	letter-spacing: 3px;
	background: none
}

.contact-submit {
	width: 100%;
	border-radius: 25px;
	border: 1px solid rgba(255,255,255,0.1);
	position: relative
}

.contact-submit .loader {
	background: #000;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.contact-form-container.is-loading {
	pointer-events: none
}

.contact-form-container.is-loading .contact-submit .loader {
	opacity: 1
}

.contact-form-send {
	position: relative;
	width: 100%;
	height: 48px;
	border-radius: 30px;
	font: normal 16px/50px "Alegreya Sans",sans-serif;
	color: #fff;
	letter-spacing: 3px;
	text-transform: uppercase;
	opacity: 0.5
}

.feedback {
	font-size: 16px;
	letter-spacing: 3px;
	line-height: 30px;
	padding: 30px;
	text-align: center
}

.feedback.error {
	color: red
}

.feedback.success {
	color: white
}

.feedback ul {
	list-style: none
}

.feedback ul li {
	margin-bottom: 10px
}

.error404 #contact {
	display: none
}

@media screen and (max-width: 1159px) {
	#contact {
		width: calc(100% - 100px)
	}

	.contact-logo {
		top: 40px;
		margin-left: -90px
	}
}

@media screen and (max-width: 939px), screen and (max-height: 639px) {
	#contact {
		left: 0%;
		top: 100%;
		width: 100%;
		height: 100%;
		z-index: 88
	}

	#contact.opened .contact-wrapper {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	#contact.opened .contact-container {
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}

	#contact.opened .contact-btn-txt-1 {
		opacity: 1;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s,-webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
		transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s,-webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
		transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s,transform 1s cubic-bezier(0.77, 0, 0.175, 1);
		transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s,transform 1s cubic-bezier(0.77, 0, 0.175, 1),-webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1)
	}

	#contact.opened .contact-btn-txt-container {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
		transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
		transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
		transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0s, -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0s
	}

	.freezed #contact .contact-wrapper,.freezed #contact .contact-container,.freezed #contact .contact-btn-txt-1,.freezed #contact .contact-btn-txt-container {
		-webkit-transition: all 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0s !important;
		transition: all 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0s !important
	}

	.contact-btn-txt-hover-area {
		display: none
	}

	#contact-btn {
		left: auto;
		right: -35px;
		top: calc(-100% + 50px)
	}

	#contact-btn:before {
		opacity: 0;
		-webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s,-webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
		transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s,-webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
		transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s,transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
		transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s,transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s,-webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s
	}

	.contact-btn-txt-container {
		padding: 20px 50px 20px 20px;
		margin: -20px -50px 0 0;
		-webkit-transform-origin: calc(100% - 6px) 50%;
		transform-origin: calc(100% - 6px) 50%;
		will-change: transform;
		-webkit-transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
		transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
		transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
		transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s
	}

	.contact-btn-txt-1 {
		opacity: 0;
		-webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s,-webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s;
		transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s,-webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s;
		transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s,transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s;
		transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s,transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s,-webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s
	}

	.contact-btn-txt-2 {
		display: none
	}

	.contact-wrapper {
		top: 0%;
		-webkit-transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) !important;
		transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) !important;
		transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1) !important;
		transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) !important;
		overflow: hidden
	}

	.contact-container {
		left: 0%;
		top: -100%;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		-webkit-transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) !important;
		transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) !important;
		transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1) !important;
		transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) !important
	}

	.contact-overlay {
		display: none
	}

	.contact-content {
		position: static;
		height: auto;
		padding: 30px 0 80px 0;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	.contact-logo {
		position: static;
		margin: 0 0 0 30px
	}

	.contact-bg {
		display: none
	}

	.contact-details-container {
		position: static;
		width: calc(100% - 40px);
		max-width: 400px;
		margin: 120px auto 0 auto
	}

	.contact-details {
		width: 100%;
		margin: 20px auto 0 auto
	}

	.contact-form-container {
		position: static;
		width: calc(100% - 40px);
		max-width: 400px;
		margin: auto;
		padding-top: 60px
	}

	.contact-type-container {
		float: left;
		margin-bottom: 5px
	}

	.contact-type-container label:nth-child(2) {
		margin-left: 0
	}

	.contact-radio {
		clear: both;
		float: left;
		margin-bottom: 23px
	}

	.contact-radio:before {
		top: 1px
	}

	.contact-field {
		clear: both
	}
}

.sticky-menu #contact {
	position: absolute
}

.ie11 #contact.opened .contact-container {
	left: 100px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.ie11 #contact.opened .contact-btn-txt-1,.ie11 #contact.opened .contact-btn-txt-2 {
	margin: 0
}

.ie11 .contact-content {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.ie11 .contact-container,.ie11 .contact-content,.ie11 .contact-overlay,.ie11 .contact-bg {
	-webkit-transition: all 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0s !important;
	transition: all 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0s !important
}

.ie11 .contact-btn-txt-1,.ie11 .contact-btn-txt-2 {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	margin: -6px 6px 0 0;
	-webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s,margin 1s cubic-bezier(0.77, 0, 0.175, 1),-webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
	transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s,margin 1s cubic-bezier(0.77, 0, 0.175, 1),-webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
	transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s,margin 1s cubic-bezier(0.77, 0, 0.175, 1),transform 1s cubic-bezier(0.77, 0, 0.175, 1);
	transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s,margin 1s cubic-bezier(0.77, 0, 0.175, 1),transform 1s cubic-bezier(0.77, 0, 0.175, 1),-webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1)
}

#scroll-prog {
	position: fixed;
	right: 165px;
	bottom: 65px;
	right: 163px;
	bottom: 64px;
	width: 74px;
	height: 74px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	pointer-events: none;
	z-index: 10
}

.contact-open #scroll-prog {
	opacity: 0
}

.scroll-prog-circle {
	opacity: 0.1
}

.scroll-prog-circle-prog {
	stroke-dasharray: 219.5;
	stroke-dashoffset: 219.5
}

.error404 #scroll-prog {
	display: none
}

@media screen and (max-width: 1479px) {
	#scroll-prog {
		right: 138px
	}
}

@media screen and (max-width: 1159px) {
	#scroll-prog {
		right: 32px;
		bottom: 35px;
		width: 36px;
		height: 36px
	}

	.scroll-prog-circle,.scroll-prog-circle-prog {
		stroke-width: 4px
	}
}

@media screen and (max-width: 939px), screen and (max-height: 639px) {
	#scroll-prog {
		display: none
	}
}

.loader {
	position: relative;
	width: 70px;
	height: 12px;
	margin: auto
}

@-webkit-keyframes proj-lazyloader-bullet {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
		opacity: 0.3
	}

	40% {
		-webkit-transform: scale3d(1.2, 1.2, 1);
		transform: scale3d(1.2, 1.2, 1);
		opacity: 1
	}

	80% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
		opacity: 0.3
	}
}

@keyframes proj-lazyloader-bullet {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
		opacity: 0.3
	}

	40% {
		-webkit-transform: scale3d(1.2, 1.2, 1);
		transform: scale3d(1.2, 1.2, 1);
		opacity: 1
	}

	80% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
		opacity: 0.3
	}
}

.loader-bullet {
	position: absolute;
	left: 50%;
	top: 0;
	width: 8px;
	height: 8px;
	border: solid 2px #fff;
	border-radius: 50%;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-animation: proj-lazyloader-bullet 1.3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
	animation: proj-lazyloader-bullet 1.3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
	will-change: transform, opacity;
	opacity: 0.3
}
.loader-bullet.inner-page {
	border-color:#000;
}

.loader-bullet:nth-child(1) {
	margin-left: -35px;
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}

.loader-bullet:nth-child(2) {
	margin-left: -6px;
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s
}

.loader-bullet:nth-child(3) {
	margin-left: 23px;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s
}

.btn-circle-container {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.btn-circle {
	opacity: 0.1
}

.btn-circle-prog {
	stroke-dasharray: 113.097335529232557;
	stroke-dashoffset: 113.097335529232557;
	-webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1)
}

.desktop .btn-circle-hover:hover .btn-circle-prog,.btn-circle-active .btn-circle-prog {
	stroke-dashoffset: 0
}

.intro-img {
	position: absolute;
	left: 0;
	top: 225px;
	width: 100%;
	-webkit-perspective: 800px;
	perspective: 800px
}

.intro-img-img-wrapper {
	-webkit-perspective: 800px;
	perspective: 800px
}

.intro-img-img-container {
	width: 100%;
	padding-bottom: 65%
}

.intro-img-img,.intro-img-map {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0
}

.intro-img-canvas {
	position: absolute;
	left: 0;
	top: 0
}

.no-webgl .intro-img-img {
	opacity: 1
}

.no-webgl .intro-img-canvas {
	display: none
}

.intro-img-title-wrapper {
	position: absolute;
	left: calc( -40px - 78 * ( ( 100vw - 400px ) / 1200 ));
	bottom: 17.5%
}

.intro-img-title-container {
	position: relative
}

.intro-img-title {
	font: bold calc( 60px + 90 * ( ( 100vw - 400px ) / 1200 ))/calc( 60px + 90 * ( ( 100vw - 400px ) / 1200 )) "GilroyBold",serif;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.intro-img-title-black {
	color: #f6f6f6;
	opacity: 0
}

.intro-img-title-white {
	position: absolute;
	left: 0;
	bottom: 0;
	color:#ec6617;
}

.intro-img-title-white .tips{
	line-height: 55px;
	font-size: 40px;
}

.intro-img-title-nb {
	position: absolute;
	left: calc( 100% + 6px);
	bottom: calc( 100% - 35px);
	width: 44px;
	height: 44px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 12px;
	font: bold 18px/20px "Alegreya Sans",sans-serif;
	letter-spacing: 1.2px;
	text-align: center
}

.intro-img-title-nb.hide {
	display: none
}

.intro-img-title-nb.show .intro-img-title-nb-circle-txt {
	opacity: 1
}

.intro-img-title-nb.show .intro-img-title-nb-circle {
	stroke-dashoffset: 0
}

.intro-img-title-nb-circle-container {
	position: absolute;
	left: 0;
	top: 0;
	width: 44px;
	height: 44px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.intro-img-title-nb-circle-txt {
	opacity: 0;
	-webkit-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s;
	transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s
}

.intro-img-title-nb-circle {
	stroke-dasharray: 125.66370614359173;
	stroke-dashoffset: 125.66370614359173;
	-webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 1.3s;
	transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 1.3s
}

@media screen and (max-width: 1159px) {
	.intro-img {
		top: 200px
	}
}

@media screen and (max-width: 679px) {
	.intro-img {
		left: 0 !important;
		width: 100% !important;
		height: 100vh;
		top: 0px
	}

	.intro-img-img-wrapper,.intro-img-img-container {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		padding-bottom: 0;
		overflow: hidden
	}

	.intro-img-img-wrapper.align-height .intro-img-img,.intro-img-img-container.align-height .intro-img-img {
		width: auto;
		height: 100%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	.intro-img-img-wrapper.align-width .intro-img-img,.intro-img-img-container.align-width .intro-img-img {
		width: 100%;
		height: auto;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.intro-img-title-wrapper {
		left: 20px;
		bottom: 20%
	}
}

.mobile .intro-img {
	position: fixed;
	left: 250px;
	width: calc( 100% - 500px)
}

@media screen and (max-width: 1159px) {
	.mobile .intro-img {
		left: 200px;
		width: calc( 100% - 400px)
	}
}

@media screen and (max-width: 939px), screen and (max-height: 639px) {
	.mobile .intro-img {
		left: 100px;
		width: calc( 100% - 200px)
	}
}

.intro-title-small {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	font-size: 0px;
	line-height: 0px
}

.intro-title-small-title {
	width: 85%;
	/* font: bold calc( 40px + 50 * ( ( 100vw - 400px ) / 1200 ))/calc( 45px + 55 * ( ( 100vw - 400px ) / 1200 )) "GilroyBold",serif */
	font: bold calc( 40px + 30 * ( ( 100vw - 400px ) / 1200 ))/calc( 45px + 40 * ( ( 100vw - 400px ) / 1200 )) "GilroyBold",serif;
	margin:30px 0;
}

.intro-title-small-desc {
	display: inline-block;
	vertical-align: top;
	position: relative;
	/* width: 300px; */
	font: normal 18px/30px "GilroyMedium",sans-serif;
	/* letter-spacing: 3px; */
	padding-bottom: 160px;
	color:#1a1a1a;
	margin:55px 0 0;
}

.intro-title-small-desc p {
	margin-top: 30px
}

.intro-title-small-desc p:nth-child(1) {
	margin-top: 0
}

.intro-title-small-desc:before {
	/* content: ''; */
	position: absolute;
	left: 0;
	top: -85px;
	width: 40px;
	height: 1px;
	background-color: #fff;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1)
}

.intro-title-small-desc.show-line:before {
	width: 100%
}

.intro-title-small-desc.hide-line:before {
	width: 0%
}

.intro-title-small-desc.hide {
	padding: 0
}

.intro-title-small-desc.hide:before {
	display: none
}

.intro-title-small-desc.reset {
	margin: 0
}

.intro-title-small-infos {
	display: inline-block;
	vertical-align: top;
	width: 420px;
	width: 400px;
	padding-bottom: 160px;
	margin: 153px 0 0 100px
}

.intro-title-small-infos.hide {
	padding: 0
}

.intro-ts-metas-item {
	position: relative;
	padding-left: 30px;
	margin-top: 20px;
	font: normal 16px/30px "Alegreya Sans",sans-serif;
	opacity: 0.5
}

.intro-ts-metas-item:nth-child(1) {
	margin-top: 0
}

.intro-ts-metas-item:before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 2px solid #fff
}

.intro-ts-cat {
	margin-top: 39px
}

.intro-ts-cat-item {
	display: inline-block;
	height: 28px;
	padding: 0 20px;
	margin: 0 10px 10px 0;
	border-radius: 15px;
	border: 1px solid #fff;
	font: normal 12px/30px "Alegreya Sans",sans-serif;
	letter-spacing: 2.25px;
	text-transform: uppercase;
	opacity: 0.5;
	-webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.desktop .intro-ts-cat-item:hover {
	opacity: 1
}

@media screen and (max-width: 1549px) {
	.intro-title-small-desc {
		margin: 152px 0 0 calc( 100% - 800px)
	}
}

@media screen and (max-width: 1479px) {
	.intro-title-small-desc {
		margin-left: 10%
	}

	.intro-title-small-infos {
		width: 40%
	}
}

@media screen and (max-width: 1299px) {
	.intro-title-small-desc {
		padding-bottom: 80px;
		margin-left: 0
	}

	.intro-title-small-infos {
		width: calc( 100% - 400px);
		padding-bottom: 80px
	}
}

@media screen and (max-width: 1159px) {
	.intro-title-small-desc {
		width: calc( 50% - 50px)
	}

	.intro-title-small-infos {
		width: calc( 50% - 50px)
	}
}

@media screen and (max-width: 1049px) {
	.intro-title-small-desc {
		width: 100%
	}

	.intro-title-small-desc.show-line:before {
		width: 300px
	}

	.intro-title-small-infos {
		width: 100%;
		margin: 0
	}
}

@media screen and (max-width: 679px) {
	.intro-title-small {
		left: 20px;
		width: calc( 100% - 40px);
		max-width: 480px;
		margin-left: auto;
		margin-right: auto
	}

	.intro-title-small-title {
		text-align: center
	}

	.intro-title-small-desc {
		margin-top: 80px
	}

	.intro-title-small-desc:before {
		content: none
	}
}

.mobile .intro-title-small {
	position: static
}

.intro-title-big-title {
	font: bold calc( 60px + 90 * ( ( 100vw - 400px ) / 1200 ))/calc( 60px + 90 * ( ( 100vw - 400px ) / 1200 )) "Eczar",serif;
	text-align: center;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.intro-title-big-container {
	position: relative
}

.intro-title-big-title-black {
	color: #000;
	opacity: 0
}

.intro-title-big-title-white {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.mobile .intro-title-big {
	position: fixed;
	left: 250px;
	top: 0;
	width: calc( 100% - 500px)
}

@media screen and (max-width: 939px), screen and (max-height: 639px) {
	.mobile .intro-title-big {
		left: 0;
		width: 100%
	}
}

.intro-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 102px;
	max-width: calc( 50% - 71px);
	height: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 60px;
	z-index: 10
}

.intro-link-txt {
	margin-top: 3px;
	font: normal 16px/16px "Alegreya Sans",sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase
}

.intro-link-txt-detail {
	letter-spacing: 3px;
	text-transform: none;
	opacity: 0.5
}

.intro-link-icon-container,.intro-link-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px
}

.intro-link-icon-arrow {
	width: 8px;
	height: 12px;
	margin: 14px 0 0 15px;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.intro-link-icon-download {
	width: 16px;
	height: 16px;
	margin: 12px 0 0 12px
}

@media screen and (max-width: 1159px) {
	.intro-link {
		top: 76px;
		max-width: calc( 50% - 60px);
		padding-left: 50px
	}

	.intro-link-txt {
		margin-top: 2px;
		font: normal 14px/14px "Alegreya Sans",sans-serif
	}
}

@media screen and (max-width: 939px), screen and (max-height: 639px) {
	.intro-link-txt {
		margin-top: 1px;
		font: normal 13px/13px "Alegreya Sans",sans-serif
	}
}

@media screen and (max-width: 679px) {
	.intro-link {
		left: auto;
		right: 30px;
		top: 51px;
		max-width: calc( 100% - 137px);
		padding-left: 0;
		padding-right: 50px
	}

	.intro-link-txt {
		text-align: right
	}

	.intro-link-icon-container {
		left: auto;
		right: 0
	}
}

.filter-proj {
	position: fixed;
	right: 75px;
	top: 50%;
	width: auto;
	line-height: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
	opacity: 0;
	-webkit-transform: translateY(calc( -50% + 50px));
	transform: translateY(calc( -50% + 50px));
	-webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),-webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),-webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	pointer-events: none;
	z-index: 5
}

.filter-proj.show {
	opacity: 1;
	-webkit-transform: translateY(calc( -50% + 0px));
	transform: translateY(calc( -50% + 0px));
	-webkit-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),-webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),-webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),transform 1s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	pointer-events: auto
}

.filter-proj-item {
	clear: both;
	float: right;
	position: relative;
	padding-right: 30px;
	margin: 15px 0;
	cursor: pointer;
	font-size:18px;
	font-family:'GilroyMedium';
}

.filter-proj-item-active .filter-proj-item-txt-hover-mask,.filter-proj-item.active .filter-proj-item-txt-hover-mask,.desktop .filter-proj-item:hover .filter-proj-item-txt-hover-mask,.filter-proj-item-active .filter-proj-item-txt-hover,.filter-proj-item.active .filter-proj-item-txt-hover,.desktop .filter-proj-item:hover .filter-proj-item-txt-hover {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.filter-proj-item-active .filter-proj-item-bullet-circle-hover,.filter-proj-item.active .filter-proj-item-bullet-circle-hover,.desktop .filter-proj-item:hover .filter-proj-item-bullet-circle-hover {
	stroke-dashoffset: 0
}

.filter-proj-item-txt {
	opacity: 0.5
}

.filter-proj-item-txt-hover-mask {
	position: absolute;
	right: 30px;
	top: -2px;
	width: calc( 100% - 30px);
	height: 20px;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	overflow: hidden
}

.filter-proj-item-txt-hover {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding-top: 2px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	color:#ec6617;
}

.filter-proj-item-bullet {
	position: absolute;
	right: 0;
	top: 3px;
	width: 16px;
	height: 16px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.filter-proj-item-bullet-circle {
	opacity: 0.3
}

.filter-proj-item-bullet-circle-hover {
	stroke-dasharray: 50;
	stroke-dashoffset: 50;
	-webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1)
}

@media screen and (max-width: 1479px) {
	.filter-proj {
		/* right: 170px */
		right:30px;
	}
}

/* @media screen and (max-width: 1159px) {
	.filter-proj {
		right: 145px
	}
}

@media screen and (max-width: 939px), screen and (max-height: 639px) {
	.filter-proj {
		right: 45px
	}
} */

@media screen and (max-width: 679px) {
	.filter-proj {
		display: none
	}
}

.column-content {
	font-size: 0px;
	line-height: 0px;
	padding-bottom: 189px
}

.cc-col1,.cc-col2 {
	display: inline-block;
	/* vertical-align: top; */
	
}

.cc-col1{
	width: calc( 57.8125% - 50px)
}

.cc-col2 {
	margin-left: 100px;
	width: calc( 42.1875% - 50px)
}

.cc-desc {
	/* max-width: 500px; */
	font: normal 26px/48px "GilroyBold",sans-serif;
}

.cc-desc-2 {
	/* max-width: 500px; */
	font: normal 26px/46px "GilroyMedium";
}

.cc-desc-3 {
	font: normal 36px/64px "GilroyBold";
	color:#1a1a1a;
}

.cc-desc-4 {
	font: normal 18px/32px "GilroyMedium";
}

.cc-desc-5 {
	font: normal 48px/86px "GilroyBold";
	color:#1a1a1a;
}

.cc-desc-6 {
	font: normal 26px/42px "Myriad Pro";
	font-style:italic;
	color:#b2b2b2;
	margin:0 0 150px;
}

.cc-desc-7 {
	font: normal 18px/32px "GilroyMedium";
	color:#1a1a1a;
}

.cc-nb-item {
	margin-top: 40px
}

.cc-nb-item:nth-child(1) {
	margin-top: 0
}

.cc-nb {
	font: bold 160px/181px "GilroyBold",sans-serif
}

.cc-nb-txt {
	font: normal 18px/32px "GilroyMedium",sans-serif;
	opacity: 0.5
}

.cc-image {
	position: relative
}

.cc-image-container {
	width: 100%
}

.cc-image-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.cc-bloc-title {
	margin-bottom: 18px;
	font: bold 30px/40px "Eczar",serif
}

.cc-bloc-txt {
	font: normal 16px/30px "Alegreya Sans",sans-serif;
	letter-spacing: 3px
}

.cc-bloc-txt p {
	margin-top: 30px
}

.cc-bloc-txt p:nth-child(1) {
	margin-top: 0
}

.cc-bloc-line {
	position: relative
}

.cc-bloc-line:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.cc-list {
	font: normal 20px/24px "Eczar",serif;
	letter-spacing: 3px
}

.cc-list-item {
	position: relative;
	margin-top: 36px
}

.cc-list-item:nth-child(1) {
	margin-top: 0
}

.cc-list-item:before {
	content: '';
	position: absolute;
	left: -33px;
	top: 9px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #fff
}

.cc-list-item-link {
	position: relative
}

.cc-list-item-link:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 7px;
	width: 100%;
	height: 2px;
	-webkit-transform: translateX(-50%) scale(0, 1);
	transform: translateX(-50%) scale(0, 1);
	-webkit-transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	background-color: #fff
}

.desktop .cc-list-item-link:hover:after {
	-webkit-transform: translateX(0%) scale(1, 1);
	transform: translateX(0%) scale(1, 1)
}

@media screen and (max-width: 1479px) {
	.column-content {
		padding-bottom: 100px
	}
}

@media screen and (max-width: 1199px) {
	.cc-col1,.cc-col2 {
		width: calc( 50% - 30px)
	}

	.cc-col2 {
		margin-left: 60px
	}
}

@media screen and (max-width: 1159px) {
	.column-content {
		padding-bottom: 80px
	}
}

@media screen and (max-width: 1059px) {
	.cc-col1,.cc-col2 {
		width: 100%
	}

	.cc-col2 {
		margin-left: 0
	}

	.cc-bloc,.cc-list {
		max-width: 400px !important
	}

	.cc-numbers {
		margin-top: 80px !important;
		text-align: center
	}
}

@media screen and (max-width: 679px) {
	.column-content {
		padding-bottom: 50px
	}

	.cc-desc,.cc-bloc,.cc-list {
		width: calc( 100% - 50px) !important;
		max-width: 400px;
		margin-left: auto !important;
		margin-right: auto !important
	}

	.cc-desc-2{width: calc(100% - 50px);margin: 0 auto;}

	.cc-list-item {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-left: 33px
	}

	.cc-image {
		width: calc( 100% - 20px)
	}

	.cc-bloc-title {
		font-size: 26px;
		line-height: 35px
	}

	.cc-nb {
		font: bold 200px/181px "Alegreya Sans",sans-serif;
		font-size: 130px;
		line-height: 118px
	}
}

.scrollable-slider {
	width: 100vw;
	margin-left: calc( ( 1600px - 100vw ) / 2);
	background-color: #fff;
	overflow: hidden
}
.projs-content .scrollable-slider {}

.scrollable-slider-container {
	padding: 177px 0 150px 0
}

.scs-txt {
	width: calc( 100% - 100px);
	max-width: 1000px;
	padding: 0 50px;
	margin: auto
}

.scs-title {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	font: bold 90px/100px "Eczar",serif
}

.scs-title-txt {
	margin-left: -103px
}

.scs-desc {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 54px 0 0 50px;
	font: normal 16px/30px "Alegreya Sans",sans-serif;
	letter-spacing: 3px
}

.scs-slider {
	width: 88888px;
	/* margin-top: 100px; */
	/* cursor: -webkit-grab !important;
	cursor: grab !important */
}

.scs-slider.grabbing {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
	cursor: -webkit-grabbing !important;
	cursor: grabbing !important
}

.scs-slider-item {
	display: inline-block;
	vertical-align: top;
	margin-left: 50px
}

.scs-slider-item-img {
	width: 300px
}

.scs-slider-item-svg {
	width: 250px
}

.desktop .scs-slider-item-svg:hover .scs-item-logo-box {
	-webkit-transform: scale(0.8, 0.8);
	transform: scale(0.8, 0.8)
}

.desktop .scs-slider-item-svg:hover .scs-item-name {
	opacity: 0.5
}

.scs-item-img-container,.scs-item-logo-container {
	position: relative;
	width: 100%;
	background-color: rgba(255,255,255,0.05)
}

.scs-item-img-container {
	padding-bottom: 133.33%
}

.scs-item-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.scs-item-logo-container {
	padding-bottom: 100%;
	background-color: #101010
}

.scs-item-logo-box {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 70px;
	height: 70px;
	margin: -35px 0 0 -35px;
	-webkit-transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.scs-item-logo-box svg {
	width: 100%;
	height: 100%
}

.scs-item-name {
	margin-top: 34px;
	font: bold 18px/20px "Eczar",serif;
	letter-spacing: 3px;
	text-align: center;
	-webkit-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media screen and (max-width: 2199px) {
	.scrollable-slider {
		margin-left: -320px
	}
	.projs-content .scrollable-slider {
		margin-left: -275px;
	}
}

@media screen and (max-width: 1479px) {
	.scrollable-slider {
		margin-left: -250px
	}

	.scrollable-slider-container {
		padding-top: 100px
	}

	..scrollable-slider.scrollable-slider-one .scs-slider {
		margin-top: 80px
	}

	.scs-title-txt {
		margin-left: 0
	}
}

@media screen and (max-width: 1159px) {
	.scrollable-slider {
		margin-left: -200px
	}

	.scrollable-slider-container {
		padding: 80px 0 100px 0
	}

	.scs-slider {
		/*margin-top: 50px*/
	}

	.scs-title {
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 100px
	}

	.scs-desc {
		display: block;
		width: 100%;
		max-width: 720px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 170px
	}
}

@media screen and (max-width: 939px), screen and (max-height: 639px) {
	.scrollable-slider {
		margin-left: -100px
	}

	.scs-slider-item-img {
		width: 250px
	}

	.scs-slider-item-svg {
		width: 200px
	}

	.scs-title {
		padding-left: 0
	}

	.scs-desc {
		padding-left: 70px
	}

	.scs-item-name {
		font-size: 16px;
		line-height: 18px
	}
}

@media screen and (max-width: 679px) {
	.scrollable-slider {
		margin-left: 0
	}

	.scrollable-slider-container {
		padding-top: 50px
	}

	.scs-txt {
		width: calc( 100% - 40px) !important;
		max-width: 400px;
		padding: 0;
		margin-left: auto !important;
		margin-right: auto !important
	}

	.scs-title {
		font-size: 50px;
		line-height: 55px
	}

	.scs-desc {
		padding: 20px 0 0 0
	}
}

.rich-text p {
	font: normal 16px/30px "Alegreya Sans",sans-serif;
	letter-spacing: 3px
}

.rich-text p:not(:last-child) {
	margin-bottom: 30px
}

.rich-text strong {
	font-weight: bold
}

.rich-text em {
	font-style: italic
}

.rich-text h2 {
	font: bold 30px/40px "Eczar",serif;
	margin-bottom: 24px
}

.rich-text h3 {
	font: bold 22px/30px "Eczar",serif;
	margin-bottom: 10px
}

.rich-text ul,.rich-text ol {
	font: normal 20px/24px "Eczar",serif;
	letter-spacing: 3px
}

.rich-text ul:not(:last-child),.rich-text ol:not(:last-child) {
	margin-bottom: 30px
}

.rich-text ul li:not(:last-child),.rich-text ol li:not(:last-child) {
	margin-bottom: 10px
}

.rich-text ul li {
	position: relative;
	margin-left: 40px
}

.rich-text ul li:before {
	content: '';
	position: absolute;
	left: -33px;
	top: 9px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #fff
}

.rich-text ol li {
	margin-left: 30px;
	padding-left: 10px;
	list-style-type: decimal
}

.rich-text .intro-bloc {
	position: relative;
	width: 300px;
	padding-top: 70px;
	margin: 0 0 70px 150px
}

.rich-text .intro-bloc p {
	font: normal 26px/40px "Alegreya Sans",sans-serif
}

.rich-text .intro-bloc:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

@media screen and (max-width: 939px), screen and (max-height: 639px) {
	.rich-text .intro-bloc {
		width: 100%;
		padding-top: 0;
		margin-left: 0;
		border: none
	}
}

.rich-text .legend p {
	font: normal 16px/30px "Alegreya Sans",sans-serif
}

.rich-text hr.alt-separator {
	border: none;
	padding: 45px 0;
	margin: 0
}

@media screen and (max-width: 679px) {
	.rich-text hr.alt-separator {
		padding: 20px
	}
}

.rich-text a {
	color: #fff;
	text-decoration: underline;
	-webkit-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.desktop .rich-text a:hover {
	opacity: 0.5
}

#template-404 {
	position: absolute;
	width: 100%;
	height: 100%;
	max-width: unset;
	overflow: hidden
}

#template-404 .intro-link {
	left: 50px;
	top: 50px
}

.e404-wrapper {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.e404-wrapper.landscape {
	top: 10%;
	height: 80%
}

.e404-wrapper.landscape .e404-content {
	left: calc( -50px - 100 * ( ( 100vw - 400px ) / 1200 ));
	bottom: 20%
}

.e404-wrapper.portrait {
	top: 0;
	height: 100%
}

.e404-wrapper.portrait .e404-content {
	left: 50px;
	bottom: 10%
}

.e404-container {
	position: relative;
	height: 100%;
	display: inline-block;
	margin: auto;
	-webkit-perspective: 800px;
	perspective: 800px
}

.e404-img-container {
	position: relative;
	height: 100%
}

.e404-img,.e404-map {
	height: 100%;
	opacity: 0
}

.e404-map,.e404-canvas {
	position: absolute;
	left: 0;
	top: 0
}

.e404-content {
	position: absolute;
	text-align: left
}

.e404-title {
	font: bold calc( 60px + 90 * ( ( 100vw - 400px ) / 1200 ))/calc( 60px + 90 * ( ( 100vw - 400px ) / 1200 )) "Eczar",serif
}

.e404-txt {
	margin-top: 5px;
	letter-spacing: 3px
}

@media screen and (max-width: 679px) {
	#template-404 .intro-link {
		left: auto
	}
}

.page-content {
	position: relative;
	padding: 123px 0 300px 0
}

@media screen and (max-width: 1159px) {
	.page-content {
		padding-bottom: 150px
	}
}

@media screen and (max-width: 939px), screen and (max-height: 639px) {
	.page-content {
		padding-top: 100px
	}
}

@media screen and (max-width: 679px) {
	.page-content {
		width: calc( 100% - 40px);
		max-width: 480px;
		padding: 0 0 100px 0;
		margin-left: auto;
		margin-right: auto
	}
}

.projs-content {
	width: calc( 100% + 90px);
	padding-top: 100px;
	margin-left: -45px
}
.projs-content .box-mid{padding:0 45px;}

.projs-links {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	overflow: hidden
}

.projs-list {
	width: 100%;
	-webkit-perspective: 800px;
	perspective: 800px;
}

.projs-item {
	display: block;
	width: calc( 33.33% - 90px);
	margin: 0 45px 57px 45px
}

.desktop .projs-item:hover .projs-item-img-container {
	-webkit-transform: scale(0.97) rotateX(-3deg);
	transform: scale(0.97) rotateX(-3deg)
}

.desktop .projs-item:hover .projs-item-img {
	opacity: 0.7
}

.desktop .projs-item:hover .projs-item-title:before {
	-webkit-transform: translateX(0%) scaleX(1);
	transform: translateX(0%) scaleX(1);
	-webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1)
}

/* .desktop .projs-item:hover .projs-item-title-txt {
	opacity: 1;
	-webkit-transform: translateX(45px);
	transform: translateX(45px);
	-webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955),-webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955),-webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955),transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955),transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1)
} */

.projs-item-img-wrapper {
	-webkit-perspective: 800px;
	perspective: 800px
}

.projs-item-img-container {
	position: relative;
	width: 100%;
	overflow: hidden;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.projs-item-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.projs-item-title {
	position: relative;
	padding: 32px 0;
	font: normal 18px/32px "GilroyMedium",sans-serif;
	color:#1a1a1a;
}

/* .projs-item-title:before {
	content: '';
	position: absolute;
	left: 0;
	top: 44px;
	width: 25px;
	height: 2px;
	-webkit-transform: translateX(-50%) scaleX(0);
	transform: translateX(-50%) scaleX(0);
	-webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	background-color: #fff
} */

.projs-item-title-txt {
	-webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955),-webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955),-webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1),opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1),opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955),-webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	color:#1a1a1a;
}

.projs-item-title-txt {
	font-size:16px;
}

.projs-item-film-icon {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 27px;
	height: 21px;
	background-color: rgba(0,0,0,0.2)
}

.projs-lazyloader {
	position: relative;
	width: 100%;
	height: 12px;
	padding: 100px 0 190px 0;
	font-size: 0px;
	line-height: 0px;
	text-align: center;
}

.projs-lazyloader .loading {
	-webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.projs-lazyloader.hide {
	padding-bottom: 0
}

.projs-lazyloader.hide .loader {
	display: none
}

/* @media screen and (max-width: 1879px) {
	.projs-item {
		width: calc( 50% - 90px)
	}
} */

@media screen and (max-width: 1479px) {
	.projs-content {
		width: calc( 100% + 50px);
		padding-top: 50px;
		margin-left: -25px
	}
	.projs-content .box-mid{padding:0 25px;}

	.projs-item {
		/* width: calc( 50% - 50px);
		margin: 0 25px 50px 25px */
		width: calc( 50% - 4.86%);
		margin: 0 2.43% 50px 2.43%;
	}

	.projs-lazyloader {
		padding: 70px 0 160px 0
	}
}

@media screen and (max-width: 1159px) {
	.projs-lazyloader {
		padding: 50px 0 140px 0
	}
}

@media screen and (max-width: 939px), screen and (max-height: 639px) {
	.projs-lazyloader {
		padding: 0px 0 100px 0
	}
}

@media screen and (max-width: 679px) {
	.projs-content {
		width: calc( 100% - 20px);
		max-width: 400px;
		padding-top: 80px;
		margin: 0 auto
	}
	.projs-content .box-mid{padding:0 20px;}

	.projs-item {
		width: 100%;
		margin: 0 0 30px 0
	}

	.projs-item-title-txt {
		text-align: center
	}
}

.proj-content {
	position: relative;
	width: 100%
}

.proj-content .editor{
	/*margin-bottom: 30px;*/
	padding-bottom: 30px;
}

.proj-images {
	padding: 0px 0 105px 0
}

.proj-img-large {
	padding-top: 150px
}

.proj-img-large:nth-child(1) {
	padding-top: 0
}

.proj-img-container {
	position: relative;
	width: 100%
}

.proj-img-double {
	padding-top: 150px;
	font-size: 0px;
	line-height: 0px
}

.proj-img-double:nth-child(1) {
	padding-top: 0
}

.proj-img-double-container {
	display: inline-block;
	vertical-align: middle;
	width: calc( 50% - 50px)
}

.proj-img-double-container:nth-child(1) {
	margin-right: 100px
}

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

.proj-video-large {
	padding-top: 150px
}

.proj-video-large:nth-child(1) {
	padding-top: 0
}

.proj-video-large-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%
}

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

/* .proj-next {
	display: block;
	position: relative;
	width: 100vw;
	height: 650px;
	margin-left: calc( ( 1600px - 100vw ) / 2);
	text-align: center;
	background-color: #000;
	overflow: hidden
} */

/* .desktop .proj-next:hover .proj-next-txt {
	letter-spacing: 26px
} */

.proj-next-txt {
	position: relative;
	display: inline-block;
	margin-top: 275px;
	font: bold 120px/100px "Eczar",serif;
	-webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.proj-next-arrow {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	opacity: 0;
	-webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.desktop .proj-next-arrow.hover,.mobile .proj-next-arrow {
	-webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	opacity: 1
}

.proj-next-arrow-icon {
	position: absolute;
	left: 17px;
	top: 14px;
	width: 8px;
	height: 12px
}

.proj-next-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

@media screen and (max-width: 2199px) {
	/* .proj-next {
		width: calc( 100% + 600px);
		height: 550px;
		margin-left: -300px
	} */

	/* .desktop .proj-next:hover .proj-next-txt {
		letter-spacing: 20px
	} */

	.proj-next-txt {
		margin-top: 225px;
		font: bold 90px/100px "Eczar",serif
	}
}

@media screen and (max-width: 1479px) {
	/* .proj-next {
		width: calc( 100% + 500px);
		height: 450px;
		margin-left: -250px
	} */

	.proj-next-txt {
		margin-top: 175px
	}
}

@media screen and (max-width: 1299px) {
	.proj-images {
		padding-bottom: 150px
	}

	.proj-img-large,.proj-img-double,.proj-video-large {
		padding-top: 80px
	}

	.proj-img-double-container {
		width: calc( 50% - 25px)
	}

	.proj-img-double-container:nth-child(1) {
		margin-right: 50px
	}
}

@media screen and (max-width: 1159px) {
	/* .proj-next {
		width: calc( 100% + 400px);
		height: 350px;
		margin-left: -200px
	} */

	/* .desktop .proj-next:hover .proj-next-txt {
		letter-spacing: 15px
	} */

	.proj-next-txt {
		margin-top: 125px;
		font-size: 70px
	}
}

@media screen and (max-width: 939px), screen and (max-height: 639px) {
	/* .proj-next {
		width: calc( 100% + 200px);
		height: 250px;
		margin-left: -100px
	} */

	.proj-next-txt {
		margin-top: 75px;
		font-size: 50px
	}
}

@media screen and (max-width: 679px) {
	.proj-content {
		left: 0px
	}

	.proj-images {
		width: calc( 100% - 20px);
		padding-bottom: 80px;
		margin: auto;
		max-width: 480px
	}

	/* .proj-next {
		width: 100%;
		margin-left: 0px
	} */

	.proj-next-txt {
		margin-top: 55px
	}

	.proj-next-arrow {
		position: static;
		margin: -20px auto 0 auto
	}
}

.mobile .proj-content {
	position: -webkit-sticky;
	position: sticky;
	bottom: 0
}

.ag-content {
	position: relative;
	padding-top: 122px;
	font-size: 0px;
	line-height: 0px
}

.ag-numbers {
	margin-top: 128px
}

.ag-image {
	margin-top: 138px
}

.ag-image-img {
	width: 100%
}

.ag-bloc-1 {
	width: 100%;
	max-width: 300px;
	margin-top: 111px
}

.ag-bloc-2 {
	width: 100%;
	max-width: 300px;
	margin: 123px 0 0 calc( 100% - 300px)
}

.ag-bloc-3 {
	width: 100%;
	max-width: 300px;
	margin: 272px 0 0 calc( 100% - 300px)
}

.ag-bloc-3.cc-bloc-line:before {
	top: -123px
}

@media screen and (max-width: 1159px) {
	.ag-content {
		padding-top: 80px
	}
}

@media screen and (max-width: 1059px) {
	.cc-bloc-line:before {
		top: -80px !important
	}

	.ag-image {
		max-width: 400px;
		margin: 80px auto 0 auto
	}

	.ag-bloc-2 {
		margin: 80px 0 0 calc( 100% - 400px)
	}

	.ag-bloc-1 {
		margin-top: 80px
	}

	.ag-bloc-3 {
		margin: 160px 0 0 calc( 100% - 400px)
	}
}

.exp-content {
	position: relative;
	padding-top: 136px;
	/* font-size: 0px; */
	/* line-height: 0px */
}

.exp-numbers {
	margin-top: 78px
}

.exp-bloc-1 {
	width: 100%;
	max-width: 300px;
	margin: 180px 0 0 calc( 100% - 300px)
}

.exp-bloc-1.cc-bloc-line:before {
	top: -73px
}

.exp-list {
	width: 100%;
	max-width: 300px;
	margin: 93px 0 0 calc( 100% - 300px)
}

.exp-image {
	margin-top: 88px
}

.exp-bloc-2 {
	width: 100%;
	max-width: 300px;
	margin: 223px 0 0 calc( 100% - 300px)
}

.exp-bloc-2.cc-bloc-line:before {
	top: -124px
}

.exp-bloc-3 {
	width: 100%;
	max-width: 300px;
	margin-top: 275px
}

@media screen and (max-width: 1059px) {
	.exp-bloc-1 {
		margin: 160px 0 0 0
	}

	.exp-list {
		margin: 80px 0 0 calc( 100% - 400px)
	}

	.exp-bloc-3 {
		margin-top: 80px
	}

	.exp-image {
		max-width: 450px;
		margin: 80px auto 0 auto
	}

	.exp-bloc-2 {
		margin: 160px 0 0 calc( 100% - 400px)
	}
}

@media screen and (max-width: 939px), screen and (max-height: 639px) {
	.exp-content {
		padding-top: 100px
	}
}

@media screen and (max-width: 679px) {
	.exp-content {
		padding-top: 0
	}
}

#template-project-category .projs-content {
	padding-top: 0
}