@font-face {
  font-family: 'GothamPro';
  src: url('../fonts/GothamPro.eot?#iefix') format('embedded-opentype'),  url('../fonts/GothamPro.otf')  format('opentype'),
	     url('../fonts/GothamPro.woff') format('woff'), url('../fonts/GothamPro.ttf')  format('truetype'), url('../fonts/GothamPro.svg#GothamPro') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamPro-Light';
  src: url('../fonts/GothamPro-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/GothamPro-Light.otf')  format('opentype'),
	     url('../fonts/GothamPro-Light.woff') format('woff'), url('../fonts/GothamPro-Light.ttf')  format('truetype'), url('../fonts/GothamPro-Light.svg#GothamPro-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamPro-Medium';
  src: url('../fonts/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/GothamPro-Medium.otf')  format('opentype'),
	     url('../fonts/GothamPro-Medium.woff') format('woff'), url('../fonts/GothamPro-Medium.ttf')  format('truetype'), url('../fonts/GothamPro-Medium.svg#GothamPro-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamPro-Bold';
  src: url('../fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/GothamPro-Bold.otf')  format('opentype'),
	     url('../fonts/GothamPro-Bold.woff') format('woff'), url('../fonts/GothamPro-Bold.ttf')  format('truetype'), url('../fonts/GothamPro-Bold.svg#GothamPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
html, body {
	height: 100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
	margin:0;
	color:#333;
	font:13px/1.23 'GothamPro',Helvetica, Arial, sans-serif;
	background:#fff;
	min-width:320px;
}
img {
	border-style:none;
	max-width: 100%;
}
a {
	color:#4495d1;
	outline:none;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
* {
	outline:none;
}
input, textarea, select {
	font:100%  Helvetica, Arial, sans-serif;
	vertical-align:middle;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
header,
nav,
section,
article,
aside,
footer,
figure,
menu,
dialog {
	display: block;
}
*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
h1{
	font: 48px/56px 'GothamPro-Light';
	margin: 0;
}
h1 strong{
	font-family: 'GothamPro-Medium';
	font-weight: normal;
}
.aside-title h1{
	color: #fff;
	position: absolute;
	top:100px;
}
.activeAsideFixed .aside-title h1{
	position: fixed;
}

h2{
	color: #999;
	font: 12px/16px 'GothamPro-Medium';
	margin: 0 0 16px;
	position: relative;
	padding: 0 0 22px;
	text-transform: uppercase;
	letter-spacing: 0.2px;
}
h2:after{
	content: '';
	height: 2px;
	width: 22px;
	background-color:#ffae00;
	position: absolute;
	bottom: 0;
	left: 0;
}
h3{
	font: 28px/34px 'GothamPro';
	margin: 0 0 33px;
}
h3 strong{
	font-family: 'GothamPro-Medium';
	font-weight: normal;
}
h4{
	font: 13px/16px 'GothamPro-Bold';
	margin: 0 0 13px;
	letter-spacing: 0.2px;
}
#wrapper{
	width:100%;
	overflow:hidden;
	position:relative;
	height: 100%;
}
.center{
	max-width:1600px;
	margin:0 auto;
	padding:174px 145px;
	padding-top: 17.4vh;
	padding-bottom:10vh;
	position: relative;
}
.center:after{
	display:block;
	clear:both;
	content:'';
}
.section{
	padding:0;
	margin: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	width: 100%;
	position: relative;
	height: 100%;
	z-index: 5;
	background-attachment: fixed;
}
.bg{
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: cover;
	background-attachment: fixed;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	z-index: -1;
}
.device-mobile .bg{
	background-attachment: scroll;
}
.device-mobile .aside-title h1,
.device-mobile .activeAsideFixed .aside-title h1{
	position: static;
}
#section01 .bg{
	width: 100%;
}
#fullpage{
	height: 100%;
}
.header-fixed{
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
}
.homePage{
	color: #fff;
	text-align: center;
}
.homePage .center{
	padding-left: 200px;
	padding-right: 200px;
}
.home-logo{
	background: url(../images/main-logo.png) no-repeat 0% 0%/124px 102px;
	width: 124px;
	height: 102px;
	margin: 6px auto 107px;
    margin-bottom: 10.7vh;
}
.homePage .slogan{
	font-size: 48px;
	line-height: 56px;
	font-family: 'GothamPro-Light';
	margin: 0 0 73px;
}
.homePage .slogan strong{
	font-weight: normal;
	font-family: 'GothamPro-Medium';
}
.homePage .name{
	font-size: 20px;
	line-height: 28px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.homePage .name:before{
	content: '';
	background-color: #fff;
	height: 2px;
	width: 22px;
	position: absolute;
	top: -17px;
	left: 50%;
	margin: 0 0 0 -11px;
}
.left-panel{
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
}
.header-fixed{
	position: fixed;
	color: #fff;
	width: 360px;
	-webkit-transition: width 0.3s linear;  
	transition: width 0.3s linear;
}
.header-fixed.fixed{
	width: 90px;
}
.header-static{
	display: none;
}
.header-fixed:after{
	-webkit-transition: all 0.2s linear;  
	transition: all 0.2s linear;
	-webkit-transform: translateX(-360px);
	transform: translateX(-360px);
	background-color: #fff;
	content: '';
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.header-fixed.open{
	color: #333;
	width: 360px;
	-webkit-transition: width 0.2s linear;  
	transition: width 0.2s linear;
}
.header-fixed.open:after{
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.left-panel .header-top{
	position: absolute;
	top: 48px;
	width: 100%;
	left: 0;
	padding: 0 0 0 45px;
}
.left-panel .logo{
	width: 165px;
	height: 24px;
	position: relative;
	margin: 0;
	display: inline-block;
}
.left-panel .logo:before,
.left-panel .logo:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: all 0.2s linear;  
	transition: all 0.2s linear;
	background: url(../images/logo-fixed-white.png) no-repeat 0% 0%/165px 24px;
}
.left-panel .logo:after{
	background-image: url(../images/logo-fixed-blue.png);
	opacity: 0;
}
.header-fixed.open .logo:before{
	opacity: 0;
}
.header-fixed.open .logo:after{
	opacity: 1;
}
.left-panel .header-bottom{
	position: absolute;
	bottom: 43px;
	left: 0;
	padding: 0 0 0 45px;
}
.left-panel .lang{
	color: #ccc;
	font-size: 13px;
	line-height: 30px;
	-webkit-transition: all 0.2s linear;  
	transition: all 0.2s linear;
	margin: 0 0 29px;
}
.left-panel .lang a{
	color: #fff;
	font-family: 'GothamPro-Medium';
	-webkit-transition: opacity 0.2s linear;  
	transition: opacity 0.2s linear;
	text-decoration: none;
}
.left-panel .lang a:hover{
	opacity: 0.6;
}
.left-panel .lang a.active:hover,
.left-panel .lang .active{
	color: #ccc;
	font-family: 'GothamPro';
	opacity: 1;
}
.left-panel .network{
	font-family: 'GothamPro-Medium';
	font-size: 14px;
	line-height: 30px;
	-webkit-transition: all 0.2s linear;  
	transition: all 0.2s linear;
}
.left-panel .network a:first-child{
	margin-left: 0;
}
.left-panel .network a:last-child{
	margin-right: 0;
}
.fixed .network,
.fixed .lang{
	-webkit-transform: translateX(-360px);
	transform: translateX(-360px);
}
.left-panel .network a{
	color: #fff;
	margin-left: 3px;
	margin-right: 3px;
	-webkit-transition: opacity 0.2s linear;  
	transition: opacity 0.2s linear;
	text-decoration: none;
}
.left-panel .network a:hover{
	opacity: 0.6;
}
.fixed.open .network,
.fixed.open .lang{
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	color: #999;
}
.fixed.open .network a,
.fixed.open .lang a{
	color: #333;
}
.fixed.open .lang .active:hover,
.fixed.open .lang .active{
	color: #999;
}
.open-aside{
	left: 35px;
	bottom: 38px;
	-webkit-transform: translateY(360px);
	transform: translateY(360px);
	position: absolute;
	width: 50px;
	-webkit-transition: all 0.21s linear;  
	transition: all 0.21s linear;
	height: 50px;
	opacity: 0;
}
.open-aside:before,
.open-aside:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.2s linear;  
	transition: opacity 0.2s linear;
	opacity: 1;
	background: url(../images/ico-open-nav.png) no-repeat 13px 18px/200px 16px;
}
.open-aside:after{
	opacity: 0;
	background-position: -163px 18px;
}
.open-aside span{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.2s linear;  
	transition: opacity 0.2s linear;
	background: url(../images/ico-close-nav.png) no-repeat 15px 16px/20px 20px;
}
.fixed.open .open-aside:before{
	opacity: 0;
}
.fixed.open .open-aside:after{
	opacity: 0;
}
.fixed.open .open-aside span{
	opacity: 1;
}
.fixed .open-aside{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.fixed.open .open-aside{
	left: 275px;
}
.fixed .open-aside:hover,
.fixed.open .open-aside:hover,
.open-aside:hover{
	opacity: 0.6;
}
.left-panel .header-center{
	position: absolute;
	top: 50%;
	left: 0;
	padding: 0 35px;
	margin: -120px 0 0 0;
	height: 240px;
	-webkit-transition: width 0.2s linear;  
	transition: width 0.2s linear;
	width: 100%;
}
.nav-wrap{
	display: block;
	position: relative;
	overflow: hidden;
}
.aside-nav{
	list-style: none; 
	margin: 0;
	padding:0;
	text-transform: uppercase;
	font-family: 'GothamPro-Medium';
	font-size: 12px;
	line-height: 16px;
}
.fixed .header-center{
	width:120px;
}
.fixed.open .header-center{
	width: 100%;
}
.aside-nav li{
	margin: 5px 0px 10px;
}
.aside-nav i{
	font-style: normal;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all 0.2s linear;  
	transition: all 0.2s linear;
	opacity: 1;
	position: relative;
	left: 0;
	white-space: nowrap;
}
.aside-nav a{
	color: #fff;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	padding: 0 0 0 50px;
	position: relative;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: opacity 0.2s linear;  
	transition: opacity 0.2s linear;
}
.aside-nav a:hover{
	opacity: 0.6;
}
.fixed .aside-nav a{
	width: 100%;
}
.fixed .aside-nav i{
	left: -360px;
	opacity: 0;
}
.fixed.open .aside-nav a{
	color: #333;
	-webkit-transition: background 0.2s linear 0.05s;  
	transition: background 0.2s linear 0.05s;
}
.fixed.open .aside-nav a:hover,
.fixed.open .aside-nav .active a{
	color: #333;
	background-color: #eee;
}
.fixed.open .aside-nav i{
	left: 0px;
	opacity: 1;
	text-decoration: none !important;
}
.aside-nav span{
	position: relative;
	height: 50px;
	vertical-align: middle;
	display: table-cell;
	padding: 2px 0 0 15px;
	overflow: hidden;
	letter-spacing: 0.2px;
}
.aside-contact{
	-webkit-transform: translateX(-360px);
	transform: translateX(-360px);
	-webkit-transition: -webkit-transform 0.2s linear;  
	transition: transform 0.2s linear;
	margin: -95px 0 29px;
}
.aside-contact .mail,
.aside-contact .tel{
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	margin: 3px 0 0;
}
.fixed .aside-contact .mail,
.fixed .aside-contact .tel{
	color: #333;
	-webkit-transition: opacity 0.2s linear;  
	transition: opacity 0.2s linear;
}
.fixed .aside-contact .mail:hover,
.fixed .aside-contact .tel:hover{
	opacity: 0.6;
	text-decoration: none;
}
.aside-contact .mail{
	font-size: 13px;
	font-family: 'GothamPro-Medium';
}
.open .aside-contact{
	margin: -5px 0 29px;
}
.fixed.open .aside-contact{
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.aside-nav a:after,
.aside-nav a:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	background: url(../images/ico-nav.png) no-repeat 0% -9999px/200px 216px;
	opacity: 1;
	-webkit-transition: opacity 0.2s linear;  
	transition: opacity 0.2s linear;
}
.aside-nav a:after{
	opacity: 0;
}
.fixed .aside-nav a:before{
	opacity: 0.6;
}
.fixed .aside-nav a:hover:before,
.fixed .aside-nav .active a:before{
	opacity: 1;
}
.fixed.open .aside-nav a:after{
	opacity: 0.3;
}
.fixed.open .aside-nav a:before{
	opacity: 0;
}
.fixed.open .aside-nav a:hover:after,
.fixed.open .aside-nav .active a:after{
	opacity: 1;
}
.fixed .aside-nav a:hover{
	opacity: 1;
}
.aside-nav .about:before{
	background-position: 7px 7px;
}
.aside-nav .working:before{
	background-position: 7px -53px;
}
.aside-nav .examples:before{
	background-position: 7px -113px;
}
.aside-nav .contacts:before{
	background-position: 7px -173px;
}
.aside-nav .about:after{
	background-position: -157px 7px;
}
.aside-nav .working:after{
	background-position: -157px -53px;
}
.aside-nav .examples:after{
	background-position: -157px -113px;
}
.aside-nav .contacts:after{
	background-position: -157px -173px;
}
.btn-wrap{
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.next-page{
	display: inline-block;
	vertical-align: top;
	min-width: 40px;
	height: 40px;
	white-space: nowrap;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 12px 10px 8px;
	color: #333;
	text-decoration: none !important;
	font-family: 'GothamPro-Bold';
	position: relative;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	background:#ffc300 url(../images/ico-arrow-bottom.png) no-repeat 50% 50%/10px 23px;
	-webkit-transition: background 0.2s linear;  
	transition: background 0.2s linear;
	bottom: 40px;
}
.next-page:hover{
	background-color: #fdd03e;
}
.next-page.next-page--index{
	padding-left: 55px;
	padding-right: 25px;
	background-position: 20px 50%;
	bottom: 18vh;
}
#section04{
	background-color: #f7f7f7;
}
.fp-viewing-examples .open-aside:before,
.fp-viewing-examples .header-fixed .logo:before{
	opacity: 0;
}
.fp-viewing-examples .open-aside:after,
.fp-viewing-examples .header-fixed .logo:after{
	opacity: 1;
}
.fp-viewing-examples .aside-nav a:after{
	opacity: 0.3;
}
.fp-viewing-examples .aside-nav a:before{
	opacity: 0;
}
.fp-viewing-examples .aside-nav a:hover:after,
.fp-viewing-examples .aside-nav .active a:after{
	opacity: 1;
}
.about-wrapper{
	position: relative;
}
.aside-title{
	float: left;
	width: 50%;
	padding-right: 35px;
}
.aside-content{
	float: right;
	width: 50%;
	padding-left: 115px;
	padding-top: 4px;
}
.content-holder{
	margin-right: -60px;
}
.about-content-holder{
	font-size: 16px;
	line-height: 24px;
}
.about-description{
	margin:31px 0 0;
}
.about-description-list{
	position: relative;
	font-size: 0;
	line-height: 0;
	margin: 0 15px 93px -15px;
}
.about-description-list:after{
	content: '';
	display: block;
	clear: both;
}
.about-description-list .item{
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	padding: 15px;
	font-size: 20px;
	line-height: 28px;
}
.about-description-list .ico{
	margin: 0 0 26px;
	line-height: 24px;
}
.about-description-list .ico img{
	vertical-align: middle;
}
.btn{
	background: none;
	position: relative;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border:2px solid #ffae00;
	font: 12px/16px 'GothamPro-Bold';
	padding: 0 0;
	padding: 12px 25px 8px;
	text-decoration: none !important;
	color: #333;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0.3px;
	-webkit-transition: background 0.2s linear,border 0.2s linear;  
	transition: background 0.2s linear,border 0.2s linear;
	cursor: pointer;
	min-width: 170px;
	text-align: center;
}
.btn-active{
	background-color: #ffae00;
}
.btn .note{
	color: #ffae00;
	position: absolute;
	left: 100%;
	top: -13px;
	margin: 0 0 0 3px;
}
.btn:hover,
.btn-active:hover{
	background-color: #fdd03e;
	border-color: #fdd03e;
}
.working-list{
	list-style: none; 
	margin: 0 0 53px;
	padding:0;
	font-size: 13px;
	line-height: 20px;
}
.working-list li{
	margin: 0 0 24px;
}
.working-list li:after{
	content: '';
	display: block;
	clear: both;
}
.working-list .num{
	float: left;
	margin: 0 30px 0 0;
	padding: 0 0 0 3px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #eee;
	font-size: 28px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.working-list .holder{
	overflow: hidden;
	padding: 13px 0 0;
}
.working-list .title{
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 15px;
}
.working-list p{
	margin: 0;
	color:#9a9a9a;
	font-family:'GothamPro-Bold';
}
.examples-wrapper{
	max-width: 1600px;
	margin: 0 auto;
	padding: 58px 215px;
}
.examples-wrapper:after{
	content: '';
	display: block;
	clear: both;
}
.examples-wrapper h2{
	text-align: center;
	margin-bottom: 16px;
}
.examples-wrapper h2:after{
	left: 50%;
	margin-left: -11px;
}
.main-gallery{
	overflow: hidden;
	position: relative;
}
.slider-nav{
	margin: 0 auto;
	min-height: 114px;
	max-width: 33.33%;
}
/*.slider-nav:before,
.slider-nav:after{
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	bottom: 0;
	left: -100%;
	z-index: 5;
}
.slider-nav:after{
	left: auto;
	right: -100%;
}*/
.tablet-gallery .slick-disabled{
	display: none !important;
}
.slider-nav .slick-list{
	overflow: visible;
}
.slider-nav-item{
	text-align: center;
	width: 390px;
}
.main-gallery .slider-nav-item{
	cursor: pointer;
}
.slider-nav-item .name{
	margin: 0 0 12px;
	color: #999;
	font: 28px/34px 'GothamPro-Medium';
}
.main-gallery .slider-nav-item .name{
	-webkit-transition: color 0.2s linear;  
	transition: color 0.2s linear;
}
.main-gallery .slider-nav-item:hover .name{
	color: #333;
}
.slider-nav-item.slick-current .name{
	color: #333;
}
.slider-nav-item .description{
	font: 13px/16px 'GothamPro-Bold';
	visibility: hidden;
}
.slider-nav-item.slick-active .description{
	visibility: visible;
}
.slick-arrow{
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 5;
	border: 0;
	background:#ffc300 url(../images/ico-arrow-left.png) no-repeat 50% 50%/23px 10px;
	width: 40px;
	height: 40px;
	-webkit-transition: background 0.2s linear;  
	transition: background 0.2s linear;
	cursor: pointer;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	padding: 0;
	margin: -29px 0 0;
	overflow: hidden;
	text-indent: -9999px;
}
.slick-next{
	left: auto;
	right: 0;
	background-image: url(../images/ico-arrow-right.png);
}
.slick-arrow:hover{
	background-color: #fdd03e;
}
.slick-dots{
	text-align: center;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
.slick-dots li{
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	overflow: hidden;
	width: 8px;
	height: 8px;
	margin: 0 15px;
	background-color: #ccc;
	-webkit-transition: background 0.2s linear;  
	transition: background 0.2s linear;
}
.slick-dots li.slick-active,
.slick-dots li:hover{
	background-color: #202020;
}
.slick-dots li button{
	cursor: pointer;
	opacity: 0;
	background-color: transparent;
	border: 0;
	width: 100%;
	height: 100%;
}
.slider-for-item{
	padding-bottom:60px;
}
.slider-text,
.slider-wrap{
	text-align: center;
	height: calc(100vh - 360px);
}
.slider-wrap{
	line-height:calc(100vh - 360px);
	padding-left: 20px;
	padding-right: 20px;
}
.slider-wrap img{
	display: inline;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.slider-text{
	max-width: 800px;
	margin: 0 auto;
	color: #9a9a9a;
	text-align: left;
	font: 13px/20px 'GothamPro-Medium';
	overflow: hidden;
	display: table;
}
.slider-text .text-center{
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
.slider-text:after{
	content: '';
	display: block;
	clear: both;
}
.slider-text .col{
	float: left;
	width: 50%;
	padding: 0 15px;
}
.slider-description{
	font-size: 16px;
	line-height: 24px;
	color: #333;
	margin: 0;
	font-family: 'GothamPro';
}
.slider-text h4{
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 18px;
	color: #333;
}
.slider-text h3{
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 12px;
	color: #333;
}
.slider-text p{
	margin: 0;
}
.slider-text ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.slider-text ul li{
	margin: 0;
	padding: 0 0 0 30px;
	position: relative;
}
.slider-text ul li:before{
	content: '—';
	position: absolute;
	top: 0;
	left: 0;
}
#section05 .btn-wrap .center{
	padding-top: 0;
	padding-bottom: 56px;
	margin: 0 auto;
}
#section05 .btn-wrap .aside-content{
	margin: 0;
}
.copyright{
	color: #999;
	text-align: left;
}
.contact-form{
	position: relative;
	margin: 47px 0 0;
}
.contact-form .btn{
	margin-top: 7px;
}
.contact-block{
	margin:42px 15px 0 -15px;
}
.contact-block .row:after,
.contact-block:after{
	content: '';
	display: block;
	clear: both;
}
.contact-block .col{
	padding: 0 15px;
	width: 100%;
	float: left;
	margin: 0 0 20px;
}
.contact-block .align-left{
	float: left;
	width: 50%;
}
.contact-block .align-right{
	float: right;
	width: 50%;
}
.contact-block .row{
	position: relative;
	margin: 0;
}
.label{
	display: block;
	color: #999;
	margin: 0;
	font: 13px/20px 'GothamPro-Medium';
	cursor:pointer;
}
.empty .label{
	-webkit-transform: translateY(27px);
	transform: translateY(27px);
}
.contact-block .link{
	color: #333;
	font: 20px/28px 'GothamPro-Medium';
	display: inline-block;
	vertical-align: top;
	margin: 10px 0 8px;
}
.contacts-network{
	overflow: hidden;
	color: #999;
	font-size: 16px;
	line-height: 24px;
	margin: 11px 0 0;
}
.contacts-network a{
	color: #333;
	margin: 0 5px;
}
.contacts-network a:first-child{
	margin-left: 0;
}
.contacts-network a:last-child{
	margin-right: 0;
}
.text-input{
	background: none;
	border: 0;
	padding: 3px 0;
	font-size: 16px;
	line-height: 26px;
	height: 32px;
	border-bottom: 2px solid #eee;
	width: 100%;
	resize:none;
	letter-spacing: 0.7px;
	border-radius: 0;
}
textarea.text-input{
	overflow: hidden;
}
.text-input:focus{
	border-bottom-color: #ccc;
}
.main-gallery .disabled{
	display: none !important;
}
.fp-scrollable{
	overflow-x: hidden;
	overflow-y: hidden;
}
.map-wrapper{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	z-index: -1;
	overflow: hidden;
}
.device-mobile .map-wrapper{
	position: absolute;
}
#map{
	width: 100%;
	height: 100%;
}
.gm-style>div:first-child~div,
.gm-style-cc,
.gmnoprint{
	display: none;
}
#section05{
	z-index: 4;
}
.mobile-visible,
.tablet-visible{
	position: absolute;
	top: -9999px;
	left: -9999px;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.desktop-visible{
	position: static;
	top: 0;
	left: 0;
	opacity: 1;
}
.tablet-gallery-wrapper{
	margin: 0 0 -58px;
}
.tablet-gallery-block{
	margin: 0 0 58px;
}
.tablet-gallery-block:last-child{
	margin-bottom: 0;
}
.tablet-gallery-block .slider-nav-item{
	text-align: center;
	width: auto;
}
.tablet-gallery-block .slider-nav-item .name{
	color: #333;
}
.tablet-gallery-block .slider-nav-item .description{
	visibility: visible;
}
.tablet-gallery-block .slick-dots{
	position: static;
	bottom: 0;
	margin: 36px 0 -36px;
}
.examples-holder{
	position: relative;
	min-height: 100px;
}
.tablet-gallery-block .slider-text{
	background-color: #fff;
	height: auto;
	margin: 0 auto;
	padding: 0;
	overflow: visible;
	display: block;
	max-width: 840px;
}
.tablet-gallery-block .slider-text .text-center{
	width: auto;
	height: auto;
	display: block;
	margin: 0 -9999px;
	padding: 45px 9999px 62px;
	background-color: #fff;
	overflow: hidden;
}
.tablet-gallery-block .slider-wrap{
	height: auto;
}
.tablet-gallery{
	padding: 40px 0 65px;
}
.tablet-gallery .slick-arrow{
	margin: -40px ;
}
.mobile-gallery{
	padding:58px 0 96px;
}
.mobile-gallery-wrapper{
	margin: 0 -30px;
}
.mobile-gallery .item-img{
	text-align: center;
	width: 440px;
	position: relative;
}
.mobile-gallery img{
	display: inline;
}
.modal-popup{
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 150;
	width: 100%;
	height: 100%;
	-webkit-transform: translateY(-120%);
    transform: translateY(-120%);
	-webkit-transition: opacity 0.2s linear,-webkit-transform 0.2s linear;  
	transition: opacity 0.2s linear,transform 0.2s linear;
	opacity: 0;
}
.modal-popup.open-modal-popup{
	opacity: 1;
	-webkit-transform: translateY(0%);
    transform: translateY(0%);
}
.modal-popup .close{
	position: absolute;
	top: 4px;
	right: 5px;
	width: 50px;
	height: 50px;
	background: url(../images/ico-close-nav.png) no-repeat 15px 16px/20px 20px;
}
.modal-popup .holder{
	background-color: #fff;
	z-index: 20;
	height: 60px;
}
.modal-popup .col{
	margin-bottom: 20px;
}
.modal-popup .slider-nav-item{
	width: auto;
	text-align: left;
	padding: 0 30px;
}
.modal-popup h2{
	margin-left: 30px;
	margin-right: 30px;
}
.modal-popup .slider-nav-item .description{
	visibility: visible;
}
.modal-popup .slider-nav-item .name{
	color: #333;
}
.modal-popup .slider-text .col{
	padding-left: 30px;
	padding-right: 30px;
}
.modal-scroll{
	overflow-x:hidden;
	overflow-y:auto;
	position: absolute;
	top: 60px;
	bottom: 0;
	left: 0;
	width: 100%; 
	padding: 0 0 30px;
}
.mobile-gallery-nav{
	margin: 0 0 26px;
}
.mobile-gallery .slick-dots{
	margin-bottom: -27px;
}
.mobile-gallery .slider-nav-item .name{
	color: #333;
	padding: 0 30px;
}
.mobile-gallery .item{
	overflow: hidden;
	height: 333px;
	display: flex;
	justify-content: center;
    align-items: center;
    flex-direction: column;
}
.mobile-gallery .mobile-text{
	padding: 0 30px;
	text-align: center;
	margin: 0 auto;
	max-width:500px; 
}
.mobile-gallery .mobile-text p{
	margin: 0;
	font-size: 16px;
	line-height: 24px;
}
.mobile-gallery .mobile-gallery-more{
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	text-decoration: none !important;
	font-family: 'GothamPro-Bold';
	color: #333;
	display: block;
	margin: 30px 0 0;
}