

.share-logo {
	position: absolute;
	left: -1000px;
	opacity: 0
}

@-webkit-keyframes newjump {
	from {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}

	to {
		-webkit-transform: translate3d(0,-2px,0);
		transform: translate3d(0,-2px,0)
	}
}

@keyframes newjump {
	from {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}

	to {
		-webkit-transform: translate3d(0,-2px,0);
		transform: translate3d(0,-2px,0)
	}
}

header {
	position: fixed;
	z-index: 99999;
	top: 0;
	width: 100%;
	transition: all .3s ease;
	border: 0;
	height: 73px
}

@-webkit-keyframes dsloading {
	70% {
		max-width: 0
	}
}

@keyframes dsloading {
	70% {
		max-width: 0
	}
}

header .btnToggle {
	top: 20px;
	right: 30px;
	height: 10px;
	width: 25px;
	height: 25px;
	display: none
}

header .btnToggle em {
	vertical-align: top;
	width: 100%;
	display: inline-block;
	height: 3px;
	position: relative;
	transition: all .5s ease;
	background: #fff
}

header .btnToggle em::before,header .btnToggle em::after {
	content: '';
	transition: .5s all;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #fff;
	border-radius: 1px
}

header .btnToggle em::before {
	top: -9px
}

header .btnToggle em::after {
	top: 9px
}



@media screen and (max-width:1000px) {
	header nav .btnLogin,header nav .btnLogout {
		display: none;
		visibility: hidden
	}
}

header nav .dropdown:after {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: relative;
	top: -3px;
	left: 7px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff
}

header nav .menu {
	position: relative
}

header nav .menu.demo {
	display: none
}

@media screen and (max-width:1000px) {
	header nav .menu.demo {
		display: inherit
	}
}




@media screen and (max-width:1000px) {
	header nav .menu .submenu.product {
		width: inherit;
		right: inherit
	}
}

header nav .menu .submenu.product::before {
	left: 46%
}

header nav .menu .submenu.product>ul {
	vertical-align: top;
	width: 150px;
	display: inline-block
}

header nav .menu .submenu>li,header nav .menu .submenu>ul>li {
	float: none
}

header nav .menu .submenu>li a,header nav .menu .submenu>ul>li a {
	padding: 10px 23px 10px 26px;
	width: 100%;
	display: inline-block;
	color: inherit
}

header nav .menu .submenu>li.active,header nav .menu .submenu>ul>li.active,header nav .menu .submenu>li:hover,header nav .menu .submenu>ul>li:hover {
	color: #00a4e5;
	background-color: #f4f8fb
}

header nav .menu:hover .submenu {
	display: block
}




@media screen and (max-width:1045px) {
	header nav .nav-menu .new {
		margin-right: 5px
	}
}

header nav .nav-menu .new a {
	position: relative
}

header nav .nav-menu .new a::after {
	content: 'New';
	-webkit-animation: newjump 1s linear 5;
	animation: newjump 1s linear 5;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	padding: 0 5px;
	font-size: 11px;
	color: #00a4e5;
	border-radius: 11px;
	background-image: linear-gradient(to bottom,#88dcfd,#fff);
	position: absolute;
	top: 14px
}

@media screen and (max-width:1020px) {
	header nav .nav-menu .new a::after {
		display: none
	}
}

@media screen and (max-width:1000px) {
	header nav .nav-menu .new a::after {
		display: inline-block;
		position: initial;
		margin-left: 10px;
		line-height: 20px
	}
}




@media screen and (max-width:1000px) {
	header nav .buttons {
		right: 55px;
		top: 5px
	}
}

header nav .buttons .btn {
	margin: 0 7.5px
}

/*.fixed header {*/
/*	background: #00a4e5;*/
/*}*/

@media screen and (max-width:1000px) {
	.fixed header .btnRegister {
		display: inline-block
	}

	header {
		height: 50px
	}

	header .btnRegister {
		display: none
	}

	header .btnToggle {
		display: block;
		position: absolute;
		right: 20px;
		top: 22px
	}

	header nav .nav-menu {
		transition: all .3s ease;
		display: block;
		background: #fff;
		height: 0;
		overflow-y: scroll;
		position: absolute;
		top: 50px;
		left: 0;
		width: 100%;
		margin: 0
	}

	header nav .nav-menu>li {
		padding-top: 0;
		display: block
	}

	header nav .nav-menu>li>a {
		font-size: 16px;
		line-height: 3.75;
		letter-spacing: normal;
		color: #7d8b86;
		padding: 0 15px
	}

	header nav .nav-menu>li>a:hover {
		color: #7d8b86
	}



	header nav .nav-menu>li .submenu>li {
		padding: 0
	}

	header nav .nav-menu>li .submenu::before {
		display: none
	}

	header nav .nav-menu>li:hover .submenu {
		max-height: 800px
	}

	header nav .dropdown::after {
		position: absolute;
		top: 20px;
		right: 22px;
		left: auto;
		border-bottom: 2px solid #7d8b86;
		border-left: 2px solid #7d8b86
	}



	.header-menu-active header nav .btnToggle em {
		background: rgba(255,255,255,0)
	}

	.header-menu-active header nav .btnToggle em::before,.header-menu-active header nav .btnToggle em::after {
		top: 0
	}

	.header-menu-active header nav .btnToggle em::before {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	.header-menu-active header nav .btnToggle em::after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	.header-menu-active header nav .btnRegister {
		display: none
	}

	.header-menu-active header nav .nav-menu {
		background: #fff
	}
}

main {
	margin-top: 0;
	overflow-x: hidden;
	position: relative
}

main .bottom-laptop {
	position: absolute;
	right: -189px;
	bottom: 327px
}

main section {
	position: relative;
	padding: 90px 0
}

@media screen and (max-width:1000px) {
	main section {
		padding: 50px 0
	}
}

main section article {
	text-align: center;
	position: relative;
	margin: 0 auto;
	max-width: 1440px;
	font-size: 0
}

@media screen and (max-width:1000px) {
	main section article {
		max-width: 600px;
		margin: 0 auto
	}
}

@media screen and (max-width:640px) {
	main section article {
		margin: 0 20px
	}
}

main section .center {
	text-align: center
}

main section .numbers {
	width: 33%;
	display: inline-block;
	background: #FFFBE0
}

main section .numbers li {
	padding: 10px
}

/*footer {*/
/*	background-color: #2f3939;*/
/*	color: #fff;*/
/*	position: relative;*/
/*	padding-bottom: 45px*/
/*}*/

footer .bottom-laptop {
	position: absolute;
	right: 0;
	top: -376px;
	pointer-events: none
}

@media screen and (max-width:1000px) {
	footer .bottom-laptop {
		display: none
	}
}

footer section {
	padding: 35px 0 42px;
	max-width: 1280px;
	margin: 0 auto;
	text-align: right;
	position: relative
}

@media screen and (max-width:1000px) {
	footer section {
		text-align: center;
		padding: 32px 0 42px
	}
}

footer section nav {
	text-align: center;
	margin-left: 255px
}

@media screen and (max-width:1000px) {
	footer section nav {
		max-width: 600px;
		margin: 0 auto
	}
}

@media screen and (max-width:640px) {
	footer section nav {
		margin: 0 20px
	}
}

footer section nav .cards {
	font-size: 0
}

@media screen and (max-width:519px) {
	footer section nav .cards {
		text-align: left;
		padding-left: 17px
	}
}

footer section nav .cards .product {
	width: 170px
}

@media screen and (max-width:1000px) {
	footer section nav .cards .product {
		width: 210px
	}

	footer section nav .cards .product .h4 {
		font-size: 13px
	}
}

@media screen and (max-width:370px) {
	footer section nav .cards .product {
		width: 200px
	}
}

footer section nav .cards .product>ul {
	display: inline-block;
	vertical-align: top;
	width: 135px
}

@media screen and (max-width:1000px) {
	footer section nav .cards .product>ul {
		padding: 0;
		width: 105px
	}
}

@media screen and (max-width:370px) {
	footer section nav .cards .product>ul {
		width: 100px
	}
}

footer section nav .cards>li {
	vertical-align: top;
	display: inline-block;
	text-align: left;
	width: 135px
}

footer section nav .cards>li h3::before {
	content: '';
	width: 100%;
	border-top: solid 1px #a6a8ab;
	display: inline-block;
	-webkit-transform: translate(-2px,45px);
	transform: translate(-2px,45px)
}

@media screen and (max-width:1000px) {
	footer section nav .cards>li h3::before {
		-webkit-transform: translate(-2px,39px);
		transform: translate(-2px,39px)
	}
}

footer section nav .cards>li:nth-of-type(1) {
	width: 170px
}

@media screen and (max-width:1000px) {
	footer section nav .cards>li:nth-of-type(1) {
		width: 210px
	}
}

@media screen and (max-width:370px) {
	footer section nav .cards>li:nth-of-type(1) {
		width: 200px
	}
}

@media screen and (max-width:1000px) {
	footer section nav .cards>li {
		width: 105px;
		margin: 0;
		text-align: left
	}
}

@media screen and (max-width:370px) {
	footer section nav .cards>li {
		width: 100px
	}
}

@media screen and (max-width:320px) {
	footer section nav .cards>li {
		width: 87px
	}
}

footer section nav .cards>li h3 {
	font-weight: 300;
	color: #212529
}

@media screen and (max-width:1000px) {
	footer section nav .cards>li h3 {
		font-weight: 500
	}
}

footer section nav .cards>li ul {
	margin-top: 25px
}

footer section nav .cards>li ul li {
	list-style: none;
	margin-bottom: 14px
}

footer section nav .cards>li ul li a {
	color: #a6a8ab
}

@media screen and (max-width:1000px) {
	footer section nav .cards>li ul li a {
		font-weight: 500
	}
}



@media screen and (max-width:1000px) {
	footer section nav .left {
		position: relative;
		left: 0;
		top: 0
	}
}

footer section nav .left .mp .qrcode {
	width: 144px;
	height: 144px
}

footer section nav .left p {
	color: #a6a8ab
}

footer section nav .left p a {
	color: #a6a8ab
}

footer section nav .left p:nth-of-type(1) {
	font-weight: 300;
	margin-top: 20px
}

@media screen and (max-width:1000px) {
	footer section nav .left p:nth-of-type(1) {
		margin-top: 17px
	}
}

footer section nav .left p:nth-of-type(2) {
	font-weight: 300
}

@media screen and (max-width:1000px) {
	footer section nav .left p:nth-of-type(2) {
		margin-top: 16px
	}
}

footer section nav .left p:nth-of-type(3) {
	margin-top: 13px;
	font-weight: 300
}

footer section nav .left .logo svg,footer section nav .left .logo img {
	width: 140px;
	height: 44px
}

@media screen and (max-width:1000px) {
	footer section nav .left {
		border-top: solid 1px #505254;
		float: none;
		text-align: left;
		padding-top: 22px;
		padding-left: 17px
	}
}

.btnGreen2,.btnGreen,.btnWhite,.btnMore,.btnMoreInCard {
	border-radius: 2px;
	font-size: 16px;
	border: solid 1px #fff;
	cursor: pointer;
	padding: 7px 25px;
	display: inline-block
}

@media screen and (max-width:1000px) {
	.btnGreen2,.btnGreen,.btnWhite,.btnMore,.btnMoreInCard {
		padding: 4px 13px
	}
}

.btnGreen {
	background-color: rgba(255,255,255,.2);
	color: #fff
}

.btnGreen:hover {
	background-color: #fff;
	color: #00a4e5
}

.btnGreen2 {
	background-color: rgba(0,197,135,.1);
	border: solid 1px #00a4e5;
	color: #00a4e5
}

.btnGreen2:hover {
	color: #fff;
	background-color: #00a4e5;
	border: solid 1px #00a4e5
}

.btnWhite {
	background-color: #fff;
	color: #00a4e5
}

.btnMore {
	padding: 7px 36px;
	background-color: rgba(0,197,135,.1);
	border: solid 1px #00a4e5;
	font-size: 16px;
	color: #00a4e5
}

.btnMore:hover {
	background-color: #00a4e5;
	color: #fff
}

.btnMoreInCard {
	background-color: rgba(255,255,255,.2);
	border: solid 1px #fff;
	font-size: 18px;
	color: #fff
}

.btnMoreInCard:hover {
	background-color: #fff;
	border: solid 1px #fff;
	color: #00a4e5
}

.line-title,.line-title-left {
	font-size: 32px;
	line-height: 1.5;
	text-align: center;
	color: #2E4446
}

.line-title::after,.line-title-left::after {
	content: '';
	width: 85px;
	height: 3px;
	border-radius: 4px;
	background-color: #00a4e5;
	display: block;
	margin: 25px auto 0
}

.line-title a,.line-title-left a {
	color: #52645e
}

.line-title a:hover,.line-title-left a:hover {
	color: #169f74
}

@media screen and (max-width:1000px) {
	.line-title,.line-title-left {
		font-size: 20px;
		line-height: 1.5;
		padding-bottom:20px;
	}
}

.line-title-sub,.line-title-left-sub {
	display: inline-block;
	width: 100%;
	max-width: 778px;
	font-size: 18px;
	line-height: 1.56;
	text-align: center;
	color: rgba(125,139,134,.7);
	margin-top: 25px
}

@media screen and (max-width:1000px) {
	.line-title-sub,.line-title-left-sub {
		font-size: 14px;
		line-height: 2
	}
}

.line-title-left {
	text-align: left
}

.line-title-left::after {
	margin: 25px 0 0
}

.line-title-left-sub {
	text-align: left
}

.nameplate {
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 0 0 20px 0 rgba(26,52,45,.1);
	display: inline-block;
	position: relative
}

.nameplate svg {
	position: absolute;
	left: 31px;
	top: 38.6px
}

.nameplate p {
	padding-left: 139px;
	padding-right: 41px;
	text-align: left
}

.nameplate p:nth-of-type(1) {
	font-size: 24px;
	font-weight: 500;
	color: #95e0f9;
	margin-top: 39px
}

.nameplate p:nth-of-type(2) {
	margin-top: 13px;
	opacity: .7;
	font-size: 14px;
	line-height: 1.79;
	text-align: justify;
	color: #7d8b86
}

.tabbar {
	padding: 0
}

.tabbar article {
	font-size: 0
}

.tabbar article ul.tabs {
	font-size: 0
}

.tabbar article ul.tabs li {
	text-align: center;
	color: #869aa3;
	padding: 18px 0;
	max-width: 228px;
	width: 50%;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.12;
	display: inline-block
}

@media screen and (max-width:1000px) {
	.tabbar article ul.tabs li {
		font-size: 13px
	}
}

.tabbar article ul.tabs li a {
	color: inherit
}

.tabbar article ul.tabs li.active {
	pointer-events: none;
	color: #00a4e5;
	background-color: #fff;
	border-bottom: solid 3px #00a4e5
}

h1,.h1 {
	font-size: 32px
}

h2,.h2 {
	font-size: 24px
}

h3,.h3 {
	font-size: 16px
}

h4,.h4 {
	font-size: 16px
}

h5,.h5 {
	font-size: 16px
}

h6,.h6 {
	font-size: 14px
}

@media screen and (max-width:1000px) {
	h1,.h1 {
		font-size: 24px
	}

	h2,.h2 {
		font-size: 20px
	}

	h3,.h3 {
		font-size: 16px
	}

	h4,.h4 {
		font-size: 14px
	}

	h5,.h5 {
		font-size: 13px
	}

	h6,.h6 {
		font-size: 12px
	}
}

.btn {
	font-size: 16px;
	display: inline-block;
	border-radius: 2px;
	cursor: pointer;
	text-align: center
}

article .btn-standard1,article .btn-standard2,article .btn-standard3,article .btn-standard4 {
	padding: 6px 35px 6px 34px
}

.btn-standard1 {
	background-color: rgba(0,197,135,.1);
	border: solid 1px #00a4e5;
	color: #00a4e5
}

.btn-standard1:hover,.btn-standard1:active {
	background-color: rgba(22,159,116,.1);
	border: solid 1px #169f74;
	color: #169f74
}

.btn-standard2 {
	background-color: #00a4e5;
	border: solid 1px #00a4e5;
	color: #fff
}

.btn-standard2:hover,.btn-standard2:active {
	background-color: #169f74;
	border: solid 1px #169f74
}

.btn-standard3 {
    background-color: rgba(255,255,255,.2);
	border: solid 1px #495057;
	color: #495057
}

.btn-standard3:hover,.btn-standard3:active {
	color: #326AFF;
	border: solid 1px #326AFF 
}

.btn-standard4 {
	background-color: #fff;
	border: solid 1px #fff;
	color: #00a4e5
}

.btn-standard4:hover,.btn-standard4:active {
	border: solid 1px #ececec;
	background-color: #ececec
}

nav .btn-standard1,nav .btn-standard2,nav .btn-standard3,nav .btn-standard4 {
	padding: 3px 12px
}

main section.banner {
	padding: 0;
	background-size: cover;
	background-repeat: no-repeat
}

main section.banner h1,main section.banner .h1 {
	font-weight: 500;
	line-height: 1.46;
	padding: 2px 0
}

main section.banner h2,main section.banner h3,main section.banner .h2,main section.banner .h3 {
	line-height: 1.75;
	padding: 2px 0
}

@media screen and (max-width:1000px) {
	main section.banner h2,main section.banner h3,main section.banner .h2,main section.banner .h3 {
		max-width: inherit
	}
}

main section.banner-shape {
	background-image: url(../img/feature_bg_d405138.png);
	height: 354px
}

@media screen and (max-width:1000px) {
	main section.banner-shape {
		background-image: url(../img/feature_bg_m_2b86ae7.png);
		height: 586px
	}
}

main section.banner-shape h1,main section.banner-shape h2,main section.banner-shape h3,main section.banner-shape h4,main section.banner-shape .h1,main section.banner-shape .h2,main section.banner-shape .h3,main section.banner-shape .h4 {
	text-align: left
}

@media screen and (max-width:1000px) {
	main section.banner-shape h1,main section.banner-shape h2,main section.banner-shape h3,main section.banner-shape h4,main section.banner-shape .h1,main section.banner-shape .h2,main section.banner-shape .h3,main section.banner-shape .h4 {
		text-align: center
	}
}

@media screen and (max-width:1000px) {
	main section.banner-shape article {
		padding-top: 84px
	}
}

main section.banner-shape h2,main section.banner-shape h3,main section.banner-shape .h2,main section.banner-shape .h3 {
	max-width: 460px
}

main section.banner-shape .slogen {
	top: 90px;
}

@media screen and (max-width:1000px) {
	main section.banner-shape .slogen {
		text-align: center
	}
}

main section.banner-shape .slogen p:nth-child(1) {
	font-weight: 500;
	line-height: 1.33
}

@media screen and (max-width:1000px) {
	main section.banner-shape .slogen p:nth-child(1) {
		line-height: 1.46
	}
}

main section.banner-shape .slogen p:nth-child(2) {
	line-height: 1.88;
	margin-top: 14px;
	max-width: 460px
}

@media screen and (max-width:1000px) {
	main section.banner-shape .slogen p:nth-child(2) {
		margin-top: 11px;
		line-height: 1.75;
		margin: 14px auto 0
	}
}

main section.banner-shape .slogen .buttons {
	margin-top: 25px
}

@media screen and (max-width:1000px) {
	main section.banner-shape .slogen .buttons {
		margin-top: 20px
	}
}

@media screen and (max-width:1000px) {
	main section.banner-shape .slogen {
		position: static
	}
}

main section.banner-shape .show .grid {
	left: 538px;
	top: 56px;
	width: 858px;
	position: absolute
}

@media screen and (max-width:1000px) {
	main section.banner-shape .show .grid {
		left: 50%;
		-webkit-transform: translate(-50%,0);
		transform: translate(-50%,0);
		top: 381px;
		height: 60%;
		width: auto
	}
}

main section.banner-shape .show .shape {
	position: absolute;
	left: 820px;
	top: 88px;
	width:300px;
}

@media screen and (max-width:1000px) {
	main section.banner-shape .show .shape {
		left: 50%;
		top: 381px;
		height: 8rem;
		-webkit-transform: translate(-50%,0);
		transform: translate(-50%,0)
	}
}

main section.banner-poto {
	height: 450px;
	background-image: url(../img/feature_bg_d405138.png)
}

@media screen and (max-width:1000px) {
	main section.banner-poto {
		background-image: url(../img/feature_bg_m_2b86ae7.png)
	}
}

main section.banner-poto article {
	padding-top: 140px
}

@media screen and (max-width:1000px) {
	main section.banner-poto article {
		padding-top: 96px
	}
}

main section.banner-poto h1,main section.banner-poto .h1 {
	margin: 0 auto
}

main section.banner-poto h2,main section.banner-poto h3,main section.banner-poto .h2,main section.banner-poto .h3 {
	max-width: 593px;
	margin: 19px auto 0;
	font-weight: 100
}

@media screen and (max-width:1000px) {
	main section.banner-poto h2,main section.banner-poto h3,main section.banner-poto .h2,main section.banner-poto .h3 {
		margin: 13px auto 0
	}
}

main section.banner-poto .buttons {
	margin: 46px
}

main section.banner-simple {
	background-color: #257c4f;
	height: 350px
}

main section.banner-simple article {
	padding-top: 140px
}

@media screen and (max-width:1000px) {
	main section.banner-simple article {
		padding-top: 96px
	}
}

main section.banner-simple h1,main section.banner-simple .h1 {
	margin: 0 auto
}

main section.banner-simple h2,main section.banner-simple h3,main section.banner-simple .h2,main section.banner-simple .h3 {
	max-width: 593px;
	margin: 19px auto 0;
	font-weight: 100
}

@media screen and (max-width:1000px) {
	main section.banner-simple h2,main section.banner-simple h3,main section.banner-simple .h2,main section.banner-simple .h3 {
		margin: 13px auto 0
	}
}

main section.banner-simple .buttons {
	margin: 46px
}

section article {
	margin: 0 20px
}

.h1,.h2,.h3,.h4,.h5,.h6 {
	color: #2E4446
}

.h1 a,.h2 a,.h3 a,.h4 a,.h5 a,.h6 a {
	color: #2E4446
}

.h1.detail,.h2.detail,.h3.detail,.h4.detail,.h5.detail,.h6.detail {
	color: #6C7C7D
}

.dark .h1,.dark .h2,.dark .h3,.dark .h4,.dark .h5,.dark .h6 {
	color: #fff
}

.dark .h1 a,.dark .h2 a,.dark .h3 a,.dark .h4 a,.dark .h5 a,.dark .h6 a {
	color: #fff
}

.mobile-only {
	display: none
}

@media screen and (max-width:1000px) {
	.mobile-only {
		display: block
	}
}

@media screen and (max-width:1000px) {
	.desktop-only {
		display: none
	}
}

main section.start {
	background-image: linear-gradient(106deg,#20c0ff,#00a4e5);
	background-size: cover;
	padding-bottom: 0;
	overflow: hidden
}

main section.start::before {
	content: '';
	width: 100%;
	height: 70%;
	background-image: url(../img/index/drawbridge_3e59876.svg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
	display: inline-block;
	position: absolute;
	bottom: -2px;
	right: -5px;
	z-index: 0
}

@media screen and (max-width:1000px) {
	main section.start::before {
		background-position: center bottom;
		right: 0
	}
}

main section.start .footer {
	height: 24px;
	background: #2f3939
}

main section.start .bottom-laptop {
	position: absolute;
	right: 0;
	bottom: -124px
}

@media screen and (max-width:1000px) {
	main section.start .bottom-laptop {
		display: none
	}
}

main section.start article {
	text-align: left;
	height: 270px;
	position: relative;
	padding-top: 40px;
	z-index: 1
}

@media screen and (max-width:1000px) {
	main section.start article {
		padding-top: 26px;
		text-align: center;
		height: 200px
	}
}

main section.start article p {
	margin-left: 173px;
	color: #fff;
	font-weight: 500
}

@media screen and (max-width:1000px) {
	main section.start article p {
		margin-left: 0
	}
}

main section.start article p:nth-of-type(1) {
	line-height: 1.5
}

main section.start article p:nth-of-type(2) {
	margin-top: 10px;
	line-height: 1.71
}

@media screen and (max-width:1000px) {
	main section.start article p:nth-of-type(2) {
		margin-top: 9px
	}
}

main section.start article .buttons {
	margin-left: 175px;
	margin-top: 25px;
	position: relative;
	font-size: 0
}

@media screen and (max-width:1000px) {
	main section.start article .buttons {
		margin-left: 0
	}
}

main section.start article .buttons .btn {
	margin: 0 5px
}

main section.start article .buttons .btn:first-child {
	margin-left: 0
}

main section.start article .buttons .btn:last-child {
	margin-right: 0
}

main section.start article .drawbridge {
	position: absolute;
	height: 50%;
	bottom: -2px;
	right: 0
}

main section.customer article {
	position: relative
}

main section.customer article>img {
	margin-top: 99px
}

main section.customer article .arrow {
	display: inline-block;
	cursor: pointer;
	width: 49px;
	height: 32px;
	background-image: url(../img/index/arrow_0933766.svg);
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	position: absolute
}

@media screen and (max-width:1000px) {
	main section.customer article .arrow {
		width: 34.3px;
		height: 22.4px
	}
}

main section.customer article .arrow.arrow-prev {
	left: 50px
}

@media screen and (max-width:1000px) {
	main section.customer article .arrow.arrow-prev {
		left: -10px
	}
}

main section.customer article .arrow.arrow-next {
	right: 50px;
	-webkit-transform: scale(-1,1);
	transform: scale(-1,1)
}

@media screen and (max-width:1000px) {
	main section.customer article .arrow.arrow-next {
		right: -10px
	}
}

main section.customer article .arrow:hover {
	background-image: url(../img/index/arrow-h_6d248cf.svg)
}

main section.customer .message {
	margin: 112px auto 0;
	padding: 52px 53px 27px 55px;
	max-width: 874px;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 15px 30px 0 rgba(26,52,45,.1);
	position: relative;
	white-space: nowrap
}

main section.customer .message .talk {
	transition: all .7s
}

main section.customer .message .talk.nav-index-1 {
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0)
}

main section.customer .message .talk.nav-index-2 {
	-webkit-transform: translate3d(-200%,0,0);
	transform: translate3d(-200%,0,0)
}

main section.customer .message .talk.nav-index-3 {
	-webkit-transform: translate3d(-300%,0,0);
	transform: translate3d(-300%,0,0)
}

main section.customer .message .talk.nav-index-4 {
	-webkit-transform: translate3d(-400%,0,0);
	transform: translate3d(-400%,0,0)
}

main section.customer .message .talk.nav-index-5 {
	-webkit-transform: translate3d(-500%,0,0);
	transform: translate3d(-500%,0,0)
}

main section.customer .message::before {
	content: '';
	background: url(../img/index/quoted_2204b74.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 113px;
	height: 98px;
	position: absolute;
	top: -50px;
	left: 40px
}

@media screen and (max-width:1000px) {
	main section.customer .message::before {
		width: 83px;
		height: 72px;
		left: 0
	}
}

main section.customer .message li {
	transition: all .7s;
	display: inline-block;
	white-space: normal;
	opacity: 0;
	position: relative
}

main section.customer .message li.active {
	opacity: 1
}

main section.customer .message li img {
	width: 78px;
	height: 78px;
	position: absolute;
	top: -88px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0)
}

main section.customer .message p:nth-of-type(1) {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	color: #7d8b86
}

@media screen and (max-width:1000px) {
	main section.customer .message p:nth-of-type(1) {
		font-size: 16px;
		line-height: 2
	}
}

main section.customer .message p:nth-of-type(2) {
	margin-top: 30px;
	font-size: 16px;
	line-height: 1.69;
	text-align: justify;
	color: rgba(125,139,134,.8)
}

@media screen and (max-width:1000px) {
	main section.customer .message p:nth-of-type(2) {
		font-size: 14px;
		line-height: 2;
		color: #7d8b86
	}
}

main section.customer .nav {
	margin-top: 62px
}

main section.customer .nav li {
	margin: 9px;
	border-radius: 50%;
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: rgba(125,139,134,.2)
}

main section.customer .nav li.active {
	background-color: #00a4e5
}

@media screen and (max-width:1000px) {
	.figure {
		width: 100%;
		max-width: 335px;
		margin: 0 auto
	}
}

html,body {
	overflow-x: hidden
}

main section.tabbar {
	background: rgba(244,248,251,.6)
}

main section.tabbar article ul.tabs li {
	width: 33%
}

main section.compary .line-title em {
	font-style: normal;
	color: #c6cdd2
}

main section.compary .text {
	padding: 0 200px;
	margin-top: 45px
}

@media screen and (max-width:1000px) {
	main section.compary .text {
		padding: 0;
		margin-top: 35px
	}
}

main section.compary .text p {
	text-align: justify;
	line-height:30px;
}

main section.compary .text p:nth-of-type(2) {
	margin-top: 38px
}

main section.compary .text p:nth-of-type(3) {
	margin-top: 10px
}

main section.compary .wall {
	position: relative;
	display: inline-block;
	width: 100%;
	/**height: 450px;*/
	height: 350px;

}

@media screen and (max-width:1000px) {
	main section.compary .wall {
		-webkit-transform: scale(0.5) translate(-150%,-50%);
		transform: scale(0.5) translate(-150%,-50%);
		height: 182px
	}
}

main section.compary .wall li {
	display: inline-block;
	position: absolute;
	overflow: hidden;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 70%;
	box-shadow: 0 12px 30px 2px rgba(155,165,163,.2);
	border-radius: 50%
}

main section.memorabilia {
	border-radius: 2px;
	background-color: #f8fbfd
}

main section.memorabilia .logs {
	text-align: left;
	margin-left: 20px;
	padding: 0 200px
}

@media screen and (max-width:1000px) {
	main section.memorabilia .logs {
		margin: 0;
		padding: 0
	}
}

main section.memorabilia .logs li {
	line-height: 3.26;
	color: #63706b;
	position: relative
}

@media screen and (max-width:1000px) {
	main section.memorabilia .logs li {
		line-height: 2.5;
		margin-left: 30px
	}
}

main section.memorabilia .logs li::before {
	content: '';
	border-left: solid 1px #dcdcdc;
	display: inline-block;
	width: 1px;
	height: 100%;
	position: absolute;
	left: -27px;
	border-left-style: dashed
}

main section.memorabilia .logs li.flag::before {
	width: 20px;
	left: -30px;
	background-image: url(../img/aboutus/flag_c003831.svg);
	background-repeat: no-repeat;
	background-position: 0 23px;
	border-left: 0
}

@media screen and (max-width:1000px) {
	main section.memorabilia .logs li.flag::before {
		background-position: 0 9px
	}
}

main section.culture .text {
	margin-top: 36.5 px;
	display: inline-block;
	max-width: 1120px
}

@media screen and (max-width:1000px) {
	main section.culture .text {
		margin-top: 40px
	}
}

main section.culture .text li {
	width: 353px;
	display: inline-block;
	margin: 45.5px 10px;
	text-align: center;
	vertical-align: top
}

@media screen and (max-width:1000px) {
	main section.culture .text li {
		margin: 18.5px 0;
		text-align: left
	}
}

main section.culture .text li p:nth-of-type(1) {
	font-weight: 500;
	line-height: 1.9;
	color: #7d8b86
}

main section.culture .text li p:nth-of-type(1)::before {
	content: '';
	border-radius: 50%;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 12px
}

@media screen and (max-width:1000px) {
	main section.culture .text li p:nth-of-type(1)::before {
		width: 8px;
		height: 8px
	}
}

main section.culture .text li p:nth-of-type(2) {
	line-height: 2;
	color: #7d8b86
}

main section.culture .text li:nth-of-type(1) p:nth-of-type(1)::before {
	background: #39d1a1
}

main section.culture .text li:nth-of-type(2) p:nth-of-type(1)::before {
	background: #c190ee
}

main section.culture .text li:nth-of-type(3) p:nth-of-type(1)::before {
	background: #6eb0e2
}

main section.culture .text li:nth-of-type(4) p:nth-of-type(1)::before {
	background: #f6a623
}

main section.culture .text li:nth-of-type(5) p:nth-of-type(1)::before {
	background: #d0011b
}

main section.culture .text li:nth-of-type(6) p:nth-of-type(1)::before {
	background: #b8e986
}

main section.culture .poto {
	height: 418px;
	position: relative
}

@media screen and (max-width:1000px) {
	main section.culture .poto {
		height: 180px
	}
}

main section.culture .poto li {
	position: absolute;
	padding: 20.6px;
	background-color: #fff;
	box-shadow: 0 2px 21px 5px rgba(224,222,222,.5);
	transition: all 1s
}

@media screen and (max-width:1000px) {
	main section.culture .poto li {
		padding: 10.7px
	}
}

main section.culture .poto li img {
	width: 100%;
	height: 100%
}

main section.culture .poto li.left,main section.culture .poto li.right {
	width: 458.7px;
	height: 302.8px;
	opacity: .64;
	-webkit-transform: translate(0,40px);
	transform: translate(0,40px)
}

@media screen and (max-width:1000px) {
	main section.culture .poto li.left,main section.culture .poto li.right {
		width: 182px;
		height: 150px;
		-webkit-transform: translate(0,20px);
		transform: translate(0,20px)
	}
}

main section.culture .poto li.left {
	left: 0
}

@media screen and (max-width:1000px) {
	main section.culture .poto li.left {
		left: -50%
	}
}

main section.culture .poto li.center {
	left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	width: 606px;
	height: 417px;
	z-index: 1
}

@media screen and (max-width:1000px) {
	main section.culture .poto li.center {
		width: 270px;
		height: 178px
	}
}

main section.culture .poto li.right {
	right: 0
}

@media screen and (max-width:1000px) {
	main section.culture .poto li.right {
		right: -50%
	}
}

main section.callme {
	background-color: #f8fbfd
}

main section.callme .city {
	margin-top: 85px;
	max-width: 1254px;
	display: inline-block;
	font-size: 0
}

@media screen and (max-width:1000px) {
	main section.callme .city {
		margin-top: 35px
	}
}

main section.callme .city li {
	vertical-align: top;
	max-width: 300px;
	padding: 0 41px;
	display: inline-block
}

@media screen and (max-width:1000px) {
	main section.callme .city li {
		text-align: left;
		padding: 24px 0 24px 80px
	}

	main section.callme .city li:nth-child(n+2) {
		border-top: solid 1px #e9e9e9
	}

	main section.callme .city li:first-child {
		padding-top: 0
	}

	main section.callme .city li:last-child {
		padding-bottom: 0
	}
}

main section.callme .city li img {
	width: 126px;
	height: 126px
}

@media screen and (max-width:1000px) {
	main section.callme .city li img {
		width: 69px;
		height: 69px;
		left: 0;
		position: absolute
	}
}

main section.callme .city li p:nth-of-type(1) {
	font-weight: 500;
	color: #7d8b86
}

main section.callme .city li p:nth-of-type(1) em {
	font-style: normal;
	color: #c6cdd2
}

main section.callme .city li p:nth-of-type(2) {
	margin-top: 10px;
	line-height: 1.56;
	text-align: center;
	color: #757575
}

@media screen and (max-width:1000px) {
	main section.callme .city li p:nth-of-type(2) {
		text-align: left
	}
}

main section.callme .way {
	margin-top: 90px
}

@media screen and (max-width:1000px) {
	main section.callme .way {
		margin-top: 45px
	}
}

main section.callme .way li {
	display: inline-block;
	width: 30%;
	min-width: 400px;
	height: 142px;
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 0 0 20px 0 rgba(26,52,45,.1);
	position: relative;
	margin: 0 27px
}

@media screen and (max-width:1000px) {
	main section.callme .way li {
		height: 100px;
		padding: 0;
		margin: 10px 0;
		width: 100%;
		min-width: auto
	}
}

main section.callme .way li img {
	width: 98px;
	height: 98px;
	position: absolute;
	left: 47px;
	top: 25px
}

@media screen and (max-width:1000px) {
	main section.callme .way li img {
		width: 69px;
		height: 69px;
		left: 7px;
		top: 16.5px
	}
}

main section.callme .way li p {
	margin-left: 156px;
	text-align: left
}

@media screen and (max-width:1000px) {
	main section.callme .way li p {
		margin-left: 98px
	}
}

main section.callme .way li p:nth-of-type(1) {
	margin-top: 37px;
	font-weight: 500;
	color: #40d88e
}

@media screen and (max-width:1000px) {
	main section.callme .way li p:nth-of-type(1) {
		margin-top: 26px
	}
}

main section.callme .way li p:nth-of-type(2) {
	margin-top: 13px;
	line-height: 1.39;
	text-align: justify;
	color: #757575
}

@media screen and (max-width:1000px) {
	main section.callme .way li p:nth-of-type(2) {
		margin-top: 6px
	}
}

main section.callme .way li:nth-of-type(2) p:nth-of-type(1) {
	color: #26b2f0
}
