/* 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#robotomedium') 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#robotobold') 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: 200;
}
@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 */

body {
	font-weight: 200;
	font-family: 'roboto', sans-serif;
	color: #000;
}
section {
	position: relative;
	overflow: hidden;
}
.wrapper {
	margin: 0 auto;
	padding: 0 15px;
}

/* 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(26,26,26,1);
	z-index: 10;
	backface-visibility: hidden;
}
.sub.fix header {
	background-color: rgba(255,162,0,1);
}
header [class*="col-sm-"] {
	padding: 0 5px;
}
header>.col-sm-6.logo {
	padding-top: 5px;
}
header .logo_img {
	display: inline-block;
	width: 60px;
}
header .logo_txt {
	display: inline-block;
	margin-left: 10px;
	font-weight: 100;
	font-size: 34px;
	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:after {
	content: '';
	display: block;
	clear: both;
}
.topmenu li {
	position: relative;
}
.topmenu>li {
	display: block;
	margin-left: 15px;
}
.topmenu>li .item {
	text-decoration: none;
	border: none;
}
.topmenu>li ul .item {
	display: block;
	padding: 4px 28px 6px;
	font-weight: 100;
	font-size: 18px;
	text-transform: none;
}
.topmenu>li ul a.item:hover,
.topmenu>li ul li.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: 14px;
	background-color: #199fff;
	-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: 4px;
}
.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>li.parent {
	text-align: right;
}
.topmenu.phone>li.parent>.item {
	display: block;
	padding-top: 8px;
	line-height: 1.1;
}
.topmenu>li.parent .numbers {
	font-size: 18px;
	line-height: 1.1;
	font-family: 'open_sanscondensed_light';
}
.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: 1710px) {
	.topmenu.right {
		padding-left: 20px;
	}
	.topmenu.right>li:first-child:before {
		left: -20px;
	}
	.topmenu>li {
		margin-left: 20px;
	}
	.topmenu.right>.parent {
		margin-left: 40px;
	}
	.topmenu.phone>li.parent {
		margin-left: 45px;
	}
}

@media (max-width: 1709px) and (min-width: 992px) {
	.topmenu.right {
		padding-left: 15px;
	}
	.topmenu.right>li:first-child:before {
		left: -15px;
	}
}

@media (min-width: 1581px) {
	.topmenu li.first>ul {
		top: 70px;
		padding: 0;
		width: 747px;
		background: none;
	}
}

@media (max-width: 1580px) and (min-width: 992px) {
	.topmenu li.first>ul {
		position: fixed;
		top: 70px;
		right: 60px;
		left: auto;
		padding: 0;
		width: 747px;
		background: none;
	}
}

@media (min-width: 1560px) {
	.topmenu.phone>li.parent ul>li.l1 {
		display: none;
	}
	.topmenu.phone>li ul {
		margin: 0;
	}
	.topmenu.phone>li ul>li.l3 {
		margin-top: 1px;
	}
	.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: 1559px) and (min-width: 1330px) {
	.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 (min-width: 1330px) {
	.topmenu li.parent ul {
		width: 184px;
	}
	.topmenu>li.parent>ul>li.ph {
		display: none;
	}
}

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

@media (max-width: 1329px) and (min-width: 992px) {
	.topmenu.phone {
		display: none;
	}
	.topmenu li.parent ul {
		width: 250px;
	}
}

@media (min-width: 1200px) {
	.topmenu>li .item {
		font-size: 20px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.topmenu.right {
		padding-left: 13px;
	}
	.topmenu>li {
		float: left;
		margin-left: 14px;
	}
	.topmenu>li:first-child {
		margin-left: 13px;
	}
	.topmenu>li .item {
		font-size: 16px;
	}
	.topmenu.right>li:first-child:before {
		left: -13px;
	}
}

@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.first {
		margin-left: 9px;
	}
	.topmenu>li.parent {
		width: 20px;
	}
	.topmenu.phone>li.parent {
		width: auto;
	}
	.topmenu>li.active {
		position: relative;
	}
	.topmenu>li.active:before {
		content: '';
		position: absolute;
		bottom: -21px;
		width: 100%;
		height: 5px;
		background-color: #e00;
	}
	.topmenu.right>li:first-child:before {
		content: '';
		position: absolute;
		top: 0;
		margin-top: 18px;
		width: 1px;
		height: 31px;
		background-color: #199fff;
	}
	.topmenu>li .item {
		color: #fff;
		text-transform: uppercase;
	}
	.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%;
		left: -28px;
		padding: 0;
		width: 340px;
		background-color: rgba(26,26,26,1);
		border: 1px solid transparent;
		-moz-background-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;
	}
	.topmenu li.first>ul>li,
	.topmenu li.first>ul>li:first-child {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		padding-top: 15px;
		width: 372px;
		height: 193px;
		background-color: rgba(26,26,26,1);
	}
	.topmenu li.first>ul>li:nth-child(2n) {
		left: auto;
		right: 0;
	}
	.topmenu li.first>ul>li+li {
		height: 168px;
	}
	.topmenu li.first>ul>li+li+li {
		top: 194px;
		height: 143px;
	}
	.topmenu li.first>ul>li+li+li+li {
		top: 169px;
		height: 168px;
	}
	.topmenu li.first>ul>li .item {
		padding: 4px 15px 6px 35px;
		font-size: 20px;
		line-height: 1;
	}
	.topmenu li.first>ul>li>.item {
		padding: 4px 25px 6px;
		font-weight: 400;
	}
	.topmenu li.first>ul ul {
		position: static;
		width: auto;
		background: none;
		border: none;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}
	.topmenu li.first>ul ul>li {
		margin: 3px 0;
	}
	.topmenu li.parent ul {
		right: -22px;
		left: auto;
		text-align: right;
	}
	.topmenu.phone>li.parent ul {
		width: 232px;
		background: none;
	}
	.topmenu.phone>li.parent ul>li {
		background-color: rgba(26,26,26,1);
	}
	.topmenu li ul ul {
		top: -11px;
		right: 100%;
	}
	.topmenu>li:not(.first) ul,
	.topmenu>li.first>ul,
	.topmenu li:not(.first):hover ul ul,
	.topmenu li:not(.first):hover ul ul ul,
	.topmenu li:not(.first):hover ul ul ul ul,
	.topmenu li:not(.first):hover ul ul ul ul ul {
		visibility: hidden;
		filter: alpha(opacity=0);
		opacity: 0;
	}
	.topmenu>li:not(.first) ul.collapse,
	.topmenu>li:not(.first) 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:not(.first):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: 25px;
	}
	.topmenu>li ul>li:last-child {
		margin-bottom: 26px;
	}
	.parent .navbar-toggle {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		margin: 28px 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: 4px;
	}
	.topmenu>li.parent>ul {
		top: 100%;
		z-index: 1;
	}
	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 23px 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(26,26,26,1);
	}
	.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: 60px;
	}
	header>.col-sm-6>.topmenu.phone>li {
		float: left;
		width: auto;
		height: 60px;
	}
	header>.col-sm-6>.topmenu.phone>li.parent>.item {
		margin: 22px 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: -60px;
		padding: 0;
		width: 240px;
		background-color: rgba(26,26,26,1);
		border: 1px solid transparent;
		-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 {
		height: 60px;
	}
	header>.col-sm-6.logo {
		padding: 0 15px;
		text-align: left;
	}
	header>.col-sm-6.logo>a {
		position: absolute;
		top: 0;
		left: 15px;
		width: 500px;
	}
	header .logo_img {
		width: 48px;
	}
	header .logo_txt {
		font-size: 40px;
		line-height: 60px;
	}
	.navbar-toggle {
		left: auto;
		right: 0;
		margin-top: 24px;
	}
	.navbar-toggle.collapsed {
		margin-top: 23px;
	}
	nav {
		padding: 60px 0 0;
	}
	.sub nav {
		padding: 105px 0 0;
	}
	#topmenu {
		margin-top: 1px;
		padding: 15px 0 15px 0;
		max-height: calc(100vh - 80px);
		overflow-y: auto;
	}
	.topmenu>li .item,
	.topmenu>li ul .item {
		padding: 7px 30px 7px 50px;
		font-weight: 200;
		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(26,26,26,1);
		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 {
		margin-left: 0;
		text-align: center;
		font-size: 20px;
		line-height: 50px;
	}
	.logo_mob {
		position: absolute;
		top: 10px;
		right: 15px;
		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-weight: 100;
		font-size: 20px;
	}
	.topmenu .opener {
		right: auto;
		left: 18px;
	}
	.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: 60px;
	line-height: 1;
	color: #ff7f00;
}
.section_title>span.line {
	display: inline-block;
	position: relative;
	padding-bottom: 14px;
}

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

@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: 40px;
	}
	.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) {
	.section_title {
		position: absolute;
		top: 0;
		left: 0;
		padding: 25px 0 10px;
		/* width: 100%; */
		font-weight: 400;
		font-size: 32px;
	}
	.current .section_title {
		position: fixed;
		top: 50px !important;
		left: 0;
		padding: 5px 15px 8px;
		width: 100%;
		font-size: 22px;
		background-color: #fff;
		-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 {
	background: url(../images/energy_first_bg.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#first>.wrapper>.row>.col-sm-6 {
	padding-left: 1%;
	min-height: 700px;
	text-shadow: 0 0 16px rgba(255,255,255,.74);
}
#first>.wrapper>.row .title {
	margin-top: 50px;
	padding-right: 45px;
	font-weight: 100;
	color: #199fff;
	font-size: 110px;
	line-height: 1;
	letter-spacing: -0.055em;
}
#first>.wrapper>.row .title>.top {
	font-weight: 200;
	font-size: 60px;
	color: #ff7f00;
	letter-spacing: normal;
}
#first>.wrapper>.row .title>.bottom {
	font-weight: 200;
}
#first>.wrapper>.row .desc {
	margin: 30px 0 0;
	padding-right: 45px;
	max-width: 650px;
	font-weight: 100;
	font-size: 30px;
	line-height: 1.1;
	color: #000;
	letter-spacing: -0.03em;
}

@media (max-width: 1799px) {
	#first>.wrapper>.row .desc {
		max-width: 600px;
	}
}

@media (max-width: 1349px) {
	#first>.wrapper>.row .title {
		font-size: 95px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	#first>.wrapper>.row>.col-sm-6 {
		min-height: 620px;
	}
	#first>.wrapper>.row .title {
		font-size: 75px;
	}
}

@media (min-width: 992px) {
	#first>.wrapper>.row>.col-sm-6 {
		height: 100vh;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#first>.wrapper>.row>.col-sm-6 {
		padding-left: 15px;
		height: 620px;
		min-height: 620px;
	}
	#first>.wrapper>.row .title {
		font-size: 63px;
	}
	#first>.wrapper>.row .title>.top {
		font-size: 44px;
	}
	#first>.wrapper>.row .desc {
		font-size: 26px;
	}
}

@media (max-width: 767px) {
	#first {
		background-position: 56% 50%;
	}
	#first>.wrapper>.row>.col-sm-6 {
		padding: 0 4% 0 3%;
		height: 568px;
		min-height: 568px;
	}
	#first>.wrapper>.row>.col-sm-6>.dt {
		float: right;
		width: auto;
	}
	#first>.wrapper>.row>.col-sm-6>.dt>.cell {
		width: 55vw;
		min-width: 260px;
		text-align: right;
	}
	#first>.wrapper>.row .title {
		padding-right: 0;
		font-size: 44px;
	}
	#first>.wrapper>.row .title>.top {
		font-size: 30px;
	}
	#first>.wrapper>.row .desc {
		margin-top: 20px;
		padding-right: 0;
		font-weight: 200;
		font-size: 20px;
	}
}

@media (max-width: 709px) {
	#first {
		background-position: 62% 50%;
	}
}
/*** first end ***/


/*** overview ***/
#overview .wrapper {
	padding: 0;
}
#overview .wrapper>.dt>.cell {
	padding: 0 15px;
	vertical-align: bottom;
}
#overview .col-sm-6 {
	overflow: hidden;
}
#overview .right {
	padding: 0;
	z-index: 1;
}
#overview .right>.img {
	position: absolute;
	bottom: 22px;
	-webkit-transition: 1s left .3s;
	-moz-transition: 1s left .3s;
	-ms-transition: 1s left .3s;
	-o-transition: 1s left .3s;
	transition: 1s left .3s;
}
#overview.ok .right>.img {
	left: -86px;
}
#overview .right>.img>a {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -45px;
	width: 90px;
	height: 90px;
	text-decoration: none;
	background-color: rgba(255,255,255,.7);
	border: 2px solid #199fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#overview .right>.img>a>.play,
#overview .img_b>a>.play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -19px 0 0 -11px;
	border: 19px solid transparent;
	border-left: 34px solid #ff7f00;
}
#overview .left>.dt {
	position: relative;
	-webkit-transition: left 1s;
	-moz-transition: left 1s;
	-ms-transition: left 1s;
	-o-transition: left 1s;
	transition: left 1s;
}
#overview.ok .left>.dt {
	left: 0;
}
#overview .left>.dt>.cell>.title {
	margin-bottom: 25px;
	text-align: right;
	font-weight: 100;
	font-size: 60px;
	line-height: 1;
	color: #199fff;
}
#overview .left>.dt>.cell>.text {
	font-size: 22px;
	line-height: 1.27273;
}
#overview .structure {
	position: relative;
}
#overview .structure>.title {
	padding-bottom: 5px;
	font-weight: 100;
	font-size: 48px;
	line-height: 67px;
	color: #fff;
	background-color: #199fff;
}
#overview .structure .items>.item {
	display: block;
	position: relative;
	font-size: 30px;
	line-height: 1.1;
	color: #fff;
	text-decoration: none;
	background: url(../images/nrg_overview_structure_bg1.jpg) 50% 50% no-repeat;
	background-size: cover;
	border-top: 1px solid #fff;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-ms-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}
#overview .structure .items>.item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 127, 0, 0.6);
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
#overview .structure .items>.item:hover:before {
	background-color: rgba(0, 160, 255, 0);
}
#overview .structure .items>.item.i2 {
	background: url(../images/nrg_overview_structure_bg2.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#overview .structure .items>.item.i3 {
	background: url(../images/nrg_overview_structure_bg3.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#overview .structure .items>.item.i4 {
	background: url(../images/nrg_overview_structure_bg4.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#overview .structure .items>.item:after {
	content: '';
	position: absolute;
	top: 57px;
	left: 0;
	width: 100%;
	height: 128px;
	background: url(../images/nrg_overview_structure_img1.png) 50% 0 no-repeat;
}
#overview .structure .items>.item.i2:after {
	background: url(../images/nrg_overview_structure_img2.png) 50% 0 no-repeat;
}
#overview .structure .items>.item.i3:after {
	background: url(../images/nrg_overview_structure_img3.png) 50% 0 no-repeat;
}
#overview .structure .items>.item.i4:after {
	background: url(../images/nrg_overview_structure_img4.png) 50% 0 no-repeat;
}
#overview .structure .items>.item>span {
    position: relative;
}

@media (max-width: 1399px) and (min-width: 1200px) {
	#overview .structure .items>.item {
		font-weight: 400;
		font-size: 26px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	#overview.ok .right>.img {
		left: calc(50% - 434px);
	}
	#overview .left>.dt>.cell>.title {
		font-size: 54px;
	}
	#overview .structure .items>.item {
		font-weight: 400;
		font-size: 22px;
	}
}

@media (min-width: 992px) {
	#overview .wrapper {
		height: 100vh;
		min-height: 980px;
	}
	#overview .col-sm-6 {
		height: 659px;
	}
	#overview .left {
		padding-bottom: 87px;
	}
	#overview .right:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 15px;
		height: 587px;
		background: url(../images/nrg_overview_shadow.png) 0 0 no-repeat;
		z-index: 1;
	}
	#overview .structure {
		top: -72px;
	}
	#overview .structure .items>.item {
		padding: 205px 5px 0;
		height: 321px;
	}
}

@media (min-width: 992px) and (max-height: 1067px) and (min-height: 981px) {
	#overview .structure {
		top: calc(100vh - 1067px);
	}
}

@media (min-width: 992px) and (min-height: 1068px) {
	#overview .structure {
		top: 0;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#overview .wrapper {
		height: 620px;
	}
	#overview .left {
		padding-bottom: 33px;
	}
	#overview.ok .right>.img {
		top: 4px;
		bottom: auto;
		left: calc(50% - 281px);
	}
	#overview .col-sm-6 {
		height: 395px;
	}
	#overview.ok .right>.img>img {
		height: 391px;
	}
	#overview .right:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 8px;
		height: 362px;
		background: url(../images/nrg_overview_shadow_sm.png) 0 0 no-repeat;
		z-index: 1;
	}
	#overview .right>.img>a {
		margin-top: -70px;
	}
	#overview .left>.dt>.cell>.title {
		margin-bottom: 10px;
		font-size: 38px;
	}
	#overview .left>.dt>.cell>.text {
		font-size: 14px;
	}
	#overview .structure {
		top: -33px;
	}
	#overview .structure>.title {
		padding: 6px 0 11px;
		font-size: 29px;
		line-height: 1;
	}
	#overview .structure .items>.item {
		padding: 138px 5px 0;
		height: 212px;
		font-weight: 400;
		font-size: 18px;
	}
	#overview .structure .items>.item:after {
		top: 54px;
		height: 64px;
		background: url(../images/nrg_overview_structure_img1.png) 50% 0 no-repeat;
		background-size: auto 64px;
	}
	#overview .structure .items>.item.i2:after {
		background: url(../images/nrg_overview_structure_img2.png) 50% 0 no-repeat;
		background-size: auto 64px;
	}
	#overview .structure .items>.item.i3:after {
		background: url(../images/nrg_overview_structure_img3.png) 50% 0 no-repeat;
		background-size: auto 64px;
	}
	#overview .structure .items>.item.i4:after {
		background: url(../images/nrg_overview_structure_img4.png) 50% 0 no-repeat;
		background-size: auto 64px;
	}
}

@media (min-width: 768px) {
	#overview .right>.img {
		left: -868px;
	}
	#overview .left>.dt {
		left: calc(100% + 15px);
		float: right;
		max-width: 760px;
	}
	#overview .structure>.title {
		position: relative;
		text-align: center;
	}
	#overview .left>.dt>.cell>.text {
		float: right;
		max-width: 600px;
		text-align: right;
	}
	#overview .structure .items:after {
		content: '';
		display: block;
		clear: both;
	}
	#overview .structure .items>.item {
		float: left;
		width: 25%;
		text-align: center;
		border-left: 1px solid #fff;
	}
	#overview .structure .items>.item:first-child {
		border-left: none;
	}
	#overview .structure .items>.item:before {
		left: 0;
		width: 100%;
	}
}

@media (max-width: 767px) {
	#overview>.ttl {
		position: relative;
		padding-top: 54px;
		background-color: rgba(255,255,255,.85);
		z-index: 8;
	}
	#overview .left {
		padding: 0;
		-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
		-moz-box-shadow: 0 2px 3px rgba(0,0,0,.3);
		box-shadow: 0 5px 12px rgba(0,0,0,.3);
		z-index: 7;
	}
	#overview .left>.dt>.cell {
		padding: 15px;
		background-color: rgba(255,255,255,.85);
	}
	#overview .section_title {
		margin: 0;
		padding: 15px 15px 0;
		max-width: 500px;
		font-weight: 100;
		font-size: 30px;
		line-height: 1.1;
		color: #199fff;
	}
	#overview.current .section_title {
		padding: 5px 15px 8px;
		max-width: 100%;
		font-weight: 400;
		font-size: 22px;
	}
	#overview.current .section_title>.light {
		font-weight: 400;
	}
	#overview .left>.dt>.cell>.text {
		font-size: 16px;
	}
	#overview .right {
		overflow: visible;
	}
	#overview .right>.img {
		bottom: 0;
	}
	#overview.ok .right>.img {
		position: relative;
		left: 0;
		margin-top: -8vw;
		width: 100vw;
		height: 60vw;
		overflow: hidden;
	}
	#overview .right>.img>img {
		margin-top: -10px;
		margin-left: -5vw;
		width: 110vw;
	}
	#overview .right>.img>a {
		margin-top: calc(5.5vw - 45px);
	}
	#overview .structure>.title {
		padding-left: 15px;
		font-size: 28px;
		line-height: 51px;
	}
	#overview .structure .items>.item {
		display: table;
		width: 100%;
		height: 123px;
		font-weight: 400;
		font-size: 20px;
		background: url(../images/nrg_overview_structure_bg1.jpg) 50% 50%/cover no-repeat;
	}
	#overview .structure .items>.item.i2 {
		background: url(../images/nrg_overview_structure_bg2.jpg) 50% 50%/cover no-repeat;
	}
	#overview .structure .items>.item.i3 {
		background: url(../images/nrg_overview_structure_bg3.jpg) 50% 50%/cover no-repeat;
	}
	#overview .structure .items>.item.i4 {
		background: url(../images/nrg_overview_structure_bg4.jpg) 50% 0/cover no-repeat;
	}
	#overview .structure .items>.item>span {
		display: table-cell;
		padding: 0 15px 0 150px;
		vertical-align: middle;
	}
	#overview .structure .items>.item:after {
		top: 29px;
		width: 150px;
		height: 64px;
		background: url(../images/nrg_overview_structure_img1.png) 50% 0 no-repeat;
		background-size: auto 64px;
	}
	#overview .structure .items>.item.i2:after {
		background: url(../images/nrg_overview_structure_img2.png) 50% 0 no-repeat;
		background-size: auto 64px;
	}
	#overview .structure .items>.item.i3:after {
		background: url(../images/nrg_overview_structure_img3.png) 50% 0 no-repeat;
		background-size: auto 64px;
	}
	#overview .structure .items>.item.i4:after {
		background: url(../images/nrg_overview_structure_img4.png) 50% 0 no-repeat;
		background-size: auto 64px;
	}
}

@media (max-width: 383px) {
	#overview .structure .items>.item>span {
		padding-left: 110px;
	}
	#overview .structure .items>.item:after {
		width: 110px;
	}
}
/*** overview end ***/


/*** energosbyt ***/
#energosbyt .wrapper {
	padding: 0;
}
#energosbyt .wrapper>.dt>.cell {
	padding: 0 15px;
	vertical-align: bottom;
}
#energosbyt .col-sm-6 {
	overflow: hidden;
}
#energosbyt .left {
	padding: 0;
	z-index: 1;
}
#energosbyt .left>.img {
	position: absolute;
	bottom: 0;
	-webkit-transition: right 1s;
	-moz-transition: right 1s;
	-ms-transition: right 1s;
	-o-transition: right 1s;
	transition: right 1s;
}
#energosbyt.ok .left>.img {
	right: -103px;
}
#energosbyt .left>.img>a,
#energosbyt .img_b>a {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -45px;
	width: 90px;
	height: 90px;
	text-decoration: none;
	background-color: rgba(255,255,255,.7);
	border: 2px solid #199fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#energosbyt .img_b>a {
	margin-left: -45px;
}
#energosbyt .left>.img>a>.play,
#energosbyt .img_b>a>.play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -19px 0 0 -11px;
	border: 19px solid transparent;
	border-left: 34px solid #ff7f00;
}
#energosbyt .right>.dt {
	position: relative;
	max-width: 690px;
	-webkit-transition: 1s right .3s;
	-moz-transition: 1s right .3s;
	-ms-transition: 1s right .3s;
	-o-transition: 1s right .3s;
	transition: 1s right .3s;
}
#energosbyt.ok .right>.dt {
	right: 0;
}
#energosbyt .right>.dt>.cell>.title {
	margin-bottom: 25px;
	font-weight: 100;
	font-size: 60px;
	line-height: 1;
	color: #8330bf;
}
#energosbyt .right>.dt>.cell>.text {
	font-size: 22px;
	line-height: 1.27273;
}
#energosbyt .structure {
	position: relative;
}
#energosbyt .structure>.title {
	padding-bottom: 5px;
	font-weight: 100;
	font-size: 48px;
	line-height: 67px;
	color: #fff;
	background-color: #199fff;
}
ul.lsn {
	margin: 0;
	padding: 0;
	list-style: none;
}
#energosbyt ul.lsn>li {
	text-indent: 35px;
}
#energosbyt .structure .items>.item {
	position: relative;
	font-size: 30px;
	line-height: 1.25;
	color: #fff;
	background: url(../images/energosbyt_structure_bg1.jpg) 50% 50% no-repeat;
	background-size: cover;
	border-top: 1px solid #fff;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-ms-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}
#energosbyt .structure .items>.item.i2 {
	background: url(../images/energosbyt_structure_bg2.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#energosbyt .structure .items>.item.i3 {
	background: url(../images/energosbyt_structure_bg3.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#energosbyt .structure .items>.item.i4 {
	background: url(../images/energosbyt_structure_bg4.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#energosbyt .structure .items>.item:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(131, 48, 191, .6);
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
#energosbyt .structure .items>.item:hover:before {
	background-color: rgba(255, 160, 0, 0);
}
#energosbyt .structure .items>.item:after {
	content: '';
	position: absolute;
	top: 56px;
	left: 0;
	width: 100%;
	height: 128px;
	background: url(../images/energosbyt_structure_img1.png) 50% 0 no-repeat;
}
#energosbyt .structure .items>.item.i2:after {
	background: url(../images/energosbyt_structure_img2.png) 50% 0 no-repeat;
}
#energosbyt .structure .items>.item.i3:after {
	background: url(../images/energosbyt_structure_img3.png) 50% 0 no-repeat;
}
#energosbyt .structure .items>.item.i4:after {
	background: url(../images/energosbyt_structure_img4.png) 50% 0 no-repeat;
}
#energosbyt .structure .items>.item>span {
    position: relative;
}

@media (max-width: 1199px) and (min-width: 992px) {
	#energosbyt.ok .left>.img {
		right: calc(50% - 423px);
	}
	#energosbyt .right>.dt>.cell>.title {
		font-size: 48px;
	}
	#energosbyt .right>.dt>.cell>.text {
		font-size: 20px;
	}
}

@media (min-width: 992px) {
	#energosbyt .wrapper {
		height: 100vh;
		min-height: 980px;
	}
	#energosbyt .col-sm-6 {
		height: 659px;
	}
	#energosbyt .left:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 16px;
		height: 587px;
		background: url(../images/energosbyt_shadow.png) 0 0 no-repeat;
		z-index: 1;
	}
	#energosbyt .right {
		padding-bottom: 81px;
	}
	#energosbyt .structure {
		top: -72px;
	}
	#energosbyt .structure .items>.item {
		padding: 210px 5px 0;
		height: 321px;
	}
}

@media (min-width: 992px) and (max-height: 1061px) and (min-height: 981px) {
	#energosbyt .structure {
		top: calc(100vh - 1061px);
	}
}

@media (min-width: 992px) and (min-height: 1062px) {
	#energosbyt .structure {
		top: 0;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#energosbyt .wrapper {
		height: 620px;
	}
	#energosbyt .left:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 8px;
		height: 362px;
		background: url(../images/energosbyt_shadow_sm.png) 0 0 no-repeat;
		z-index: 1;
	}
	#energosbyt .col-sm-6,
	#energosbyt.ok .left>.img>img {
		height: 395px;
	}
	#energosbyt.ok .left>.img {
		right: calc(50% - 296px);
	}
	#energosbyt .left>.img>a {
		margin: -71px 0 0 -63px;
	}
	#energosbyt .right {
		padding-bottom: 33px;
	}
	#energosbyt .right>.dt>.cell>.title {
		margin-bottom: 10px;
		font-size: 36px;
	}
	#energosbyt .right>.dt>.cell>.text {
		font-size: 14px;
	}
	#energosbyt .structure {
		top: -33px;
	}
	#energosbyt .structure>.title {
		padding: 6px 0 11px;
		font-size: 29px;
		line-height: 1;
	}
	#energosbyt .structure .items>.item {
		padding: 130px 5px 0;
		height: 212px;
		font-weight: 400;
		font-size: 20px;
	}
	#energosbyt .structure .items>.item:after {
		top: 54px;
		height: 64px;
		background: url(../images/energosbyt_structure_img1.png) 50% 0 no-repeat;
		background-size: auto 64px;
	}
	#energosbyt .structure .items>.item.i2:after {
		background: url(../images/energosbyt_structure_img2.png) 50% 0 no-repeat;
		background-size: auto 64px;
	}
	#energosbyt .structure .items>.item.i3:after {
		background: url(../images/energosbyt_structure_img3.png) 50% 0 no-repeat;
		background-size: auto 64px;
	}
	#energosbyt .structure .items>.item.i4:after {
		background: url(../images/energosbyt_structure_img4.png) 50% 0 no-repeat;
		background-size: auto 64px;
	}
}

@media (min-width: 768px) {
	#energosbyt .left>.img {
		right: -846px;
	}
	#energosbyt .right>.dt {
		right: calc(100% + 15px);
	}
	#energosbyt .right>.dt>.cell {
		padding-right: 50px;
	}
	#energosbyt .structure>.title {
		position: relative;
		text-align: center;
	}
	#energosbyt .structure .items:after {
		content: '';
		display: block;
		clear: both;
	}
	#energosbyt .structure .items>.item {
		float: left;
		width: 25%;
		text-align: center;
		border-left: 1px solid #fff;
	}
	#energosbyt .structure .items>.item:first-child {
		border-left: none;
	}
	#energosbyt .structure .items>.item:after {
		left: 0;
		width: 100%;
	}
}

@media (max-width: 767px) {
	#energosbyt>.ttl {
		position: relative;
		padding-top: 110px;
		background-color: rgba(255,255,255,.85);
		z-index: 8;
	}
	#energosbyt .right {
		padding: 0;
		-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
		-moz-box-shadow: 0 2px 3px rgba(0,0,0,.3);
		box-shadow: 0 5px 12px rgba(0,0,0,.3);
		z-index: 7;
	}
	#energosbyt .right>.dt {
		max-width: 100%;
	}
	#energosbyt .right>.dt>.cell {
		padding: 15px;
		background-color: rgba(255,255,255,.85);
	}
	#energosbyt .section_title {
		margin: 0;
		padding: 15px 15px 0;
		width: 100%;
		max-width: 500px;
		font-weight: 100;
		font-size: 30px;
		line-height: 1.1;
		color: #8330bf;
		z-index: 8;
	}
	#energosbyt.current .section_title {
		padding: 5px 15px 8px;
		max-width: 100%;
		font-weight: 400;
		font-size: 22px;
	}
	#energosbyt.current .section_title>.light {
		font-weight: 400;
	}
	#energosbyt .right>.dt>.cell>.text {
		font-size: 16px;
	}
	#energosbyt .img_b {
		position: relative;
		margin-top: -10vw;
		width: 100vw;
		height: 62vw;
		overflow: hidden;
	}
	#energosbyt .img_b>img {
		margin-left: -3vw;
		width: 105vw;
	}
	#energosbyt .img_b>a {
		margin-top: calc(5.5vw - 45px);
	}
	#energosbyt .structure>.title {
		padding-left: 15px;
		font-size: 30px;
		line-height: 1.86667;
	}
	#energosbyt .structure .items>.item {
		display: table;
		width: 100%;
		height: 123px;
		font-weight: 400;
		font-size: 20px;
		background: url(../images/energosbyt_structure_bg1.jpg) 50% 50% no-repeat;
		background-size: cover;
	}
	#energosbyt .structure .items>.item.i2 {
		background: url(../images/energosbyt_structure_bg2.jpg) 50% 50% no-repeat;
		background-size: cover;
	}
	#energosbyt .structure .items>.item.i3 {
		background: url(../images/energosbyt_structure_bg3.jpg) 50% 50% no-repeat;
		background-size: cover;
	}
	#energosbyt .structure .items>.item.i4 {
		background: url(../images/energosbyt_structure_bg4.jpg) 50% 50% no-repeat;
		background-size: cover;
	}
	#energosbyt .structure .items>.item>span {
		display: table-cell;
		padding: 0 15px 0 150px;
		vertical-align: middle;
	}
	#energosbyt .structure .items>.item:after {
		top: 29px;
		width: 150px;
		height: 64px;
		background: url(../images/energosbyt_structure_img1.png) 50% 0 no-repeat;
		background-size: auto 64px;
	}
	#energosbyt .structure .items>.item.i2:after {
		background: url(../images/energosbyt_structure_img2.png) 50% 0 no-repeat;
		background-size: auto 64px;
	}
	#energosbyt .structure .items>.item.i3:after {
		background: url(../images/energosbyt_structure_img3.png) 50% 0 no-repeat;
		background-size: auto 64px;
	}
	#energosbyt .structure .items>.item.i4:after {
		background: url(../images/energosbyt_structure_img4.png) 50% 0 no-repeat;
		background-size: auto 64px;
	}
}

@media (max-width: 383px) {
	#energosbyt .structure .items>.item>span {
		padding-left: 110px;
	}
	#energosbyt .structure .items>.item:after {
		width: 110px;
	}
}
/*** energosbyt end ***/


/*** generation ***/
#generation .wrapper {
	padding: 0;
}
#generation .wrapper>.dt>.cell {
	padding: 0 15px;
	vertical-align: bottom;
}
#generation .col-sm-6 {
	overflow: hidden;
}
#generation .right {
	padding: 0;
	z-index: 1;
}
#generation .right>.img {
	position: absolute;
	bottom: 13px;
	-webkit-transition: 1s left .3s;
	-moz-transition: 1s left .3s;
	-ms-transition: 1s left .3s;
	-o-transition: 1s left .3s;
	transition: 1s left .3s;
}
#generation.ok .right>.img {
	left: -53px;
}
#generation .right>.img>a {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -45px;
	width: 90px;
	height: 90px;
	text-decoration: none;
	background-color: rgba(255,255,255,.7);
	border: 2px solid #199fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#generation .right>.img>a>.play,
#generation .img_b>a>.play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -19px 0 0 -11px;
	border: 19px solid transparent;
	border-left: 34px solid #ff7f00;
}
#generation .left>.dt {
	position: relative;
	-webkit-transition: left 1s;
	-moz-transition: left 1s;
	-ms-transition: left 1s;
	-o-transition: left 1s;
	transition: left 1s;
}
#generation.ok .left>.dt {
	left: 0;
}
#generation .left>.dt>.cell>.title {
	margin-bottom: 25px;
	text-align: right;
	font-weight: 100;
	font-size: 60px;
	line-height: 1;
	color: #cc1442;
}
#generation .left>.dt>.cell>.text {
	font-size: 22px;
	line-height: 1.27273;
}
#generation .structure {
	position: relative;
}
#generation .structure>.title {
	padding-bottom: 5px;
	font-weight: 100;
	font-size: 48px;
	line-height: 67px;
	color: #fff;
	background-color: #199fff;
}
#generation .structure .items>.item {
	display: block;
	position: relative;
	font-size: 30px;
	line-height: 1.1;
	color: #fff;
	text-decoration: none;
	background: url(../images/generation_structure_bg1.jpg) 50% 50% no-repeat;
	background-size: cover;
	border-top: 1px solid #fff;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-ms-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}
#generation .structure .items>.item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(204, 20, 66, 0.6);
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
#generation .structure .items>.item:hover:before {
	background-color: rgba(0, 160, 255, 0);
}
#generation .structure .items>.item.i2 {
	background: url(../images/generation_structure_bg2.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#generation .structure .items>.item.i3 {
	background: url(../images/generation_structure_bg3.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#generation .structure .items>.item:after {
	content: '';
	position: absolute;
	top: 57px;
	left: 0;
	width: 100%;
	height: 128px;
	background: url(../images/generation_structure_img1.png) 50% 0 no-repeat;
}
#generation .structure .items>.item.i2:after {
	background: url(../images/generation_structure_img2.png) 50% 0 no-repeat;
}
#generation .structure .items>.item.i3:after {
	background: url(../images/generation_structure_img3.png) 50% 0 no-repeat;
}
#generation .structure .items>.item>span {
    position: relative;
}

@media (max-width: 1199px) and (min-width: 992px) {
	#generation.ok .right>.img {
		left: calc(50% - 418px);
	}
	#generation .left>.dt>.cell>.title {
		font-size: 54px;
	}
}

@media (min-width: 992px) {
	#generation .wrapper {
		height: 100vh;
		min-height: 980px;
	}
	#generation .col-sm-6 {
		height: 659px;
	}
	#generation .left {
		padding-bottom: 87px;
	}
	#generation .right:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 15px;
		height: 587px;
		background: url(../images/nrg_overview_shadow.png) 0 0 no-repeat;
		z-index: 1;
	}
	#generation .structure {
		top: -72px;
	}
	#generation .structure .items>.item {
		padding: 205px 5px 0;
		height: 321px;
	}
}

@media (min-width: 992px) and (max-height: 1067px) and (min-height: 981px) {
	#generation .structure {
		top: calc(100vh - 1067px);
	}
}

@media (min-width: 992px) and (min-height: 1068px) {
	#generation .structure {
		top: 0;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#generation .wrapper {
		height: 620px;
	}
	#generation .left {
		padding-bottom: 33px;
	}
	#generation.ok .right>.img {
		top: 4px;
		bottom: auto;
		left: calc(50% - 261px);
	}
	#generation .col-sm-6 {
		height: 395px;
	}
	#generation.ok .right>.img>img {
		height: 391px;
	}
	#generation .right:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 8px;
		height: 362px;
		background: url(../images/nrg_overview_shadow_sm.png) 0 0 no-repeat;
		z-index: 1;
	}
	#generation .right>.img>a {
		margin-top: -70px;
	}
	#generation .left>.dt>.cell>.title {
		margin-bottom: 10px;
		font-size: 38px;
	}
	#generation .left>.dt>.cell>.text {
		font-size: 14px;
	}
	#generation .structure {
		top: -33px;
	}
	#generation .structure>.title {
		padding: 6px 0 11px;
		font-size: 29px;
		line-height: 1;
	}
	#generation .structure .items>.item {
		padding: 138px 5px 0;
		height: 212px;
		font-weight: 400;
		font-size: 20px;
	}
	#generation .structure .items>.item:after {
		top: 54px;
		height: 64px;
		background: url(../images/generation_structure_img1.png) 50% 0 no-repeat;
		background-size: auto 64px;
	}
	#generation .structure .items>.item.i2:after {
		background: url(../images/generation_structure_img2.png) 50% 0 no-repeat;
		background-size: auto 64px;
	}
	#generation .structure .items>.item.i3:after {
		background: url(../images/generation_structure_img3.png) 50% 0 no-repeat;
		background-size: auto 64px;
	}
}

@media (min-width: 768px) {
	#generation .right>.img {
		left: -835px;
	}
	#generation .left>.dt {
		left: calc(100% + 15px);
		float: right;
		max-width: 760px;
	}
	#generation .structure>.title {
		position: relative;
		text-align: center;
	}
	#generation .left>.dt>.cell>.text {
		float: right;
		max-width: 600px;
		text-align: right;
	}
	#generation .structure .items:after {
		content: '';
		display: block;
		clear: both;
	}
	#generation .structure .items>.item {
		float: left;
		width: 33.333%;
		text-align: center;
		border-left: 1px solid #fff;
	}
	#generation .structure .items>.item:first-child {
		border-left: none;
	}
	#generation .structure .items>.item:before {
		left: 0;
		width: 100%;
	}
}

@media (max-width: 767px) {
	#generation>.ttl {
		position: relative;
		padding-top: 110px;
		background-color: rgba(255,255,255,.85);
		z-index: 8;
	}
	#generation .left {
		padding: 0;
		-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
		-moz-box-shadow: 0 2px 3px rgba(0,0,0,.3);
		box-shadow: 0 5px 12px rgba(0,0,0,.3);
		z-index: 7;
	}
	#generation .left>.dt>.cell {
		padding: 15px;
		background-color: rgba(255,255,255,.85);
	}
	#generation .section_title {
		margin: 0;
		padding: 15px 15px 0;
		max-width: 500px;
		font-weight: 100;
		font-size: 30px;
		line-height: 1.1;
		color: #cc1442;
	}
	#generation.current .section_title {
		padding: 5px 15px 8px;
		max-width: 100%;
		font-weight: 400;
		font-size: 22px;
	}
	#generation.current .section_title>.light {
		font-weight: 400;
	}
	#generation .left>.dt>.cell>.text {
		font-size: 16px;
	}
	#generation .right {
		overflow: visible;
	}
	#generation .right>.img {
		bottom: 0;
	}
	#generation.ok .right>.img {
		position: relative;
		left: 0;
		margin-top: -8vw;
		width: 100vw;
		height: 60vw;
		overflow: hidden;
	}
	#generation .right>.img>img {
		margin-top: -10px;
		margin-left: -5vw;
		width: 110vw;
	}
	#generation .right>.img>a {
		margin-top: calc(5.5vw - 45px);
	}
	#generation .structure>.title {
		padding-left: 15px;
		font-size: 28px;
		line-height: 51px;
	}
	#generation .structure .items>.item {
		display: table;
		width: 100%;
		height: 123px;
		font-weight: 400;
		font-size: 20px;
		background: url(../images/generation_structure_bg1.jpg) 50% 50%/cover no-repeat;
	}
	#generation .structure .items>.item.i2 {
		background: url(../images/generation_structure_bg2.jpg) 50% 50%/cover no-repeat;
	}
	#generation .structure .items>.item.i3 {
		background: url(../images/generation_structure_bg3.jpg) 50% 50%/cover no-repeat;
	}
	#generation .structure .items>.item>span {
		display: table-cell;
		padding: 0 15px 0 150px;
		vertical-align: middle;
	}
	#generation .structure .items>.item:after {
		top: 29px;
		width: 150px;
		height: 64px;
		background: url(../images/generation_structure_img1.png) 50% 0 no-repeat;
		background-size: auto 64px;
	}
	#generation .structure .items>.item.i2:after {
		background: url(../images/generation_structure_img2.png) 50% 0 no-repeat;
		background-size: auto 64px;
	}
	#generation .structure .items>.item.i3:after {
		background: url(../images/generation_structure_img3.png) 50% 0 no-repeat;
		background-size: auto 64px;
	}
}

@media (max-width: 383px) {
	#generation .structure .items>.item>span {
		padding-left: 110px;
	}
	#generation .structure .items>.item:after {
		width: 110px;
	}
}
/*** generation end ***/


/*** grid ***/
#grid .wrapper {
	padding: 0;
}
#grid .wrapper>.dt>.cell {
	padding: 0 15px;
	vertical-align: bottom;
}
#grid .col-sm-6 {
	overflow: hidden;
}
#grid .left {
	padding: 0;
	z-index: 1;
}
#grid .left>.img {
	position: absolute;
	bottom: 3px;
	-webkit-transition: right 1s;
	-moz-transition: right 1s;
	-ms-transition: right 1s;
	-o-transition: right 1s;
	transition: right 1s;
}
#grid.ok .left>.img {
	right: -76px;
}
#grid .left>.img>a,
#grid .img_b>a {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -45px;
	width: 90px;
	height: 90px;
	text-decoration: none;
	background-color: rgba(255,255,255,.7);
	border: 2px solid #199fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#grid .img_b>a {
	margin-left: -45px;
}
#grid .left>.img>a>.play,
#grid .img_b>a>.play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -19px 0 0 -11px;
	border: 19px solid transparent;
	border-left: 34px solid #ff7f00;
}
#grid .right>.dt {
	position: relative;
	max-width: 690px;
	-webkit-transition: 1s right .3s;
	-moz-transition: 1s right .3s;
	-ms-transition: 1s right .3s;
	-o-transition: 1s right .3s;
	transition: 1s right .3s;
}
#grid.ok .right>.dt {
	right: 0;
}
#grid .right>.dt>.cell>.title {
	margin-bottom: 25px;
	font-weight: 100;
	font-size: 60px;
	line-height: 1;
	color: #5214cc;
}
#grid .right>.dt>.cell>.text {
	font-size: 22px;
	line-height: 1.27273;
}
#grid .structure {
	position: relative;
}
#grid .structure>.title {
	padding-bottom: 5px;
	font-weight: 100;
	font-size: 48px;
	line-height: 67px;
	color: #fff;
	background-color: #199fff;
}
ul.lsn {
	margin: 0;
	padding: 0;
	list-style: none;
}
#grid ul.lsn>li {
	text-indent: 35px;
}
#grid .structure .items>.item {
	position: relative;
	font-size: 30px;
	line-height: 1.25;
	color: #fff;
	background: url(../images/grid_structure_bg1.jpg) 50% 50% no-repeat;
	background-size: cover;
	border-top: 1px solid #fff;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-ms-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}
#grid .structure .items>.item.i2 {
	background: url(../images/grid_structure_bg2.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#grid .structure .items>.item:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(82, 20, 204, .6);
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
#grid .structure .items>.item:hover:before {
	background-color: rgba(255, 160, 0, 0);
}
#grid .structure .items>.item:after {
	content: '';
	position: absolute;
	top: 56px;
	left: 0;
	width: 100%;
	height: 128px;
	background: url(../images/grid_structure_img1.png) 50% 0 no-repeat;
}
#grid .structure .items>.item.i2:after {
	background: url(../images/grid_structure_img2.png) 50% 0 no-repeat;
}
#grid .structure .items>.item>span {
    position: relative;
}

@media (max-width: 1199px) and (min-width: 992px) {
	#grid.ok .left>.img {
		right: calc(50% - 431px);
	}
	#grid .right>.dt>.cell>.title {
		font-size: 48px;
	}
	#grid .right>.dt>.cell>.text {
		font-size: 20px;
	}
}

@media (min-width: 992px) {
	#grid .wrapper {
		height: 100vh;
		min-height: 980px;
	}
	#grid .col-sm-6 {
		height: 659px;
	}
	#grid .left:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 16px;
		height: 587px;
		background: url(../images/energosbyt_shadow.png) 0 0 no-repeat;
		z-index: 1;
	}
	#grid .right {
		padding-bottom: 81px;
	}
	#grid .structure {
		top: -72px;
	}
	#grid .structure .items>.item {
		padding: 210px 5px 0;
		height: 321px;
	}
}

@media (min-width: 992px) and (max-height: 1061px) and (min-height: 981px) {
	#grid .structure {
		top: calc(100vh - 1061px);
	}
}

@media (min-width: 992px) and (min-height: 1062px) {
	#grid .structure {
		top: 0;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#grid .wrapper {
		height: 620px;
	}
	#grid .left:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 8px;
		height: 362px;
		background: url(../images/energosbyt_shadow_sm.png) 0 0 no-repeat;
		z-index: 1;
	}
	#grid .col-sm-6 {
		height: 395px;
	}
	#grid.ok .left>.img {
		bottom: 0;
		right: calc(50% - 263px);
	}
	#grid.ok .left>.img>img {
		height: 391px;
	}
	#grid .left>.img>a {
		margin: -71px 0 0 -63px;
	}
	#grid .right {
		padding-bottom: 33px;
	}
	#grid .right>.dt>.cell>.title {
		margin-bottom: 10px;
		font-size: 36px;
	}
	#grid .right>.dt>.cell>.text {
		font-size: 14px;
	}
	#grid .structure {
		top: -33px;
	}
	#grid .structure>.title {
		padding: 6px 0 11px;
		font-size: 29px;
		line-height: 1;
	}
	#grid .structure .items>.item {
		padding: 130px 5px 0;
		height: 212px;
		font-weight: 400;
		font-size: 20px;
	}
	#grid .structure .items>.item:after {
		top: 54px;
		height: 64px;
		background: url(../images/grid_structure_img1.png) 50% 0 no-repeat;
		background-size: auto 64px;
	}
	#grid .structure .items>.item.i2:after {
		background: url(../images/grid_structure_img2.png) 50% 0 no-repeat;
		background-size: auto 64px;
	}
}

@media (min-width: 768px) {
	#grid .left>.img {
		right: -862px;
	}
	#grid .right>.dt {
		right: calc(100% + 15px);
	}
	#grid .right>.dt>.cell {
		padding-right: 50px;
	}
	#grid .structure>.title {
		position: relative;
		text-align: center;
	}
	#grid .structure .items:after {
		content: '';
		display: block;
		clear: both;
	}
	#grid .structure .items>.item {
		float: left;
		width: 50%;
		text-align: center;
		border-left: 1px solid #fff;
	}
	#grid .structure .items>.item:first-child {
		border-left: none;
	}
	#grid .structure .items>.item:after {
		left: 0;
		width: 100%;
	}
}

@media (max-width: 767px) {
	#grid>.ttl {
		position: relative;
		padding-top: 110px;
		background-color: rgba(255,255,255,.85);
		z-index: 8;
	}
	#grid .right {
		padding: 0;
		-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
		-moz-box-shadow: 0 2px 3px rgba(0,0,0,.3);
		box-shadow: 0 5px 12px rgba(0,0,0,.3);
		z-index: 7;
	}
	#grid .right>.dt {
		max-width: 100%;
	}
	#grid .right>.dt>.cell {
		padding: 15px;
		background-color: rgba(255,255,255,.85);
	}
	#grid .section_title {
		margin: 0;
		padding: 15px 15px 0;
		width: 100%;
		max-width: 500px;
		font-weight: 100;
		font-size: 30px;
		line-height: 1.1;
		color: #5214cc;
		z-index: 8;
	}
	#grid.current .section_title {
		padding: 5px 15px 8px;
		max-width: 100%;
		font-weight: 400;
		font-size: 22px;
	}
	#grid.current .section_title>.light {
		font-weight: 400;
	}
	#grid .right>.dt>.cell>.text {
		font-size: 16px;
	}
	#grid .img_b {
		position: relative;
		margin-top: -10vw;
		width: 100vw;
		height: 62vw;
		overflow: hidden;
	}
	#grid .img_b>img {
		margin-left: -3vw;
		width: 105vw;
	}
	#grid .img_b>a {
		margin-top: calc(5.5vw - 45px);
	}
	#grid .structure>.title {
		padding-left: 15px;
		font-size: 30px;
		line-height: 1.86667;
	}
	#grid .structure .items>.item {
		display: table;
		width: 100%;
		height: 123px;
		font-weight: 400;
		font-size: 20px;
		background: url(../images/grid_structure_bg1.jpg) 50% 50% no-repeat;
		background-size: cover;
	}
	#grid .structure .items>.item.i2 {
		background: url(../images/grid_structure_bg2.jpg) 50% 50% no-repeat;
		background-size: cover;
	}
	#grid .structure .items>.item>span {
		display: table-cell;
		padding: 0 15px 0 150px;
		vertical-align: middle;
	}
	#grid .structure .items>.item:after {
		top: 29px;
		width: 150px;
		height: 64px;
		background: url(../images/grid_structure_img1.png) 50% 0 no-repeat;
		background-size: auto 64px;
	}
	#grid .structure .items>.item.i2:after {
		background: url(../images/grid_structure_img2.png) 50% 0 no-repeat;
		background-size: auto 64px;
	}
}

@media (max-width: 383px) {
	#grid .structure .items>.item>span {
		padding-left: 110px;
	}
	#grid .structure .items>.item:after {
		width: 110px;
	}
}
/*** grid end ***/


/*** consumption ***/
#consumption .wrapper {
	padding: 0;
}
#consumption .wrapper>.dt>.cell {
	padding: 0 15px;
	vertical-align: bottom;
}
#consumption .col-sm-6 {
	overflow: hidden;
}
#consumption .right {
	padding: 0;
	z-index: 1;
}
#consumption .right>.img {
	position: absolute;
	bottom: 13px;
	-webkit-transition: 1s left .3s;
	-moz-transition: 1s left .3s;
	-ms-transition: 1s left .3s;
	-o-transition: 1s left .3s;
	transition: 1s left .3s;
}
#consumption.ok .right>.img {
	left: -80px;
}
#consumption .right>.img>a {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -45px;
	width: 90px;
	height: 90px;
	text-decoration: none;
	background-color: rgba(255,255,255,.7);
	border: 2px solid #199fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#consumption .right>.img>a>.play,
#consumption .img_b>a>.play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -19px 0 0 -11px;
	border: 19px solid transparent;
	border-left: 34px solid #ff7f00;
}
#consumption .left>.dt {
	position: relative;
	-webkit-transition: left 1s;
	-moz-transition: left 1s;
	-ms-transition: left 1s;
	-o-transition: left 1s;
	transition: left 1s;
}
#consumption.ok .left>.dt {
	left: 0;
}
#consumption .left>.dt>.cell>.title {
	margin-bottom: 25px;
	text-align: right;
	font-weight: 100;
	font-size: 60px;
	line-height: 1;
	color: #ff4c34;
}
#consumption .left>.dt>.cell>.text {
	font-size: 22px;
	line-height: 1.27273;
}
#consumption .structure {
	position: relative;
}
#consumption .structure>.title {
	padding-bottom: 5px;
	font-weight: 100;
	font-size: 48px;
	line-height: 67px;
	color: #fff;
	background-color: #199fff;
}
#consumption .structure .items>.item {
	display: block;
	position: relative;
	font-size: 30px;
	line-height: 1.1;
	color: #fff;
	text-decoration: none;
	background: url(../images/consumption_structure_bg1.jpg) 50% 50% no-repeat;
	background-size: cover;
	border-top: 1px solid #fff;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-ms-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}
#consumption .structure .items>.item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 76, 52, 0.6);
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
#consumption .structure .items>.item:hover:before {
	background-color: rgba(0, 160, 255, 0);
}
#consumption .structure .items>.item.i2 {
	background: url(../images/consumption_structure_bg2.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#consumption .structure .items>.item.i3 {
	background: url(../images/consumption_structure_bg3.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#consumption .structure .items>.item:after {
	content: '';
	position: absolute;
	top: 57px;
	left: 0;
	width: 100%;
	height: 128px;
	background: url(../images/consumption_structure_img1.png) 50% 0 no-repeat;
}
#consumption .structure .items>.item.i2:after {
	background: url(../images/consumption_structure_img2.png) 50% 0 no-repeat;
}
#consumption .structure .items>.item.i3:after {
	background: url(../images/consumption_structure_img3.png) 50% 0 no-repeat;
}
#consumption .structure .items>.item>span {
    position: relative;
}

@media (max-width: 1269px) and (min-width: 1200px) {
	#consumption .left>.dt>.cell>.title {
		font-size: 56px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	#consumption.ok .right>.img {
		left: calc(50% - 440px);
	}
	#consumption .left>.dt>.cell>.title {
		font-size: 46px;
	}
	#consumption .structure .items>.item {
		font-size: 24px;
	}
}

@media (min-width: 992px) {
	#consumption .wrapper {
		height: 100vh;
		min-height: 980px;
	}
	#consumption .col-sm-6 {
		height: 659px;
	}
	#consumption .left {
		padding-bottom: 87px;
	}
	#consumption .right:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 15px;
		height: 587px;
		background: url(../images/nrg_overview_shadow.png) 0 0 no-repeat;
		z-index: 1;
	}
	#consumption .structure {
		top: -72px;
	}
	#consumption .structure .items>.item {
		padding: 205px 5px 0;
		height: 321px;
	}
}

@media (min-width: 992px) and (max-height: 1067px) and (min-height: 981px) {
	#consumption .structure {
		top: calc(100vh - 1067px);
	}
}

@media (min-width: 992px) and (min-height: 1068px) {
	#consumption .structure {
		top: 0;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#consumption .wrapper {
		height: 620px;
	}
	#consumption .left {
		padding-bottom: 33px;
	}
	#consumption.ok .right>.img {
		top: 4px;
		bottom: auto;
		left: calc(50% - 271px);
	}
	#consumption .col-sm-6 {
		height: 395px;
	}
	#consumption.ok .right>.img>img {
		height: 391px;
	}
	#consumption .right:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 8px;
		height: 362px;
		background: url(../images/nrg_overview_shadow_sm.png) 0 0 no-repeat;
		z-index: 1;
	}
	#consumption .right>.img>a {
		margin-top: -70px;
	}
	#consumption .left>.dt>.cell>.title {
		margin-bottom: 10px;
		font-size: 35px;
	}
	#consumption .left>.dt>.cell>.text {
		font-size: 14px;
	}
	#consumption .structure {
		top: -33px;
	}
	#consumption .structure>.title {
		padding: 6px 0 11px;
		font-size: 29px;
		line-height: 1;
	}
	#consumption .structure .items>.item {
		padding: 138px 5px 0;
		height: 212px;
		font-weight: 400;
		font-size: 20px;
	}
	#consumption .structure .items>.item:after {
		top: 54px;
		height: 64px;
		background: url(../images/consumption_structure_img1.png) 50% 0 no-repeat;
		background-size: auto 64px;
	}
	#consumption .structure .items>.item.i2:after {
		background: url(../images/consumption_structure_img2.png) 50% 0 no-repeat;
		background-size: auto 64px;
	}
	#consumption .structure .items>.item.i3:after {
		background: url(../images/consumption_structure_img3.png) 50% 0 no-repeat;
		background-size: auto 64px;
	}
}

@media (min-width: 768px) {
	#consumption .right>.img {
		left: -881px;
	}
	#consumption .left>.dt {
		left: calc(100% + 15px);
		float: right;
		max-width: 760px;
	}
	#consumption .structure>.title {
		position: relative;
		text-align: center;
	}
	#consumption .left>.dt>.cell>.text {
		float: right;
		max-width: 600px;
		text-align: right;
	}
	#consumption .structure .items:after {
		content: '';
		display: block;
		clear: both;
	}
	#consumption .structure .items>.item {
		float: left;
		width: 33.333%;
		text-align: center;
		border-left: 1px solid #fff;
	}
	#consumption .structure .items>.item:first-child {
		border-left: none;
	}
	#consumption .structure .items>.item:before {
		left: 0;
		width: 100%;
	}
}

@media (max-width: 767px) {
	#consumption>.ttl {
		position: relative;
		padding-top: 110px;
		background-color: rgba(255,255,255,.85);
		z-index: 8;
	}
	#consumption .left {
		padding: 0;
		-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
		-moz-box-shadow: 0 2px 3px rgba(0,0,0,.3);
		box-shadow: 0 5px 12px rgba(0,0,0,.3);
		z-index: 7;
	}
	#consumption .left>.dt>.cell {
		padding: 15px;
		background-color: rgba(255,255,255,.85);
	}
	#consumption .section_title {
		margin: 0;
		padding: 15px 15px 0;
		max-width: 500px;
		font-weight: 100;
		font-size: 30px;
		line-height: 1.1;
		color: #ff4c34;
	}
	#consumption.current .section_title {
		padding: 5px 15px 8px;
		max-width: 100%;
		font-weight: 400;
		font-size: 22px;
	}
	#consumption.current .section_title>.light {
		font-weight: 400;
	}
	#consumption .left>.dt>.cell>.text {
		font-size: 16px;
	}
	#consumption .right {
		overflow: visible;
	}
	#consumption .right>.img {
		bottom: 0;
	}
	#consumption.ok .right>.img {
		position: relative;
		left: 0;
		margin-top: -8vw;
		width: 100vw;
		height: 60vw;
		overflow: hidden;
	}
	#consumption .right>.img>img {
		margin-top: -10px;
		margin-left: -5vw;
		width: 110vw;
	}
	#consumption .right>.img>a {
		margin-top: calc(5.5vw - 45px);
	}
	#consumption .structure>.title {
		padding-left: 15px;
		font-size: 28px;
		line-height: 51px;
	}
	#consumption .structure .items>.item {
		display: table;
		width: 100%;
		height: 123px;
		font-weight: 400;
		font-size: 20px;
		background: url(../images/consumption_structure_bg1.jpg) 50% 50%/cover no-repeat;
	}
	#consumption .structure .items>.item.i2 {
		background: url(../images/consumption_structure_bg2.jpg) 50% 50%/cover no-repeat;
	}
	#consumption .structure .items>.item.i3 {
		background: url(../images/consumption_structure_bg3.jpg) 50% 50%/cover no-repeat;
	}
	#consumption .structure .items>.item>span {
		display: table-cell;
		padding: 0 15px 0 150px;
		vertical-align: middle;
	}
	#consumption .structure .items>.item:after {
		top: 29px;
		width: 150px;
		height: 64px;
		background: url(../images/consumption_structure_img1.png) 50% 0 no-repeat;
		background-size: auto 64px;
	}
	#consumption .structure .items>.item.i2:after {
		background: url(../images/consumption_structure_img2.png) 50% 0 no-repeat;
		background-size: auto 64px;
	}
	#consumption .structure .items>.item.i3:after {
		background: url(../images/consumption_structure_img3.png) 50% 0 no-repeat;
		background-size: auto 64px;
	}
}

@media (max-width: 383px) {
	#consumption .structure .items>.item>span {
		padding-left: 100px;
	}
	#consumption .structure .items>.item:after {
		width: 110px;
	}
}
/*** consumption end ***/


/*** mp ***/
#mp {
	background-color: #ff7f00;
}
#mp .title_sec {
	font-weight: 100;
	font-size: 50px;
	line-height: 1.2;
	color: #fff;
}
#mp>.wrapper {
	padding: 0;
}
#mp>.wrapper:after {
	content: '';
	display: block;
	clear: both;
}
#mp>.wrapper>.imgs>.img {
	position: relative;
	float: left;
    background-size: cover;
}
#mp>.wrapper>.imgs>.img:hover:before {
    background-color: rgba(0, 128, 255, 0);
}
#mp>.wrapper>.imgs>.img>.logo {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -63px 0 0 -104px;
}

@media (max-width: 1399px) and (min-width: 1200px) {
	#mp>.wrapper>.imgs>.img>.logo {
		margin: -54px 0 0 -90px;
		width: 180px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	#mp .title_sec {
		font-size: 36px;
	}
	#mp>.wrapper>.imgs>.img>.logo {
		margin: -45px 0 0 -75px;
		width: 150px;
	}
}

@media (min-width: 992px) {
	#mp>.wrapper .dt {
		width: 34.35vw;
		height: 30.6122449vh;
		min-height: 270px;
	}
	#mp>.wrapper>.imgs>.img {
		width: calc(15.488vw + 1px);
		height: 30.6122449vh;
		min-height: 270px;
		border-right: 1px solid #fff;
	}
	#mp>.wrapper>.imgs>.img:first-child {
		border-left: 1px solid #fff;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#mp>.wrapper .dt {
		width: 28%;
		height: 135px;
	}
	#mp .title_sec {
		font-size: 22px;
	}
	#mp>.wrapper>.imgs>.img {
		width: 18%;
		height: 135px;
		border-left: 1px solid #fff;
	}
	#mp>.wrapper>.imgs>.img>.logo {
		margin: -39px 0 0 -65px;
		width: 130px;
	}
}

@media (min-width: 768px) {
	#mp>.wrapper .dt {
		float: left;
		text-align: right;
	}
	#mp>.wrapper .dt>.cell {
		padding-right: 2.5813vw;
	}
}

@media (max-width: 767px) {
	#mp {
		margin-top: -26px;
	}
	#mp .ttl {
		height: 138px;
	}
	#mp .section_title {
		margin: 0;
		padding: 15px 10px 0;
		width: 100%;
		max-width: 100%;
		text-align: center;
		font-weight: 100;
		font-size: 26px;
		line-height: 1.3;
		color: #fff;
	}
	#mp.current .section_title {
		padding: 5px 15px 8px;
		font-weight: 400;
		font-size: 22px;
		line-height: 1;
		color: #ff7f00;
	}
	#mp.current .section_title>br {
		display: none;
	}
	#mp>.wrapper>.imgs {
		border-top: 1px solid #fff;
	}
	#mp>.wrapper>.imgs>.img {
		width: 50%;
		height: 50vw;
		border-bottom: 1px solid #fff;
	}
	#mp>.wrapper>.imgs>.img:nth-child(even) {
		position: relative;
	}
	#mp>.wrapper>.imgs>.img:nth-child(even):after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 1px;
		height: 100%;
		background-color: #fff;
	}
	#mp>.wrapper>.imgs>.img>.logo {
		margin: -45px 0 0 -75px;
		width: 150px;
	}
}
/*** mp end ***/


/*** related_solutions ***/
#related_solutions {
	background-color: #199fff;
	overflow: hidden;
}
#related_solutions .related_solutions {
	background-color: #fff;
}
#related_solutions .more {
	color: #fff;
}
#related_solutions .more .title_sec {
	font-weight: 100;
    font-size: 50px;
    line-height: 1.3;
	color: #fefefe;
}
#related_solutions .more .title_sec>.red {
	color: #ff7f00;
}
#related_solutions .related_solutions .wrapper {
	padding-left: 5vw;
}
#related_solutions .related_solutions .title_sec {
	margin-bottom: 40px;
	font-weight: 100;
    font-size: 50px;
    line-height: 1.1;
	color: #199fff;
}
#related_solutions .related_solutions .subtitle {
	margin-bottom: 50px;
	padding-right: 30px;
    font-size: 22px;
    line-height: 1.25;
}
#related_solutions .more .booklet {
	display: block;
	margin: 55px 0 50px;
	color: #fff;
	text-decoration: none;
}
#related_solutions .more .booklet>img {
    float: right;
    border: 2px solid #fff;
}
#related_solutions .more .booklet>.text {
    float: right;
    margin: 2px 20px 0 0;
	line-height: 25px;
}
#related_solutions .more .btn.btn_bdwhite {
	margin-top: 40px;
	color: #ff7f00;
}
#related_solutions .related_solutions .item {
	position: relative;
	display: block;
	padding-left: 30px;
	text-decoration: none;
}
#related_solutions .related_solutions .item:before {
	content: '';
	position: absolute;
	top: 14px;
	left: 0;
	width: 12px;
	height: 12px;
	background-color: #ff7f00;
}
#related_solutions .related_solutions .item>.text {
	font-size: 32px;
	line-height: 36px;
	color: #424242;
}
#related_solutions .related_solutions .item:hover>.text {
	border-bottom: 1px dotted;
}

@media (max-width: 1299px) and (min-width: 1200px) {
	#related_solutions .more .title_sec {
		font-size: 48px;
	}
	#related_solutions .related_solutions .item>.text {
		font-size: 30px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	#related_solutions .more .title_sec {
		font-size: 38px;
	}
	#related_solutions .related_solutions .title_sec {
		font-size: 44px;
	}
	#related_solutions .related_solutions .item>.text {
		font-size: 24px;
	}
}

@media (min-width: 992px) {
	#related_solutions .wrapper {
		height: 69.3877551vh;
		min-height: 710px;
	}
	#related_solutions .more {
		width: 34.35vw;
		font-size: 24px;
	}
	#related_solutions .more .wrapper {
		padding-right: 2.5vw;
	}
	#related_solutions .more .wrapper>.dt {
		float: right;
		max-width: 430px;
	}
	#related_solutions .related_solutions {
		width: calc(61.952vw + 4px);
	}
	#related_solutions .related_solutions .item {
		margin-top: 19px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#related_solutions .more {
		width: 28%;
	}
	#related_solutions .related_solutions {
		width: 72%;
	}
	#related_solutions .wrapper {
		height: 484px;
	}
	#related_solutions .more .wrapper {
		padding-left: 10px;
	}
	#related_solutions .more .title_sec {
		font-size: 22px;
	}
	#related_solutions .more .booklet {
		margin: 25px 0 20px;
	}
	#related_solutions .more .booklet>.text,
	#related_solutions .more .lbl {
		display: block;
		float: none;
		margin: 0 0 10px;
		font-size: 16px;
		line-height: 1.3;
	}
	#related_solutions .more .btn.btn_bdwhite {
		margin-top: 5px;
	}
	#related_solutions .related_solutions .title_sec {
		margin-bottom: 20px;
		font-size: 36px;
	}
	#related_solutions .related_solutions .subtitle {
		margin-bottom: 15px;
		font-size: 18px;
	}
	#related_solutions .related_solutions .item {
		padding-left: 20px;
	}
	#related_solutions .related_solutions .item:before {
		width: 9px;
		height: 9px;
	}
	#related_solutions .related_solutions .item>.text {
		margin-right: 45px;
		font-size: 20px;
	}
	#related_solutions .related_solutions .item {
		margin-top: 10px;
	}
}

@media (min-width: 768px) {
	#related_solutions {
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	#related_solutions .more {
		float: left;
		text-align: right;
	}
	#related_solutions .related_solutions {
		float: left;
	}
}

@media (max-width: 767px) {
	#related_solutions {
		border-top: none;
	}
	#related_solutions .more,
	#related_solutions .related_solutions {
		position: relative;
	}
	#related_solutions .more {
		margin: 0 auto;
		padding-bottom: 45px;
		width: 290px;
		text-align: center;
	}
	#related_solutions .related_solutions {
		padding-bottom: 30px;
	}
	#related_solutions>section>.ttl {
		padding-top: 93px;
	}
	#related_solutions>.more>.ttl {
		height: 119px;
	}
	#related_solutions .section_title {
		margin: 0;
		padding: 15px 10px 0;
		width: 100%;
		max-width: 100%;
		text-align: center;
		font-weight: 100;
		font-size: 26px;
		color: #ff7f00;
	}
	#related_solutions>.more .section_title {
		line-height: 1.3;
		color: #fff;
	}
	#related_solutions .current .section_title {
		padding: 5px 15px 8px;
		max-width: 100%;
		font-weight: 400;
		font-size: 22px;
		line-height: 1;
		color: #ff7f00;
	}
	#related_solutions .related_solutions .subtitle {
		margin-bottom: 30px;
		text-align: center;
		font-size: 16px;
	}
	#related_solutions>.more.current .section_title>br {
		display: none;
	}
	#related_solutions .more .booklet {
		margin: 25px 0 20px;
	}
	#related_solutions .more .booklet>img {
		float: none;
	}
	#related_solutions .more .booklet>.text {
		float: none;
		display: inline-block;
		margin: 0 0 0 10px;
		vertical-align: middle;
		text-align: left;
		font-size: 22px;
	}
	#related_solutions .more .lbl {
		margin-bottom: 15px;
		font-size: 18px;
	}
	#related_solutions .related_solutions .items {
		margin: 0 auto;
		width: 290px;
	}
	#related_solutions .related_solutions .item {
		margin-bottom: 15px;
		padding-left: 20px;
	}
	#related_solutions .related_solutions .item:before {
		top: 8px;
		width: 9px;
		height: 9px;
	}
	#related_solutions .related_solutions .item>.text {
		float: none;
		padding-top: 2px;
		font-size: 22px;
		line-height: 1;
	}
}
/*** related_solutions end ***/


/*** mobile ***/
#mobile>.wrapper {
	padding: 0;
}
#mobile .section_title {
	padding-bottom: 20px;
	color: #ff7f00;
}
#mobile .subtitle,
#mobile .items>.item>.text {
    font-size: 22px;
	line-height: 1.25;
}
#mobile .items>.item>.title {
	margin-bottom: 15px;
	font-weight: 400;
    font-size: 26px;
	line-height: 1.1;
	color: #ff7f00;
}

@media (min-width: 1700px) {
	#mobile>.wrapper {
		min-height: 930px;
	}
}

@media (max-width: 1699px) and (min-width: 1500px) {
	#mobile>.wrapper {
		min-height: 890px;
	}
}

@media (max-width: 1499px) and (min-width: 1200px) {
	#mobile>.wrapper {
		min-height: 840px;
	}
}

@media (min-width: 1200px) {
	#mobile>.wrapper {
		padding-top: 60px;
	}
	#mobile .items>.item>.text {
		min-height: 104px;
	}
	#mobile .items>.item:first-child>.text {
		padding-left: 130px;
	}
	#mobile .items>.item>.text:before {
		top: 4px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	#mobile>.wrapper {
		min-height: 720px;
	}
	#mobile .items>.item:first-child {
		padding-right: 5px;
	}
	#mobile .items>.item>.title {
		font-size: 24px;
	}
	#mobile .items>.item:first-child>.text {
		padding-left: 115px;
	}
	#mobile .items>.item>.text {
		min-height: 100px;
		font-size: 18px;
	}
	#mobile .items>.item>.text:before {
		top: 0;
	}
}

@media (min-width: 992px) {
	#mobile>.wrapper {
		height: 100vh;
	}
	#mobile .subtitle {
		margin-bottom: 40px;
	}
	#mobile .items>.item>.text {
		position: relative;
		padding-left: 80px;
	}
	#mobile .items>.item>.text:before {
		content: '';
		position: absolute;
		left: 0;
		width: 50px;
		height: 100px;
		background: url(../images/sprite.png) -101px -426px no-repeat;
	}
	#mobile .items>.item:first-child>.text:before {
		width: 100px;
		background-position: 0 -426px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#mobile>.wrapper {
		padding-top: 60px;
	}
	#mobile .subtitle {
		margin-bottom: 15px;
		font-size: 20px;
	}
	#mobile .items>.item {
		padding: 5px 50px 0 145px;
		min-height: 124px;
	}
	#mobile .items>.item:first-child {
		min-height: 119px;
	}
	#mobile .items>.item:before {
		content: '';
		position: absolute;
		top: 5px;
		left: 52px;
		width: 50px;
		height: 100px;
		background: url(../images/sprite.png) -101px -426px no-repeat;
	}
	#mobile .items>.item:first-child:before {
		top: 0;
		left: 27px;
		width: 100px;
		background-position: 0 -426px;
	}
	#mobile .items>.item>.title {
		margin-bottom: 5px;
		font-size: 22px;
	}
	#mobile .items>.item>.text {
		font-size: 18px;
	}
}

@media (min-width: 768px) {
	#mobile .img {
		margin-top: 30px;
	}
	#mobile .img>img {
		width: 100%;
	}
}

@media (max-width: 767px) {
	#mobile>.wrapper {
		position: relative;
		margin-top: 23px;
	}
	#mobile>.wrapper>.dt>.cell>.container>.text-center>.ttl {
		padding-top: 89px;
	}
	#mobile .section_title {
		margin: 0;
		padding: 15px 0 0;
		width: 100%;
		font-weight: 100;
		font-size: 34px;
		line-height: 1;
		color: #ff7f00;
	}
	#mobile.current .section_title {
		padding: 5px 15px 8px;
		max-width: 100%;
		font-weight: 400;
		font-size: 22px;
	}
	#mobile .subtitle {
		margin: 15px 0;
		font-size: 16px;
	}
	#mobile .items {
		background-color: #00005c;
	}
	#mobile .items>.item {
		padding: 15px;
	}
	#mobile .items>.item>.title {
		position: relative;
		padding-left: 95px;
		height: 50px;
		font-weight: 200;
		font-size: 20px;
		color: #fff;
	}
	#mobile .items>.item:first-child {
		border-bottom: 1px solid #fff;
	}
	#mobile .items>.item>.title:before {
		content: '';
		position: absolute;
		top: 0;
		left: 15px;
		width: 50px;
		height: 50px;
		background: url(../images/sprite.png) -51px -223px no-repeat;
	}
	#mobile .items>.item:first-child>.title:before {
		background: url(../images/sprite.png) 0 -223px no-repeat;
	}
	#mobile .items>.item>.text {
		font-size: 16px;
		color: #fff;
	}
}

@media (max-width: 500px) {
	#mobile>.wrapper>.dt>.cell>.container>.text-center>.ttl {
		padding-top: 126px;
	}
	#mobile .section_title {
		max-width: 400px;
	}
}

@media (max-width: 359px) {
	#mobile .items>.item>.title {
		padding-left: 65px;
	}
	#mobile .items>.item>.title:before {
		left: 0;
	}
}
/*** mobile end ***/


/*** productive ***/
#productive>.wrapper {
	padding: 0;
}
#productive .section_title {
	color: #ff7f00;
}
#productive .subtitle {
    font-size: 22px;
	line-height: 1.25;
}
#productive .items .item {
	position: relative;
	height: 270px;
	font-size: 24px;
	line-height: 1.1666667;
	color: #fff;
	background-color: #8000ff;
}
#productive .btns {
	padding: 25px 0 30px;
}
#productive .btn.btn_bdlilac {
	font-weight: 700;
	font-size: 14px;
	color: #ff7f00;
	text-transform: uppercase;
}

@media (min-width: 1800px) {
	#productive .items>.row>.item .cell {
		padding-left: 50%;
	}
	#productive .items>.row>.item:before {
		top: 50%;
		left: 25%;
		margin: -50px 0 0 -50px;
	}
}

@media (max-width: 1799px) and (min-width: 992px) {
	#productive .items>.row>.item .cell {
		padding-top: 134px;
		text-align: center;
	}
	#productive .items>.row>.item:before {
		top: 22px;
		left: 50%;
		margin-left: -50px;
	}
}

@media (min-width: 1200px) {
	#productive>.wrapper {
		padding-top: 60px;
		min-height: 900px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	#productive>.wrapper {
		min-height: 850px;
	}
}

@media (min-width: 992px) {
	#productive>.wrapper {
		height: 100vh;
	}
	#productive .subtitle {
		margin-bottom: 40px;
	}
	#productive .items>.row>.item:before {
		content: '';
		position: absolute;
		width: 100px;
		height: 100px;
		background: url(../images/sprite.png) 0 -21px no-repeat;
	}
	#productive .items>.row>.item.i2:before {
		background-position: -101px -21px;
	}
	#productive .items>.row>.item.i3:before {
		background-position: -202px -21px;
	}
	#productive .items>.row>.item.i4:before {
		background-position: -303px -21px;
	}
	#productive .items>.row>.item.i5:before {
		background-position: 0 -122px;
	}
	#productive .items>.row>.item.i6:before {
		background-position: -101px -122px;
	}
	#productive .items>.row>.item.i7:before {
		background-position: -202px -122px;
	}
	#productive .items>.row>.item.i8:before {
		background-position: -303px -122px;
	}
	#productive .btn.btn_bdlilac {
		padding: 9px 32px;
	}
	#productive .btns>.lbl {
		padding-left: 25px;
		vertical-align: middle;
		font-weight: 100;
		font-size: 28px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#productive>.wrapper {
		padding-top: 60px;
	}
	#productive .subtitle {
		margin-bottom: 15px;
		font-size: 20px;
	}
	#productive .items .item {
		height: 160px;
		font-size: 19px;
	}
	#productive .items>.row>.item:before {
		content: '';
		position: absolute;
		top: 18px;
		left: 50%;
		margin-left: -25px;
		width: 50px;
		height: 50px;
		background: url(../images/sprite.png) 0 -223px no-repeat;
	}
	#productive .items>.row>.item.i2:before {
		background-position: -51px -223px;
	}
	#productive .items>.row>.item.i3:before {
		background-position: -102px -223px;
	}
	#productive .items>.row>.item.i4:before {
		background-position: -153px -223px;
	}
	#productive .items>.row>.item.i5:before {
		background-position: 0 -274px;
	}
	#productive .items>.row>.item.i6:before {
		background-position: -51px -274px;
	}
	#productive .items>.row>.item.i7:before {
		background-position: -102px -274px;
	}
	#productive .items>.row>.item.i8:before {
		background-position: -153px -274px;
	}
	#productive .items>.row>.item .cell {
		padding-top: 70px;
		text-align: center;
	}
	#productive .btns {
		padding: 17px 0 20px;
	}
	#productive .btns>.lbl {
		padding-left: 20px;
		vertical-align: middle;
		font-size: 22px;
	}
}

@media (min-width: 768px) {
	#productive .items>.row:first-child>.item {
		border-bottom: 1px solid #fff;
	}
	#productive .items>.row>.item {
		border-left: 1px solid #fff;
	}
	#productive .items>.row>.item:first-child {
		border-left: none;
	}
}

@media (max-width: 767px) {
	#productive>.wrapper>.dt>.cell>.container>.text-center>.ttl {
		padding-top: 89px;
	}
	#productive .section_title {
		margin: 0;
		padding: 15px 0 0;
		width: 100%;
		font-weight: 100;
		font-size: 34px;
		line-height: 1;
		color: #ff7f00;
	}
	#productive .section_title>span {
		font-size: 24px;
	}
	#productive.current .section_title {
		padding: 5px 15px 8px;
		max-width: 100%;
		font-weight: 400;
		font-size: 22px;
	}
	#productive .subtitle {
		margin: 15px 0;
		font-size: 16px;
	}
	#productive .items .item {
		height: 99px;
		font-size: 18px;
		border-top: 1px solid #fff;
	}
	#productive .items>.row:first-child>.item:first-child {
		border-top: none;
	}
	#productive .items>.row>.item:before {
		content: '';
		position: absolute;
		top: 24px;
		left: 25%;
		margin-left: -25px;
		width: 50px;
		height: 50px;
		background: url(../images/sprite.png) 0 -223px no-repeat;
	}
	#productive .items>.row>.item.i2:before {
		background-position: -51px -223px;
	}
	#productive .items>.row>.item.i3:before {
		background-position: -102px -223px;
	}
	#productive .items>.row>.item.i4:before {
		background-position: -153px -223px;
	}
	#productive .items>.row>.item.i5:before {
		background-position: 0 -274px;
	}
	#productive .items>.row>.item.i6:before {
		background-position: -51px -274px;
	}
	#productive .items>.row>.item.i7:before {
		background-position: -102px -274px;
	}
	#productive .items>.row>.item.i8:before {
		background-position: -153px -274px;
	}
	#productive .items>.row>.item .cell {
		padding: 0 15px 0 43%;
	}
	#productive .btn.btn_bdlilac {
		margin-bottom: 5px;
	}
	#productive .btns>.lbl {
		font-size: 16px;
	}
}
/*** productive end ***/

/* home end */


/* footer */
footer {
	color: #fff;
	background-color: #545454;
}
footer>.wrapper {
	margin: 0 auto;
	max-width: 1200px;
}
footer .wrapper>.row>.col-sm-4.company>.title {
	color: #ff7f00;
}
footer .wrapper>.row>.col-sm-4.product>.title {
	color: #ff7f00;
}
footer .wrapper>.row>.col-sm-4.support>.title {
	color: #ff7f00;
}
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 .bottom {
	padding: 15px 0;
	border-top: 1px solid;
}
footer .company .item .bottom {
	border-color: #ff7f00;
}
footer .product .item .bottom {
	border-color: #ff7f00;
}
footer .support .item .bottom {
	border-color: #ff7f00;
}
footer .item .bottom .desc {
	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) -152px -377px 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: -178px -423px;
}
footer .item .bottom .video,
footer .item .bottom .email.e2 {
	padding-top: 0;
}
footer .item .bottom .email.e2:before {
	top: 0;
	background-position: -178px -423px
}
footer .item .bottom .video:before {
	left: 0;
	width: 43px;
	height: 31px;
	background-position: -220px -425px;
}

@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: 15px;
	}
	footer .item {
		padding: 10px 10px 15px 15px;
	}
	footer .item .menu li>a {
		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: 10px;
	}
	footer .item {
		padding: 10px 10px 15px;
	}
	footer .item .menu li>a {
		font-size: 15px;
	}
	footer .item .bottom .phones {
		padding-top: 0;
	}
	footer .item .bottom .phone.p2 {
		margin-bottom: 0;
	}
	footer .item .bottom .email {
		padding-top: 0;
		font-size: 14px;
	}
	footer .item .bottom .email:before {
		top: 0;
	}
	footer .item .bottom .phone.p2>.desc {
		display: inline-block;
		margin-left: 9px;
		min-width: 110px;
	}
}

@media (min-width: 768px) {
	footer .item {
		height: 231px;
		border: 1px solid #ff7f00;
	}
	footer .product .item {
		border: 1px solid #ff7f00;
	}
	footer .support .item {
		border: 1px solid #ff7f00;
	}
	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;
	}
	footer .item .bottom .phone {
		line-height: 0.8;
	}
}

@media (max-width: 767px) {
	footer {
		padding: 17px 0 20px;
	}
	footer .wrapper>.row>.title {
		padding: 0 0 0 12px;
		font-size: 24px;
		color: #ff7f00;
	}
	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 .item .bottom {
		padding-bottom: 0;
		font-size: 18px;
	}
	footer .item .bottom .phones {
		padding-left: 50px;
		min-height: 0;
		font-size: 20px;
		line-height: 0.8;
	}
	footer .item .bottom .phones:before {
		top: 50%;
		left: 20px;
		margin-top: -20px;
		width: 20px;
		height: 40px;
		background-position: -297px -401px;
	}
	footer .item .bottom .phone.p1 {
		margin: 0 0 12px 12px;
	}
	footer .item .bottom .desc {
		font-size: 15px;
	}
	footer .item .bottom .email {
		margin-top: 20px;
		padding: 15px 0;
		border-top: 1px solid #ff7f00;
	}
	footer .item .bottom .email,
	footer .item .bottom .video {
		padding-left: 62px;
	}
	footer .item .bottom .email:before,
	footer .item .bottom .video:before {
		top: 50%;
		left: 15px;
		margin-top: -11px;
		width: 31px;
		height: 23px;
		background-position: -264px -401px;
	}
	footer .item .bottom .video:before {
		width: 32px;
		background-position: -264px -425px;
	}
}

@media (max-width: 400px) {
	footer .item .bottom .phone.p2>.desc {
		display: inline-block;
		margin-left: 12px;
		min-width: 160px;
	}
}

/* footer end */


/* button */
.btn.btn_bdwhite,
.btn.btn_bdblue,
.btn.btn_bdlilac {
	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;
	outline: none;
}
.btn.btn_bdblue {
	color: #000;
	border: 1px solid #00a0ff;
}
.btn.btn_bdlilac {
	font-weight: 200;
	color: #673ab7;
	text-transform: none;
	border: 1px solid #000;
}
/* 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;
  }
.has-error .recaptcha {
 border: 1px solid #f44336;
}
/* 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;
}
.light {
	font-weight: 200;
}
.normal {
	font-weight: 400;
}
.bold {
	font-weight: 700;
}
.vat {
	vertical-align: top;
}
.vam {
	vertical-align: middle;
}
.ttu {
	text-transform: uppercase;
}
.tdn {
	text-decoration: none !important;
}
.fn {
	font-size: 11px;
}
/* helper classes end */