@font-face {
  font-family: 'GillSansC';
	src: url('../fonts/GillSansC.eot?#iefix') format('embedded-opentype'),
	url('../fonts/GillSansC.otf')  format('opentype'),
	url('../fonts/GillSansC.woff') format('woff'),
	url('../fonts/GillSansC.ttf')  format('truetype'),
	url('../fonts/GillSansC.svg#GillSansC') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GillSansC-BoldItalic';
	src: url('../fonts/GillSansC-BoldItalic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/GillSansC-BoldItalic.otf')  format('opentype'),
	url('../fonts/GillSansC-BoldItalic.woff') format('woff'),
	url('../fonts/GillSansC-BoldItalic.ttf')  format('truetype'),
	url('../fonts/GillSansC-BoldItalic.svg#GillSansC-BoldItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'GillSansLightC';
	src: url('../fonts/GillSansLightC.eot?#iefix') format('embedded-opentype'),
	url('../fonts/GillSansLightC.otf')  format('opentype'),
	url('../fonts/GillSansLightC.woff') format('woff'),
	url('../fonts/GillSansLightC.ttf')  format('truetype'),
	url('../fonts/GillSansLightC.svg#GillSansLightC') 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%;
	min-width: 320px;
}
body {
	margin:0;
	font:18px/23px 'GillSansC', sans-serif;
	color:#1c1b16;
	min-width: 320px;
	background-color:#fff;
}
img {
	border-style:none;
	vertical-align: top;
	max-width:100%;
}
a {
	color:#00a1e1;
	-webkit-transition: color 0.3s linear;
	transition: color 0.3s linear;
	text-decoration: none !important;
}
a:hover{
	color: #1c1b16;
}
*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
p{
	font: 22px/25px 'GillSansLightC', sans-serif;
	margin: 0 0 10px;
	color: #fff;
}
h1{
	font: 53px/64px 'GillSansC', sans-serif;
	margin: 0;
	color: #fff;
}
h2{
	font: 50px/58px 'GillSansC', sans-serif;
	margin: 0;
	color: #fff;
}
h3{
	font: 97px/97px 'GillSansC', sans-serif;
	margin: 0;
	color: #fff;
}
input, textarea, select {
	font:100% 'GillSansC', sans-serif;
	vertical-align:middle;
	-webkit-appearance:none;
	-webkit-border-radius:0;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
header,nav,section,article,aside,footer,figure,menu,dialog {
	display: block;
}
input:focus::-webkit-input-placeholder {
	color:transparent !important;
}
input:focus:-ms-input-placeholder {
	color:transparent !important;
}
input:focus::-moz-placeholder {
	color:transparent !important;
}
textarea:focus::-webkit-input-placeholder {
	color:transparent !important ;
}
textarea:focus:-ms-input-placeholder {
	color:transparent !important;
}
textarea:focus::-moz-placeholder {
	color:transparent !important;
}
.g-recaptcha {
  line-height:0px;
  margin: 0 0 10px;
}
.center {
	max-width: 1220px;
	min-width: 280px;
	padding: 0 55px;
	margin: 0 auto;
	position: relative;
}
.center:after {
	clear: both;
	display: block;
	content: '';
}
.section {
	position: relative;
}
.lang {
	position: absolute;
	top: 35px;
	right: 61px;
	z-index: 30;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
#fp-nav ul li, .fp-slidesNav ul li {
	margin: 7px 7px 10px 7px;
}
.lang li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 25px;
	font: 20px/20px 'GillSansLightC', sans-serif;
}
.lang a {
	color: #ccc;
	position: relative;
}
.lang li.active a,
.lang li:hover a {
	color: #fff;
}
.lang li.active a:before,
.lang li:hover a:before {
	content: '';
	background: #fff;
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	bottom: -9px;
}
.logo{
	margin: 0 auto 56px;
	width: 216px;
	height: 122px;
	display: block;
	-moz-animation-delay: .5s;
	-webkit-animation-delay: .5s;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.logo a{
	display:block;
	height:100%;
}
#section0 {
	background: url(../images/bg.jpg) no-repeat 0% 0%;
	background-size: cover;
}
#section2 .fp-bg {
	padding: 75px 0 58px;
	background: url(../images/bg1-1.jpg) no-repeat 50% -150px;
	background-size: cover;
	margin: 0 0 48px;
	-webkit-transition: background 0.3s ease 0.5s;
	-moz-transition: background 0.3s ease 0.5s;
	-ms-transition: background 0.3s ease 0.5s;
	-o-transition: background 0.3s ease 0.5s;
	transition: background 0.3s ease 0.5s;
}
#section3 .fp-bg {
	padding: 75px 0 102px;
	background: url(../images/bg2-1.jpg) no-repeat 50% -150px;
	background-size: cover;
	margin: 0 0 48px;
	-webkit-transition: background 0.3s ease 0.5s;
	-moz-transition: background 0.3s ease 0.5s;
	-ms-transition: background 0.3s ease 0.5s;
	-o-transition: background 0.3s ease 0.5s;
	transition: background 0.3s ease 0.5s;
}
#section4 .fp-bg {
	padding: 75px 0 102px;
	background: url(../images/bg3-1.jpg) no-repeat 50% -150px;
	background-size: cover;
	margin: 0 0 48px;
	-webkit-transition: background 0.3s ease 0.5s;
	-moz-transition: background 0.3s ease 0.5s;
	-ms-transition: background 0.3s ease 0.5s;
	-o-transition: background 0.3s ease 0.5s;
	transition: background 0.3s ease 0.5s;
}
.fp-bg .center {
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-webkit-animation-direction: alternate;
}
.scrollable-element{
	overflow-y: scroll;
	height: 100%;
}
#section0 h1 {
	color: #fff;
	-moz-animation-delay: .6s;
	-webkit-animation-delay: .6s;
	width: 360px;
	padding: 0 6px 0 0;
	margin: 0 auto 107px;
	text-align: center;
	letter-spacing: 0.018em;
}
#section0 h1 sup {
	font-size: 16px;
	line-height: 20px;
	font-family: 'GillSansLightC';
	display: inline-block;
	vertical-align: top;
	margin: 8px -20px 0 8px;
}
#section0 .center {
	padding: 81px 20px 0 20px;
}
#section0 .info-box {
	position: relative;
	text-align: center;
	-moz-animation-delay: .7s;
	-webkit-animation-delay: .7s;
	max-width: 720px;
	padding: 41px 0 21px 0;
	margin: 0 auto;
}
#section0 .info-box:before{
	content: '';
	background: #fff;
	width: 222px;
	height: 2px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin: 0 0 0 -111px;
}
#section0 .info-box:after{
	content: '';
	background: #fff;
	width: 222px;
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin: 0 0 0 -111px;
}
#section0 .info-box p {
	color: #fff;
	margin: 0 0 25px;
}
#section0 .visual {
	opacity: 0;
	text-align: center;
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-webkit-animation-direction: alternate;
	margin: 0 0 0 -90px;
}
#section0 .visual.active {
	opacity: 1;
}
#fp-nav.right {
	top: 262px;
	right: 48px;
}
#fp-nav ul li a span,
 .fp-slidesNav ul li a span {
 	width: 10px;
 	height: 10px;
 	border: 1px #a5a9a6 solid;
 	background: transparent;
 	box-sizing: inherit;
 	margin: -5px 0 0 -5px;
 }
 #fp-nav ul li:hover a span,
 .fp-slidesNav ul li:hover a span {
	width: 14px;
 	height: 14px;
 	border: 3px #a5a9a6 solid;
	margin: -7px 0 0 -7px;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
	border: 3px #a5a9a6 solid;
	box-sizing: inherit;
	width: 14px;
 	height: 14px;
	margin: -7px 0 0 -7px;
}
#section1 {
	background: url(../images/img3.png) no-repeat 50% 0%;
}
#section1 .visual {
	text-align: center;
	margin: 0 0 58px;
	-webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -webkit-animation-direction: alternate;
	padding: 89px 28px 0 0;
}
#section1  p {
	text-align: center;
	color: #363636;
}
#section1 .info-box {
	position: relative;
	text-align: center;
	max-width: 707px;
	padding: 0 21px 0;
	margin: 0 auto;
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-webkit-animation-direction: alternate;
}
#section1 .info-box p {
	margin: 0 0 25px;
}
.gallery {
	margin: 0 0 50px;
	padding: 0;
	list-style: none;
}
.gallery .visual {
	min-height: 280px;
	text-align: left;
	vertical-align: bottom;
	line-height: 280px;
	margin: 0 0 28px;
}
.gallery .visual img  {
	display: inline-block;
	vertical-align: bottom;
}
.slick-slide {
}
.slick-prev {
	position: absolute;
	top: 50%;
	left: -58px;
	z-index: 30;
	outline: none;
	cursor: pointer;
	width: 22px;
	text-indent: -9999px;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	border: none;
	height: 53px;
	padding: 0;
	margin: -72px 0 0 0;
	background: url(../images/arr.png) no-repeat 0% 0%;
}
.slick-next {
	position: absolute;
	top: 50%;
	right: -45px;
	outline: none;
	cursor: pointer;
	z-index: 30;
	width: 22px;
	text-indent: -9999px;
	border: none;
	height: 53px;
	padding: 0;
	margin: -73px 0 0 0;
	background: url(../images/arr.png) no-repeat 0% 0%;
}
.slick-next:hover,
.slick-prev:hover {
	opacity: 0.6;
}
.gallery  .title {
	display: block;
	margin: 0 0 8px;

	max-width: 180px;
	font-family: 'GillSansLightC';
	font-size: 22px;
	line-height: 24px;
	letter-spacing: 0.05em;
	color: #231f20;
}
.gallery  .decr {
	display: block;
	position: relative;
	font-family: Times , serif;
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
	display: block;
	line-height: 22px;
	color: #231f20;
	letter-spacing: 0.01em;
	padding: 0 0 20px;
}
.gallery  .weight {
	display: block;
}
.gallery  .decr:after {
	content: '';
	background: #39b54a;
	width: 105px;
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 0;
	margin: 0;
}
.fp-bg h2 {
	letter-spacing: 0.03em;
	float: left;
	position: relative;
	font-family: 'GillSansLightC';
	max-width: 326px;
	margin: 0 100px 0 0;
}
.fp-bg h2:after {
	content: '';
	background: #fff;
	width: 143px;
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 0;
	margin: 0;
}
.fp-bg .info-box {
	overflow: hidden;
	padding: 7px 0 0 0;
}
.fp-bg h2 {
	position: relative;
	padding: 0 0 23px;
}
.fp-bgh2:after{
	content: '';
	background: #fff;
	width: 143px;
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 0;
	margin: 0;
}
.fp-bg p {
	color: #fff;
	letter-spacing: 0.01em;
	margin: 0 0 22px;
	font: 18px/22px 'GillSansLightC', sans-serif;
}
#section5 {
	background: url(../images/bg4.jpg) no-repeat 0% 0%;
	background-size: cover;
	box-sizing: border-box;
/*	padding: 0 0 180px;*/
}
.foot {
	position: absolute;
	background: #002104;
	min-height: 180px;
	bottom: 0;
	padding: 49px 0 0 0;
	box-sizing: border-box;
	left: 0;
	right: 0;
	font-family: 'GillSansLightC';
	font-size: 18px;
	line-height: 23px;
	color: #cccccc;
}
.foot .center {
	max-width: 1325px;
}
.foot .copy {
	float: left;
	color: #fff;
	margin: 0 150px 0 0;
}
.foot .copy-right {
	float: left;
	color: #fff;
	margin: 0;
}
.foot .copy span, .foot .copy-right span  {
	display: block;
	margin: 0 0 0 23px;
}
.foot  address {
	float: left;
	max-width: 280px;
	font-style: normal;
	margin: 0 159px 0 0;
	letter-spacing: 0.01em;
	line-height: 24px;
}
.foot .call-box {
	padding: 0 0 18px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: 600;
	letter-spacing: 0.04em;
	position: relative;
}
.foot .call-box a:hover, .foot .copy a:hover, .foot .copy-right a:hover {
	opacity: 0.7;
}
.foot .call-box a, .foot .copy a {
	color: #fff;
	display: block;
	letter-spacing: 0.04em;
	line-height: 28px;
	margin: 0 0 -3px;
}
.foot .copy-right a {
	color: #fff;
	letter-spacing: 0.04em;
	line-height: 28px;
	margin: 0 0 -3px;
}
.foot .call-box a.mail {
	color: #39b54a;
	letter-spacing: 0.09em;
}
.foot .call-box:after {
	content: '';
	background: #39b54a;
	width: 105px;
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 0;
	margin: 0;
}
.animated {
	animation-duration: 1s;
}


.form-submit {
	width: 385px;
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-webkit-animation-direction: alternate;
	float: right;
	margin: 0 65px 0 0;
	padding: 88px 0 115px 0;
}
.form-submit h2 {
	font-family: 'GillSansLightC';
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 0.035em;
	text-transform: uppercase;
	margin: 0 0 46px;
	color: #fff;
}
.form-submit input[type="text"] {
	display: block;
	width: 100%;
	padding: 0;
	height: 50px;
	border: 1px solid transparent;
	border-bottom-color: #cccccc;
	background: none;
	color: #ebebeb!important;
	font-size: 16px;
	line-height: 25px;
	margin: 0 0 7px;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.form-submit button[type="submit"] {
	display: block;
	background: none;
	border: 2px solid #39b54a;
	padding: 13px 15px 16px;
	height: auto;
	font-size: 21px;
	line-height: 22px;
	cursor: pointer;
	font-weight: 600;
	color: #39b54a;
	width: 100%;
	letter-spacing: 0.01em;
	border-radius: 0;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.form-submit textarea {
	display: block;
	background: none;
	border: 1px solid #cccccc;
	letter-spacing: 0.01em;
	padding: 6px 15px 14px;
	height: auto;
	resize: none;
	font-size: 20px;
	line-height: 20px;
	color: #ebebeb;
	width: 100%;
	height: 100px;
	margin: 0 0 15px;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.form-submit .text {
	display: block;
	font: 20px/22px 'GillSansLightC', sans-serif;
	color: #ebebeb;
	letter-spacing: 0.05em;
	padding: 15px 0 12px 0;
}
input[type='text']::-webkit-input-placeholder {
	font: 20px/20px 'GillSansLightC', sans-serif;
	color: #ebebeb;
	letter-spacing: 0.05em;
	opacity:0.9;
	font-style:normal;
}
input[type='text']::-moz-placeholder{
	color: #ebebeb!important;
	letter-spacing: 0.05em;
	font: 20px/50px 'GillSansLightC', sans-serif;
	opacity:0.9;
	font-style:normal;
}
input[type='text']:-moz-placeholder {
	color: #ebebeb!important;
	letter-spacing: 0.05em;
	font: 20px/20px 'GillSansLightC', sans-serif;
	opacity:0.9;
	font-style:normal;
}
input[type='text']:-ms-input-placeholder {
	font: 20px/20px 'GillSansLightC', sans-serif;
	color: #ebebeb;
	letter-spacing: 0.05em;
	opacity:0.9;
	font-style:normal;
}
.form-submit input[type="text"]:hover,
.form-submit textarea:hover {
	background: rgba(255,255,255,.2);
	border-color: rgba(255,255,255,.2);
}
.form-submit input[type="text"]:hover,
.form-submit input[type="text"]:focus {
	border: 1px solid transparent;
	border-bottom-color: #fff;
}
.form-submit input[type="text"]:focus,
.form-submit textarea:focus {
	padding: 0 10px;
	background: rgba(255,255,255,.2);
	color: #fff;
	outline-color: rgba(255,255,255,.2);
	border-color: rgba(255,255,255,.2);
}
.form-submit textarea:focus,
.form-submit textarea:hover {
	padding: 5px 10px;
	border: 1px solid #fff;
}
.form-submit button[type="submit"]:hover {
	background: rgba(255,255,255,.2);
}
/*#section2 .fp-scrollable,
#section3 .fp-scrollable,
#section4 .fp-scrollable,*/
#section5 .fp-scrollable {
	/* height: auto!important; */
}
/*#section2 .fp-scroller,
#section3 .fp-scroller,
#section4 .fp-scroller,*/
#section5 .fp-scroller {
	transform: none!important;
}


#preview {
    padding: 20% 0;
    float: right;
    z-index:5;
    -webkit-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

#preview p {
    margin:3rem 0;
    line-height:1rem;
    font-weight:600;
    color: white;
}

.parsley-errors-list {
  line-height: 10px;
  -webkit-padding-start: 0px;
}
.parsley-required, .parsley-type, .parsley-pattern {
  color: white;
  list-style-type: none;
}

@media all and (max-height: 900px) {
	#section5 >.center {
		text-align: right;
		vertical-align: middle;
		line-height: 77vh;
	}
    .g-recaptcha {line-height:0px}
	.form-submit {
		display: inline-block;
		text-align: left;
		vertical-align: middle;
		padding: 0px 0 0px 0;
		float: none;
	}
	.foot .center {
		line-height: auto;
	}
	.form-submit h2 {
		margin: 0 0 5px;
	}
	.form-submit input[type="text"] {
		height: 5vh;
	}
	.form-submit textarea {
		margin: 0 0 15px;
	}
	.form-submit .text {
		padding: 6px 0 10px 0;
	}
/*	#section2 .fp-bg,
	#section4 .fp-bg,
	#section3 .fp-bg {
		margin: 0;
	}
	.gallery .visual {
		min-height: 30vh;
		line-height: 30vh;
		max-width: 16vh;
		margin: 0 0 1vh;
	}
	.gallery .visual img {
		width: 100%;
		height: auto;
	}
	.gallery  .title {
		font-size: 2vh;
		line-height: 2vh;
		margin: 0 0 0px;
	}
	.gallery  .decr {
		font-size: 2vh;
		line-height: 2.2vh;
		padding: 0 0 8px;
	}*/
}


@media all and (max-height: 700px) {
	.form-submit {
		padding: 40px 0;
		float: right;
	}
	#fullpage {
		overflow: hidden;
	}
	.scrollable-element {
		overflow-y: hidden;
		height: auto;
	}
	.section {
		height: auto!important;
	}
	#section2 .fp-scrollable,
	#section3 .fp-scrollable,
	#section4 .fp-scrollable,
	#section5 .fp-scrollable {
		height: auto!important;
	}
	#section2 .fp-scroller,
	#section3 .fp-scroller,
	#section4 .fp-scroller,
	#section5 .fp-scroller {
		transform: none!important;
	}
	#section0 .visual {
		opacity: 1;
	}
	#fp-nav.right {
		display: block!important;
	}
	#section1 {
		padding: 0 0 545px;
	}
	.gallery {
		margin: 0 0 30px;
	}
	#section0 .visual {
		margin: 0 0 0 -96px;
	}
	#section2 .fp-bg,
	#section3 .fp-bg,
	#section4 .fp-bg {
		padding: 45px 0 58px;
		transition: none!important;
	}
	.form-submit input[type="text"] {
		height: 40px;
	}
	#section5 {
	}
	.foot {
		position: relative;
		bottom: 0px;
	}
}
@media all and (max-width: 1600px) {
	#section2 .fp-bg {
		background: url(../images/bg1-1.jpg) no-repeat 50% -150px;
		background-size: inherit;
	}
	#section3 .fp-bg {
		background: url(../images/bg2-1.jpg) no-repeat 50% -150px;
		background-size: inherit;
	}
	#section4 .fp-bg {
		background: url(../images/bg3-1.jpg) no-repeat 50% -150px;
		background-size: inherit;
	}
}
@media all and (max-width: 1200px) {
	#fp-nav.right {
		right: 5px;
	}
	.slick-prev {
		left: -52px;
	}
	#section2 .fp-bg,
	#section3 .fp-bg,
	#section4 .fp-bg {
		padding: 15px 0 15px;
	}
}
@media all and (max-width: 1024px)  {
	.gallery .visual {
		min-height: 280px;
		text-align: left;
		max-width: inherit;
		vertical-align: bottom;
		line-height: 280px;
		margin: 0 0 28px;
	}
	.foot .copy,
	.foot  address {
		margin: 0 50px 0 0;
	}
	#fullpage {
		overflow: hidden;
	}
	.section {
		height: auto!important;
	}
	#section1 {
		padding: 0 0 124px;
		background: url(../images/bg5.jpg) no-repeat 50% 100%;
	}
	.scrollable-element {
		overflow-y: hidden;
		overflow:hidden;
		height: auto;
	}
	.fp-bg h2 {
		float: none;
		margin: 0 0 20px;
		max-width: 100%;
		text-align: center;
	}
	.fp-bg .info-box {
		text-align: center;
	}
	.fp-bg h2:after {
		left: 50%;
		margin: 0 0 0 -41px;
		width: 78px;
	}
	.slick-prev {
		left: -52px;
	}
	.form-submit {
		width: 100%;
		margin: 0;
		float: none;
	}
	#section5 {
		background: #111111;
	}
	#section1 .info-box {
		max-width: 100%;
		padding: 0;
	}
	.center {
		padding: 0 20px;
	}
	.lang {
		right: 20px;
	}
	#section0 h1 {
		width: 100%;
		padding: 0;
	}
	#section0 .info-box {
		width: 100%;
	}
	.slick-dots {
		text-align: center;
		margin: 0;
		padding: 30px 0 0 0;
		list-style: none;
	}
	.slick-dots li {
		display: inline-block;
		vertical-align: top;
		margin: 0 6px;
		width: 12px;
		height: 12px;
	}
	.slick-dots li:hover button,
	.slick-dots li.slick-active button {
		background: #00a651;
	}
	.slick-dots li button {
		cursor: pointer;
		display: block;
		padding: 0;
		outline: none;
		width: 12px;
		height: 12px;
		text-indent: -9999px;
		border-radius: 50%;
		background: #b2e4ca;
		border:none;
	}
	.gallery  .title {
		font-size: 16px;
		line-height: 18px;

	}
	.gallery  .decr {
		font-size: 13px;
		line-height: 18px;
	}
	.fp-bg h2 {
		font-size: 26px;
		line-height: 33px;
	}
	.fp-bg p,
	#section1 .info-box p {
		margin: 0 0 20px;
		font: 15px/19px 'GillSansLightC', sans-serif;
	}
	.form-submit h2 {
		font-size: 22px;
		line-height: 29px;
		margin: 0 0 27px;
	}
	#section0 h1 {
		font-size: 33px;
		line-height: 41px;
		margin: 0 auto 33px;
	}
	#section0 .info-box p {
		font-size: 16px;
		line-height: 20px;
	}
	.foot .copy, .foot .copy-right {
		float: none;
		text-align: center;
	}
	.foot {
		text-align: center;
		position: relative;
	}
	.foot .copy, .foot .copy-right, .foot  address {
		float: none;
		max-width: 100%;
		margin: 0 0 20px;
	}
	#section5 {
		padding: 0;
	}
	.foot .call-box:after {
		display: none;
	}
	.foot .copy span, .foot .copy-right span {
		margin: 0 0 20px;
	}
	#section0 h1 sup {
		font-size: 10px;
		line-height: 20px;
		margin: 0px 0px 0 8px;
	}
	#section0 .visual {
		margin: 0;
		text-align: center;
	}
	#section0 .visual img {
		max-width: 587px;
		margin: 0 0 0 -47px;
	}
	#section0 .visual {
		text-align: center;
	}
	#section1 .visual {
		visibility: visible;
		padding: 40px 0px 0px;
		width: 200px;
		margin: 0px auto 46px;
	}
	#section2 .fp-bg,
	#section3 .fp-bg,
	#section4 .fp-bg {
		padding: 45px 0 58px;
		transition: none!important;
	}
    #section5 .fp-scrollable {
    height: auto!important;
    }
	.gallery .visual img {
		width: auto;
		height: auto;
	}
}
@media all and (max-width: 600px) {
	.fp-bg {
		margin: 0 0 37px!important;
	}
	.gallery {
		margin: 0px 0 30px;
	}
	.form-submit button[type="submit"] {
		font-size: 17px;
		padding: 8px 15px 9px;
	}
	.form-submit input[type="text"] {
		height: 40px;
		margin: 0;
	}
	.form-submit input[type="text"],
	.form-submit .text {
		font-size: 15px;
		line-height: 17px;
	}
	.form-submit textarea {
		height: 68px;
		margin: 0 0 33px;
	}
	.form-submit .text {
		padding: 11px 0 9px 0;
	}
	input[type='text']::-webkit-input-placeholder {
		font: 15px/16px 'GillSansLightC', sans-serif;
	}
	input[type='text']::-moz-placeholder{
		font: 15px/40px 'GillSansLightC', sans-serif;
	}
	input[type='text']:-moz-placeholder {
		font: 15px/40px 'GillSansLightC', sans-serif;
	}
	input[type='text']:-ms-input-placeholder {
		font: 15px/40px 'GillSansLightC', sans-serif;
	}
	#section0 .center {
		padding: 97px 20px 242px 20px;
	}
	.lang {
		right: 29px;
		top: 27px;
	}
	.lang li {
		padding: 0 0 0 19px;
		font: 16px/20px 'GillSansLightC', sans-serif;
	}
	.logo {
		background: url(../images/logo.png) no-repeat;
		background-size: cover;
		width: 139px;
		height: 79px;
		margin: 0 auto 38px;
	}
	#section0 .info-box {
		padding: 17px 0 8px 0;
	}
	#section0 .info-box:before,
	#section0 .info-box:after {
		width: 140px;
		margin: 0 0 0 -73px;
	}
	#section0 .visual {
		margin: 0;
		position: absolute;
		text-align: center;
		left: 50%;
		margin: 0 0 0 -289px;
		bottom: 0;
		width: 587px;
	}
	#section2 .fp-bg,
	#section3 .fp-bg,
	#section4 .fp-bg {
		padding: 45px 0 58px;
		transition: none!important;
	}
	.form-submit {
		box-sizing: border-box;
		padding: 39px 0px 47px 0;
	}
	#fp-nav.right {
		display: none!important;
	}
	.fp-scrollable {
		height: auto!important;
	}
	.fp-scroller {
		transform: none!important;
	}
	.iScrollIndicator {
		display: none!important;
	}
}
@media all and (max-width: 450px) {
	#section0 h1 sup {
		margin: 0px -16px 0 8px;
	}
	.gallery .visual img {
		width: 85%;
		height: auto;
	}
	.gallery {
		margin: -50px 0 30px 0;
	}
	.slick-slide {
		box-sizing: border-box;
		padding: 0 0 0 17px;
	}
}





