/* FONTS */
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-thin-webfont.eot');
    src: url('../fonts/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-thin-webfont.woff') format('woff'),
         url('../fonts/roboto-thin-webfont.ttf') format('truetype'),
         url('../fonts/roboto-thin-webfont.svg#robotothin') format('svg');
    font-weight: 100;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-light-webfont.eot');
    src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-light-webfont.woff') format('woff'),
         url('../fonts/roboto-light-webfont.ttf') format('truetype'),
         url('../fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: 200;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-medium-webfont.eot');
    src: url('../fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-medium-webfont.woff') format('woff'),
         url('../fonts/roboto-medium-webfont.ttf') format('truetype'),
         url('../fonts/roboto-medium-webfont.svg#robotolight') format('svg');
    font-weight: 600;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-bold-webfont.eot');
    src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-bold-webfont.woff') format('woff'),
         url('../fonts/roboto-bold-webfont.ttf') format('truetype'),
         url('../fonts/roboto-bold-webfont.svg#robotolight') format('svg');
    font-weight: bold;
}
@font-face {
    font-family: 'open_sans';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opensans-light-webfont.ttf') format('truetype'),
         url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: 300;
}
@font-face {
    font-family: 'open_sans';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: 600;
}
@font-face {
    font-family: 'open_sans';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: bold;
}
@font-face {
    font-family: 'open_sanscondensed_light';
    src: url('../fonts/open_sans_condensed__light-webfont.eot');
    src: url('../fonts/open_sans_condensed__light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open_sans_condensed__light-webfont.woff2') format('woff2'),
         url('../fonts/open_sans_condensed__light-webfont.woff') format('woff'),
         url('../fonts/open_sans_condensed__light-webfont.ttf') format('truetype'),
         url('../fonts/open_sans_condensed__light-webfont.svg#open_sanscondensed_light') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* FONTS end */

html {
	height: 100%;
}
body {
	position: relative;
    padding-bottom: 440px;
	min-height: 100%;
	font-weight: 200;
	font-family: 'roboto', sans-serif;
	color: #000;
}
/*
section {
	position: relative;
	margin-bottom: 20px;
}
*/
section {
	position: relative;
}
section#staff {
    background-color: #67abc8;
}
section#finance {
    background-color: #d57856;
}
section#trading {
    background-color: #a756ff;
}
p {
	font-size: 16px;
}
li {
	font-size: 16px;
}
.path {
	margin-top: 45px;
}
.heading-red {
	color: #333;
}
.wrapper {
	margin: 0 auto;
	padding: 0 15px;
}
.wrapper_doc {
	margin: 0 auto;
	padding: 0 100px;
}

@media (max-width: 1199px) {
	.scroll_section {
		height: auto !important;
	}
}

/* bookmark */
.bookmark {
	position: fixed;
	top: 35%;
	right: -180px;
	z-index: 88;
}
.bookmark a {
	display: block;
	position: relative;
	right: 0;
	padding-left: 65px;
	width: 240px;
	font-size: 20px;
	line-height: 60px;
	color: #fefefe;
	text-decoration: none;
	background-color: #ff004a;
	border-top: 1px solid #fff;
	filter: alpha(opacity=90);
	opacity: .9;
	-webkit-transition: right .3s;
	-moz-transition: right .3s;
	-ms-transition: right .3s;
	-o-transition: right .3s;
	transition: right .3s;
}
.bookmark a:hover,
.bookmark a:focus {
	outline: none;
	filter: alpha(opacity=100);
	opacity: 1;
}
.bookmark a:hover {
	right: 180px;
}
.bookmark a:first-child {
	border-top: none;
}
.bookmark a:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 20px;
	width: 20px;
	height: 40px;
	background: url(../images/sprite.png) -230px -255px no-repeat;
}
.bookmark a.demo:before {
	top: 14px;
	left: 10px;
	width: 40px;
	height: 30px;
	background-position: -316px -223px;
}
.bookmark a.question:before {
	left: 15px;
	width: 30px;
	height: 41px;
	background-position: -272px -255px;
}
/* bookmark end */

/* header */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 70px;
	background-color: rgba(0,0,0,.9);
	z-index: 10;
}
header .col-sm-6 {
	padding: 0 5px;
}
header>.col-sm-6.logo {
	padding-top: 5px;
	padding-left: 60px;
}
header .logo_img {
	display: inline-block;
	width: 100px;
	margin-top: 24px;
}
header .logo_txt {
	display: inline-block;
	margin-left: 10px;
	font-weight: 100;
	font-size: 48px;
	line-height: 60px;
	color: #fff;
	vertical-align: middle;
}

/*** navigation ***/
.navbar_collapse {
	padding: 0;
}
.topmenu,
.topmenu ul {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.topmenu li {
	position: relative;
}
.topmenu>li {
	display: block;
	margin-left: 20px;
}
.topmenu>li .item {
	text-decoration: none;
	border: none;
}
.topmenu>li ul .item {
	display: block;
	padding: 4px 13px;
}
.topmenu>li ul a.item:hover,
.topmenu>li ul .active .item,
.topmenu.phone>li ul>li.l2>a.item:hover {
	color: #fff;
	background-color: rgba(255,255,255,.5);
}
.topmenu .opener {
	display: none;
}
.navbar-toggle>.icon-bar {
	width: 12px;
	background-color: #fff;
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	-ms-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
}
.navbar-toggle>.icon-bar+.icon-bar {
	margin-top: 3px;
}
.navbar-toggle:hover>.icon-bar:nth-child(1) {
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px);
}
.navbar-toggle:hover>.icon-bar:nth-child(3) {
	-webkit-transform: translateY(1px);
	-moz-transform: translateY(1px);
	-ms-transform: translateY(1px);
	-o-transform: translateY(1px);
	transform: translateY(1px);
}
.topmenu.phone {
	padding-left: 20px;
}
.topmenu.phone>li.parent {
	text-align: right;
}
.topmenu.phone>li.parent>.item {
	display: block;
	padding-top: 8px;
	line-height: 1.1;
}
.topmenu>li.parent .numbers {
	font-weight: 200;
	font-size: 18px;
	line-height: 1.1;
	font-family: 'open_sanscondensed_light';
	color: #fff;
}
.topmenu>li.parent .numbers>span {
	display: block;
	font-size: 30px;
}
.topmenu.phone>li ul>li,
.topmenu.phone>li ul>li.l1,
.topmenu.phone>li ul>li.l2,
.topmenu.phone>li ul>li.l3 {
	margin: 0;
}
.topmenu.phone>li ul>li>.item {
	padding: 10px 19px;
}

@media (min-width: 1450px) {
	.topmenu.phone>li.parent ul>li.l1 {
		display: none;
	}
	.topmenu.phone>li ul {
		margin: 0;
	}
	.topmenu.phone>li ul>li>.item {
		padding: 25px 19px ;
	}
	.topmenu.phone>li ul>li.l2>.item {
		background: url(../images/phone_v.png) 19px 50% no-repeat;
	}
}

@media (max-width: 1449px) and (min-width: 1200px) {
	.topmenu.phone {
		float: right;
		margin-right: 14px;
	}
	.topmenu.phone>li.parent>.item {
		margin: 27px 0 0;
		width: 46px;
		height: 16px;
		background: url(../images/phone_h.png) 0 0 no-repeat;
	}
	.topmenu.phone>li.parent>.item>.numbers {
		display: none;
	}
	.topmenu.phone>li ul>li.l1 {
		padding-top: 15px;
	}
	.topmenu.phone>li ul>li.l3 {
		padding-bottom: 15px;
	}
}

@media (max-width: 1379px) and (min-width: 992px) {
	.topmenu li.parent ul {
		right: -26px;
		left: auto;
	}
}

@media (min-width: 1200px) {
	.topmenu>li:first-child {
		margin-left: 20px;
	}
	.topmenu li ul {
		left: -26px;
	}
	.topmenu li.parent ul {
		width: 184px;
	}
	.topmenu>li.parent>ul>li.ph {
		display: none;
	}
}

@media (max-width: 1199px) {
	nav .topmenu.phone {
		display: none;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.topmenu>li {
		float: left;
		margin-left: 12px;
	}
	.topmenu>li:first-child {
		margin-left: 10px;
	}
	.topmenu li ul {
		left: -16px;
	}
	.topmenu.phone {
		display: none;
	}
	.topmenu li.parent ul {
		width: 250px;
	}
}

@media (min-width: 992px) {
	.navbar_collapse.collapse {
		display: block!important;
		height: auto!important;
		padding-bottom: 0;
		overflow: visible!important;
	}
	.topmenu {
		float: left;
	}
	.topmenu>li {
		float: left;
		height: 70px;
	}
	.topmenu>li.parent {
		width: 30px;
	}
	.topmenu.phone>li.parent {
		margin-left: 5px;
		width: auto;
	}
	.topmenu>li.active {
		position: relative;
	}
	.topmenu>li .item {
		color: #fff;

	}
	.topmenu>li.active .item,
	.topmenu>li>a:hover,
	.topmenu>li.parent:hover .item,
	.topmenu>li.parent>ul>li.active .item,
	.topmenu>li.parent>ul>li>a:hover {
		color: #fff;
	}
	.topmenu>li>.item {
		line-height: 70px;
	}
	.topmenu li ul {
		position: absolute;
		top: 100%;
		padding: 0;
		width: 225px;
		background-color: rgba(0,0,0,.9);
		-webkit-transition: all .15s;
		-moz-transition: all .15s;
		-ms-transition: all .15s;
		-o-transition: all .15s;
		transition: all .15s;
	}
	.topmenu li ul ul {
		top: -11px;
		right: 100%;
	}
	.topmenu>li ul,
	.topmenu li:hover ul ul,
	.topmenu li:hover ul ul ul,
	.topmenu li:hover ul ul ul ul,
	.topmenu li:hover ul ul ul ul ul {
		visibility: hidden;
		filter: alpha(opacity=0);
		opacity: 0;
	}
	.topmenu>li ul.collapse,
	.topmenu>li ul ul.collapse {
		height: auto !important;
	}
	.topmenu>li ul.collapse {
		display: block;
	}
	.topmenu>li:hover>ul,
	.topmenu>li:hover li:hover ul {
		visibility: visible;
		filter: alpha(opacity=100);
		opacity: 1;
		z-index: 2;
	}
	.topmenu>li:hover>ul {
		top: 100%;
	}
	.topmenu>li:hover li:hover ul {
		right: 100%;
	}
	.topmenu>li ul>li {
		margin-bottom: 15px;
		line-height: 1;
	}
	.topmenu>li ul>li:first-child {
		margin-top: 11px;
	}
	.topmenu>li ul>li:last-child {
		margin-bottom: 12px;
	}
	.parent .navbar-toggle {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		margin: 29px 0 0;
		padding: 0;
		border: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		cursor: default;
		z-index: 8;
	}
	.topmenu>li.parent .navbar-toggle>.icon-bar+.icon-bar {
		margin-top: 3px;
	}
	.topmenu>li.parent>ul {
		top: 100%;
		z-index: 1;
	}
	.topmenu.phone>li.parent ul {
		right: -22px;
		left: auto;
		text-align: right;
		width: 240px;
		background: none;
	}
	.topmenu.phone>li.parent ul>li {
		background-color: rgba(0,0,0,.9);
	}
	header>.col-sm-6>.topmenu.phone {
		display: none;
	}
}

@media (max-width: 991px) {
	header>.col-sm-6 {
		padding: 0;
	}
	.navbar-toggle {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		margin: 29px 50px 0 0;
		padding: 0;
		border: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		z-index: 8;
	}
	.parent .navbar-toggle {
		display: none;
	}
	.navbar-toggle.collapsed>.icon-bar {
		margin: 4px 0;
	}
	.navbar-toggle.collapsed>.icon-bar:nth-child(1),
	.navbar-toggle.collapsed:hover>.icon-bar:nth-child(1) {
		-webkit-transform: translateY(3px) rotate(45deg);
		-moz-transform: translateY(3px) rotate(45deg);
		-ms-transform: translateY(3px) rotate(45deg);
		-o-transform: translateY(3px) rotate(45deg);
		transform: translateY(3px) rotate(45deg);
	}
	.navbar-toggle.collapsed>.icon-bar:nth-child(2) {
		display: none;
	}
	.navbar-toggle.collapsed>.icon-bar:nth-child(3),
	.navbar-toggle.collapsed:hover>.icon-bar:nth-child(3) {
		-webkit-transform: translateY(-3px) rotate(-45deg);
		-moz-transform: translateY(-3px) rotate(-45deg);
		-ms-transform: translateY(-3px) rotate(-45deg);
		-o-transform: translateY(-3px) rotate(-45deg);
		transform: translateY(-3px) rotate(-45deg);
	}
	#topmenu {
		background-color: rgba(0,0,0,.9);
	}
	.topmenu>li {
		margin: 0;
	}
	.topmenu>li>ul {
		background-color: rgba(255,255,255,.1);
	}
	.topmenu>li>ul>li>ul {
		background-color: rgba(255,255,255,.2);
	}
	.topmenu>li.parent>ul {
		background: none;
	}
	.topmenu>li .item {
		display: block;
		line-height: 20px;
		color: #fff;
	}
	.topmenu>li.active .item,
	.topmenu>li.parent>ul>.active .item,
	.topmenu>li a.item:hover {
		background-color: rgba(255,255,255,.5);
	}
	.parent_collapse {
		display: block;
	}
	.topmenu .opener {
		position: absolute;
		top: 6px;
		right: 18px;
		display: block;
		width: 20px;
		font-size: 15px;
		color: #fff;
		cursor: pointer;
	}
	.parent_collapse {
		height: auto !important;
	}
	.opener .glyphicon-menu-up {
		width: 20px;
		height: 20px;
	}
	.opener .glyphicon-menu-up:before,
	.opener .glyphicon-menu-up:after {
		content: '';
		position: absolute;
		top: calc(50% - 2px);
		right: 0;
		width: 20px;
		height: 1px;
		background-color: #fff;
		-webkit-transition: transform .3s;
		-moz-transition: transform .3s;
		-ms-transition: transform .3s;
		-o-transition: transform .3s;
		transition: transform .3s;
	}
	.opener.collapsed .glyphicon-menu-up:before {
		/* content: "\e259"; */
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	.opener.collapsed .glyphicon-menu-up:after {
		-webkit-transform: rotate(-270deg);
		-ms-transform: rotate(-270deg);
		transform: rotate(-270deg);
	}

	header>.col-sm-6>.topmenu.phone {
		position: absolute;
		top: 0;
		right: 85px;
	}
	header>.col-sm-6>.topmenu.phone>li {
		float: left;
		width: auto;
		height: 70px;
	}
	header>.col-sm-6>.topmenu.phone>li.parent>.item {
		margin: 27px 0 0;
		padding: 0;
		width: 46px;
		height: 16px;
		background: url(../images/phone_h.png) 0 0 no-repeat;
	}
	header>.col-sm-6>.topmenu.phone>li ul {
		position: absolute;
		top: 100%;
		right: -87px;
		padding: 0;
		width: 260px;
		background-color: rgba(0,0,0,.9);
		-moz-bbackground-clip: content-box;
		background-clip: content-box;
		-webkit-transition: all .15s;
		-moz-transition: all .15s;
		-ms-transition: all .15s;
		-o-transition: all .15s;
		transition: all .15s;
		visibility: hidden;
		filter: alpha(opacity=0);
		opacity: 0;
	}
	header>.col-sm-6>.topmenu.phone>li:hover ul {
		visibility: visible;
		filter: alpha(opacity=100);
		opacity: 1;
		z-index: 2;
	}
	header>.col-sm-6>.topmenu.phone>li ul>li.l1 {
		padding-top: 15px;
	}
	header>.col-sm-6>.topmenu.phone>li ul>li.l3 {
		padding-bottom: 15px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	header .logo_txt {
		font-size: 36px;
	}
	.navbar-toggle {
		left: auto;
		right: 0;
	}
	.navbar-toggle.collapsed {
		margin-top: 28px;
	}
	nav {
		padding: 70px 0 0;
	}
	#topmenu {
		padding: 25px 0 25px 0;
		max-height: calc(100vh - 80px);
		overflow-y: auto;
	}
	.topmenu>li .item,
	.topmenu>li ul .item {
		padding: 7px 50px 7px 30px;
		text-align: right;
		font-weight: 600;
		font-size: 18px;
	}
	.topmenu>li.parent>ul>li.ph {
		display: none;
	}
}

@media (max-width: 767px) {
	header {
		height: 50px;
	}
	.navbar-toggle {
		margin: 0;
		padding: 16px 15px;
		background-color: rgba(0,0,0,.9);
		border: none;
	}
	.navbar-toggle.collapsed {
		padding: 17px 15px;
	}
	.navbar-toggle>.icon-bar {
		width: 23px;
	}
	.navbar-toggle>.icon-bar+.icon-bar {
		margin-top: 6px;
	}
	.navbar-toggle.collapsed>.icon-bar {
		margin: 4px 0;
	}
	.navbar-toggle:hover>.icon-bar:nth-child(1) {
		-webkit-transform: translateY(-2px);
		-moz-transform: translateY(-2px);
		-ms-transform: translateY(-2px);
		-o-transform: translateY(-2px);
		transform: translateY(-2px);
	}
	.navbar-toggle:hover>.icon-bar:nth-child(3) {
		-webkit-transform: translateY(2px);
		-moz-transform: translateY(2px);
		-ms-transform: translateY(2px);
		-o-transform: translateY(2px);
		transform: translateY(2px);
	}
	header .logo_txt {
		text-align: center;
		font-size: 30px;
		line-height: 50px;
	}
	.logo_mob {
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 8;
	}
	#topmenu {
		padding: 25px 0 25px 0;
		max-height: calc(100vh - 80px);
		overflow-y: auto;
	}
	.topmenu .btn.btn_bdblue {
		margin: 0 7px 7px;
		padding: 9px 0 0;
		width: 60px;
		height: 60px;
	}
	.topmenu .btn.btn_bdblue.demo {
		padding-top: 14px;
	}
	.topmenu>li .item,
	.topmenu>li ul .item {
		padding: 7px 30px 7px 50px;
		font-size: 20px;
	}
	.topmenu .opener {
		right: auto;
		left: 15px;
	}
	.topmenu.phone {
		display: none;
	}
	.topmenu>li ul>li.ph.l5 .item {
		padding: 20px 30px 15px 50px;
	}
}
/*** navigation end ***/

/* header end */


/* home */
section .col-sm-6 {
	overflow: hidden;
}
.section_title {
	padding: 0 0 25px;
	font-weight: 100;
	font-size: 64px;
	line-height: 1;
}
.section_title>span.line {
	display: inline-block;
	position: relative;
	padding-bottom: 14px;
}

@media (max-width: 1199px) and (min-width: 992px) {
	.section_title {
		font-size: 50px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.section_title {
		padding: 0 0 25px;
		font-size: 36px;
	}
	.section_title>span.line:after {
		width: 180px;
	}
}

@media (min-width: 768px) {
	.section_title>span.line:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -143px;
		width: 290px;
		height: 1px;
		background-color: #1a237e;
	}
}

@media (max-width: 767px) {
	#production_energy .row.production .left>.ttl,
	#trading .left,
	#logistics .ttl,
	#staff .left,
	#office_project .row.office .left>.ttl,
	#office_project .project .left,
	#finance .left {
		padding-top: 99px;
	}
	#automation .wrapper,
	#interface .wrapper {
		padding-top: 139px;
	}
	#high_performance .wrapper {
		padding-top: 91px;
	}
	.section_title,
	#production_energy .energy .left .section_title,
	#office_project .project .left .section_title {
		position: absolute;
		top: 0;
		left: 0;
		padding: 85px 0 10px;
		width: 100%;
		font-weight: 400;
		font-size: 32px;
	}
	#production_energy .energy .left .section_title,
	#trading .section_title,
	#staff .section_title,
	#office_project .project .left .section_title,
	#finance .section_title,
	#clients .section_title,
	#automation .section_title,
	#advantages .section_title {
		padding-left: 15px;
	}
	.current .section_title,
	#production_energy .energy.current .left .section_title,
	#office_project .project.current .left .section_title {
		position: fixed;
		top: 50px;
		left: 0;
		padding: 5px 15px 8px;
		width: 100%;
		font-size: 22px;
		background-color: #67abc8;
		-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.4);
		-moz-box-shadow: 0 1px 5px rgba(0,0,0,.4);
		box-shadow: 0 1px 5px rgba(0,0,0,.4);
		z-index: 8;
	}
	.section_title>span.line {
		padding-bottom: 8px;
	}
	.current .section_title>span.line {
		padding-bottom: 0;
	}
}

/*** first ***/
/*
#first {
	color: #fff;
}
*/
#first {
	color: #fff;
	background: url(../images/maincover.jpg) 75% 50% no-repeat;
	background-size: cover;
}
#first {
	color: #fff;
}
/*
#first>.wrapper>.row>.left {
	background-color: #2962ff;
}
*/
#first>.wrapper>.row>.left {
}

#first>.wrapper>.row>.left,
#first>.wrapper>.row>.right .item {
	min-height: 700px;
}
#first>.wrapper>.row>.left>.dt {
	position: relative;
	min-height: 100%;
	-webkit-transition: left 1s;
	-moz-transition: left 1s;
	-ms-transition: left 1s;
	-o-transition: left 1s;
	transition: left 1s;
}
#first>.wrapper>.row>.right .item>.dt {
	-webkit-transition: right 1s;
	-moz-transition: right 1s;
	-ms-transition: right 1s;
	-o-transition: right 1s;
	transition: right 1s;
}
#first.ok>.wrapper>.row>.left>.dt {
	left: 0;
}
#first.ok>.wrapper>.row>.right .item>.dt {
	right: 0;
}
#first>.wrapper>.row>.left>.dt>.cell>.logo {
	margin-bottom: 18px;
	margin-left: 40px;
}
.logo {
    text-align: -webkit-left;
}
#first>.wrapper>.row>.left>.dt>.cell>.title {
	font-weight: 100;
	font-size: 100px;
}
/*
#first>.wrapper>.row>.left>.dt>.cell>.desc {
	margin: 40px auto;
	max-width: 500px;
	font-weight: 100;
	line-height: 1.2;
}
*/
#first>.wrapper>.row>.left>.dt>.cell>.desc {
	/*margin: 40px auto;*/
	margin-top: 40px;
	max-width: 800px;
	font-weight: 200;
	line-height: 1.1;
}
#first>.wrapper>.row>.left>.dt>.cell>.text {
	font-size: 24px;
	line-height: 26px;
}
#first>.wrapper>.row>.left>.dt>.cell>.btn.btn_bdwhite {
	position: relative;
	padding: 9px 17px 9px 46px;
}

#first>.wrapper>.row>.right {
	position: relative;
	padding: 0;
	overflow: hidden;
}
#first>.wrapper>.row>.right> .item>img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#first>.wrapper>.row>.right> .item .dt {
	position: relative;
	text-transform: uppercase;
	z-index: 8;
}
/*
#first>.wrapper>.row>.right> .item .dt .r>span {
	display: inline-block;
	margin: 10px 10px 40px;
	width: 205px;
	font-weight: 100;
	font-size: 72px;
	line-height: 133px;
	background-color: #2979ff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 12px 12px rgba(0,0,0,.5);
	-moz-box-shadow: 0 12px 12px rgba(0,0,0,.5);
	box-shadow: 0 12px 12px rgba(0,0,0,.5);
}
*/
#first>.wrapper>.row>.right> .item .dt .r>span {
	display: inline-block;
	margin: 10px 10px 10px;
	width: 200px;
	font-weight: 400;
	font-size: 64px;
	line-height: 200px;
}


#first>.wrapper .anchor {
	position: absolute;
	bottom: 65px;
	left: 50%;
	margin-left: -38px;
	z-index: 8;
}

@media (max-width: 1499px) and (min-width: 1200px) {
	#first>.wrapper>.row>.left,
	#first>.wrapper>.row>.right .item {
		min-height: 660px;
	}
	#first>.wrapper>.row>.left>.dt>.cell>.title {
		font-size: 80px;
	}
	/*
	#first>.wrapper>.row>.right> .item .dt .r>span {
		margin: 8px 8px 28px;
		width: 170px;
		font-size: 60px;
		line-height: 110px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-webkit-box-shadow: 0 10px 10px rgba(0,0,0,.5);
		-moz-box-shadow: 0 10px 10px rgba(0,0,0,.5);
		box-shadow: 0 10px 10px rgba(0,0,0,.5);
	}
	*/
	#first>.wrapper>.row>.right> .item .dt .r>span {
		margin: 8px 8px 8px;
		width: 152px;
		font-size: 60px;
		line-height: 130px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	#first>.wrapper>.row>.left,
	#first>.wrapper>.row>.right .item {
		min-height: 610px;
	}
	#first>.wrapper>.row>.left>.dt>.cell>.logo>img {
		width: 350px;
	}
	#first>.wrapper>.row>.left>.dt>.cell>.title {
		font-size: 60px;
	}
/*
	#first>.wrapper>.row>.right> .item .dt .r>span {
		margin: 7px 7px 25px;
		width: 140px;
		font-size: 48px;
		line-height: 91px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: 0 8px 8px rgba(0,0,0,.5);
		-moz-box-shadow: 0 8px 8px rgba(0,0,0,.5);
		box-shadow: 0 8px 8px rgba(0,0,0,.5);
	}
*/
	#first>.wrapper>.row>.right> .item .dt .r>span {
		margin: 7px 7px 7px;
		width: 120px;
		font-size: 48px;
		line-height: 120px;
	}
}
/*
@media (min-width: 992px) {
	#first>.wrapper>.row>.left>.dt>.cell>.desc {
		font-size: 28px;
	}
}
*/
@media (min-width: 992px) {
	#first>.wrapper>.row>.left>.dt>.cell>.desc {
		font-size: 24px;
		text-align: left;
		line-height: 1.2;
		margin-left: 40px;
	}
}
@media (min-width: 992px) {
	#first>.wrapper>.row>.left>.dt>.cell>.descsmall {
		text-align: left;
	}
}

@media (min-width: 992px) and (max-height: 700px) {
	#first>.wrapper>.row>.left,
	#first>.wrapper>.row>.right .item {
		padding: 80px 0 0;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#first>.wrapper>.row>.left,
	#first>.wrapper>.row>.right .item {
		min-height: 580px;
	}
	#first>.wrapper>.row>.left>.dt>.cell>.title {
		font-size: 46px;
	}
	#first>.wrapper>.row>.left>.dt>.cell>.desc {
		margin-top: 25px;
	}
	/*
	#first>.wrapper>.row>.right> .item .dt .r>span {
		margin: 5px 5px 23px;
		width: 111px;
		font-size: 40px;
		line-height: 72px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: 0 6px 6px rgba(0,0,0,.5);
		-moz-box-shadow: 0 6px 6px rgba(0,0,0,.5);
		box-shadow: 0 6px 6px rgba(0,0,0,.5);
	}
	*/
	#first>.wrapper>.row>.right> .item .dt .r>span {
		margin: 5px 5px 5px;
		width: 100px;
		font-size: 40px;
		line-height: 100px;
	}
}

@media (max-width: 991px) {
	#first>.wrapper>.row>.left>.dt>.cell>.logo>img {
		width: 300px;
	}
	#first>.wrapper>.row>.left>.dt>.cell>.desc {
	font-size: 18px;
    font-weight: 200;
    line-height: 1.3;
    text-align: left;
	margin-left: 40px;
	}
}

@media (min-width: 768px) {
	#first>.wrapper>.row>.left,
	#first>.wrapper>.row>.right .item {
		height: 100vh;
	}
	#first>.wrapper>.row>.left>.dt {
		left: calc(100% + 25px);
	}
	#first>.wrapper>.row>.right .item>.dt {
		right: calc(100% + 25px);
	}
	#first>.wrapper>.row>.right .item>img {
		min-height: 100%;
	}
}

@media (max-width: 767px) {
	#first>.wrapper>.row>.left {
		padding: 70px 0 0;
		height: auto;
		min-height: 0;
	}
	#first>.wrapper>.row>.left>.dt>.cell {
		padding: 0 15px;
	}
	#first>.wrapper>.row>.left>.dt>.cell>.logo {
		margin-bottom: 0;
	}
	#first>.wrapper>.row>.left>.dt>.cell>.logo>img {
		width: 0px;
	}
	#first>.wrapper>.row>.left>.dt>.cell>.title {
		font-size: 36px;
	}
	#first>.wrapper>.row>.left>.dt>.cell>.desc {
		margin: 0 auto 10px;
		font-size: 20px;
	}
	#first>.wrapper>.row>.left>.dt>.cell>.descsmall {
		font-size: 0px;
	}
	#first>.wrapper>.row>.left>.dt>.cell>.btn.btn_bdwhite {
		margin-top: 5px;
	}
	#first>.wrapper>.row>.right .item {
		padding: 11px 0 29px;
		height: auto;
		min-height: 0;
	}
/*
	#first>.wrapper>.row>.right> .item .dt .r>span {
		margin: 11px 4px;
		width: 92px;
		font-size: 34px;
		line-height: 60px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: 0 6px 6px rgba(0,0,0,.5);
		-moz-box-shadow: 0 6px 6px rgba(0,0,0,.5);
		box-shadow: 0 6px 6px rgba(0,0,0,.5);
	}
	*/
	#first>.wrapper>.row>.right> .item .dt .r>span {
		margin: 4px 4px;
		width: 90px;
		font-size: 34px;
		line-height: 90px;
	}
}
/*** first end ***/


/*** production_energy ***/
#production_energy .row.production {
	padding-top: 90px;
	height: 653px;
	background-color: #fff;
}
#production_energy .row.energy {
	position: relative;
	height: 397px;
	background-color: #e2e8ec;
}
#production_energy .row.energy .img {
	position: absolute;
	top: -288px;
	margin-left: -611px;
	-webkit-transition: left 1s;
	-moz-transition: left 1s;
	-ms-transition: left 1s;
	-o-transition: left 1s;
	transition: left 1s;
}
#production_energy.ok .row.energy .img {
	left: 50%;
}
#production_energy .section_title {
	color: #369;
}
#production_energy .row.energy .section_title {
	padding-top: 40px;
}
.subtitle {
	font-size: 22px;
	color: #fff;
}
#production_energy .left>div {
	position: relative;
	-webkit-transition: left 1s;
	-moz-transition: left 1s;
	-ms-transition: left 1s;
	-o-transition: left 1s;
	transition: left 1s;
}
#production_energy.ok .left>div {
	left: 0;
}
#production_energy .right .item {
	position: relative;
	margin: 10px 0 35px;
	padding-left: 8px;
	font-size: 18px;
	-webkit-transition: 1s right .3s;
	-moz-transition: 1s right .3s;
	-ms-transition: 1s right .3s;
	-o-transition: 1s right .3s;
	transition: 1s right .3s;
}
#production_energy.ok .right .item {
	right: 0;
	max-width: 580px;
}
#production_energy .right .item .title {
	margin-bottom: 15px;
	font-size: 30px;
	line-height: 1;
	color: #000;
}

@media (max-width: 1269px) and (min-width: 992px) {
	#production_energy .row.production {
		padding-top: 80px;
		height: 573px;
	}
	#production_energy .row.energy {
		height: 310px;
	}
	#production_energy .row.energy .img {
		top: -218px;
		margin-left: -470px;
		width: 440px;
	}
	#production_energy .section_title {
		font-size: 50px;
	}
	#production_energy .row.energy .section_title {
		padding-top: 30px;
	}
	#production_energy .right .item {
		margin-bottom: 25px;
		font-size: 16px;
	}
	#production_energy .right .item .title {
		margin-bottom: 12px;
		font-size: 24px;
	}
}

@media (min-width: 992px) {
	#production_energy .left {
		padding: 0 30px 0 0;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#production_energy .row.production {
		padding-top: 40px;
		height: 455px;
	}
	#production_energy .row.energy {
		height: 270px;
	}
	#production_energy .row.energy .img {
		top: -178px;
		margin-left: -370px;
		width: 358px;
	}
	#production_energy .left {
		padding: 0 20px 0 0;
	}
	#production_energy .row.energy .section_title {
		padding-top: 28px;
	}
	.subtitle {
		font-size: 18px;
	}
	#production_energy.ok .left>img {
		left: -200px;
	}
	#production_energy .right .item {
		margin-bottom: 15px;
		padding-left: 4px;
		font-size: 14px;
		line-height: 1.25;
	}
	#production_energy .right .item .title {
		margin-bottom: 7px;
		font-size: 22px;
	}
}

@media (min-width: 768px) {
	#production_energy:before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		width: 1px;
		height: 100%;
		background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(7%,rgba(255,255,255,0)), color-stop(35%,rgba(255,255,255,1)), color-stop(65%,rgba(255,255,255,1)), color-stop(93%,rgba(255,255,255,0)));
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 7%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 65%, rgba(255,255,255,0) 93%);
		background: -o-linear-gradient(top, rgba(255,255,255,0) 7%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 65%, rgba(255,255,255,0) 93%);
		background: -moz-linear-gradient(top, rgba(255,255,255,0) 7%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 65%, rgba(255,255,255,0) 93%);
		background: linear-gradient(to bottom, rgba(255,255,255,0) 7%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 65%, rgba(255,255,255,0) 93%);
		z-index: 3;
	}
	#production_energy .ttl {
		float: right;
		max-width: 580px;
	}
	#production_energy .left {
		text-align: right;
	}
	#production_energy .row.energy .img {
		left: -50%;
	}
	#production_energy .left>div {
		left: calc(100% + 25px);
	}
	#production_energy .row.energy .right {
		padding-top: 30px;
	}
	#production_energy .right .item {
		right: calc(100% + 25px);
	}
}

@media (max-width: 767px) {
	#production_energy .row.production,
	#production_energy .row.energy {
		padding-top: 0;
		height: auto;
	}
	#production_energy .row.energy .left {
		padding-top: 114px;
	}
	#production_energy .row.production.current .section_title {
		background-color: #fff;
	}
	#production_energy .energy.current .left .section_title {
		background-color: #e2e8ec;
	}
	.subtitle {
		margin-bottom: 25px;
		font-size: 16px;
	}
	#production_energy .right .item {
		margin-bottom: 15px;
		padding-left: 0;
		font-size: 14px;
	}
	#production_energy .right .item .title {
		margin-bottom: 8px;
		font-size: 20px;
		line-height: 1.1;
	}
	#production_energy .right .item .text {
		position: relative;
		padding-left: 61px;
		min-height: 53px;
	}
	#production_energy .right .item .text:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 53px;
		height: 53px;
		background: url(../images/production1.png) 0 0 no-repeat}
	#production_energy .row.production .right .item:nth-child(2) .text:before {
		background: url(../images/production2.png) 0 0 no-repeat;
	}
	#production_energy .row.production .right .item:nth-child(3) .text:before {
		background: url(../images/production3.png) 0 0 no-repeat;
	}
	#production_energy .row.energy .right .item:nth-child(1) .text:before {
		background: url(../images/energy1.png) 0 0 no-repeat;
	}
	#production_energy .row.energy .right .item:nth-child(2) .text:before {
		background: url(../images/energy2.png) 0 0 no-repeat;
	}
}
/*** production_energy end ***/


/*** trading ***/
#trading .wrapper {
	padding: 75px 15px;
}
#trading .section_title,
#trading .subtitle {
	color: #fff;
	background-color: #a756ff;
}
#trading .left .items {
    position: relative;
    font-size: 18px;
	color: #fff;
    -webkit-transition: 1s left .3s;
    -moz-transition: 1s left .3s;
    -ms-transition: 1s left .3s;
    -o-transition: 1s left .3s;
    transition: 1s left .3s;
}
#trading.ok .left .items {
    left: 0;
    max-width: 580px;
}
#trading .left .item {
    margin: 10px 0 80px;
}
#trading .left .item .title {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 1;
    color: #fff;
}
#trading .ttl {
	position: relative;
	padding-left: 15px;
	max-width: 565px;
	-webkit-transition: right 1s;
	-moz-transition: right 1s;
	-ms-transition: right 1s;
	-o-transition: right 1s;
	transition: right 1s;
}
#trading .right>img {
	position: relative;
	margin: 37px 0 0 8px;
	max-width: 100%;
    -webkit-transition: 1s right .6s;
    -moz-transition: 1s right .6s;
    -ms-transition: 1s right .6s;
    -o-transition: 1s right .6s;
    transition: 1s right .6s;
}
#trading.ok .ttl,
#trading.ok .right>img {
	right: 0;
}

@media (max-width: 1199px) and (min-width: 992px) {
	#trading .left .item {
		margin: 0 0 60px;
	}
	#trading .right>img {
		width: 458px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#trading .wrapper {
		padding: 30px 15px;
	}
	#trading .left {
		padding: 35px 19px 0 15px;
	}
	#trading .left .item {
		margin-bottom: 40px;
		padding-left: 4px;
		font-size: 14px;
		line-height: 1.25;
	}
	#trading .left .item .title {
		margin-bottom: 7px;
		font-size: 22px;
	}
	#trading .right {
		padding: 0 15px 0 0;
	}
	#trading .right>img {
		margin: 15px 0 0;
		width: 356px;
	}
}

@media (min-width: 768px) {
	#trading .wrapper:before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		width: 1px;
		height: 100%;
		background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(7%,rgba(168,168,168,0)), color-stop(35%,rgba(168,168,168,1)), color-stop(65%,rgba(168,168,168,1)), color-stop(93%,rgba(168,168,168,0)));
		background: -webkit-linear-gradient(top, rgba(168,168,168,0) 7%, rgba(168,168,168,1) 35%, rgba(168,168,168,1) 65%, rgba(168,168,168,0) 93%);
		background: -o-linear-gradient(top, rgba(168,168,168,0) 7%, rgba(168,168,168,1) 35%, rgba(168,168,168,1) 65%, rgba(168,168,168,0) 93%);
		background: -moz-linear-gradient(top, rgba(168,168,168,0) 7%, rgba(168,168,168,1) 35%, rgba(168,168,168,1) 65%, rgba(168,168,168,0) 93%);
		background: linear-gradient(to bottom, rgba(168,168,168,0) 7%, rgba(168,168,168,1) 35%, rgba(168,168,168,1) 65%, rgba(168,168,168,0) 93%);
		z-index: 3;
	}
	#trading .left {
		padding: 60px 30px 0 15px;
	}
	#trading .left .items {
		left: calc(100% + 25px);
		float: right;
		text-align: right;
	}
	#trading .ttl,
	#trading .right>img {
		right: calc(100% + 25px);
	}
}

@media (max-width: 767px) {
	#trading .wrapper {
		padding: 0 15px 30px;
	}
	#trading .left .item {
		margin-bottom: 15px;
		padding-left: 0;
		font-size: 14px;
	}
	#trading .left .item .title {
		margin-bottom: 8px;
		font-size: 20px;
		line-height: 1.1;
	}
	#trading .left .item .text {
		position: relative;
		padding-left: 61px;
		min-height: 53px;
	}
	#trading .left .item .text:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 53px;
		height: 53px;
		background: url(../images/trading1.png) 0 0 no-repeat;
	}
	#trading .left .item:nth-child(2) .text:before {
		background: url(../images/trading2.png) 0 0 no-repeat;
	}
	#trading .left .item:nth-child(3) .text:before {
		background: url(../images/trading3.png) 0 0 no-repeat;
	}
	#trading .left .item:nth-child(4) .text:before {
		background: url(../images/trading4.png) 0 0 no-repeat;
	}
}
/*** trading end ***/


/*** logistics ***/
#logistics {
	background-color: #fff;
}
#logistics .wrapper {
	padding: 80px 15px 75px;
}
#logistics .section_title {
	color: #0080ff;
}
#logistics .left {
	padding: 40px 30px 0 15px;
}
#logistics .right .item {
    position: relative;
    margin: 10px 0 45px;
    padding-left: 8px;
    font-size: 18px;
    -webkit-transition: 1s right .3s;
    -moz-transition: 1s right .3s;
    -ms-transition: 1s right .3s;
    -o-transition: 1s right .3s;
    transition: 1s right .3s;
}
#logistics.ok .right .item {
    right: 0;
    max-width: 580px;
}
#logistics .right .item .title {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 1;
    color: #000;
}
#logistics .ttl {
	position: relative;
	max-width: 565px;
	-webkit-transition: left 1s;
	-moz-transition: left 1s;
	-ms-transition: left 1s;
	-o-transition: left 1s;
	transition: left 1s;
}
#logistics .left>img {
	position: relative;
	margin: 80px 0 0;
	max-width: 100%;
    -webkit-transition: 1s left .6s;
    -moz-transition: 1s left .6s;
    -ms-transition: 1s left .6s;
    -o-transition: 1s left .6s;
    transition: 1s left .6s;
}
#logistics.ok .ttl,
#logistics.ok .left>img {
	left: 0;
}

@media (max-width: 1199px) and (min-width: 992px) {
	#logistics .right .item {
		margin: 0 0 30px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#logistics .wrapper {
		padding: 30px 15px;
	}
	#logistics .left {
		padding: 40px 0 0 15px;
	}
	#logistics .left>.ttl {
		padding-right: 20px;
	}
	#logistics .right .item {
		margin-bottom: 40px;
		padding-left: 4px;
		font-size: 14px;
		line-height: 1.25;
	}
	#logistics .right .item .title {
		margin-bottom: 7px;
		font-size: 22px;
	}
	#logistics .left>img {
		margin: 65px 0 0;
		width: 361px;
	}
}

@media (min-width: 768px) {
	#logistics .wrapper:before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		width: 1px;
		height: 100%;
		background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(7%,rgba(255,255,255,0)), color-stop(35%,rgba(255,255,255,1)), color-stop(65%,rgba(255,255,255,1)), color-stop(93%,rgba(255,255,255,0)));
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 7%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 65%, rgba(255,255,255,0) 93%);
		background: -o-linear-gradient(top, rgba(255,255,255,0) 7%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 65%, rgba(255,255,255,0) 93%);
		background: -moz-linear-gradient(top, rgba(255,255,255,0) 7%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 65%, rgba(255,255,255,0) 93%);
		background: linear-gradient(to bottom, rgba(255,255,255,0) 7%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 65%, rgba(255,255,255,0) 93%);
		z-index: 3;
	}
	#logistics .right .item {
		right: calc(100% + 25px);
	}
	#logistics .ttl,
	#logistics .left>img {
		left: calc(100% + 30px);
		float: right;
		text-align: right;
	}
}

@media (max-width: 767px) {
	#logistics .wrapper {
		padding: 0 15px 30px;
	}
	#logistics .left {
		padding: 0 15px;
	}
	#logistics.current .section_title {
		background-color: #fff;
	}
	#logistics .right .item {
		margin-bottom: 15px;
		padding-left: 0;
		font-size: 14px;
	}
	#logistics .right .item .title {
		margin-bottom: 8px;
		font-size: 20px;
		line-height: 1.1;
	}
	#logistics .right .item .text {
		position: relative;
		padding-left: 61px;
		min-height: 53px;
	}
	#logistics .right .item .text:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 53px;
		height: 53px;
		background: url(../images/logistics1.png) 0 0 no-repeat;
	}
	#logistics .right .item:nth-child(2) .text:before {
		background: url(../images/logistics2.png) 0 0 no-repeat;
	}
	#logistics .right .item:nth-child(3) .text:before {
		background: url(../images/logistics3.png) 0 0 no-repeat;
	}
	#logistics .right .item:nth-child(4) .text:before {
		background: url(../images/logistics4.png) 0 0 no-repeat;
	}
	#logistics .right .item:nth-child(5) .text:before {
		background: url(../images/logistics5.png) 0 0 no-repeat;
	}
}
/*** logistics end ***/


/*** staff ***/
#staff .wrapper {
	padding: 100px 15px 60px;
}
#staff .section_title,
#staff .subtitle {
	color: #fff;
}
#staff .left .items {
    position: relative;
    font-size: 18px;
    -webkit-transition: 1s left .3s;
    -moz-transition: 1s left .3s;
    -ms-transition: 1s left .3s;
    -o-transition: 1s left .3s;
    transition: 1s left .3s;
}
#staff.ok .left .items {
    left: 0;
    max-width: 580px;
}
#staff .left .item {
    margin: 10px 0 50px;
}
#staff .left .item .title {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 1;
    color: #fff;
}
#staff .ttl {
	position: relative;
	padding-left: 15px;
	max-width: 565px;
	-webkit-transition: right 1s;
	-moz-transition: right 1s;
	-ms-transition: right 1s;
	-o-transition: right 1s;
	transition: right 1s;
}
#staff .right>img {
	position: relative;
	margin: 85px 0 0 8px;
	max-width: 100%;
    -webkit-transition: 1s right .6s;
    -moz-transition: 1s right .6s;
    -ms-transition: 1s right .6s;
    -o-transition: 1s right .6s;
    transition: 1s right .6s;
}
#staff.ok .ttl,
#staff.ok .right>img {
	right: 0;
}

@media (max-width: 1199px) and (min-width: 992px) {
	#staff .left .item {
		margin: 0 0 20px;
	}
	#staff .right>img {
		width: 458px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#staff .wrapper {
		padding: 30px 15px;
	}
	#staff .left {
		padding: 0 19px 0 15px;
	}
	#staff .left .item {
		margin: 15px 0 10px;
		padding-left: 4px;
		font-size: 14px;
		line-height: 1.25;
	}
	#staff .left .item .title {
		margin-bottom: 7px;
		font-size: 22px;
	}
	#staff .right {
		padding: 0 15px 0 0;
	}
	#staff .right>img {
		margin: 45px 0 0;
		width: 366px;
	}
}

@media (min-width: 768px) {
	#staff .wrapper:before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		width: 1px;
		height: 100%;
		background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(7%,rgba(168,168,168,0)), color-stop(35%,rgba(168,168,168,1)), color-stop(65%,rgba(168,168,168,1)), color-stop(93%,rgba(168,168,168,0)));
		background: -webkit-linear-gradient(top, rgba(168,168,168,0) 7%, rgba(168,168,168,1) 35%, rgba(168,168,168,1) 65%, rgba(168,168,168,0) 93%);
		background: -o-linear-gradient(top, rgba(168,168,168,0) 7%, rgba(168,168,168,1) 35%, rgba(168,168,168,1) 65%, rgba(168,168,168,0) 93%);
		background: -moz-linear-gradient(top, rgba(168,168,168,0) 7%, rgba(168,168,168,1) 35%, rgba(168,168,168,1) 65%, rgba(168,168,168,0) 93%);
		background: linear-gradient(to bottom, rgba(168,168,168,0) 7%, rgba(168,168,168,1) 35%, rgba(168,168,168,1) 65%, rgba(168,168,168,0) 93%);
		z-index: 3;
	}
	#staff .left {
		padding: 20px 30px 0 15px;
	}
	#staff .left .items {
		left: calc(100% + 25px);
		float: right;
		text-align: right;
	}
	#staff .ttl,
	#staff .right>img {
		right: calc(100% + 25px);
	}
}

@media (max-width: 767px) {
	#staff .wrapper {
		padding: 0 15px 30px;
	}
	#staff .left .item {
		margin-bottom: 15px;
		padding-left: 0;
		font-size: 14px;
	}
	#staff .left .item .title {
		margin-bottom: 8px;
		font-size: 20px;
		line-height: 1.1;
	}
	#staff .left .item .text {
		position: relative;
		padding-left: 61px;
		min-height: 53px;
	}
	#staff .left .item .text:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 53px;
		height: 53px;
		background: url(../images/staff1.png) 0 0 no-repeat;
	}
	#staff .left .item:nth-child(2) .text:before {
		background: url(../images/staff2.png) 0 0 no-repeat;
	}
	#staff .left .item:nth-child(3) .text:before {
		background: url(../images/staff3.png) 0 0 no-repeat;
	}
	#staff .left .item:nth-child(4) .text:before {
		background: url(../images/staff4.png) 0 0 no-repeat;
	}
	#staff .left .item:nth-child(5) .text:before {
		background: url(../images/staff5.png) 0 0 no-repeat;
	}
}
/*** staff end ***/


/*** office_project ***/
#office_project .row.office {
	padding-top: 80px;
	background-color: #fff;
}
#office_project .row.project {
	position: relative;
	height: 320px;
	background-color: #e2e8ec;
}
#office_project .row.project .img {
	position: absolute;
	top: -420px;
	margin-left: -652px;
	-webkit-transition: left 1s;
	-moz-transition: left 1s;
	-ms-transition: left 1s;
	-o-transition: left 1s;
	transition: left 1s;
}
#office_project.ok .row.project .img {
	left: 50%;
}
#office_project .section_title {
	color: #e4ab00;
}
.subtitle {
	font-size: 22px;
	color: #fff;
}
#office_project .left>div {
	position: relative;
	-webkit-transition: left 1s;
	-moz-transition: left 1s;
	-ms-transition: left 1s;
	-o-transition: left 1s;
	transition: left 1s;
}
#office_project.ok .left>div {
	left: 0;
}
#office_project .right .item {
	position: relative;
	margin: 10px 0 35px;
	padding-left: 8px;
	font-size: 18px;
	-webkit-transition: 1s right .3s;
	-moz-transition: 1s right .3s;
	-ms-transition: 1s right .3s;
	-o-transition: 1s right .3s;
	transition: 1s right .3s;
}
#office_project.ok .right .item {
	right: 0;
	max-width: 580px;
}
#office_project .right .item .title {
	margin-bottom: 15px;
	font-size: 30px;
	line-height: 1;
	color: #000	;
	font-weight: 400
}

@media (max-width: 1299px) and (min-width: 992px) {
	#office_project .row.office {
		padding-top: 40px;
	}
	#office_project .row.project {
		height: 280px;
	}
	#office_project .row.project .img {
		top: -292px;
		margin-left: -480px;
		width: 480px;
	}
	#office_project .section_title {
		font-size: 50px;
	}
	#office_project .row.project .section_title {
		padding-top: 20px;
	}
	#office_project .right .item {
		margin-bottom: 25px;
		font-size: 16px;
	}
	#office_project .right .item .title {
		margin-bottom: 12px;
		font-size: 24px;
		font-weight: 400
	}
}

@media (min-width: 992px) {
	#office_project .left {
		padding: 0 30px 0 15px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#office_project .row.office {
		padding-top: 30px;
	}
	#office_project .row.project {
		height: 220px;
	}
	#office_project .row.project .img {
		top: -224px;
		margin-left: -368px;
		width: 368px;
	}
	#office_project .left {
		padding: 0 20px 0 15px;
	}
	#office_project .row.project .section_title {
		padding-top: 15px;
	}
	.subtitle {
		font-size: 18px;
	}
	#office_project.ok .left>img {
		left: -200px;
	}
	#office_project .right .item {
		margin-bottom: 15px;
		padding-left: 4px;
		font-size: 14px;
		line-height: 1.25;
	}
	#office_project .right .item .title {
		margin-bottom: 7px;
		font-size: 22px;
	}
}

@media (min-width: 768px) {
	#office_project:before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		width: 1px;
		height: 100%;
		background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(7%,rgba(255,255,255,0)), color-stop(35%,rgba(255,255,255,1)), color-stop(65%,rgba(255,255,255,1)), color-stop(93%,rgba(255,255,255,0)));
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 7%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 65%, rgba(255,255,255,0) 93%);
		background: -o-linear-gradient(top, rgba(255,255,255,0) 7%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 65%, rgba(255,255,255,0) 93%);
		background: -moz-linear-gradient(top, rgba(255,255,255,0) 7%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 65%, rgba(255,255,255,0) 93%);
		background: linear-gradient(to bottom, rgba(255,255,255,0) 7%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 65%, rgba(255,255,255,0) 93%);
		z-index: 3;
	}
	#office_project .ttl {
		float: right;
		max-width: 580px;
	}
	#office_project .left {
		text-align: right;
	}
	#office_project .row.project .img {
		left: -50%;
	}
	#office_project .left>div {
		left: calc(100% + 25px);
	}
	#office_project .row.project .right {
		padding-top: 30px;
	}
	#office_project .right .item {
		right: calc(100% + 25px);
	}
}

@media (max-width: 767px) {
	#office_project .row.office,
	#office_project .row.project {
		padding-top: 0;
		height: auto;
	}
	#office_project .row.office.current .section_title {
		background-color: #fff;
	}
	#office_project .project.current .left .section_title {
		background-color: #0073ff;
	}
	.subtitle {
		margin-bottom: 25px;
		font-size: 16px;
	}
	#office_project .right .item {
		margin-bottom: 15px;
		padding-left: 0;
		font-size: 14px;
	}
	#office_project .right .item .title {
		margin-bottom: 8px;
		font-size: 20px;
		line-height: 1.1;
	}
	#office_project .right .item .text {
		position: relative;
		padding-left: 61px;
		min-height: 53px;
	}
	#office_project .right .item .text:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 53px;
		height: 53px;
		background: url(../images/office1.png) 0 0 no-repeat;
	}
	#office_project .row.office .right .item:nth-child(2) .text:before {
		background: url(../images/office2.png) 0 0 no-repeat;
	}
	#office_project .row.office .right .item:nth-child(3) .text:before {
		background: url(../images/office3.png) 0 0 no-repeat;
	}
	#office_project .row.office .right .item:nth-child(4) .text:before {
		background: url(../images/office4.png) 0 0 no-repeat;
	}
	#office_project .row.project .right .item:nth-child(1) .text:before {
		background: url(../images/project1.png) 0 0 no-repeat;
	}
}
/*** office_project end ***/

/*** document ***/
#document .row.office {
	padding-top: 80px;
	background-color: #00a0ff;
}
#document .row.project {
	position: relative;
	height: 320px;
	background-color: #0073ff;
}
#document .row.project .img {
	position: absolute;
	top: -420px;
	margin-left: -652px;
	-webkit-transition: left 1s;
	-moz-transition: left 1s;
	-ms-transition: left 1s;
	-o-transition: left 1s;
	transition: left 1s;
}
#document.ok .row.project .img {
	left: 50%;
}
#document .section_title {
	color: #fff;
}
.subtitle {
	font-size: 22px;
	color: #000;
}
#document .left>div {
	position: relative;
	-webkit-transition: left 1s;
	-moz-transition: left 1s;
	-ms-transition: left 1s;
	-o-transition: left 1s;
	transition: left 1s;
	margin-top: 60px;
}
#document.ok .left>div {
	left: 0;
}
#document .right .item {
	position: relative;
	margin: 10px 0 35px;
	padding-left: 8px;
	font-size: 18px;
	-webkit-transition: 1s right .3s;
	-moz-transition: 1s right .3s;
	-ms-transition: 1s right .3s;
	-o-transition: 1s right .3s;
	transition: 1s right .3s;
}
#document.ok .right .item {
	right: 0;
	max-width: 580px;
}
#document .right .item .title {
	margin-bottom: 15px;
	font-size: 30px;
	line-height: 1;
	color: #1a237e;
}

@media (max-width: 1299px) and (min-width: 992px) {
	#document .row.office {
		padding-top: 40px;
	}
	#document .row.project {
		height: 280px;
	}
	#document .row.project .img {
		top: -292px;
		margin-left: -480px;
		width: 480px;
	}
	#document .section_title {
		font-size: 50px;
	}
	#document .row.project .section_title {
		padding-top: 20px;
	}
	#document .right .item {
		margin-bottom: 25px;
		font-size: 16px;
	}
	#document .right .item .title {
		margin-bottom: 12px;
		font-size: 24px;
	}
}

@media (min-width: 992px) {
	#document .left {
		padding: 0 30px 0 15px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#document .row.office {
		padding-top: 30px;
	}
	#document .row.project {
		height: 220px;
	}
	#document .row.project .img {
		top: -224px;
		margin-left: -368px;
		width: 368px;
	}
	#document .left {
		padding: 0 20px 0 15px;
	}
	#document .row.project .section_title {
		padding-top: 15px;
	}
	.subtitle {
		font-size: 18px;
	}
	#document.ok .left>img {
		left: -200px;
	}
	#document .right .item {
		margin-bottom: 15px;
		padding-left: 4px;
		font-size: 14px;
		line-height: 1.25;
	}
	#document .right .item .title {
		margin-bottom: 7px;
		font-size: 22px;
	}
}

@media (min-width: 768px) {
	#document:before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		width: 1px;
		height: 100%;
		background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(7%,rgba(255,255,255,0)), color-stop(35%,rgba(255,255,255,1)), color-stop(65%,rgba(255,255,255,1)), color-stop(93%,rgba(255,255,255,0)));
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 7%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 65%, rgba(255,255,255,0) 93%);
		background: -o-linear-gradient(top, rgba(255,255,255,0) 7%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 65%, rgba(255,255,255,0) 93%);
		background: -moz-linear-gradient(top, rgba(255,255,255,0) 7%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 65%, rgba(255,255,255,0) 93%);
		background: linear-gradient(to bottom, rgba(255,255,255,0) 7%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 65%, rgba(255,255,255,0) 93%);
		z-index: 3;
	}
	#document .ttl {
		float: right;
		max-width: 580px;
	}
	#document .left {
		text-align: right;
	}
	#document .row.project .img {
		left: -50%;
	}
	#document .left>div {

	}
	#document .row.project .right {
		padding-top: 30px;
	}
	#document .right .item {

	}
}

@media (max-width: 767px) {
	#document .row.office,
	#document .row.project {
		padding-top: 0;
		height: auto;
	}
	#document .row.office.current .section_title {
		background-color: #00a0ff;
	}
	#document .project.current .left .section_title {
		background-color: #0073ff;
	}
	.subtitle {
		margin-bottom: 25px;
		font-size: 16px;
	}
	#document .right .item {
		margin-bottom: 15px;
		padding-left: 0;
		font-size: 14px;
	}
	#document .right .item .title {
		margin-bottom: 8px;
		font-size: 20px;
		line-height: 1.1;
	}
	#document .right .item .text {
		position: relative;
		padding-left: 61px;
		min-height: 53px;
	}
	#document .right .item .text:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 53px;
		height: 53px;
		background: url(../images/office1.png) 0 0 no-repeat;
	}
	#document .row.office .right .item:nth-child(2) .text:before {
		background: url(../images/office2.png) 0 0 no-repeat;
	}
	#document .row.office .right .item:nth-child(3) .text:before {
		background: url(../images/office3.png) 0 0 no-repeat;
	}
	#document .row.office .right .item:nth-child(4) .text:before {
		background: url(../images/office4.png) 0 0 no-repeat;
	}
	#document .row.project .right .item:nth-child(1) .text:before {
		background: url(../images/project1.png) 0 0 no-repeat;
	}
}
/*** document end ***/

/*** finance ***/
#finance .wrapper {
	padding: 80px 15px;
}
#finance .section_title,
#finance .subtitle {
	color: #fff;
}
#finance .left .items {
    position: relative;
    font-size: 18px;
    -webkit-transition: 1s left .3s;
    -moz-transition: 1s left .3s;
    -ms-transition: 1s left .3s;
    -o-transition: 1s left .3s;
    transition: 1s left .3s;
}
#finance.ok .left .items {
    left: 0;
    max-width: 550px;
}
#finance .left .item {
    margin: 10px 0 70px;
}
#finance .left .item .title {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 1;
    color: #fff;
}
#finance .ttl {
	position: relative;
	padding-left: 15px;
	max-width: 565px;
	-webkit-transition: right 1s;
	-moz-transition: right 1s;
	-ms-transition: right 1s;
	-o-transition: right 1s;
	transition: right 1s;
}
#finance .right>img {
	position: relative;
	margin: 37px 0 0 8px;
	max-width: 100%;
    -webkit-transition: 1s right .6s;
    -moz-transition: 1s right .6s;
    -ms-transition: 1s right .6s;
    -o-transition: 1s right .6s;
    transition: 1s right .6s;
}
#finance.ok .ttl,
#finance.ok .right>img {
	right: 0;
}

@media (max-width: 1199px) and (min-width: 992px) {
	#finance .left .item {
		margin: 0 0 45px;
	}
	#finance .right>img {
		width: 458px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#finance .wrapper {
		padding: 30px 15px;
	}
	#finance .left {
		padding: 20px 19px 0 15px;
	}
	#finance .left .item {
		margin-bottom: 40px;
		padding-left: 4px;
		font-size: 14px;
		line-height: 1.25;
	}
	#finance .left .item .title {
		margin-bottom: 7px;
		font-size: 22px;
	}
	#finance .right {
		padding: 0 15px 0 0;
	}
	#finance .right>img {
		margin: 15px 0 0;
		width: 356px;
	}
}

@media (min-width: 768px) {
	#finance .wrapper:before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		width: 1px;
		height: 100%;
		background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(7%,rgba(168,168,168,0)), color-stop(35%,rgba(168,168,168,1)), color-stop(65%,rgba(168,168,168,1)), color-stop(93%,rgba(168,168,168,0)));
		background: -webkit-linear-gradient(top, rgba(168,168,168,0) 7%, rgba(168,168,168,1) 35%, rgba(168,168,168,1) 65%, rgba(168,168,168,0) 93%);
		background: -o-linear-gradient(top, rgba(168,168,168,0) 7%, rgba(168,168,168,1) 35%, rgba(168,168,168,1) 65%, rgba(168,168,168,0) 93%);
		background: -moz-linear-gradient(top, rgba(168,168,168,0) 7%, rgba(168,168,168,1) 35%, rgba(168,168,168,1) 65%, rgba(168,168,168,0) 93%);
		background: linear-gradient(to bottom, rgba(168,168,168,0) 7%, rgba(168,168,168,1) 35%, rgba(168,168,168,1) 65%, rgba(168,168,168,0) 93%);
		z-index: 3;
	}
	#finance .left {
		padding: 20px 30px 0 15px;
	}
	#finance .left .items {
		left: calc(100% + 25px);
		float: right;
		text-align: right;
	}
	#finance .ttl,
	#finance .right>img {
		right: calc(100% + 25px);
	}
}

@media (max-width: 767px) {
	#finance .wrapper {
		padding: 0 15px 30px;
	}
	#finance .left .item {
		margin-bottom: 15px;
		padding-left: 0;
		font-size: 14px;
	}
	#finance .left .item .title {
		margin-bottom: 8px;
		font-size: 20px;
		line-height: 1.1;
	}
	#finance .left .item .text {
		position: relative;
		padding-left: 61px;
		min-height: 53px;
	}
	#finance .left .item .text:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 53px;
		height: 53px;
		background: url(../images/finance1.png) 0 0 no-repeat;
	}
	#finance .left .item:nth-child(2) .text:before {
		background: url(../images/finance2.png) 0 0 no-repeat;
	}
	#finance .left .item:nth-child(3) .text:before {
		background: url(../images/finance3.png) 0 0 no-repeat;
	}
	#finance .left .item:nth-child(4) .text:before {
		background: url(../images/finance4.png) 0 0 no-repeat;
	}
}
/*** finance end ***/


/*** clients ***/
#clients {
	color: #fff;
	background-color: #00c900;
}
.caroufredsel_wrapper {
	margin: 0 auto;
}
#clients .carousel {
	position: relative;
}
#carousel .item {
	float: left;
    margin: 0 20px;
    height: 105px;
    text-align: center;
}
#clients .carousel .cl_nav {
	position: absolute;
	top: 50%;
	left: -37px;
	margin-top: -55px;
	width: 27px;
	height: 110px;
	background: url(../images/arrow_left.png) 0 0 no-repeat;
	cursor: pointer;
}
#clients .carousel .cl_nav.cl_next {
	left: auto;
	right: -37px;
	background: url(../images/arrow_right.png) 0 0 no-repeat;
}

@media (min-width: 1200px) {
	#clients .section_title {
		padding: 0 0 75px;
	}
}

@media (min-width: 992px) {
	#clients {
		padding: 105px 0;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#clients {
		padding: 40px 0 60px;
	}
}

@media (max-width: 991px) {
	#clients .section_title>span.line:after {
		display: none;
	}
}

@media (min-width: 768px) {
	#clients .wrapper {
		padding: 0 100px;
		max-width: 1500px;
	}
	#clients .section_title {
		text-align: center;
	}
}

@media (max-width: 767px) {
	#clients {
		padding: 0 0 40px;
	}
	#clients .wrapper {
		padding: 90px 50px 0;
	}
}
/*** clients end ***/


/*** automation ***/
#automation {
	padding-bottom: 40px;
}
#automation .wrapper {
	max-width: 1130px;
}
#automation .section_title {
	color: #00a0ff;
}
#automation .subtitle {
	margin-bottom: 20px;
	color: #000;
}
#automation .item,
#automation .item>a {
	font-size: 22px;
	color: #00a0ff;
}
#automation .item {
	position: relative;
	padding: 8px 0 8px 39px;
}
#automation .item:first-child {
	padding-left: 113px;
}
#automation .item:before {
	content: '';
	position: absolute;
	top: 17px;
	left: 15px;
	width: 15px;
	height: 15px;
	background-color: #1a237e;
}
#automation .item:first-child:before {
	left: 89px;
}

@media (min-width: 768px) {
	#automation {
		padding: 40px 0;
	}
}

@media (max-width: 1199px) and (min-width: 768px) {
	#automation {
		padding: 40px 0;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#automation .subtitle {
		font-size: 14px;
	}
	#automation .item {
		padding: 4px 0 4px 29px;
		font-size: 16px;
	}
	#automation .item:first-child {
		padding-left: 75px;
	}
	#automation .item:before {
		content: '';
		position: absolute;
		top: 11px;
		width: 10px;
		height: 10px;
	}
	#automation .item:first-child:before {
		left: 60px;
	}
}

@media (min-width: 768px) {
	#automation .section_title {
		text-align: center;
	}
}

@media (max-width: 767px) {
	#automation .item,
	#automation .item:first-child {
		padding: 5px 0 5px 29px;
		font-size: 18px;
	}
	#automation .item:before,
	#automation .item:first-child:before {
		content: '';
		position: absolute;
		top: 14px;
		left: 15px;
		width: 10px;
		height: 10px;
	}
}
/*** automation end ***/


/*** spec_solutions ***/
#spec_solutions {
	padding-top: 5%;
	background-color: #ffa000;
}
#spec_solutions>.desc {
	margin-top: -145px;
	padding: 213px 0 115px;
	color: #fff;
	background-color: #d26e00;
}
#spec_solutions>.wrapper {
	padding: 0;
}
#spec_solutions .section_title {
	margin-bottom: 3%;
	margin-bottom: 3%;
	color: #263238;
}
#spec_solutions .section_title>span.line:after {
	background-color: #fff;
}
#spec_solutions .left>.row {
	position: relative;
	-webkit-transition: left 1s;
	-moz-transition: left 1s;
	-ms-transition: left 1s;
	-o-transition: left 1s;
	transition: left 1s;
}
#spec_solutions.ok .left>.row {
	left: 0;
}
#spec_solutions .right>.row {
	position: relative;
	-webkit-transition: right 1s;
	-moz-transition: right 1s;
	-ms-transition: right 1s;
	-o-transition: right 1s;
	transition: right 1s;
}
#spec_solutions.ok .right>.row {
	right: 0;
}
#spec_solutions .wrapper .row {
	margin: 0;
}
#spec_solutions .wrapper .row [class*=col-] {
	padding: 0;
}
#spec_solutions .wrapper .row .item {
	padding-left: 1px;
}
#spec_solutions .wrapper .row .item .desc {
	margin-top: 1px;
	text-align: center;
	background-color: #263238;
}
#spec_solutions .wrapper .row .item .desc>.dt>.cell {
	padding: 0 7%;
	font-size: 16px;
	line-height: 1.3;
	color: #fff;
}
#spec_solutions .wrapper .row .item .desc>.dt>.cell .title {
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 22px;
	line-height: 1.1;
	color: #ffb300;
}

@media (min-width: 1200px) {
	#spec_solutions {
		padding-top: 110px;
	}
	#spec_solutions .wrapper {
		width: 1164px;
	}
	#spec_solutions .wrapper .row .item .desc {
		height: 290px;
	}
}

@media (max-width: 1199px) and (min-width: 768px) {
	#spec_solutions .wrapper {
		width: 748px;
	}
	#spec_solutions .wrapper .row .item .img>img {
		max-width: 100%;
	}
	#spec_solutions .wrapper .row .item .desc>.dt>.cell {
		font-size: 10px;
	}
	#spec_solutions .wrapper .row .item .desc>.dt>.cell .title {
		font-size: 14px;
	}
	#spec_solutions .wrapper .row .item .desc {
		height: 187px;
	}
	#spec_solutions>.desc {
		margin-top: -97px;
		padding: 132px 0 60px;
		color: #fff;
		background-color: #d26e00;
	}
	#spec_solutions>.desc .subtitle {
		font-size: 18px;
	}
}

@media (min-width: 768px) {
	#spec_solutions .section_title {
		text-align: center;
	}
	#spec_solutions .left>.row {
		left: calc(100% + 25px);
	}
	#spec_solutions .right>.row {
		right: calc(100% + 25px);
	}
}

@media (max-width: 767px) {
	#spec_solutions>.wrapper {
		padding-top: 99px;
	}
	#spec_solutions .section_title {
		padding-left: 15px;
		font-weight: 400;
		font-size: 28px;
	}
	#spec_solutions.current .section_title {
		font-size: 24px;
		background-color: #ffa000;
	}
	#spec_solutions .wrapper .row .item {
		margin-bottom: 1px;
	}
	#spec_solutions .wrapper .row .item .img {
		float: left;
		width: 26%;
		height: 187px;
		overflow: hidden;
	}
	#spec_solutions .wrapper .row .item .img>img {
		position: relative;
		left: 50%;
		margin-left: -98px;
		width: 187px;
	}
	#spec_solutions .wrapper .row .item .desc {
		float: left;
		margin: 0 0 0 1px;
		width: calc(74% - 1px);
		height: 187px;
		text-align: left;
	}
	#spec_solutions .wrapper .row .item .desc>.dt>.cell {
		padding: 10px 10px 10px 14px;
		vertical-align: top;
		font-size: 13px;
	}
	#spec_solutions .wrapper .row .item .desc>.dt>.cell .title {
		font-size: 18px;
	}
	#spec_solutions>.desc {
		margin: 0;
		padding: 20px 0 15px;
	}
}
/*** spec_solutions end ***/


/*** advantages ***/
#advantages {
	position: relative;
}
#advantages .section_title {
	color: #c00;
}
#advantages .items {
	padding-top: 20px;
}
#advantages .item {
	position: relative;
	max-width: 580px;
	line-height: 1.3;
}

@media (min-width: 1200px) {
	#advantages .item {
		font-size: 22px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	#advantages .items {
		padding-top: 34px;
	}
}

@media (min-width: 992px) {
	#advantages {
		padding: 100px 0 90px;
	}
	#advantages img {
		position: absolute;
		top: 178px;
		left: 50%;
		margin-left: -960px;
	}
	#advantages .item {
		margin: 20px 0 0 calc(50% - 30px);
		height: 132px;
		font-size: 20px;
	}
	#advantages .item.a2 {
		margin: 11px 0 0 calc(50% + 50px);
	}
	#advantages .item.a3 {
		margin: 30px 0 0 calc(50% + 78px);
	}
	#advantages .item.a4 {
		margin: 30px 0 0 calc(50% + 50px);
	}
	#advantages .item.a5 {
		margin: 11px 0 0 calc(50% - 30px);
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#advantages {
		padding: 50px 0 90px;
	}
	#advantages img {
		position: absolute;
		top: 131px;
		left: 50%;
		margin-left: -496px;
	}
	#advantages .item {
		margin: 5px 0 0 calc(50% + 10px);
		height: 90px;
		max-width: 380px;
	}
	#advantages .item.a2 {
		margin: 6px 0 0 calc(50% + 63px);
	}
	#advantages .item.a3 {
		margin: 19px 0 0 calc(50% + 77px);
	}
	#advantages .item.a4 {
		margin: 19px 0 0 calc(50% + 63px);
	}
	#advantages .item.a5 {
		margin: 6px 0 0 calc(50% + 10px);
	}
}

@media (min-width: 768px) {
	#advantages .section_title {
		text-align: center;
	}
}

@media (max-width: 767px) {
	#advantages .wrapper {
		padding: 99px 10px 0;
	}
	#advantages .items {
		counter-reset: list;
		margin-bottom: 30px;
	}
	#advantages .item {
		position: relative;
		margin-top: 20px;
		padding-left: 59px;
		min-height: 62px;
	}
	#advantages .item:before {
		counter-increment: list;
		content: counter(list);
		position: absolute;
		top: 0;
		left: -7px;
		width: 62px;
		text-align: center;
		font-size: 48px;
		line-height: 58px;
		color: #cc0000;
		border: 2px solid #cc0000;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
	#advantages .item.a1 {
		margin-top: 0;
	}
	#advantages .item .dt {
		min-height: 62px;
	}
}
/*** advantages end ***/


/*** documentations ***/
#documentations {
	position: relative;
}
#documentations .section_title {
	color: #000000;
}
#documentations .section_body ul {
	padding-left: 10px;
	padding-right: 10px;
}
#documentations .items {
	padding-top: 20px;
}
#documentations .item {
	position: relative;
	max-width: 580px;
	line-height: 1.3;
}

@media (min-width: 1200px) {
	#documentations .item {
		font-size: 22px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	#documentations .items {
		padding-top: 34px;
	}
}

@media (min-width: 992px) {
	#documentations {
		padding: 100px 0 90px;
	}
	#documentations img {
		position: absolute;
		top: 178px;
		left: 50%;
		margin-left: -960px;
	}
	#documentations .item {
		margin: 20px 0 0 calc(50% - 30px);
		height: 132px;
		font-size: 20px;
	}
	#documentations .item.a2 {
		margin: 11px 0 0 calc(50% + 50px);
	}
	#documentations .item.a3 {
		margin: 30px 0 0 calc(50% + 78px);
	}
	#documentations .item.a4 {
		margin: 30px 0 0 calc(50% + 50px);
	}
	#documentations .item.a5 {
		margin: 11px 0 0 calc(50% - 30px);
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#documentations {
		padding: 50px 0 90px;
	}
	#documentations img {
		position: absolute;
		top: 131px;
		left: 50%;
		margin-left: -496px;
	}
	#documentations .item {
		margin: 5px 0 0 calc(50% + 10px);
		height: 90px;
		max-width: 380px;
	}
	#documentations .item.a2 {
		margin: 6px 0 0 calc(50% + 63px);
	}
	#documentations .item.a3 {
		margin: 19px 0 0 calc(50% + 77px);
	}
	#documentations .item.a4 {
		margin: 19px 0 0 calc(50% + 63px);
	}
	#documentations .item.a5 {
		margin: 6px 0 0 calc(50% + 10px);
	}
}

@media (min-width: 768px) {
	#documentations .section_title {
		text-align: left;
	}
}

@media (max-width: 767px) {
	#documentations .wrapper {
		padding: 99px 10px 0;
	}
	#documentations .items {
		counter-reset: list;
		margin-bottom: 30px;
	}
	#documentations .item {
		position: relative;
		margin-top: 20px;
		padding-left: 59px;
		min-height: 62px;
	}
	#documentations .item:before {
		counter-increment: list;
		content: counter(list);
		position: absolute;
		top: 0;
		left: -7px;
		width: 62px;
		text-align: left;
		font-size: 48px;
		line-height: 58px;
		color: #cc0000;
		border: 2px solid #cc0000;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
	#documentations .item.a1 {
		margin-top: 0;
	}
	#documentations .item .dt {
		min-height: 62px;
	}
}
/*** documentations end ***/

/*** login ***/
#login {
	padding-bottom: 40px;
}
#login .wrapper {
	max-width: 1130px;
}
#login .section_title {
	color: #000;
}
#login .subtitle {
	margin-bottom: 20px;
	color: #000;
}
#login .item,
#login .item>a {
	font-size: 22px;
	color: #000;
}
#login .item {
	position: relative;
	padding: 8px 0 8px 39px;
}
#login .item:first-child {
	padding-left: 113px;
}
#login .item:before {
	content: '';
	position: absolute;
	top: 17px;
	left: 15px;
	width: 15px;
	height: 15px;
	background-color: #1a237e;
}
#login .item:first-child:before {
	left: 89px;
}

@media (min-width: 768px) {
	#login {
		padding: 100px 0;
	}
}

@media (max-width: 1199px) and (min-width: 768px) {
	#login {
		padding: 120px 0;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#login .subtitle {
		font-size: 22px;
	}
	#login .item {
		padding: 4px 0 4px 29px;
		font-size: 22px;
	}
	#login .item:first-child {
		padding-left: 75px;
	}
	#login .item:before {
		content: '';
		position: absolute;
		top: 11px;
		width: 10px;
		height: 10px;
	}
	#login .item:first-child:before {
		left: 60px;
	}
}

@media (min-width: 768px) {
	#login {
		padding: 120px 0;
	}
	#login .section_title {
		text-align: center;
	}
}

@media (max-width: 767px) {
	#login {
		padding: 120px 0;
	}
	#login .item,
	#login .item:first-child {
		padding: 5px 0 5px 29px;
		font-size: 22px;
	}
	#login .item:before,
	#login .item:first-child:before {
		content: '';
		position: absolute;
		top: 14px;
		left: 15px;
		width: 10px;
		height: 10px;
	}
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-signin .form-control, .form-signin .form-control:focus {
	height: 50px;
	border: 1px solid #ccc;
}

.w-100 {
    width: 100% !important;
}
/*** login end ***/

/*** high_performance ***/
#high_performance {
	color: #fff;
	background-color: #00a0ff;
}
#high_performance .wrapper {
	padding: 150px 15px;
}
#high_performance .section_title>span.line:after {
    background-color: #ff004a;
}
#high_performance .subtitle {
    margin-top: 25px;
}
#high_performance .items {
	padding-top: 80px;
}
#high_performance .items>.item {
	display: inline-block;
    margin-top: 35px;
	padding: 0 15px;
	width: 292px;
	vertical-align: top;
}
#high_performance .items>.item>.title {
	padding-top: 30px;
	height: 262px;
	font-size: 28px;
	line-height: 1.1;
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#high_performance .items>.item>.title>.qt {
    margin: 0 0 0 -15px;
	font-weight: 100;
	font-size: 122px;
	color: #ff004a;
	letter-spacing: -8px;
}
#high_performance .items>.item>.title>.units {
	font-weight: 400;
	text-transform: uppercase;
}
#high_performance .items>.item>.desc {
	margin-top: 35px;
	font-size: 24px;
	line-height: 1.1;
}

@media (max-width: 1199px) and (min-width: 992px) {
	#high_performance {
		padding: 80px 0 100px;
	}
	#high_performance .items>.item {
		margin-top: 30px;
		padding: 0 10px;
		width: 240px;
	}
	#high_performance .items>.item>.title {
		padding-top: 25px;
		height: 220px;
		font-size: 24px;
	}
	#high_performance .items>.item>.title>.qt {
		margin: 0 0 0 -13px;
		font-size: 100px;
		letter-spacing: -6px;
	}
	#high_performance .items>.item>.desc {
		margin-top: 30px;
		font-size: 20px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#high_performance {
		padding: 50px 0 80px;
	}
	#high_performance .items>.item {
		margin-top: 25px;
		padding: 0 9px;
		width: 178px;
	}
	#high_performance .items>.item>.title {
		padding-top: 20px;
		height: 160px;
		font-size: 17px;
	}
	#high_performance .items>.item>.title>.qt {
		margin: 0 0 0 -11px;
		font-size: 74px;
		letter-spacing: -5px;
	}
	#high_performance .items>.item>.desc {
		margin-top: 25px;
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	#high_performance {
		padding: 0 0 30px;
	}
	#high_performance .section_title {
		font-size: 24px;
	}
	#high_performance.current .section_title {
		font-size: 22px;
		background-color: #00a0ff;
	}
	#high_performance .items {
		padding-top: 0;
	}
	#high_performance .items>.item {
		margin-top: 25px;
		padding: 0 5px;
		width: 150px;
	}
	#high_performance .items>.item>.title {
		padding-top: 15px;
		height: 140px;
		font-size: 16px;
	}
	#high_performance .items>.item>.title>.qt {
		margin: 0 0 0 -9px;
		font-size: 68px;
		letter-spacing: -4px;
	}
	#high_performance .items>.item>.desc {
		margin-top: 15px;
		font-size: 18px;
	}
}
/*** high_performance end ***/


/*** tech_arch ***/
#tech_arch {
	padding: 80px 0 0;
}
#tech_arch .wrapper {
	margin: 0 auto;
	max-width: 1200px;
}
#tech_arch .section_title {
	padding-bottom: 30px;
	color: #ff004a;
}
#tech_arch .section_title>span.line:after {
    background-color: #00a0ff;
}
#tech_arch .subtitle {
	margin-bottom: 25px;
	text-align: center;
	color: #000;
}
#tech_arch .col-xs-6 {
	overflow: hidden;
}
#tech_arch .left>.row {
	position: relative;
	-webkit-transition: left 1s;
	-moz-transition: left 1s;
	-ms-transition: left 1s;
	-o-transition: left 1s;
	transition: left 1s;
}
#tech_arch.ok .left>.row {
	left: 0;
}
#tech_arch .right>.row {
	position: relative;
	-webkit-transition: right 1s;
	-moz-transition: right 1s;
	-ms-transition: right 1s;
	-o-transition: right 1s;
	transition: right 1s;
}
#tech_arch.ok .right>.row {
	right: 0;
}
#tech_arch .row {
	margin: 0 -5px;
}
#tech_arch [class*=col-] {
	padding: 0 5px;
}
#tech_arch .item {
	display: block;
	position: relative;
	text-align: center;
	color: #fff;
	overflow: hidden;
}
#tech_arch .red .item,
#tech_arch .red .item>.hover {
	background-color: #ff004a;
}
#tech_arch .blue .item,
#tech_arch .blue .item>.hover {
	background-color: #00a0ff;
}
#tech_arch .item:before {
	content: '';
	position: absolute;
	left: 50%;
	background: url(../images/sprite.png) 0 -21px no-repeat;
}
#tech_arch .item>.hover {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#tech_arch .item>.hover .title {
	display: block;
	line-height: 1.1;
}
#tech_arch .btns .lbl {
	padding-left: 10px;
	font-size: 20px;
}
#tech_arch .btns .btn.btn_bdblue {
	width: 165px;
}

@media (min-width: 1920px) {
	#tech_arch {
		background: url(../images/tech_arch_sony.png) 0 249px no-repeat, url(../images/tech_arch_mac.png) 100% 249px no-repeat;
	}
}

@media (min-width: 1200px) {
	#tech_arch .subtitle {
		padding: 0 20px;
	}
	#tech_arch .item {
		height: 285px;
	}
	#tech_arch .item>.hover {
		bottom: -200px;
	}
	#tech_arch .item>.hover .title {
		height: 85px;
		font-size: 22px;
	}
	#tech_arch .item>.hover .text {
		height: 200px;
		font-size: 16px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	#tech_arch .item {
		height: calc(25vw - 19px);
	}
	#tech_arch .item>.hover {
		bottom: calc(65px - 100%);
	}
	#tech_arch .item>.hover .title {
		height: 65px;
		font-size: 18px;
	}
	#tech_arch .item>.hover .text {
		height: calc(100% - 65px);
	}
}

@media (min-width: 992px) {
	#tech_arch .item {
		margin-bottom: 10px;
	}
	#tech_arch .item>.hover {
		height: 100%;
		-webkit-transition: bottom .3s;
		-moz-transition: bottom .3s;
		-ms-transition: bottom .3s;
		-o-transition: bottom .3s;
		transition: bottom .3s;
	}
	#tech_arch .item:before {
		top: 14%;
		margin-left: -50px;
		width: 100px;
		height: 100px;
	}
	#tech_arch .item.b2:before {
		background-position: -101px -21px;
	}
	#tech_arch .item.r1:before {
		background-position: 0 -122px;
	}
	#tech_arch .item.r2:before {
		background-position: -101px -122px;
	}
	#tech_arch .item.b3:before {
		background-position: -202px -21px;
	}
	#tech_arch .item.b4:before {
		background-position: -303px -21px;
	}
	#tech_arch .item.r3:before {
		background-position: -202px -122px;
	}
	#tech_arch .item.r4:before {
		background-position: -303px -122px;
	}
	#tech_arch .item:hover>.hover {
		bottom: 0;
	}
	#tech_arch .red .item>.hover .title {
		background-color: #b0002f;
	}
	#tech_arch .blue .item>.hover .title {
		background-color: #0059cc;
	}
	#tech_arch .item>.hover .text {
		display: block;
		padding: 0 5px;
		line-height: 1.25;
	}
}

@media (max-width: 991px) {
	#tech_arch .item:before {
		top: 18%;
		margin-left: -25px;
		width: 50px;
		height: 50px;
		background-position: 0 -223px;
	}
	#tech_arch .item.b2:before {
		background-position: -51px -223px;
	}
	#tech_arch .item.r1:before {
		background-position: 0 -274px;
	}
	#tech_arch .item.r2:before {
		background-position: -51px -274px;
	}
	#tech_arch .item.b3:before {
		background-position: -102px -223px;
	}
	#tech_arch .item.b4:before {
		background-position: -153px -223px;
	}
	#tech_arch .item.r3:before {
		background-position: -102px -274px;
	}
	#tech_arch .item.r4:before {
		background-position: -153px -274px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#tech_arch {
		padding: 50px 0 0;
	}
	#tech_arch .wrapper {
		padding: 0 3px;
	}
	#tech_arch .subtitle {
		margin-bottom: 34px;
	}
	#tech_arch .row {
		margin: 0 -3px;
	}
	#tech_arch [class*=col-] {
		padding: 0 3px;
	}
	#tech_arch .item {
		margin-bottom: 5px;
		height: calc(25vw - 10px);
	}
	#tech_arch .item>.hover .title {
		padding: 0 5px;
		height: 90px;
		font-size: 19px;
	}
}

@media (min-width: 768px) {
	#tech_arch .left>.row {
		left: calc(100% + 25px);
	}
	#tech_arch .right>.row {
		right: calc(100% + 25px);
	}
	#tech_arch .btns {
		padding: 20px 0 30px;
	}
}

@media (max-width: 767px) {
	#tech_arch {
		padding: 20px 0 0;
	}
	#tech_arch .wrapper {
		padding: 99px 0 0;
	}
	#tech_arch .subtitle {
		margin-bottom: 15px;
	}
	#tech_arch .section_title {
		padding-bottom: 10px;
	}
	#tech_arch .wrapper>.row {
		margin: 0 auto;
		width: 320px;
	}
	#tech_arch [class*=col-] {
		padding: 0;
	}
	#tech_arch .blue {
		position: relative;
	}
	#tech_arch .blue:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 1px;
		height: 100%;
		background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(5%,rgba(255,255,255,0)), color-stop(25%,rgba(255,255,255,1)), color-stop(75%,rgba(255,255,255,1)), color-stop(95%,rgba(255,255,255,0)));
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 5%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 75%, rgba(255,255,255,0) 95%);
		background: -o-linear-gradient(top, rgba(255,255,255,0) 5%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 75%, rgba(255,255,255,0) 95%);
		background: -moz-linear-gradient(top, rgba(255,255,255,0) 5%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 75%, rgba(255,255,255,0) 95%);
		background: linear-gradient(to bottom, rgba(255,255,255,0) 5%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 75%, rgba(255,255,255,0) 95%);
		z-index: 3;
	}
	#tech_arch .wrapper>.row .row {
		margin: 0;
	}
	#tech_arch .item {
		height: 160px;
		border-top: 1px solid #fff;
	}
	#tech_arch .item:first-child {
		border-right: 1px solid #fff;
	}
	#tech_arch .item>.hover .title {
		padding: 0 5px;
		height: 80px;
		font-size: 16px;
	}
	#tech_arch .btns {
		padding: 20px 0 30px;
	}
}
/*** tech_arch end ***/


/*** interface ***/
#interface {
	padding: 85px 0;
	height: 1050px;
	background: url(../images/interface_bg.jpg) 50% 110px no-repeat;
}
#interface .section_title {
	color: #ff004a;
}
#interface .subtitle {
	margin: 20px auto 0;
	max-width: 750px;
	color: #263238;
}
#interface .items {
	margin: 0 auto;
	padding-left: 22px;
	max-width: 707px;
}
#interface .item>.title {
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 26px;
	color: #005ac8;
}
#interface .item>.text {
	font-size: 22px;
	line-height: 1.3;
}

@media (min-width: 992px) {
	#interface .item {
		margin-top: 140px;
		width: 580px;
	}
	#interface .item.first {
		padding-right: 26px;
	}
	#interface .item.last {
		padding-left: 42px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#interface {
		padding: 0;
		height: 700px;
		background: url(../images/interface_bg_sm.jpg) 50% 105px no-repeat;
	}
	#interface .subtitle {
		margin-top: 0;
		max-width: 690px;
	}
	#interface .items {
		padding: 0 5px 0 0;
		max-width: 457px;
	}
	#interface .item {
		width: 400px;
	}
	#interface .item.first {
		margin-top: 100px;
		padding-right: 19px;
	}
	#interface .item.last {
		margin-top: 75px;
		padding-left: 14px;
	}
	#interface .item>.title {
		margin-bottom: 7px;
		font-size: 24px;
		line-height: 1;
	}
	#interface .item>.text {
		font-size: 18px;
	}
}

@media (min-width: 768px) {
	#interface .item.first {
		float: right;
		text-align: right;
	}
	#interface .item.last {
		float: left;
	}
}

@media (max-width: 767px) {
	#interface {
		padding: 0 0 50px;
		height: auto;
		background: url(../images/interface_bg_xs.jpg) 50% calc(100% - 45px) no-repeat;
	}
	#interface .subtitle {
		margin-top: 0;
		max-width: 350px;
	}
	#interface .items {
		padding: 0;
		max-width: 290px;
	}
	#interface .item.first {
		margin: 40px 0 20px;
		padding-left: 50px;
	}
	#interface .item.last {
		float: right;
		margin: 40px 0 20px;
		padding-right: 50px;
		text-align: right;
	}
	#interface .item>.title {
		margin-bottom: 7px;
		font-size: 20px;
		line-height: 1.1;
	}
	#interface .item>.text {
		font-size: 14px;
	}
}
/*** interface end ***/

/* home end */


/* content inner */
#content {
	padding: 70px 0 40px;
}

@media (max-width: 767px) {
	#content {
		padding-top: 50px;
	}
}

/*** clients ***/
.clients .page_title {
	background-color: #990099;
}
.clients h1 {
	position: relative;
	margin: 0;
	padding: 35px 0 43px 0;
	font-weight: 100;
	font-size: 88px;
	color: #fff;
}
.clients h1:before {
	content: '';
	position: absolute;
	top: calc(50% - 52px);
	left: 0;
	width: 105px;
	height: 104px;
	background: url(../images/clients_icon.png) 0 0/cover no-repeat;
}
.clients .pege_desc {
	padding: 30px 0;
	line-height: 1.36364;
}
.clients section {
	position: relative;
}
.clients section>.title {
	font-weight: 100;
}
.clients section.ims>.title {
	color: #651fff;
}
.clients section.marine>.title {
	color: #f57c00;
}
.clients section.chemical>.title {
	color: #388e3c;
}
.clients section.metallurgy>.title {
	color: #2196f3;
}
.clients section.energetics>.title {
	color: #c51162;
}
.clients section.food_industry>.title {
	color: #ffc107;
}
.clients section.trade>.title {
	color: #283593;
}
.clients section.airlines>.title {
	color: #64dd17;
}
.clients section.other_industries>.title {
	color: #dd2c00;
}
.clients section>.items {
	position: relative;
	max-width: 1300px;
}
.clients section.ims>.items:before {
	background-color: #651fff;
}
.clients section.marine>.items:before {
	background-color: #f57c00;
}
.clients section.chemical>.items:before {
	background-color: #388e3c;
}
.clients section.metallurgy>.items:before {
	background-color: #2196f3;
}
.clients section.energetics>.items:before {
	background-color: #c51162;
}
.clients section.food_industry>.items:before {
	background-color: #ffc107;
}
.clients section.trade>.items:before {
	background-color: #283593;
}
.clients section.airlines>.items:before {
	background-color: #64dd17;
}
.clients section.other_industries>.items:before {
	background-color: #dd2c00;
}
.clients section>.items:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}
.clients section>.items:after {
	content: '';
	display: block;
	clear: both;
}
.clients section>.items>.item {
	position: relative;
	float: left;
	width: 25%;
	overflow: hidden;
	border: 1px solid #bfbfbf;
}
.clients section>.items>.item>img {
	width: 100%;
}
.clients section>.items>.item>.desc,
.clients section>.items>.item>.desc:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	filter: alpha(opacity=0);
    opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.clients section>.items>.item>.desc:before {
	content: '';
}
.clients section.ims>.items>.item>.desc:before {
	background-color: #651fff;
}
.clients section.marine>.items>.item>.desc:before {
	background-color: #f57c00;
}
.clients section.chemical>.items>.item>.desc:before {
	background-color: #388e3c;
}
.clients section.metallurgy>.items>.item>.desc:before {
	background-color: #2196f3;
}
.clients section.energetics>.items>.item>.desc:before {
	background-color: #c51162;
}
.clients section.food_industry>.items>.item>.desc:before {
	background-color: #ffc107;
}
.clients section.trade>.items>.item>.desc:before {
	background-color: #283593;
}
.clients section.airlines>.items>.item>.desc:before {
	background-color: #64dd17;
}
.clients section.other_industries>.items>.item>.desc:before {
	background-color: #dd2c00;
}
.clients section>.items>.item:hover>.desc {
	filter: alpha(opacity=100);
    opacity: 1;
}
.clients section>.items>.item:hover>.desc:before {
	filter: alpha(opacity=93);
    opacity: 0.93;
}
.clients section>.items>.item>.desc>.name {
	position: relative;
	margin-top: 25%;
	height: 41%;
	font-weight: 100;
	line-height: 1;
	z-index: 1;
}
.clients section>.items>.item>.desc>.btn {
	position: relative;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	z-index: 1;
}
.clients section.ims>.items>.item>.desc>.btn {
	background-color: #4b17be;
}
.clients section.marine>.items>.item>.desc>.btn {
	background-color: #cd6800;
}
.clients section.chemical>.items>.item>.desc>.btn {
	background-color: #2b6e2e;
}
.clients section.metallurgy>.items>.item>.desc>.btn {
	background-color: #186fb3;
}
.clients section.energetics>.items>.item>.desc>.btn {
	background-color: #9a0d4d;
}
.clients section.food_industry>.items>.item>.desc>.btn {
	background-color: #cc9a06;
}
.clients section.trade>.items>.item>.desc>.btn {
	background-color: #212c7b;
}
.clients section.airlines>.items>.item>.desc>.btn {
	background-color: #4ca811;
}
.clients section.other_industries>.items>.item>.desc>.btn {
	background-color: #a92200;
}

@media (min-width: 1880px) {
	.clients section>.title {
		font-size: 58px;
	}
	.clients section>.items>.item>.desc>.name {
		font-size: 29px;
	}
}

@media (max-width: 1879px) and (min-width: 1600px) {
	.clients section>.title {
		font-size: 48px;
	}
	.clients section>.items>.item>.desc>.name {
		font-size: 24px;
	}
	.clients section>.items>.item>.desc>.btn {
		font-size: 22px;
	}
}

@media (max-width: 1599px) and (min-width: 1400px) {
	.clients section>.title {
		font-size: 42px;
	}
	.clients section>.items>.item>.desc>.name {
		font-size: 21px;
	}
	.clients section>.items>.item>.desc>.btn {
		font-size: 20px;
	}
}

@media (max-width: 1399px) and (min-width: 1200px) {
	.clients section>.title {
		font-size: 34px;
	}
	.clients section>.items>.item>.desc>.name {
		font-size: 18px;
	}
	.clients section>.items>.item>.desc>.btn {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.clients h1 {
		padding-left: calc(26.3% - 5px);
	}
	.clients h1:before {
		left: calc(26.3% - 145px);
	}
	.clients .pege_desc {
		margin: 0 60px 0 26.3%;
		max-width: 1050px;
		font-size: 22px;
	}
	.clients section>.title {
		position: absolute;
		top: calc(50% - 100px);
		padding-right: 15px;
		width: 26.3%;
		height: 200px;
		text-align: right;
		line-height: 1;
	}
	.clients section>.items {
		margin: 0 5.21% 0 26.3%;
		padding-left: 20px;
	}
	.clients section>.items:before {
		width: 20px;
		height: 100%;
	}
}

@media (max-width: 1199px) {
	.clients .page_title,
	.clients section {
		padding: 0 15px;
	}
	.clients .pege_desc {
		padding: 30px 15px;
	}
	.clients section {
		padding-bottom: 10px;
	}
	.clients section>.items {
		padding-top: 12px;
	}
	.clients section>.items:before {
		width: 100%;
		height: 12px;
	}
}

@media (max-width: 1199px) and (min-width: 768px) {
	.clients section>.title {
		margin-bottom: 7px;
		font-size: 36px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.clients h1 {
		padding-left: 147px;
	}
	.clients .pege_desc {
		padding-right: 60px;
		font-size: 22px;
	}
	.clients section>.items>.item>.desc>.name {
		font-size: 22px;
	}
	.clients section>.items>.item>.desc>.btn {
		font-size: 20px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.clients h1 {
		padding: 26px 0 33px 116px;
		font-size: 60px;
	}
	.clients h1:before {
		top: calc(50% - 39px);
		width: 80px;
		height: 79px;
	}
	.clients .pege_desc {
		font-size: 18px;
	}
	.clients section>.items>.item>.desc>.name {
		font-size: 16px;
	}
	.clients section>.items>.item>.desc>.btn {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.clients .page_title .cell {
		height: 106px;
	}
	.clients h1 {
		padding: 0 0 0 81px;
		font-size: 40px;
		line-height: 1;
	}
	.clients h1:before {
		top: calc(50% - 32px);
		width: 65px;
		height: 64px;
	}
	.clients section {
		padding: 0 0 15px;
	}
	.clients section>.title {
		padding: 0 15px 10px;
		font-size: 24px;
		line-height: 1.1;
	}
	.clients section>.items>.item {
		width: 50%;
	}
	.clients section>.items>.item>.desc>.name {
		font-size: 14px;
	}
	.clients section>.items>.item>.desc>.btn {
		font-size: 13px;
	}
}
/*** clients end ***/


/*** m-app ***/
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.m-app .content {
	overflow: hidden;
	color: #333;
}
.m-app h1 {
	margin: 15px 0 40px;
	font-weight: bold;
	font-size: 52px;
}
.m-app h2 {
	margin: 0 0 45px;
	text-align: center;
	font-weight: 600;
	font-size: 55px;
}
.m-app h3 {
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 20px;
	font-weight: 500;
	font-size: 38px;
}
.m-app h4 {
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 35px;
	font-weight: 500;
	font-size: 26px;
}
.m-app p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 1.25;
}

@media (max-width: 1199.98px) {
	.m-app h1 {
		margin-bottom: 30px;
		font-size: 42px;
	}
	.m-app h2 {
		margin: 0 0 35px;
		font-size: 45px;
	}
	.m-app h3 {
		font-size: 30px;
	}
	.m-app h4 {
		font-size: 24px;
	}
	.m-app p {
		font-size: 19px;
	}
}

@media (max-width: 991.98px) {
	.m-app h1 {
		margin-bottom: 20px;
		font-size: 34px;
	}
	.m-app h2 {
		font-size: 40px;
	}
	.m-app h3 {
		font-size: 26px;
	}
	.m-app h4 {
		font-size: 20px;
	}
}

@media (max-width: 699.98px) {
	.m-app h1 {
		font-size: 28px;
	}
	.m-app h2 {
		font-size: 28px;
	}
	.m-app h3 {
		font-size: 22px;
	}
	.m-app p {
		font-size: 16px;
	}
}

@media (max-width: 599.98px) {
	.m-app h1 {
		font-size: 26px;
	}
	.m-app h2 {
		margin-bottom: 20px;
		font-size: 26px;
	}
	.m-app h3 {
		margin-bottom: 10px;
		font-size: 20px;
	}
}

@media (min-width: 1260px){
	.container {
			width: 1230px;
	}
}

/***** m-app-dev *****/
.m-app-dev {
	position: relative;
	padding-top: 70px;
	height: 745px;
	background-color: #fec9dd;
}
.m-app-dev__bg {
	position: absolute;
	top: 70px;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../images/m-app-dev_bg.jpg) 50% 50% no-repeat;
}
.m-app-dev-text {
	position: relative;
	width: 603px;
}
.m-app-dev-text .btn.btn_bggreen {
	margin-top: 80px;
}

@media (max-width: 1199.98px) {
	.m-app-dev-text {
		width: 495px;
	}
	.m-app-dev-text p {
		padding-right: 30px;
	}
	.m-app-dev-text .btn.btn_bggreen {
		margin-top: 60px;
	}
}

@media (max-width: 991.98px) {
	.m-app-dev {
		height: 550px;
	}
	.m-app-dev__bg {
		background-position: 40% 50%;
		background-size: auto 100%;
	}
	.m-app-dev-text {
		width: 400px;
	}
	.m-app-dev-text .btn.btn_bggreen {
		margin-top: 25px;
	}
}

@media (max-width: 767.98px) {
	.m-app-dev {
		padding: 50px 0 37px;
		height: auto;
		background: url(../images/m-app-dev_sm_bg.png) 30% 0 / 140% auto repeat-y;
	}
	.m-app-dev__bg {
		top: 50px;
		background-position: 30% 0;
		background-size: 140% auto;
	}
}

@media (max-width: 699.98px) {
	.m-app-dev-text {
		width: 330px;
	}
}

@media (max-width: 599.98px) {
	.m-app-dev,
	.m-app-dev__bg {
		background-position: 50% 0;
		background-size: 600px auto;
	}
	.m-app-dev-text {
		width: 100%;
	}
	.m-app-dev-text h1 {
		display: flex;
		justify-content: center;
		padding: 30px 0 40px;
		width: 50%;
		font-size: 26px;
	}
	.m-app-dev-text h1 span {
		width: 155px;
	}
	.m-app-dev-text__btn {
		text-align: center;
	}
}

@media (max-width: 374.98px) {
	.m-app-dev,
	.m-app-dev__bg {
		background-position: 40% 0;
		background-size: 500px auto;
	}
	.m-app-dev-text h1 {
		padding: 15px 0;
	}
}

@media (min-width: 768px){
	.m-app-dev {
		display: flex;
	}
	.m-app-dev:before {
		content: '';
		position: absolute;
		top: 70px;
		bottom: 0;
		left: 50%;
		right: 0;
		background: url(../images/m-app-dev_right_bg.png);
	}
}
/***** m-app-dev end *****/


/***** m-app-we *****/
.m-app-we {
	padding: 55px 0 105px;
}
.m-app-we-experience {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 115px;
}
.m-app-we-experience + .m-app-we-experience {
	margin-bottom: 90px;
}
.m-app-we-experience__desc {
	padding-right: 26px;
	width: 331px;
	border-right: 1px solid #8bc34a;
}
.m-app-we-experience + .m-app-we-experience .m-app-we-experience__desc {
	width: 860px;
}
.m-app-we-experience__item {
	padding: 10px 0 0 45px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
.m-app-we-experience__item-title {
	font-weight: 500;
	font-size: 64px;
	color: #6a49e0;
}
.m-app-we-experience__item-title span {
	font-weight: 300;
	font-size: 42px;
}
.m-app-we-experience__item-text {
	font-size: 18px;
}
.m-app-experience__btn {
	text-align: right;
}

@media (max-width: 1259.98px) {
	.m-app-we-experience + .m-app-we-experience .m-app-we-experience__desc {
		width: 810px;
	}
}

@media (max-width: 1199.98px) {
	.m-app-we {
		padding: 45px 0 90px;
	}
	.m-app-we-experience {
		margin-bottom: 65px;
	}
	.m-app-we-experience + .m-app-we-experience {
		margin-bottom: 60px;
	}
	.m-app-we-experience__desc {
		padding-right: 18px;
		width: 290px;
	}
	.m-app-we-experience + .m-app-we-experience .m-app-we-experience__desc {
		width: 690px;
	}
	.m-app-we-experience__item {
		padding-left: 30px;
	}
	.m-app-we-experience + .m-app-we-experience .m-app-we-experience__item {
		width: 250px;
	}
	.m-app-we-experience__item-title {
		font-size: 54px;
	}
	.m-app-we-experience__item-title span {
		font-size: 36px;
	}
	.m-app-we-experience__item-text {
		font-size: 15px;
	}
}

@media (max-width: 991.98px) {
	.m-app-we {
		padding: 40px 0 45px;
	}
	.m-app-we-experience {
		margin-bottom: 35px;
	}
	.m-app-we-experience + .m-app-we-experience {
		margin-bottom: 30px;
	}
	.m-app-we-experience__desc {
		padding-right: 10px;
		width: 220px;
	}
	.m-app-we-experience + .m-app-we-experience .m-app-we-experience__desc {
		width: 535px;
	}
	.m-app-we-experience p {
		font-size: 15px;
	}
	.m-app-we-experience__item {
		padding-left: 15px;
	}
	.m-app-we-experience + .m-app-we-experience .m-app-we-experience__item {
		width: 185px;
	}
	.m-app-we-experience__item-title {
		font-size: 44px;
	}
	.m-app-we-experience__item-title span {
		font-size: 26px;
	}
	.m-app-we-experience__item-text {
		font-size: 13px;
	}
}

@media (max-width: 767.98px) {
	.m-app-we-experience {
		justify-content: space-between;
	}
	.m-app-we-experience__desc,
	.m-app-we-experience + .m-app-we-experience .m-app-we-experience__desc {
		padding: 0 0 13px;
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #8bc34a;
	}
	.m-app-we-experience__item {
		padding-left: 0;
	}
	.m-app-we-experience + .m-app-we-experience .m-app-we-experience__item {
		width: 100%;
		text-align: center;
	}
	.m-app-experience__btn {
		text-align: center;
	}
}

@media (max-width: 599.98px) {
	.m-app-we {
		padding: 37px 0 50px;
	}
	.m-app-we-experience,
	.m-app-we-experience + .m-app-we-experience {
		margin-bottom: 0;
	}
	.m-app-we-experience p {
		font-size: 14px;
	}
	.m-app-we-experience__item {
		display: flex;
		justify-content: space-around;
		margin-bottom: 35px;
		width: 50%;
	}
	.m-app-we-experience__item-title {
		font-size: 56px;
	}
	.m-app-we-experience__item-title span {
		font-size: 30px;
	}
}

@media (max-width: 374.98px) {
	.m-app-we-experience__item-text {
		font-size: 12px;
	}
}
/***** m-app-we end *****/


/***** m-app-faster *****/
.m-app-faster {
	color: #fff;
	background-color: #8868ed;
}
.m-app-faster .container {
	position: relative;
	padding: 70px 15px 66px;
	color: #fff;
	background-color: #8868ed;
}
.m-app-faster__wrap {
	position: relative;
	padding-left: 360px;
}
.m-app-faster h2 {
	margin-bottom: 70px;
	text-align: left;
}
.m-app-faster__text {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 34px;
	line-height: 1.25;
	letter-spacing: -1.2px;
}
.m-app-faster_sector {
	position: absolute;
	top: 0;
	left: 73px;
}
.m-app-faster_sector.s2 {
	top: auto;
	left: auto;
	right: -119px;
	bottom: 0;
}
.m-app-faster_phone {
	position: absolute;
	bottom: 0;
	left: 0;
}

@media (max-width: 1199.98px) {
	.m-app-faster .container {
		padding: 55px 15px;
	}
	.m-app-faster__wrap {
		padding-left: 295px;
	}
	.m-app-faster h2 {
		margin-bottom: 55px;
	}
	.m-app-faster__text {
		font-size: 26px;
	}
	.m-app-faster_sector {
		width: 256px;
	}
	.m-app-faster_sector.s2 {
		right: -97px;
		width: 197px;
	}
	.m-app-faster_phone {
		width: 259px;
	}
}

@media (max-width: 991.98px) {
	.m-app-faster .container {
		padding: 40px 15px 43px;
	}
	.m-app-faster__wrap {
		padding-left: 220px;
	}
	.m-app-faster h2 {
		margin-bottom: 30px;
	}
	.m-app-faster__text {
		font-size: 21px;
	}
	.m-app-faster_sector {
		left: 50px;
		width: 209px;
	}
	.m-app-faster_sector.s2 {
		right: -46px;
		width: 151px;
	}
	.m-app-faster_phone {
		width: 222px;
	}
}

@media (max-width: 699.98px) {
	.m-app-faster .container {
		padding: 35px 15px 30px;
	}
	.m-app-faster__wrap {
		padding-left: 90px;
	}
	.m-app-faster h2 {
		margin-bottom: 10px;
	}
	.m-app-faster__text {
		max-width: 500px;
		font-size: 16px;
	}
	.m-app-faster_sector {
		left: -90px;
	}
	.m-app-faster_sector.s2 {
		right: -46px;
		width: 136px;
	}
	.m-app-faster_phone {
		left: -30px;
		width: 138px;
	}
}

@media (max-width: 374.98px) {
	.m-app-faster__wrap {
		padding-left: 75px;
	}
	.m-app-faster__text {
		font-size: 14px;
		letter-spacing: 0;
	}
}

@media (max-width: 359.98px) {
	.m-app-faster__text {
		letter-spacing: -1.2px;
	}
}
/***** m-app-faster end *****/


/***** m-app-dev2 *****/
.m-app-dev2 {
	margin: 70px 0 150px;
}
.m-app-dev2 h2 {
	margin: 0 0 70px;
}
.m-app-dev2 .tabs {
	display: flex;
}
.m-app-dev2 .nav-tabs {
	display: flex;
	flex-wrap: wrap;
	width: 480px;
	border: none;
}
.m-app-dev2 .nav-tabs li {
	margin: 0;
	width: 50%;
	height: 180px;
}
.m-app-dev2 .nav-tabs li a,
.m-app-dev2 .nav-tabs li.active a {
	display: block;
	margin: 0;
	padding-top: 20px;
	height: 100%;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #333;
	border: 1px solid #e5e5e5;
	border-top: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.m-app-dev2 .nav-tabs li a:hover {
	background-color: #deedcc;
}
.m-app-dev2 .nav-tabs li.active a {
	background-color: #8bc34a;
}
.m-app-dev2 .nav-tabs li:nth-child(odd) a {
	border-right: none;
}
.m-app-dev2 .nav-tabs li:nth-child(-n+2) a {
	border-top: 1px solid #e5e5e5;
}
.m-app-dev2 .nav-tabs li a span {
	display: block;
	margin-top: 10px;
}
.m-app-dev2 .tab-content {
	padding:80px 105px 55px 120px;
	width: calc(100% - 480px);
	max-height: 540px;
  overflow: hidden;
	background-color: #e5e5e5;
}
.m-app-dev2 h4 {
	position: relative;
}
.m-app-dev2 h4:before {
	content: '';
	position: absolute;
	bottom: -17px;
	left: 0;
	width: 40px;
	height: 4px;
	background-color: #7daf42;
}
.m-app-dev2 p {
	letter-spacing: -1.2px;
}

@media (max-width: 1199.98px) {
	.m-app-dev2 {
		margin: 40px 0 50px;
	}
	.m-app-dev2 h2 {
		margin: 0 0 40px;
	}
	.m-app-dev2 .nav-tabs {
		width: 400px;
	}
	.m-app-dev2 .nav-tabs li {
		height: 160px;
	}
	.m-app-dev2 .nav-tabs li a,
	.m-app-dev2 .nav-tabs li.active a {
		padding-top: 10px;
		font-size: 18px;
	}
	.m-app-dev2 .tab-content {
		padding: 60px;
		width: calc(100% - 400px);
		max-height: 480px;
	}
}

@media (max-width: 991.98px) {
	.m-app-dev2 {
		margin: 40px 0 44px;
	}
	.m-app-dev2 h2 {
		margin: 0 0 20px;
	}
	.m-app-dev2 .nav-tabs {
		width: 340px;
	}
	.m-app-dev2 .nav-tabs li {
		height: 130px;
	}
	.m-app-dev2 .nav-tabs li a,
	.m-app-dev2 .nav-tabs li.active a {
		padding: 5px;
		font-size: 16px;
		line-height: 1.125;
	}
	.m-app-dev2 .nav-tabs li a span {
		margin-top: 7px;
	}
	.m-app-dev2 .tab-content {
		padding: 30px;
		width: calc(100% - 340px);
		max-height: 390px;
	}
	.m-app-dev2 p {
		font-size: 17px;
	}
}

@media (max-width: 767.98px) {
	.m-app-dev2 .tabs {
		flex-wrap: wrap;
	}
	.m-app-dev2 .nav-tabs {
		width: 100%;
	}
	.m-app-dev2 .nav-tabs li {
		width: 33.333%;
		height: 135px;
	}
	.m-app-dev2 .nav-tabs li a,
	.m-app-dev2 .nav-tabs li.active a {
		padding-top: 10px;
		border-right: none;
	}
	.m-app-dev2 .nav-tabs li:nth-child(3n) a {
		border-right: 1px solid #e5e5e5;
	}
	.m-app-dev2 .nav-tabs li:nth-child(-n+3) a {
		border-top: 1px solid #e5e5e5;
	}
	.m-app-dev2 .tab-content {
		padding: 25px 30px;
		width: 100%;
		max-height: none;
	}
}

@media (max-width: 599.98px) {
	.m-app-dev2 .nav-tabs li {
		height: 120px;
	}
	.m-app-dev2 .nav-tabs li a,
	.m-app-dev2 .nav-tabs li.active a {
		padding-top: 25px;
		font-size: 12px;
	}
	.m-app-dev2 .nav-tabs li img {
		width: 31px;
	}
	.m-app-dev2 .nav-tabs li a span {
		margin-top: 15px;
	}
	.m-app-dev2 p {
		font-size: 14px;
		letter-spacing: 0;
	}
}

@media (max-width: 399.98px) {
	.m-app-dev2 .container {
		padding: 0;
	}
	.m-app-dev2 h2 {
		padding: 0 15px;
	}
	.m-app-dev2 .nav-tabs li a,
	.m-app-dev2 .nav-tabs li.active a {
		letter-spacing: -.5px;
	}
}

@media (max-width: 359.98px) {
	.m-app-dev2 .nav-tabs li a,
	.m-app-dev2 .nav-tabs li.active a {
		font-size: 11px;
	}
}
/***** m-app-dev2 end *****/


/***** m-app-price *****/
.m-app-price {
	position: relative;
	height: 660px;
	background-color: #8b6bef;
}
.m-app-price:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 0;
	background-color: #f1c8db;
}
.m-app-price__bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../images/m-app-price_bg.jpg) 50% 50% / auto 100% no-repeat;
}
.m-app-price-text {
	position: relative;
	color: #fff;
}
.m-app-price-text h2 {
	margin-bottom: 57px;
}
.m-app-price-text p {
	margin-bottom: 68px;
	max-width: 625px;
	font-weight: 300;
	font-size: 34px;
	letter-spacing: -1.2px;
}

@media (max-width: 1199.98px) {
	.m-app-price-text p {
		max-width: 525px;
		font-size: 28px;
	}
}

@media (max-width: 991.98px) {
	.m-app-price {
		height: 360px;
	}
	.m-app-price__bg {
		background-position: calc(50% + 190px) 50%;
	}
	.m-app-price-text h2 {
		margin-bottom: 25px;
	}
	.m-app-price-text p {
		margin-bottom: 28px;
		font-size: 22px;
	}
}

@media (max-width: 767.98px) {
	.m-app-price {
		padding: 0;
		height: 480px;
		background: url(../images/m-app-price_sm_left_bg.png) 0 0 repeat-x;
	}
	.m-app-price:before {
		background: url(../images/m-app-price_sm_right_bg.png) 0 0 repeat-x;
	}
	.m-app-price__bg {
		background: url(../images/m-app-price_sm_bg.png) 50% 50% no-repeat;
	}
	.m-app-price-text {
		padding-top: 30px;
		text-align: center;
	}
	.m-app-price-text h2 {
		margin-bottom: 10px;
	}
	.m-app-price-text p {
		max-width: none;
		font-size: 22px;
	}
	.m-app-price-text__btn {
		position: absolute;
		top: 360px;
		left: 0;
		width: 100%;
	}
}

@media (max-width: 699.98px) {
	.m-app-price-text {
		padding-top: 35px;
	}
	.m-app-price-text p {
		font-size: 18px;
		letter-spacing: 0;
	}
}

@media (max-width: 439.98px) {
	.m-app-price-text p {
		font-size: 16px;
	}
}

@media (max-width: 374.98px) {
	.m-app-price-text p {
		font-size: 14px;
	}
}

@media (min-width: 768px){
	.m-app-price {
		display: flex;
	}
}
/***** m-app-price end *****/


/***** m-app-support *****/
.m-app-support {
	background-color: #e7e7e7;
}
.m-app-support .container {
	position: relative;
	padding: 70px 15px 105px;
}
.m-app-support h2 {
	margin-bottom: 70px;
}
.m-app-support p {
	padding-left: 360px;
	font-weight: 300;
	font-size: 34px;
	letter-spacing: -1.2px;
}
.m-app-support__image {
	position: absolute;
	bottom: 0;
	left: 59px;
	padding-top: 88px;
	width: 241px;
	height: 345px;
	text-align: center;
	background-color: #fff;
	-webkit-border-radius: 27px 27px 0 0;
	-moz-border-radius: 27px 27px 0 0;
	border-radius: 27px 27px 0 0;
}

@media (max-width: 1199.98px) {
	.m-app-support p {
		padding-left: 340px;
		font-size: 28px;
	}
}

@media (max-width: 991.98px) {
	.m-app-support .container {
		padding: 37px 15px 30px;
	}
	.m-app-support h2 {
		margin-bottom: 15px;
	}
	.m-app-support p {
		padding-left: 195px;
		font-size: 22px;
	}
	.m-app-support__image {
		left: 30px;
		padding-top: 44px;
		width: 122px;
		height: 173px;
	}
	.m-app-support__image img {
		width: 61px;
	}
}

@media (max-width: 699.98px) {
	.m-app-support p {
		padding-left: 195px;
		font-size: 18px;
	}
}

@media (max-width: 599.98px) {
	.m-app-support h2 {
		margin-bottom: 20px;
	}
	.m-app-support p {
		padding-left: 105px;
		font-size: 16px;
	}
	.m-app-support__image {
		left: 0;
		padding-top: 44px;
		width: 90px;
		height: 150px;
		-webkit-border-radius: 0 13px 0 0;
		-moz-border-radius: 0 13px 0 0;
		border-radius: 0 13px 0 0;
	}
}

@media (max-width: 424.98px) {
	.m-app-support p {
		padding-left: 90px;
		font-size: 14px;
	}
}
/***** m-app-support end *****/


/***** m-app-project *****/
.m-app-project {
	padding: 70px 0 120px;
}
.m-app-project h2 {
	margin: 0 0 40px;
}
.m-app-project .slider-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
}
.m-app-project .slider-item__img img {
	width: 100%
}
.m-app-project .slider-item__text {
	padding: 50px 60px;
	width:480px;
	max-height: 480px;
	overflow: hidden;
	color: #fff;
	background-color: #6a49e0;
}
.m-app-project .slider-item__title {
	position: relative;
	margin: 0 0 50px;
}
.m-app-project .slider-item__title:before {
	content: '';
	position: absolute;
	bottom: -5px;;
	left: 0;
	width: 60px;
	height: 5px;
	background-color: #8bc34a;
}
.m-app-project .slider-item__text p {
	font-weight: 300;
}
.m-app-project .slick-arrow {
	position: absolute;
	top: 50%;
	left: -76px;
	margin-top: -31px;
	padding: 0;
	width: 62px;
	height: 62px;
	font-size: 0;
	background: url(../images/m-app-project_arrow_left.png) 0 0 no-repeat;
	border: none;
	cursor: pointer;
}
.m-app-project .slick-next {
	left: auto;
	right: -76px;
	background: url(../images/m-app-project_arrow_right.png) 0 0 no-repeat;
}

@media (max-width: 1399.98px) {
	.m-app-project .slider-item__img {
		width: 630px;
	}
	.m-app-project .slider-item__text {
		padding: 35px 50px;
		width: 420px;
		max-height: 420px;
	}
	.m-app-project .slider-item__title {
		margin-bottom: 35px;
	}
	.m-app-project .slider-item__text p {
		font-size: 19px;
	}
	.m-app-project .slick-prev {
		left: 0;
	}
	.m-app-project .slick-next {
		right: 0;
	}
}

@media (max-width: 1259.98px) {
	.m-app-project .slider-item__img {
		width: 600px;
	}
	.m-app-project .slider-item__text {
		padding: 30px 40px 20px;
		width: 400px;
		max-height: 400px;
	}
	.m-app-project .slider-item__title {
		margin-bottom: 25px;
	}
}

@media (max-width: 1199.98px) {
	.m-app-project .slider-item__img {
		width: 540px;
	}
	.m-app-project .slider-item__text {
		width: 360px;
		max-height: 360px;
	}
	.m-app-project .slider-item__text p {
		font-size: 18px;
	}
	.m-app-project .slick-prev {
		left: -57px;
	}
	.m-app-project .slick-next {
		right: -57px;
	}
}

@media (max-width: 1099.98px) {
	.m-app-project .slider-item__img {
		width: 480px;
	}
	.m-app-project .slider-item__text {
		width: 320px;
		max-height: 320px;
	}
	.m-app-project .slider-item__text p {
		font-size: 17px;
	}
	.m-app-project .slick-prev {
		left: 0;
	}
	.m-app-project .slick-next {
		right: 0;
	}
}

@media (max-width: 991.98px) {
	.m-app-project {
		padding: 40px 0 50px;
	}
	.m-app-project .slider-item__img {
		width: 360px;
	}
	.m-app-project .slider-item__text {
		width: 360px;
		max-height: 360px;
	}
	.m-app-project .slider-item__text p {
		font-size: 17px;
	}
	.m-app-project .slick-prev {
		left: -72px;
	}
	.m-app-project .slick-next {
		right: -72px;
	}
}

@media (max-width: 899.98px) {
	.m-app-project .slider-item__img {
		width: 320px;
	}
	.m-app-project .slider-item__text {
		padding: 20px;
		width: 320px;
		max-height: 320px;
	}
	.m-app-project .slider-item__text p {
		font-size: 16px;
	}
	.m-app-project .slick-arrow {
		left: 0;
		margin-top: -16px;
		width: 17px;
		height: 32px;
		background-image: url(../images/m-app-project_arrow_left_sm.png);
		border: none;
		cursor: pointer;
	}
	.m-app-project .slick-next {
		left: auto;
		right: 0;
		background-image: url(../images/m-app-project_arrow_right_sm.png);
	}
}

@media (max-width: 767.98px) {
	.m-app-project .slider-item__img {
		width: 100%;
		text-align: center;
	}
	.m-app-project .slider-item__img img {
		margin: 0 auto;
		width: auto;
	}
	.m-app-project .slider-item__text {
		width: 361px;
		max-width: 100%;
		max-height: none;
	}
	.m-app-project .slick-arrow {
		top: 140px;
		left: 50%;
		margin: 0 0 0 -220px;
	}
	.m-app-project .slick-next {
		left: auto;
		right: 50%;
		margin: 0 -220px 0 0;
	}
}

@media (max-width: 469.98px) {
	.m-app-project {
		padding-bottom: 0;
	}
	.m-app-project .container {
		padding: 0;
	}
	.m-app-project .slider-item__img img {
		width: 300px;
	}
	.m-app-project .slider-item__text {
		padding: 30px 20px 40px;
		width: 100%;
	}
	.m-app-project .slider-item__text p {
		font-size: 16px;
	}
	.m-app-project .slick-arrow {
		top: 127px;
		margin: 0 0 0 -180px;
	}
	.m-app-project .slick-next {
		margin: 0 -180px 0 0;
	}
}

@media (max-width: 399.98px) {
	.m-app-project .slider-item__img img {
		width: 270px;
	}
	.m-app-project .slider-item__text p {
		font-size: 14px;
	}
	.m-app-project .slick-arrow {
		top: 110px;
		margin: 0 0 0 -160px;
	}
	.m-app-project .slick-next {
		margin: 0 -160px 0 0;
	}
}
/***** m-app-project end *****/

/*** m-app end ***/

/* content inner end */

/* footer */
footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 440px;
	color: #fff;
	background-color: #002a52;
}
footer>.wrapper {
	margin: 0 auto;
	max-width: 1200px;
}
footer .wrapper>.row>.col-sm-4.company>.title {
	color: #00c800;
}
footer .wrapper>.row>.col-sm-4.product>.title {
	color: #ffa000;
}
footer .wrapper>.row>.col-sm-4.support>.title {
	color: #00a0ff;
}
footer .item {
	position: relative;
}
footer .item a {
	color: #fff;
}
footer .item .menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer .item .menu li {
	margin: 9px 0;
	line-height: 1;
}
footer .item .menu li:first-child {
	margin-top: 2px;
}
footer .item .menu li.active>.menu_item {
	color: #808080;
}
footer .item .bottom {
	padding: 15px 0;
	border-top: 1px solid;
}
footer .company .item .bottom {
	border-color: #00c800;
}
footer .product .item .bottom {
	border-color: #ffa000;
}
footer .support .item .bottom {
	border-color: #00a0ff;
}
footer .item .bottom .desc {
	float: right;
	padding-left: 4px;
	font-size: 12px;
}
footer .item .bottom .phones {
	position: relative;
	padding: 7px 0 0 40px;
	min-height: 66px;
	line-height: 1;
}
footer .item .bottom .phones:before,
footer .item .bottom .email:before,
footer .item .bottom .video:before {
	content: '';
	position: absolute;
	top: 0;
	left: 5px;
	width: 25px;
	height: 51px;
	background: url(../images/sprite.png) -204px -223px no-repeat;
}
footer .item .bottom .phone {
	margin-bottom: 8px;
}
footer .item .bottom .phone.p1 {
	margin-left: 9px;
}
footer .item .bottom .phone:after {
	content: '';
	display: block;
	clear: both;
}
footer .item .bottom .email,
footer .item .bottom .video {
	position: relative;
	padding: 5px 0 0 50px;
	line-height: 31px;
}
footer .item .bottom .email:before {
	top: 5px;
	left: 0;
	width: 41px;
	height: 31px;
	background-position: -230px -223px;
}
footer .item .bottom .video,
footer .item .bottom .email.e2 {
	padding-top: 0;
}
footer .item .bottom .email.e2:before {
	top: 0;
}
footer .item .bottom .video:before {
	left: 0;
	width: 43px;
	height: 31px;
	background-position: -272px -223px;
}

@media (min-width: 992px) {
	footer {
		padding: 80px 0 90px;
	}
	footer .wrapper>.row {
		margin: 0 -8px;
	}
	footer .wrapper>.row>.col-sm-4 {
		padding: 0 8px;
	}
	footer .wrapper>.row>.col-sm-4>.title {
		padding-left: 19px;
	}
	footer .item .menu li>a,
	footer .item .menu li.active>.menu_item {
		font-size: 16px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	footer {
		padding: 25px 0 40px;
	}
	footer .wrapper {
		padding: 0 5px;
	}
	footer .wrapper>.row {
		margin: 0 -5px;
	}
	footer .wrapper>.row>.col-sm-4 {
		padding: 0 5px;
	}
	footer .wrapper>.row>.col-sm-4>.title {
		padding-left: 13px;
	}
	footer .item .menu li>a {
		font-size: 15px;
	}
	footer .item .bottom .email {
		font-size: 14px;
	}
}

@media (min-width: 768px) {
	footer .item {
		padding: 10px 10px 15px;
		height: 231px;
		border: 1px solid #556271;
	}
	footer .wrapper>.row>.col-sm-4>.title {
		padding-bottom: 8px;
		font-size: 22px;
	}
	footer .item .bottom {
		position: absolute;
		bottom: 0;
		left: 10px;
		width: calc(100% - 20px);
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	footer {
		padding: 17px 0 20px;
	}
	footer .wrapper>.row {
		margin: 0;
		padding: 5px;
		border: 1px solid #556271;
	}
	footer .wrapper>.row>.col-sm-4 {
		padding: 0;
	}
	footer .wrapper>.row>.col-sm-4>.title {
		margin-bottom: 5px;
		font-size: 19px;
	}
	footer .item .menu {
		display: none;
	}
}

/* footer end */


/* button */
.btn.btn_bdwhite,
.btn.btn_bdblue {
	padding: 9px 15px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	background: none;
	border: 1px solid #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn.btn_bdblue {
	color: #000;
	border: 1px solid #00a0ff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn.btn_bggreen {
	padding: 22px 30px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	background-color: #8bc34a;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

@media (max-width: 699.98px) {
	.btn.btn_bggreen {
		padding: 13px 20px;
		font-size: 16px;
	}
}
/* button end */


/* form */
.form-group {
	margin-bottom: 7px;
}
label {
	font-weight: 400;
}
textarea {
	resize: vertical;
}
.form-control,
.form-control:focus {
	/*padding: 0 6px;*/
	/*height: 22px;*/
	border-color: #0087e3;
	outline: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
textarea.form-control,
textarea.form-control:focus {
	height: 106px;
}
.has-error .form-control,
.has-error .form-control:focus {
	border-color: #f44336;
}
.has-error select {
	color: #f44336 !important;
}
.placeholder {
	color: #bfbfbf;
}
.form-control:-moz-placeholder {
	color: #bfbfbf;
}
.form-control::-moz-placeholder {
	color: #bfbfbf;
}
.form-control::-webkit-input-placeholder {
	color: #bfbfbf;
}
.has-error .placeholder {
	color: #f44336;
}
.has-error .form-control:-moz-placeholder {
	color: #f44336;
}
.has-error .form-control::-moz-placeholder {
	color: #f44336;
}
.has-error .form-control::-webkit-input-placeholder {
	color: #f44336;
}
input.cphone {
  display: none;
}
/* form end */


/* sprite */
.sprite {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 20px;
	background: url(../images/sprite.png) 0 0 no-repeat;
}
.sprite.sprite_close {
	width: 14px;
	height: 14px;
	background-position: -41px 0;
}
.sprite.sprite_call {
	width: 20px;
	height: 40px;
	background-position: -251px -255px;
}
.active .sprite.sprite_call {
	background-position: -230px -255px;
}
.sprite.sprite_question {
	width: 30px;
    height: 41px;
    background-position: -303px -255px;
}
.active .sprite.sprite_question {
    background-position: -272px -255px;
}
.sprite.sprite_demo {
	width: 40px;
    height: 30px;
    background-position: -357px -223px;
}
.active .sprite.sprite_demo {
    background-position: -316px -223px;
}
/* sprite end */


/* modal */
.modal-content {
	border: 1px solid rgba(255,255,255,.25);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.modal button.close {
	position: absolute;
	top: 4px;
	right: 4px;
	line-height: 14px;
	z-index: 8;
	filter: alpha(opacity=100);
    opacity: 1;
}

#modalForms .modal-content {
	background-color: #00418f;
}
#modalForms .modal-body {
	padding: 0;
}
#modalForms .modal-body:after {
	content: '';
	display: block;
	clear: both;
}
#modalForms .modal-body .nav-tabs {
	float: left;
	border: none;
}
#modalForms .modal-body .nav-tabs>li {
	float: none;
	margin: 0;
}
#modalForms .modal-body .nav-tabs>li>a {
	margin: 0;
	padding: 10px 0 0;
	width: 60px;
	height: 60px;
	text-align: center;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#modalForms .modal-body .nav>li>a:focus,
#modalForms .modal-body .nav>li>a:hover {
	background-color: rgba(0, 159, 255, 0.4);
}
#modalForms .modal-body .nav-tabs>li>a[aria-controls="demo"] {
	padding-top: 15px;
}
#modalForms .modal-body .nav-tabs>li.active>a,
#modalForms .modal-body .nav-tabs>li.active>a:focus,
#modalForms .modal-body .nav-tabs>li.active>a:hover {
	background-color: #009fff;
	-webkit-box-shadow: -8px 0 8px rgba(0,0,0,.33);
	-moz-box-shadow: -8px 0 8px rgba(0,0,0,.33);
	box-shadow: -8px 0 8px rgba(0,0,0,.33);
}
#modalForms .modal-body .tab-content {
	float: right;
	width: 290px;
	min-height: 200px;
	color: #fffefe;
	background-color: #009fff;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.33);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,.33);
	box-shadow: 0 0 8px rgba(0,0,0,.33);
}
#modalForms .modal-body .tab-content>.tab-pane {
	padding: 11px 24px;
}
#modalForms .modal-body .tab-content>.tab-pane .title {
	font-size: 17px;
}
#modalForms .modal-body .tab-content>.tab-pane .subtitle {
	margin-bottom: 7px;
	font-size: 13px;
}
#modalForms .modal-body .tab-content>.tab-pane form textarea {
	margin-top: 13px;
}
#modalForms .modal-body .tab-content>.tab-pane form .btn.btn_bdwhite {
	margin-top: 4px;
	font-weight: 200;
	font-size: 16px;
}

#modalMessage .modal-body {
	color: #fff;
	background-color: #009fff;
}

@media (max-width: 767px) {
	#modalForms .modal-dialog {
		margin: 10px auto;
	}
}

@media (min-width: 400px) {
	#modalForms .modal-dialog {
		width: 352px;
	}
}

@media (max-width: 399px) {
	#modalForms .modal-dialog {
		width: 292px;
	}
	#modalForms .modal-body .nav-tabs {
		display: none;
	}
}

.modal.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 50%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  30%, 70% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 50%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  30%, 70% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
/* modal end */


/* helper classes */
.rel {
	position: relative;
}
.abs {
	position: absolute;
	top: 0;
	left: 0;
}
.block {
	display: block !important;
}
.dt {
	display: table !important;
	width: 100%;
	height: 100%;
}
.dt .cell {
	display: table-cell !important;
	vertical-align: middle;
}
.normal {
	font-weight: 400;
}
.bold {
	font-weight: 700;
}
.vat {
	vertical-align: top;
}
.vam {
	vertical-align: middle;
}
.ttu {
	text-transform: uppercase;
}
.fn {
	font-size: 11px;
}
/* helper classes end */
/* first box colors */
.s11 {
	background-color: #0080ff;
}
.s12 {
	background-color: #96be00;
}
.s13 {
	background-color: #aa0080;
}
.s13 a:hover {
	color: #fff;
	text-decoration: none;
} 
.s21 {
	background-color: #f0b400;
}
.s22 {
	background-color: #0050c8;
}
.s23 {
	background-color: #ff6400;
}
.s31 {
	background-color: #c81e1e;
}
.s32 {
	background-color: #008c32;
}
.s33 {
	background-color: #641496;
}