/**********************************************************************************************************************/
/*************************************************DEFAULT STYLE********************************************************/
/**********************************************************************************************************************/
* {
	margin: 0;
	padding: 0;
}
html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	width: 100%;
	min-width: 1200px;
	min-height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Montserrat";
	font-weight: 400;
	color: #242e47;
	font-size: 16px;
	line-height: normal;
	overflow: auto;
	background: #fff;
}
#page {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 100%;
	z-index: 0;
	overflow: hidden;
}
.page-content {
	padding-bottom: 850px;
}
.container {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	z-index: 5;
}
.row {
	padding-left: 15px;
	padding-right: 15px;
}
.row-out {
	margin-right: -15px;
	margin-left: -15px;
}
.container:before,
.container:after,
.row:before,
.row:after {
	display: table;
	content: " ";
}
.container:after,
.row:after {
	clear: both;
}
/**********************************************************************************************************************/
/**************************************************CUSTOM STYLE********************************************************/
/**********************************************************************************************************************/
.inner-title {
	display: block;
	padding-bottom: 65px;
}
.inner-title span {
	font-size: 50px;
	font-weight: 200;
}
.inner-title b {
	font-size: 50px;
	font-weight: 700;
}
.inner-title i {
	display: block;
	font-size: 36px;
	font-weight: 200;
	font-style: normal;
	padding-top: 5px;
}
.inner-text {
	display: block;
}
.inner-text h2,
.inner-text h3,
.inner-text h4 {
	margin: 20px 0;
}
.inner-text p {
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
	font-size: 16px;
}
.inner-text p a, .inner-text ul a, .inner-text ol a {
	color: #995be3;
	text-decoration: underline;
}
.isotope .hidden {
	visibility: hidden;
	width: 0px !important;
	height: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
}

.inner-about .inner-text {
}
.inner-about .inner-text ul,
.inner-about .inner-text ol {
	line-height: 30px;
	margin-bottom: 10px;
}
.inner-about .inner-text ul li,
.inner-about .inner-text ol li {
}
.inner-about .inner-text p {
	margin: 0 0 10px 0;
}
.inner-about .inner-text h2 {
	margin: 30px 0;
}

input,
textarea {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #242e47;
	font-size: 15px;
	border: 0;
	padding: 0 25px;
	background: #f2f4f9;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
}
.field-contactform-code input {
	width: 40%;
}
textarea {
	line-height: 20px;
	padding: 20px 25px;
}
button,
.link a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border: 0;
	background: #995be3;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
}
::-webkit-input-placeholder {
	color: #8b96b3;
}
::-moz-placeholder {
	color: #8b96b3;
}
:-moz-placeholder {
	color: #8b96b3;
}
:-ms-input-placeholder {
	color: #8b96b3;
}

/**************************************************SLIDER STYLE********************************************************/
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: "";
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/************************************************ACCORDION STYLE*******************************************************/
.accordion {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 0;
}
.accordion-section-title {
	position: relative;
	display: table;
	width: 100%;
	padding: 7px 0;
	text-align: left;
	cursor: pointer;
	margin-bottom: 30px;
	color: #242e47;
	border: 10px solid #e3e6ee;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
}
.accordion-section-title b {
	display: table-cell;
	vertical-align: middle;
	padding: 0 40px;
	font-size: 18px;
	width: 100%;
	text-align: left;
	line-height: 25px;
	font-weight: 600;
}
.accordion-section-title i {
	display: table-cell;
	vertical-align: middle;
	width: auto;
	font-size: 18px;
	padding-right: 55px;
	font-style: normal;
}
.accordion-section-title.active,
.accordion-section-title:hover {
	color: #b141e1;
	opacity: 1;
}
.accordion-section-title:before {
	content: "";
	position: absolute;
	left: -16px;
	top: 50%;
	margin-top: -16px;
	width: 32px;
	height: 32px;
	background-image: url("../img/inner/str-act3.png");
	background-repeat: no-repeat;
	background-position: center bottom;
}
@-moz-document url-prefix() {
	.accordion-section-title:before {
		left: -10px;
	}
}
.accordion-section-title.active:before,
.accordion-section-title:hover:before {
	background-position: center top;
}
.accordion-section-title:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -16px;
	width: 32px;
	height: 32px;
	background-image: url("../img/inner/str-act2.png");
	background-repeat: no-repeat;
	background-position: center top;
}
@-moz-document url-prefix() {
	.accordion-section-title:after {
		right: 15px;
	}
}
.accordion-section-title.active:after {
	background-position: center bottom;
}
.accordion-section-content {
	position: relative;
	vertical-align: top;
	display: none;
}
.accordion-section-content .data {
	position: relative;
	display: block;
	padding: 10px 0 40px 50px;
}
.accordion-section-content p {
	font-size: 16px;
	line-height: 25px;
}
/***************************************************POPUP STYLE********************************************************/
.popup {
	display: none; /*none*/
}
.popup.active {
	display: block;
	z-index: 100000;
}
.popup-overlay {
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.85;
}
.popup-overlay:before {
	display: block;
	content: " ";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: rgb(53, 65, 94);
	opacity: 1 !important;
}
.popup-content {
	visibility: hidden; /*hidden*/
}
.popup-content {
	position: absolute;
	width: 1050px;
	height: 730px;
	opacity: 1;
	z-index: 200000;
	top: 8%;
	left: 50%;
	margin-left: -525px;
	padding: 60px;
	background: #242e47;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
}
.popup.shop .popup-content {
	top: 5%;
	height: auto;
}
.popup-content .popup-info {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.popup-content .close-popup {
	position: absolute;
	top: -50px;
	right: -50px;
	cursor: pointer;
	z-index: 20000;
	text-align: center;
	transition: all 0.3s;
	opacity: 1;
}
.popup-content .close-popup:hover {
	opacity: 0.8;
}
.fadeIn {
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;
	animation-duration: 0.5s;
	-webkit-animation-duration: 0.5s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
}
@keyframes fadeIn {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}
@-webkit-keyframes fadeIn {
	0% {
		-webkit-transform: scale(0);
		opacity: 0;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}
/*************************************************COMBOBOX STYLE*******************************************************/
.combobox-wrapper {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.combobox-text {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #fff;
	padding: 0 55px 0 25px;
	font-size: 14px;
	cursor: pointer;
	z-index: 56;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
}
.combobox-button {
	position: absolute;
	width: 32px;
	height: 32px;
	background-image: url("../img/inner/combo-ic.png");
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	top: 50%;
	margin-top: -16px;
	right: 10px;
	z-index: 60;
}
ul.combobox-options {
	position: absolute !important;
	width: 100%;
	top: 100%;
	left: 0;
	padding: 0;
	margin: 0;
	z-index: 55;
	list-style-type: none;
}
ul.combobox-options li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #fff;
	padding: 0;
	margin: 0;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	border-top: 1px solid #242e47;
}
ul.combobox-options li:first-child {
	border: 0;
}
ul.combobox-options li:hover {
	color: #995be3;
}
/**********************************************************************************************************************/
/**************************************************HEADER STYLE********************************************************/
/**********************************************************************************************************************/
.header {
	position: relative;
	width: 100%;
	height: 530px;
	padding: 0;
	margin: 0;
	z-index: 5;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url("../img/header/in-bg.png");
}
.header.splash {
	min-height: 970px;
	background-image: url("../img/header/spl-bg.jpg");
}
.header .top-area {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.header .top-area .clock {
	position: absolute;
	display: block;
	left: 50%;
	top: 0;
	margin-left: -140px;
	width: 280px;
	height: 154px;
	background-image: url("../img/header/time.png");
	background-repeat: no-repeat;
	background-position: center top;
}
.header .top-area .clock .date {
	display: block;
	text-align: center;
	color: #fff;
	padding-top: 10px;
}
.header .top-area .clock .time {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 43px;
	font-weight: 700;
	padding-top: 10px;
	letter-spacing: 2px;
}
.header .top-area .logo {
	position: relative;
	display: table;
	float: left;
	padding: 25px 0 0 0;
	min-width: 220px;
	text-align: left;
}
.header .top-area .logo i {
	display: table-cell;
	vertical-align: middle;
}
.header .top-area .logo span {
	display: table-cell;
	vertical-align: middle;
	font-weight: 100;
	padding: 0 0 0 5px;
	font-size: 33px;
	line-height: 0;
	color: #fff;
}
.header .top-area .lang {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 90px;
	padding: 42px 0 0 0;
	float: left;
}
.header .top-area .lang ul {
	position: relative;
	width: auto;
	font-size: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 1;
	text-align: center;
}
.header .top-area .lang ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	padding: 0;
	margin: 0 5px;
}
.header .top-area .lang ul li a {
	position: relative;
	display: block;
	text-align: center;
	vertical-align: top;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
}
.header .top-area .lang ul li a img {
	opacity: 0.3;
	border-radius: 25px;
}
.header .top-area .lang ul li a.active img,
.header .top-area .lang ul li a:hover img {
	opacity: 1;
}
.header .top-area .social {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 30px 0 0;
	padding: 42px 0 0 0;
	float: right;
}
.header .top-area .social ul {
	position: relative;
	width: auto;
	font-size: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 1;
	text-align: center;
}
.header .top-area .social ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	padding: 0;
	margin: 0 5px;
}
.header .top-area .social ul li a {
	position: relative;
	display: block;
	text-align: center;
	vertical-align: top;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
}
.header .top-area .copy {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 42px 0 0 0;
	float: right;
}
.header .top-area .brief-1 {
	position: absolute;
	top: 115px;
	right: 52%;
	color: #da5ff9;
	font-size: 16px;
	background: url("../img/header/br-ic1.png") no-repeat left center;
	padding: 0 0 0 35px;
	line-height: 24px;
}
.header .top-area .brief-2 {
	position: absolute;
	top: 115px;
	left: 52%;
	color: #8177ff;
	font-size: 16px;
	background: url("../img/header/br-ic2.png") no-repeat right center;
	padding: 0 35px 0 0;
	line-height: 24px;
}
.header .main-menu {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 58px 0 0 0;
}
.header .main-menu ul {
	position: relative;
	width: auto;
	height: 50px;
	font-size: 0;
	padding: 0;
	margin: 0;
	background: #b240e1;
	background: -moz-linear-gradient(left, #b240e1 0%, #7f74e5 50%, #3f9eea 100%);
	background: -webkit-linear-gradient(left, #b240e1 0%, #7f74e5 50%, #3f9eea 100%);
	background: linear-gradient(to right, #b240e1 0%, #7f74e5 50%, #3f9eea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b240e1', endColorstr='#3f9eea',GradientType=1 );
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	list-style-type: none;
	z-index: 1;
	text-align: center;
}
.header .main-menu ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	height: 40px;
	margin: 5px 0;
	padding: 0;
}
.header .main-menu ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 22px;
	line-height: 40px;
	font-size: 16px;
	white-space: nowrap;
	color: #fff;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	text-align: center;
	transition: all 0.3s;
}
.header .main-menu ul li a.active,
.header .main-menu ul li a:hover {
	opacity: 1;
	background: rgba(36, 46, 71, 0.5);
}
.header .title {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 70px 0 0 0;
	text-align: center;
}
.header .title h1,
.header .title h2,
.header .title span.h1,
.header .title span.h2 {
	display: block;
	font-size: 70px;
	color: #fff;
	font-weight: 100;
	text-transform: uppercase;
}
.header .title p {
	display: block;
	font-size: 36px;
	font-weight: 300;
	padding-top: 25px;
}
.header .title p.title_text {
	color: white;
	font-size: 16px;
}
.header .title p .col-1 {
	color: #00bef6;
}
.header .title p .col-2 {
	color: #cb3eee;
}
.header .title p .col-3 {
	color: #f0c600;
}
/**********************************************************************************************************************/
/**************************************************FOOTER STYLE********************************************************/
/**********************************************************************************************************************/
.footer {
	position: absolute;
	width: 100%;
	height: 850px;
	padding: 0;
	bottom: 0;
	background: #ffffff;
}
@-moz-document url-prefix() {
	.footer {
		height: 850px;
	}
}
.footer .contact {
	position: relative;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	background-image: url("../img/inner/bot-bg.png");
	background-repeat: no-repeat;
	background-position: center top;
	height: 760px;
}
.footer .contact .title {
	display: block;
	font-size: 50px;
	font-weight: 200;
	padding-bottom: 85px;
}
.footer .contact .form {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 710px;
	float: left;
	padding: 110px 0 0 0;
}
.footer .contact .form ul {
	position: relative;
	width: auto;
	font-size: 0;
	padding: 0;
	margin: 0 -10px;
	list-style-type: none;
	z-index: 1;
	text-align: center;
}
.footer .contact .form ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0 10px;
	margin: 0 0 25px 0;
	text-align: left;
}
.footer .contact .form ul li:nth-child(1),
.footer .contact .form ul li:nth-child(2) {
	width: 50%;
}
.footer .contact .form ul li:last-child {
	margin: 0;
}
.footer .contact .form ul li textarea {
	min-height: 160px;
}
.footer .contact .form ul li button {
	width: 190px;
	text-transform: capitalize;
}
.footer .contact .social {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 366px;
	float: right;
	padding: 110px 0 0 0;
}
.footer .contact .social .title {
	padding-left: 100px;
}
.footer .contact .social:before {
	content: "";
	position: absolute;
	left: 31px;
	top: 0;
	width: 2px;
	height: 270px;
	background: #f2f4f9;
}
.footer .contact .social:after {
	content: "";
	position: absolute;
	left: 31px;
	bottom: -342px;
	width: 2px;
	height: 660px;
	background: #747de6;
}
.footer .contact .social ul {
	position: relative;
	width: auto;
	font-size: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 1;
	text-align: center;
}
.footer .contact .social ul li {
	position: relative;
	display: table;
	width: 100%;
	padding: 0;
	margin: 0 0 15px 0;
	text-align: left;
}
.footer .contact .social ul li:last-child {
	margin: 0;
}
.footer .contact .social ul li i {
	display: table-cell;
	vertical-align: middle;
	width: 64px;
	height: 74px;
	text-align: center;
	background-image: url("../img/footer/soc-bg.png");
	background-repeat: no-repeat;
	background-position: center top;
}
.contact .social ul li i.vk {
	background-image: url("../img/footer/soc-vk-bg.png");
}
.contact .social ul li i.face {
	background-image: url("../img/footer/soc-face-bg.png");
}
.contact .social ul li i.goo {
	background-image: url("../img/footer/soc-goo-bg.png");
}
.contact .social ul li i.tube {
	background-image: url("../img/footer/soc-tube-bg.png");
}
.footer .contact .social ul li p {
	display: table-cell;
	vertical-align: middle;
	padding-left: 40px;
}
.footer .contact .social ul li p b {
	display: block;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 8px;
}
.footer .contact .social ul li p a {
	display: block;
	font-size: 16px;
	color: #242e47;
}
@-moz-document url-prefix() {
	.footer .contact .social {
		width: 365px;
	}
}
.footer .system {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 430px;
	margin-top: -65px;
	padding-top: 210px;
	background-image: url("../img/footer/sys-bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.footer .system .title {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.footer .system .title b {
	display: inline-block;
	vertical-align: top;
	width: auto;
	text-align: center;
	float: right;
	padding-right: 250px;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	line-height: 28px;
}
.footer .system .list {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 40px;
}
.footer .system .list ul {
	position: relative;
	width: auto;
	font-size: 0;
	padding: 0;
	margin: 0 -18px;
	list-style-type: none;
	z-index: 1;
	text-align: center;
}
.footer .system .list ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	margin: 0 15px;
}
.footer .system .list ul li a {
	display: block;
}
.footer .colophon {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 90px;
	background: #242e47;
}
.footer .colophon .logo {
	position: relative;
	display: table;
	height: 90px;
	float: left;
}
.footer .colophon .logo i {
	display: table-cell;
	vertical-align: middle;
	font-style: normal;
	font-size: 15px;
	color: #fff;
}
.footer .colophon .logo a {
	display: table-cell;
	vertical-align: middle;
	font-size: 15px;
	color: #fff;
	padding-left: 10px;
}
.footer .colophon .logo a span {
	display: inline-block;
	vertical-align: top;
	line-height: 40px;
	padding: 0 0 0 5px;
}
.footer .colophon .menu {
	position: relative;
	display: table;
	width: 920px;
	float: right;
}
.footer .colophon .menu ul {
	position: relative;
	width: auto;
	height: 90px;
	font-size: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 1;
	text-align: center;
}
.footer .colophon .menu ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	height: 30px;
	margin: 30px 0 0 0;
	padding: 0;
}
.footer .colophon .menu ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 10px;
	line-height: 30px;
	font-size: 13px;
	white-space: nowrap;
	color: #fff;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	text-align: center;
}
.footer .colophon .menu ul li a.active,
.footer .colophon .menu ul li a:hover {
	opacity: 1;
	background: #9f55e2;
}
/**********************************************************************************************************************/
/**************************************************SPLASH STYLE********************************************************/
/**********************************************************************************************************************/
.splash-content {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	z-index: 5;
}
/*******************************************SPLASH PROJECT SLIDER STYLE************************************************/
.project-slider {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: -480px;
	padding-bottom: 40px;
	background-image: url("../img/splash/shadow.png");
	background-repeat: no-repeat;
	background-position: 70% bottom;
}
.project-slider .block {
	position: relative;
	display: block;
	width: 100%;
	height: 657px;
	margin-top: 50px;
	background-image: url("../img/splash/desctop.png");
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 5;
}
.project-slider .slider-nav {
	position: relative;
	width: 858px;
	min-height: 540px;
	font-size: 0;
	padding: 0;
	margin: 0 auto;
	list-style-type: none;
	z-index: 1;
	text-align: center;
}
.project-slider .slider-nav .slider-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 540px;
	margin: 45px 0 0 0;
}
.project-slider .slider-nav .slider-item .image {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.project-slider .slider-for {
	position: absolute;
	top: -100px;
	right: -40px;
	width: 481px;
	height: 362px;
	padding: 85px;
	background-image: url("../img/splash/tool-bg.png");
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 5;
	text-align: left;
	visibility: visible;
	opacity: 1;
}
.project-slider .slider-for .text {
	display: block;
	font-size: 14px;
	line-height: 25px;
}
.project-slider .slider-for .text b {
	font-size: 18px;
	font-weight: 700;
}
.project-slider .slider-for .link {
	display: block;
	margin: 30px 0 0 0;
}
.project-slider .slider-for .link a {
	width: auto;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	font-size: 14px;
}
.project-slider .buttons {
	position: relative;
	display: block;
	width: 412px;
	height: 439px;
	margin: -280px auto 0 auto;
	padding: 300px 0 0 0;
	text-align: center;
	background-image: url("../img/splash/nav-bg.png");
	background-repeat: no-repeat;
	background-position: center top;
}
.project-slider .buttons a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	margin-top: 40px;
	background: #242d46;
	color: #fff;
	font-size: 14px;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
}
.project-slider .slick-dots {
	position: absolute;
	width: 100%;
	height: 16px;
	bottom: -110px;
	left: 0;
	z-index: 0;
	font-size: 0;
	text-align: center;
}
.project-slider .slick-dots li {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.project-slider .slick-dots li button {
	position: relative;
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	font-size: 0;
	margin: 0 3px;
}
.project-slider .slick-dots li button:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: 50%;
	margin-left: -4px;
	width: 8px;
	height: 8px;
	background: #705abe;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	opacity: 0;
	transition: all 0.2s;
}
.project-slider .slick-dots li.slick-active button:before {
	opacity: 1;
}
/***********************************************SPLASH ABOUT STYLE*****************************************************/
.splash-about {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: -100px;
	padding-bottom: 15px;
	z-index: 0;
}
.splash-about .title {
	display: block;
	line-height: 40px;
}
.splash-about .title i {
	font-size: 50px;
	font-style: normal;
	font-weight: 200;
}
.splash-about .title b {
	font-size: 50px;
	font-weight: 700;
}
.splash-about .title span {
	font-size: 36px;
	font-weight: 200;
}
.splash-about .left-block {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 450px;
	float: left;
}
.splash-about .left-block .text {
	display: block;
	margin-top: 50px;
}
.splash-about .left-block .text p {
	font-size: 15px;
	line-height: 28px;
	min-height: 310px;
}
.splash-about .left-block .text a {
	text-decoration: underline;
	color: #995be3;
}
.splash-about .left-block .link {
	display: block;
}
.splash-about .left-block .link a {
	width: auto;
	padding: 0 35px;
}
.splash-about .center-block {
	position: absolute;
	top: 55px;
	left: 50%;
	width: 176px;
	margin-left: -88px;
}
.splash-about .center-block:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -1px;
	width: 2px;
	height: 110%;
	background: #7e75e5;
}
.splash-about .center-block .list {
	display: block;
}
.splash-about .center-block .list ul {
	position: relative;
	width: auto;
	font-size: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 1;
	text-align: center;
}
.splash-about .center-block .list ul li {
	position: relative;
	display: table;
	width: 100%;
	height: 204px;
	margin: 15px 0 0 0;
	padding: 0;
	background-image: url("../img/splash/ab-circ.png");
	background-repeat: no-repeat;
	background-position: center top;
}
.splash-about .center-block .list ul li p {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}
.splash-about .center-block .list ul li p b {
	display: block;
	font-size: 43px;
	font-weight: 700;
	padding: 10px 0;
}
.splash-about .center-block .list ul li p span {
	display: block;
	font-size: 13px;
	line-height: 16px;
}
.splash-about .right-block {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 410px;
	float: right;
}
.splash-about .right-block .title {
	text-align: right;
}
.splash-about .right-block .list {
	display: block;
	margin-top: 70px;
}
.splash-about .right-block .list ul {
	position: relative;
	width: auto;
	font-size: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 1;
	text-align: center;
}
.splash-about .right-block .list ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 0 0 35px 0;
	padding: 0 0 0 20px;
	background-image: url("../img/splash/bul-ic.png");
	background-repeat: no-repeat;
	background-position: left 1px;
}
.splash-about .right-block .list ul li:last-child {
	margin: 0;
}
.splash-about .right-block .list ul li p {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-size: 16px;
	color: #242d46;
}
.splash-about .right-block .list ul li p:after {
	content: ".........................................................................................................";
	display: block;
	white-space: nowrap;
	overflow: hidden;
}
.splash-about .right-block .list ul li p span {
	float: left;
	z-index: 1;
}
.splash-about .right-block .list ul li p span b {
	font-weight: 700;
	text-transform: uppercase;
}
.splash-about .right-block .list ul li p i {
	float: right;
	font-style: normal;
	text-align: left;
	color: #995be3;
	z-index: 1;
}
.splash-about .right-block .list ul li p i b {
	font-weight: 700;
	font-size: 20px;
	line-height: 16px;
}
/*********************************************SPLASH QUICKFINDER STYLE*************************************************/
.splash-quick {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 608px;
	padding: 170px 0 0 0;
	z-index: 1;
	background-image: url("../img/splash/quick-bg.png");
	background-repeat: no-repeat;
	background-position: center top;
}
.splash-quick .list {
	display: block;
}
.splash-quick .list ul {
	position: relative;
	width: auto;
	font-size: 0;
	padding: 0;
	margin: 0 -40px;
	list-style-type: none;
	z-index: 1;
	text-align: center;
}
.splash-quick .list ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	margin: 0;
	padding: 0 30px;
}
.splash-quick .list ul li i {
	display: block;
	height: 70px;
	line-height: 70px;
}
.splash-quick .list ul li span {
	display: block;
	margin-top: 60px;
	font-size: 16px;
	color: #fff;
	line-height: 27px;
}
/*********************************************SPLASH REVIEWS STYLE*************************************************/
.splash-testimonial {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: -135px;
	padding: 100px 0;
	z-index: 0;
	background: #f2f4f9;
}
.splash-testimonial .title {
	display: block;
	padding-bottom: 65px;
}
.splash-testimonial .title span {
	display: block;
	font-size: 50px;
	font-weight: 200;
	line-height: 55px;
}
.splash-testimonial .title i {
	display: block;
	font-size: 36px;
	font-style: normal;
	font-weight: 200;
}
.splash-testimonial .reviews {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 710px;
	float: left;
}
.splash-testimonial .reviews .list {
	display: block;
}
.splash-testimonial .reviews ul {
	position: relative;
	width: auto;
	font-size: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 1;
	text-align: left;
}
.splash-testimonial .reviews ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 415px;
	height: 235px;
	margin: -70px 0 0 -15px;
	padding: 5px 15px 25px 15px;
	background-image: url("../img/splash/rev-bg1.png");
	background-repeat: no-repeat;
	background-position: center top;
}
.splash-testimonial .reviews ul li:first-child {
	margin: 0 0 0 -15px;
}
.splash-testimonial .reviews ul li:nth-child(even) {
	background-image: url("../img/splash/rev-bg2.png");
	float: right;
	z-index: 5;
	margin: -70px -15px 0 0;
}
.splash-testimonial .reviews ul li .box {
	display: block;
	width: 100%;
	height: 100%;
}
.splash-testimonial .reviews ul li .box .info {
	position: relative;
	display: table;
	width: 100%;
	height: 130px;
	padding: 0 20px;
	border-bottom: 1px solid #edeff0;
}
.splash-testimonial .reviews ul li .box .info .image {
	display: table-cell;
	vertical-align: middle;
}
.splash-testimonial .reviews ul li .box .info .image i {
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center top;
}
.splash-testimonial .reviews ul li .box .info .text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}
.splash-testimonial .reviews ul li .box .info .text b {
	display: block;
	font-size: 15px;
	color: #6288e7;
	font-weight: 500;
	padding-bottom: 10px;
}
.splash-testimonial .reviews ul li .box .info .text span {
	display: block;
	font-size: 13px;
	line-height: 18px;
}
.splash-testimonial .reviews ul li:nth-child(even) .box .info .text b,
.splash-testimonial .reviews ul li:nth-child(even) .box .info .text span {
	color: #fff;
}
.splash-testimonial .reviews ul li .box .date {
	position: relative;
	display: table;
	width: 100%;
	height: 45px;
	padding: 0 20px;
	color: #acb6c0;
}
.splash-testimonial .reviews ul li .box .date span {
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
}
.splash-testimonial .reviews ul li .box .date span i {
	display: inline-block;
	padding-left: 10px;
	font-style: normal;
}
.splash-testimonial .reviews ul li .box .date a {
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
	padding-right: 30px;
	text-align: right;
	color: #cb3eee;
}
.splash-testimonial .reviews .link {
	display: block;
	margin-top: 60px;
}
.splash-testimonial .reviews .link a {
	padding: 0 40px;
}
.splash-testimonial .process {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 365px;
	float: right;
	z-index: 1;
}
.splash-testimonial .process .title {
	padding-left: 100px;
	padding-bottom: 50px;
}
.splash-testimonial .process:before {
	content: "";
	position: absolute;
	left: 31px;
	top: 0;
	width: 2px;
	height: 110%;
	background: #7e75e5;
}
.splash-testimonial .process ul {
	position: relative;
	width: auto;
	font-size: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 1;
	text-align: center;
}
.splash-testimonial .process ul li {
	position: relative;
	display: table;
	width: 100%;
	padding: 0;
	margin: 0 0 15px 0;
	text-align: left;
}
.splash-testimonial .process ul li:last-child {
	margin: 0;
}
.splash-testimonial .process ul li i {
	display: table-cell;
	vertical-align: middle;
	width: 64px;
	height: 74px;
	text-align: center;
	background-image: url("../img/footer/soc-bg.png");
	background-repeat: no-repeat;
	background-position: center top;
}
.splash-testimonial .process ul li b {
	display: table-cell;
	vertical-align: middle;
	width: 90px;
	font-size: 60px;
	padding-left: 40px;
	padding-top: 5px;
	color: #dcdfe7;
	font-weight: 700;
}
.splash-testimonial .process ul li span {
	display: table-cell;
	vertical-align: middle;
	font-size: 15px;
	font-weight: 600;
	padding-left: 5px;
	line-height: 20px;
}
@-moz-document url-prefix() {
	.splash-testimonial .process {
		width: 364px;
	}
}
/***********************************************SPLASH SERVICES STYLE**************************************************/
.splash-services {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 0;
	padding: 150px 0 120px 0;
	z-index: 3;
	background: #242e47;
	background-image: url("../img/splash/serv-bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.splash-services .bonus {
	position: absolute;
	top: -300px;
	right: 142px;
	width: 411px;
	height: 438px;
}
.splash-services .bonus .box {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	padding-top: 30px;
	background-image: url("../img/splash/bon-bg.png");
	background-repeat: no-repeat;
	background-position: center top;
}
@-moz-document url-prefix() {
	.splash-services .bonus {
		right: 141px;
	}
}
.splash-services .bonus .box p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.splash-services .bonus .box p span {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}
.splash-services .bonus .box p b {
	display: block;
	font-size: 100px;
	color: #fff;
	font-weight: 700;
}
.splash-services .bonus .box p a {
	display: inline-block;
	vertical-align: top;
	width: auto;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border: 0;
	margin: 35px 0 0 0;
	padding: 0 45px;
	background: #242e47;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
}
.splash-services .bonus-min {
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -122px;
	width: 241px;
	height: 256px;
}
.splash-services .bonus-min:before {
	content: "";
	position: absolute;
	top: -165px;
	left: 50%;
	margin-left: -1px;
	width: 2px;
	height: 300px;
	background: #f2f4f9;
}
.splash-services .bonus-min .box {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	padding-top: 25px;
	background-image: url("../img/splash/bon-bg2.png");
	background-repeat: no-repeat;
	background-position: center top;
}
@-moz-document url-prefix() {
	.splash-services .bonus-min {
		margin-left: -121px;
	}
}
.splash-services .bonus-min .box p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.splash-services .bonus-min .box p span {
	display: block;
	font-size: 15px;
	line-height: 23px;
}
.splash-services .bonus-min .box p b {
	display: block;
	font-size: 70px;
	font-weight: 700;
	color: #995be3;
}
.splash-services .service {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 380px;
	float: left;
}
.splash-services .service .title {
	display: block;
	font-size: 50px;
	color: #fff;
	font-weight: 200;
	padding-bottom: 60px;
}
.splash-services .service .text {
	display: block;
	font-size: 15px;
	line-height: 24px;
	color: #fff;
	font-weight: 600;
	padding-bottom: 50px;
}
.splash-services .service .list {
	display: block;
}
.splash-services .service ul {
	position: relative;
	width: auto;
	font-size: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 1;
	text-align: center;
}
.splash-services .service ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0 0 0 30px;
	margin: 0 0 35px 0;
	text-align: left;
	background-image: url("../img/splash/bul-ic.png");
	background-repeat: no-repeat;
	background-position: left 2px;
}
.splash-services .service ul li a {
	display: inline-block;
	text-decoration: underline;
	color: #be8aff;
	font-size: 16px;
	font-weight: 200;
	white-space: nowrap;
}
.splash-services .service ul li:last-child {
	margin: 0;
}
.splash-services .partners {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 510px;
	float: right;
	margin-top: 200px;
}
.splash-services .partners .title {
	display: block;
	font-size: 50px;
	color: #fff;
	font-weight: 200;
	padding-bottom: 60px;
	text-align: right;
}
.splash-services .partners .list {
	display: block;
}
.splash-services .partners ul {
	position: relative;
	width: auto;
	font-size: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 1;
	text-align: center;
}
.splash-services .partners ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0;
	margin: 0;
}
.splash-services .partners ul li:nth-child(1),
.splash-services .partners ul li:nth-child(2) {
	border-bottom: 1px solid #475068;
}
.splash-services .partners ul li:nth-child(odd) {
	border-right: 1px solid #475068;
}
.splash-services .partners ul li a {
	display: block;
	height: 125px;
	line-height: 125px;
}
.splash-services .buttons {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 50px 0 0 0;
}
.splash-services .buttons .link.more {
	float: left;
}
.splash-services .buttons .link.all {
	float: right;
}
.splash-services .buttons .link a {
	width: 190px;
}
.splash-services .text {
	color: white;
	margin: 100px 0 0;
	font-size: 14px;
	line-height: 1.4;
}
.splash-services .text ol,
.splash-services .text ul {
	margin: 5px 0 5px 25px;
}
/***************************************************SPLASH SHOP STYLE**************************************************/
.splash-shop {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 100px 0;
	background: #f2f4f9;
}
.splash-shop .title {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.splash-shop .title span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	float: left;
	font-size: 30px;
	font-weight: 200;
}
.splash-shop .title span i {
	display: block;
	font-weight: 200;
	font-style: normal;
	font-size: 50px;
	padding-bottom: 15px;
}
.splash-shop .title span b {
	font-weight: 700;
}
.splash-shop .title a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	float: right;
	width: auto;
	height: 40px;
	padding: 0 30px;
	line-height: 38px;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	font-size: 14px;
	text-align: center;
	border: 1px solid #242e47;
	color: #242e47;
}
.splash-shop .title a:hover {
	background: #242e47;
	color: #f2f4f9;
	opacity: 1;
}
.splash-shop .list {
	display: block;
	margin: 70px 0 0 0;
}
.splash-shop .list ul {
	position: relative;
	width: auto;
	font-size: 0;
	padding: 0;
	margin: 0 -20px;
	list-style-type: none;
	z-index: 1;
	text-align: center;
}
.splash-shop .list ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 400px;
	padding: 0 20px;
	margin: 0;
	text-align: left;
}
.splash-shop .list ul li .box {
	display: block;
}
.splash-shop .list ul li .box .image {
	position: relative;
	display: block;
	cursor: pointer;
	background: url("../img/inner/bg_portfolio.png") no-repeat left top;
	background-size: 100% auto;
	-webkit-border-radius: 12px 12px 0 0;
	-moz-border-radius: 12px 12px 0 0;
	border-radius: 12px 12px 0 0;
}
.splash-shop .list ul li .box .image i {
	display: block;
	width: 100%;
	height: 262px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	background-repeat: no-repeat;
	background-position: center 15px;
}
.splash-shop .list ul li .box .image .overlay {
	position: absolute;
	left: 0;
	top: 15px;
	width: 100%;
	height: 247px;
	background-color: rgba(36, 46, 71, 0.8);
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	opacity: 0;
	transition: all 0.3s;
}
.splash-shop .list ul li .box .image .overlay span {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 50%;
	margin-left: -70px;
	width: 140px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
}
.splash-shop .list ul li .box .image:hover > .overlay {
	opacity: 1;
}
.splash-shop .list ul li .box .image .label {
	position: absolute;
	display: table;
	top: -20px;
	right: -10px;
	width: 70px;
	height: 52px;
	background-image: url("../img/inner/new.png");
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
}
.splash-shop .list ul li .box .image .label span {
	display: table-cell;
	vertical-align: middle;
	font-size: 15px;
	line-height: normal;
	color: #212738;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 6px;
}
.splash-shop .list ul li .box .desc {
	display: block;
	margin-top: 30px;
	font-size: 14px;
	line-height: 23px;
	height: 92px;
}
.splash-shop .list ul li .box .desc > span {
	display: inline-block;
}
.splash-shop .list ul li .box .price {
	display: block;
	margin-bottom: 7px;
	font-size: 30px;
	font-weight: 700;
}
.splash-shop .list ul li .box .links {
	display: block;
	text-align: right;
	float: right;
}
.splash-shop .list ul li .box .links:after {
	clear: both;
}
.splash-shop .list ul li .box .links a {
	display: inline-block;
	width: 100px;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	text-align: center;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
}
.splash-shop .list ul li .box .links a.demo {
	border: 1px solid transparent;
	background: #995be3;
	color: #fff;
}
.splash-shop .list ul li .box .links a.buy {
	border: 1px solid #242e47;
	color: #242e47;
}
.splash-shop .list ul li .box .links a.buy:hover {
	background: #242e47;
	color: #f2f4f9;
	opacity: 1;
}
/**********************************************************************************************************************/
/***************************************************INNER STYLE********************************************************/
/**********************************************************************************************************************/
.inner-content {
	position: relative;
	width: 100%;
	margin: -400px 0 0 0;
	padding: 490px 0 0 0;
	z-index: 0;
	background: #f2f4f9;
}
.inner-content ol,
.inner-content ul {
	margin: 10px 0 0 40px;
}
.inner-content ol li,
.inner-content ul li {
	margin-bottom: 5px;
}
.inner-content h1,
.inner-content h2,
.inner-content h3 {
	font-family: "Montserrat";
	font-weight: 200;
}
/************************************************INNER ABOUT STYLE*****************************************************/
.inner-about {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.inner-about .desc {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-bottom: 50px;
}
.inner-about .desc .alert_site {
	display: block;
	width: 100%;
	height: 77px;
	margin: 60px 0 0 0;
	background-image: url("../img/inner/cel-bg.png");
	background-repeat: no-repeat;
	background-position: center top;
}
.inner-about .desc .alert_site span {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.inner-about .tabs {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.inner-about .tabs .tabs-nav {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-bottom: 90px;
}
.inner-about .tabs .tabs-nav ul {
	position: relative;
	width: auto;
	font-size: 0;
	padding: 0;
	margin: 0 -10px;
	list-style-type: none;
	z-index: 1;
	text-align: left;
}
.inner-about .tabs .tabs-nav ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 10px;
}
.inner-about .tabs .tabs-nav ul li a {
	position: relative;
	display: table;
	width: 100%;
	height: 150px;
	text-align: center;
	color: #242e47;
	border: 10px solid #e3e6ee;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
}
.inner-about .tabs .tabs-nav ul li a span {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
}
.inner-about .tabs .tabs-nav ul li a span b {
	display: block;
	padding-top: 10px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
}
.inner-about .tabs .tabs-nav ul li a:before {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 37px;
	background: #f2f4f9;
}
.inner-about .tabs .tabs-nav ul li a:after {
	content: "";
	position: absolute;
	bottom: -18px;
	left: 50%;
	margin-left: -13px;
	width: 27px;
	height: 27px;
	background-image: url("../img/inner/str-act.png");
	background-repeat: no-repeat;
	background-position: center bottom;
}
@-moz-document url-prefix() {
	.inner-about .tabs .tabs-nav ul li a:after {
		bottom: -10px;
	}
}
.inner-about .tabs .tabs-nav ul li.ui-tabs-active a,
.inner-about .tabs .tabs-nav ul li a:hover {
	color: #a44fe2;
	opacity: 1;
}
.inner-about .tabs .tabs-nav ul li.ui-tabs-active a:after,
.inner-about .tabs .tabs-nav ul li a:hover:after {
	background-position: center top;
}
.inner-about .tabs .tabs-info {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 130px 0 200px 0;
	background-image: url("../img/inner/tab-bg.png");
	background-repeat: repeat-y;
	background-position: top;
}
.inner-about .tabs .tabs-info:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center top;
}
.inner-about .tabs #tabs-1.tabs-info:before {
	background-image: url("../img/inner/tab-bef-bg1.png");
}
.inner-about .tabs #tabs-2.tabs-info:before {
	background-image: url("../img/inner/tab-bef-bg2.png");
}
.inner-about .tabs #tabs-3.tabs-info:before {
	background-image: url("../img/inner/tab-bef-bg3.png");
}
.inner-about .tabs #tabs-4.tabs-info:before {
	background-image: url("../img/inner/tab-bef-bg4.png");
}
.inner-about .tabs .tabs-info .left {
	display: inline-block;
	vertical-align: top;
	width: 560px;
	float: left;
}
.inner-about .tabs .tabs-info .right {
	display: inline-block;
	vertical-align: top;
	width: 560px;
	float: right;
}
.inner-about .tabs .tabs-info .title {
	display: block;
	font-size: 50px;
	line-height: 70px;
	color: #fff;
	font-weight: 200;
	padding-bottom: 50px;
}
.inner-about .tabs #tabs-2.tabs-info .title,
.inner-about .tabs #tabs-3.tabs-info .title {
	padding-bottom: 75px;
}
.inner-about .tabs .tabs-info .text {
	display: block;
	padding-bottom: 70px;
}
.inner-about .tabs #tabs-2.tabs-info .text,
.inner-about .tabs #tabs-3.tabs-info .text {
	padding-bottom: 0;
}
.inner-about .tabs .tabs-info .text p {
	display: block;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
}
.inner-about .tabs .tabs-info .list {
	display: block;
}
.inner-about .tabs .tabs-info .list ul {
	position: relative;
	width: auto;
	font-size: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 1;
	text-align: left;
}
.inner-about .tabs #tabs-2.tabs-info .list ul,
.inner-about .tabs #tabs-3.tabs-info .list ul,
.inner-about .tabs #tabs-4.tabs-info .list ul {
	margin: 0 -20px;
}
.inner-about .tabs .tabs-info .list ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0;
	color: #fff;
}
.inner-about .tabs #tabs-2.tabs-info .list ul li,
.inner-about .tabs #tabs-3.tabs-info .list ul li,
.inner-about .tabs #tabs-4.tabs-info .list ul li {
	width: 50%;
	margin-bottom: 30px;
	padding: 0 20px;
}
.inner-about .tabs #tabs-2.tabs-info .list ul li:nth-child(n + 4),
.inner-about .tabs #tabs-3.tabs-info .list ul li:nth-child(n + 4),
.inner-about .tabs #tabs-4.tabs-info .list ul li:nth-child(n + 4) {
	margin: 0;
}
.inner-about .tabs .tabs-info .list ul li i {
	display: block;
	height: 50px;
	line-height: 50px;
}
.inner-about .tabs .tabs-info .list ul li b {
	display: block;
	font-size: 50px;
	font-weight: 700;
	padding-top: 40px;
}
.inner-about .tabs #tabs-2.tabs-info .list ul li b,
.inner-about .tabs #tabs-3.tabs-info .list ul li b,
.inner-about .tabs #tabs-4.tabs-info .list ul li b {
	padding-top: 0;
}
.inner-about .tabs .tabs-info .list ul li span {
	display: block;
	padding-top: 5px;
	font-size: 14px;
	line-height: 23px;
}
.inner-about .geo {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 702px;
	margin: -90px 0 0 0;
	padding: 100px 0 0 0;
	background-image: url("../img/inner/geqgr-bg.png");
	background-repeat: no-repeat;
	background-position: center top;
}
.inner-about .geo .bonus {
	position: absolute;
	top: -70px;
	left: 547px;
	width: 241px;
	height: 418px;
	background-image: url("../img/inner/geo-circ.png");
	background-repeat: no-repeat;
	background-position: center top;
}
@-moz-document url-prefix() {
	.inner-about .geo .bonus {
		left: 548px;
	}
}
.inner-about .geo .bonus p {
	position: absolute;
	top: 270px;
	left: 0;
	width: 100%;
	color: #fff;
	text-align: center;
}
.inner-about .geo .bonus p b {
	font-size: 42px;
	display: block;
	font-weight: 700;
}
.inner-about .geo .bonus p span {
	font-size: 14px;
	display: block;
}
.inner-about .geo .info {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 370px;
	float: right;
}
.inner-about .geo .info .inner-title {
	text-align: right;
	color: #fff;
}
.inner-about .geo .info .list {
	display: block;
}
.inner-about .geo .info .list ul {
	position: relative;
	width: auto;
	font-size: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 1;
	text-align: center;
}
.inner-about .geo .info .list ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0;
	margin: 0;
}
.inner-about .geo .info .list ul li:nth-child(1),
.inner-about .geo .info .list ul li:nth-child(2) {
	border-bottom: 1px solid #475068;
}
.inner-about .geo .info .list ul li:nth-child(odd) {
	border-right: 1px solid #475068;
}
.inner-about .geo .info .list ul li .box {
	display: table;
	width: 100%;
	height: 125px;
}
.inner-about .geo .info .list ul li .box p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.inner-about .geo .info .list ul li .box p b {
	display: block;
	font-size: 50px;
	font-weight: 700;
}
.inner-about .geo .info .list ul li:nth-child(1) .box p b {
	color: #aa69fb;
}
.inner-about .geo .info .list ul li:nth-child(2) .box p b {
	color: #8571ff;
}
.inner-about .geo .info .list ul li:nth-child(3) .box p b {
	color: #6f7be6;
}
.inner-about .geo .info .list ul li:nth-child(4) .box p b {
	color: #5c9cf2;
}
.inner-about .geo .info .list ul li .box p span {
	display: block;
	font-size: 14px;
	color: #fff;
}
.inner-about .team {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-bottom: 80px;
}
.inner-about .team .inner-title {
	padding-bottom: 0;
}
.inner-about .team .list {
	display: block;
}
.inner-about .team .list ul {
	position: relative;
	width: auto;
	font-size: 0;
	padding: 0;
	margin: 0 -20px;
	list-style-type: none;
	z-index: 1;
	text-align: center;
	display: none;
}
.inner-about .team .list ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 20px;
	margin: 120px 0 0 0;
}
.inner-about .team .list ul li .box {
	position: relative;
	display: block;
	height: 160px;
	border: 10px solid #e3e6ee;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
}
.inner-about .team .list ul li .box:before {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 30px;
	background: #f2f4f9;
}
.inner-about .team .list ul li .box:after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -7px;
	width: 14px;
	height: 14px;
	background: #7d75e5;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.inner-about .team .list ul li .box .image {
	position: relative;
	display: block;
	width: 130px;
	height: 130px;
	margin: -70px auto 0 auto;
	padding: 10px;
	background: #f2f4f9;
}
.inner-about .team .list ul li .box .image i {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center top;
}
.inner-about .team .list ul li .box .name {
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 600;
	padding-top: 10px;
}
.inner-about .team .list ul li .box .position {
	position: relative;
	display: block;
	font-size: 14px;
	padding-top: 10px;
}
.inner-about .team .load-more {
	display: block;
	padding: 70px 0 0 0;
}
.inner-about .team .load-more button {
	width: 100%;
	background: #e3e6ee;
	color: #242e47;
	font-size: 14px;
	font-weight: 700;
	padding-top: 2px;
}
.inner-about .team .load-more button i img {
	margin: -5px 0 0 10px;
}
/**********************************************INNER SERVICES STYLE****************************************************/
.inner-services {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.inner-services .desc {
	display: block;
}
.inner-services .project {
	display: block;
}
.inner-services .project ul {
	position: relative;
	width: auto;
	font-size: 0;
	padding: 0;
	margin: 0 -20px;
	list-style-type: none;
	z-index: 1;
	text-align: center;
}
.inner-services .project ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 20px;
	margin: 90px 0 0 0;
}
.inner-services .project ul li:last-child {
	width: 50%;
}
.inner-services .project ul li .box {
	position: relative;
	display: block;
	height: 145px;
	border: 10px solid #e3e6ee;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	color: #242e47;
}
.inner-services .project ul li .box:before {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 30px;
	background: #f2f4f9;
}
.inner-services .project ul li .box:after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -7px;
	width: 14px;
	height: 14px;
	background: #7d75e5;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.inner-services .project ul li .box .image {
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
	margin: -60px auto 0 auto;
	padding: 10px;
	background: #f2f4f9;
}
.inner-services .project ul li .box .image i {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #7d75e5;
	background-repeat: no-repeat;
	background-position: center;
}
.inner-services .project ul li .box .name {
	position: relative;
	display: table;
	width: 100%;
	min-height: 50px;
	padding-top: 15px;
}
.inner-services .project ul li .box .name span {
	display: table-cell;
	vertical-align: middle;
	line-height: 23px;
	font-size: 16px;
	font-weight: 600;
}
.inner-services .pack {
	display: block;
	padding: 110px 0 140px 0;
}
.inner-services .pack .info {
	display: inline-block;
	vertical-align: top;
	width: 260px;
	float: left;
}
.inner-services .pack .info .list {
	display: block;
}
.inner-services .pack .info .list ul {
	position: relative;
	width: auto;
	font-size: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 1;
	text-align: left;
	margin-top: 14px;
}
.inner-services .pack .info .list ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0;
	margin: 0 0 11px 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	height: 40px;
}
.inner-services .pack .info .list ul li:last-child {
	margin: 0;
}
.inner-services .pack .table {
	display: inline-block;
	vertical-align: top;
	width: 870px;
	padding: 0 30px 45px 30px;
	margin: 20px 0 0 0;
	float: right;
	background: #ffffff;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
}
.inner-services .pack .table ul {
	position: relative;
	width: auto;
	font-size: 0;
	padding: 0;
	margin: -20px -10px 0 -10px;
	list-style-type: none;
	z-index: 1;
	text-align: center;
}
.inner-services .pack .table ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 10px;
	margin: 0 0 11px 0;
}
.inner-services .pack .table ul li.head {
	margin-bottom: 40px;
}
@-moz-document url-prefix() {
	.inner-services .pack .table ul li.head {
		margin-bottom: 60px;
	}
}
.inner-services .pack .table ul li.head p {
	position: relative;
	display: table;
	width: 100%;
	height: 120px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
}
.inner-services .pack .table ul li.head p span {
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}
.inner-services .pack .table ul li.head.el p,
.inner-services .pack .table ul li.el i,
.inner-services .pack .table ul li.el a {
	background: #a54fe2;
}
.inner-services .pack .table ul li.head.ex p,
.inner-services .pack .table ul li.ex i,
.inner-services .pack .table ul li.ex a {
	background: #8d67e4;
}
.inner-services .pack .table ul li.head.pr p,
.inner-services .pack .table ul li.pr i,
.inner-services .pack .table ul li.pr a {
	background: #7d75e5;
}
.inner-services .pack .table ul li.head.tp p,
.inner-services .pack .table ul li.tp i,
.inner-services .pack .table ul li.tp a {
	background: #5193e9;
}
.inner-services .pack .table ul li i.close_site {
	background: #e3e6ee;
}
.inner-services .pack .table ul li i {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.inner-services .pack .table ul li.price {
	margin: 15px 0;
}
.inner-services .pack .table ul li.price b {
	font-size: 20px;
	font-weight: 700;
	display: block;
}
.inner-services .pack .table ul li.price span {
	font-size: 14px;
	font-weight: 500;
	display: block;
	padding-top: 5px;
}
.inner-services .pack .table ul li.el b {
	color: #a54fe2;
}
.inner-services .pack .table ul li.ex b {
	color: #8d67e4;
}
.inner-services .pack .table ul li.pr b {
	color: #7d75e5;
}
.inner-services .pack .table ul li.tp b {
	color: #5193e9;
}
.inner-services .pack .table ul li.link {
	margin: 10px 0 0 0;
}
.inner-services .pack .table ul li.link a {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	min-width: 140px;
}
.inner-services .pack .brief-btn {
	float: left;
	background: url("../img/inner/br-ic1.png") no-repeat left center;
	padding: 0 0 0 54px;
	font-size: 16px;
	color: #995be3;
	text-decoration: underline;
	margin-top: 253px;
}
.inner-services .pack .brief-btn:hover {
	text-decoration: none;
}
.inner-services .pack .button {
	display: inline-block;
	vertical-align: top;
	width: 870px;
	padding: 0;
	margin: 60px 0 0 0;
	float: right;
}
.inner-services .pack .button a {
	display: block;
	width: 100%;
	height: 55px;
	line-height: 56px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	background-image: url("../img/inner/cel-bg.png");
	background-repeat: no-repeat;
	background-position: left top;
}
.inner-services .pack .button a img {
	margin: -3px 0 0 5px;
}
/*******************************************INNER INFORMATION STYLE***************************************************/
.inner-inform {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-bottom: 100px;
}
.inner-inform .desc {
	display: block;
}
.inner-inform .info {
	display: block;
	margin-top: 70px;
}
.inner-inform .info .block {
	position: relative;
	width: auto;
	font-size: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 1;
	text-align: left;
}
.inner-inform .info .block .box {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 1120px;
	margin: 0 0 40px 0;
	background: #ffffff;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
}
.inner-inform .info .block .box.left {
	float: left;
	padding: 30px 0 30px 55px;
}
.inner-inform .info .block .box.right {
	float: right;
	padding: 30px 55px 30px 0;
}
.inner-inform .info .title {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 350px;
	height: 350px;
	padding: 40px 50px;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	background: #b240e1;
	background: -moz-linear-gradient(left, #b240e1 0%, #7f74e5 50%, #3f9eea 100%);
	background: -webkit-linear-gradient(left, #b240e1 0%, #7f74e5 50%, #3f9eea 100%);
	background: linear-gradient(to right, #b240e1 0%, #7f74e5 50%, #3f9eea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b240e1', endColorstr='#3f9eea',GradientType=1 );
}
.inner-inform .info .block .box.left .title {
	float: right;
	margin-right: -50px;
}
.inner-inform .info .block .box.right .title {
	float: left;
	margin-left: -50px;
}
.inner-inform .info .title span {
	display: block;
	font-size: 30px;
	color: #fff;
	font-weight: 200;
	line-height: 40px;
}
.inner-inform .info .title a {
	position: absolute;
	bottom: 60px;
	left: 50px;
	width: 160px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #fff;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.inner-inform .info .title a.hide {
	display: none;
}
.inner-inform .info .title a.hide img {
	transform: scale(1, -1);
}
.inner-inform .info .title a img {
	margin: -3px 0 0 5px;
}
.inner-inform .info .title a:hover {
	background: #242e47;
	border-color: #242e47;
	opacity: 1;
}
.inner-inform .info .data {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 710px;
	overflow: hidden;
	padding: 40px 0 0 0;
	transition: all 0.3s;
}
.inner-inform .info .data .hide {
	display: none;
}
.inner-inform .info .block .box.left .data {
	float: left;
}
.inner-inform .info .block .box.right .data {
	float: right;
}
.inner-inform .info .data .list {
	display: block;
}
.inner-inform .info .data .list b {
	display: block;
	font-size: 20px;
	font-weight: 700;
	padding: 40px 0;
}
.inner-inform .info .data .list ul {
	position: relative;
	width: auto;
	font-size: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 1;
	text-align: center;
}
.inner-inform .info .data .list ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
	text-align: left;
	font-size: 14px;
	background-image: url("../img/inner/bul-ic.png");
	background-repeat: no-repeat;
	background-position: left top;
}
.inner-inform .inner-text p {
	margin-bottom: 20px;
}
/************************************************INNER FAQ STYLE******************************************************/
.inner-faq {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0 0 70px 0;
}
/***********************************************INNER WORKS STYLE******************************************************/
.inner-works {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0 0 70px 0;
}
.inner-works .project {
	display: block;
	margin-top: 80px;
}
.works-tabs .button-group {
	position: relative;
	width: auto;
	font-size: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 1;
	text-align: center;
}
.works-tabs .button-group .button {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	padding: 0 20px;
	margin: 10px 0 40px 0;
	color: #c6c9d2;
	background: none;
	height: auto;
	line-height: normal;
}
.works-tabs .button-group .button span {
	display: block;
	font-size: 12px;
	padding-bottom: 5px;
}
.works-tabs .button-group .button b {
	display: block;
	font-size: 30px;
	font-weight: 700;
}

.works-tabs .button-group .button.is-checked,
.works-tabs .button-group .button:hover {
	color: #242e47;
	opacity: 1;
}
.works-tabs .list {
	display: block;
	padding: 0 60px;
}
.works-tabs .isotope {
	position: relative;
	width: auto;
	font-size: 0;
	padding: 0;
	margin: 0 -20px;
	list-style-type: none;
	z-index: 1;
	text-align: center;
}
.works-tabs .isotope li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 322px;
	margin: 0 20px 40px 20px;

	cursor: pointer;
	background: url("../img/inner/bg_portfolio.png") no-repeat left top;
	background-size: 100% auto;
	-webkit-border-radius: 12px 12px 0 0;
	-moz-border-radius: 12px 12px 0 0;
	border-radius: 12px 12px 0 0;
}
/*
.works-tabs .isotope li .image{
	position: relative;
	display: block;
	cursor: pointer;
	background: url("../img/inner/bg_portfolio.png") no-repeat left top;
	background-size: 100% auto;
	-webkit-border-radius: 12px 12px 0 0;
	-moz-border-radius: 12px 12px 0 0;
	border-radius: 12px 12px 0 0;
}
*/
.works-tabs .isotope li i {
	display: block;
	width: 100%;
	height: 262px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	background-repeat: no-repeat;
	background-position: center 15px;
}
.works-tabs .isotope li .overlay {
	position: absolute;
	left: 0;
	top: 15px;
	width: 100%;
	height: 247px;
	background-color: rgba(36, 46, 71, 0.8);
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	opacity: 0;
	transition: all 0.3s;
}
.works-tabs .isotope li .overlay span {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 50%;
	margin-left: -70px;
	width: 140px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
}
.works-tabs .isotope li:hover > .overlay {
	opacity: 1;
}
.inner-works .project .load-more button {
	width: 100%;
	background: #e3e6ee;
	color: #242e47;
	font-size: 14px;
	font-weight: 700;
	margin: 40px 0 80px 0;
}
.inner-works .project .load-more button i img {
	margin: -5px 0 0 10px;
}
/*********************************************INNER WORKS POPUP STYLE**************************************************/
.shop-slider {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	min-height: 610px;
	z-index: 5;
}
.shop-page .shop-slider {
	height: auto;
}
.shop-slider .info {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 600px;
	float: left;
}
.shop-slider .info .title {
	display: block;
	font-size: 50px;
	font-weight: 200;
	color: #fff;
}
.shop-page .shop-slider .title {
	display: block;
	font-size: 50px;
	font-weight: 200;
	padding-bottom: 60px;
}
.shop-slider .info .work {
	display: block;
	margin-top: 70px;
}
.shop-page .shop-slider .info .work {
	margin: 0;
}
.popup.shop .shop-slider .info .work {
	margin-top: 50px;
}
.shop-slider .info .work ul {
	position: relative;
	width: auto;
	font-size: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 1;
	text-align: left;
}
.shop-slider .info .work ul li {
	position: relative;
	display: table;
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0;
}
.shop-slider .info .work ul li:last-child {
	margin: 0;
}
.shop-slider .info .work ul li i {
	display: table-cell;
	vertical-align: middle;
	width: 35px;
	text-align: center;
}
.shop-slider .info .work ul li span {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	color: #fff;
	padding-left: 20px;
}
.shop-page .shop-slider .info .work ul li span {
	color: #242e47;
}
.shop-page .shop-slider .info .work ul li span p {
	font-size: 12px;
	margin-top: 3px;
	color: #b09208;
}
.shop-slider .info .work ul li span b {
	color: #be8aff;
	font-weight: 700;
	font-size: 16px;
}
.shop-slider .info .work ul li.white span b {
	color: #fff;
}
.shop-slider .info .work ul li.dark span b {
	color: #242e47;
}
.shop-slider .info .work ul li.blue span b {
	color: #419dea;
}
.shop-slider .about {
	display: block;
	margin-top: 70px;
}
.popup.shop .shop-slider .about,
.shop-page .shop-slider .about {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.shop-slider .about ul {
	position: relative;
	width: auto;
	font-size: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 1;
	text-align: left;
}
.shop-slider .about ul li {
	position: relative;
	display: table;
	width: 100%;
	padding: 0 0 0 30px;
	margin: 0 0 20px 0;
	font-size: 16px;
	color: #fff;
	background-image: url("../img/inner/bul-ic.png");
	background-repeat: no-repeat;
	background-position: left 1px;
}
.shop-slider .about ul li:last-child {
	margin: 0;
}
.popup.shop .shop-slider .about ul li,
.shop-page .shop-slider .about ul li {
	padding: 0;
	background-image: none;
	line-height: 25px;
	overflow: hidden;
}
.shop-page .shop-slider .about ul li {
	color: #242e47;
}
.shop-slider .image {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 362px;
	/*height: 262px;*/
	float: right;
	padding-top: 10px;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
}
.shop-page .shop-slider .image {
	padding: 0;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.shop-slider .image a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 262px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	overflow: hidden;
}
.shop-slider .image a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 30px;
	width: 100%;
	height: 244px;
	background-color: rgba(36, 46, 71, 0.8);
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	opacity: 0;
	transition: all 0.3s;
}
.shop-page .shop-slider .image a:before {
	background-color: rgba(255, 255, 255, 0.5);
	top: 0px;
	height: 262px;
}
.shop-slider .image a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/inner/loop-ic.png");
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0;
	transition: all 0.3s;
}
.shop-page .shop-slider .image a:after {
	background-image: url("../img/inner/loop-ic2.png");
}
.shop-slider .image a:hover:before,
.shop-slider .image a:hover:after {
	opacity: 1;
}
.shop-slider .image span {
	display: block;
	margin: 25px 0;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.shop-page .shop-slider .image span {
	color: #242e47;
}
.shop-slider .image span b {
	font-weight: 700;
	font-size: 30px;
}
.shop-slider .image ul {
	position: relative;
	width: auto;
	font-size: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 1;
	text-align: center;
}
.shop-slider .image ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	padding: 0;
	margin: 0 10px;
}
.shop-slider .image ul li a {
	display: block;
	width: 140px;
	height: 40px;
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
}
.shop-slider .image ul li a.demo {
	background: #995be3;
}
.shop-slider .image ul li a.buy {
	background: #419dea;
}
.shop-slider .image ul li a:hover {
	opacity: 0.8;
	background-image: none;
}
.shop-slider .image ul li a:hover:before,
.shop-slider .image ul li a:hover:after {
	display: none;
}
.shop-slider .slick-prev,
.shop-slider .slick-next {
	position: absolute;
	top: 50%;
	margin-top: -19px;
	width: 39px;
	height: 38px;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0;
	background: transparent;
}
.shop-slider .slick-prev {
	left: -110px;
	background-image: url("../img/inner/prev-ic.png");
}
.shop-slider .slick-next {
	right: -110px;
	background-image: url("../img/inner/next-ic.png");
}
.shop-page .shop-slider .slick-prev,
.shop-page .shop-slider .slick-next {
	position: absolute;
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
	top: 10px;
	margin-top: 0;
	width: auto;
	height: 31px;
	font-size: 14px;
	font-weight: 700;
	color: #242e47;
	cursor: pointer;
}
.shop-page .shop-slider .slick-prev {
	left: 10px;
	padding-left: 45px;
	background-image: url("../img/inner/prev-ic2.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.shop-page .shop-slider .slick-next {
	right: 10px;
	padding-right: 45px;
	background-image: url("../img/inner/next-ic2.png");
	background-repeat: no-repeat;
	background-position: right center;
}
.shop-page .arrows {
	position: relative;
	width: 100%;
	height: 50px;
	background: #e3e6ee;
	margin: 60px 0 0 0;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
}
/****************************************************INNER SHOP STYLE**************************************************/
.inner-shop {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	z-index: 5;
	padding-bottom: 110px;
}
.inner-shop .info {
	display: block;
}
.inner-shop .info ul {
	position: relative;
	width: auto;
	font-size: 0;
	padding: 0;
	margin: 0 -20px;
	list-style-type: none;
	z-index: 1;
	text-align: center;
}
.inner-shop .info ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 20px;
	margin: 0;
}
.inner-shop .info ul li .box {
	position: relative;
	display: table;
	width: 100%;
	height: 170px;
	border: 10px solid #e3e6ee;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
}
.inner-shop .info ul li .box:before {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 30px;
	background: #f2f4f9;
}
.inner-shop .info ul li .box:after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -7px;
	width: 14px;
	height: 14px;
	background: #7d75e5;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
@-moz-document url-prefix() {
	.inner-shop .info ul li .box:after {
		bottom: -2px;
	}
}
.inner-shop .info ul li .box p {
	display: table-cell;
	vertical-align: middle;
}
.inner-shop .info ul li .box p b {
	display: block;
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 5px;
}
.inner-shop .info ul li .box p span {
	font-size: 14px;
	line-height: 20px;
}
.inner-shop .info ul li .box p a {
	font-size: 14px;
	line-height: 20px;
	color: #995be3;
	text-decoration: underline;
}
.inner-shop .filter {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background: #e3e6ee;
	padding: 8px 10px;
	margin: 60px 0 0 0;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
}
.inner-shop .filter .text {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	float: left;
	line-height: 50px;
	font-size: 14px;
	padding-left: 20px;
}
.inner-shop .filter .text b {
	font-weight: 700;
}
.inner-shop .filter .area {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	float: right;
}
.inner-shop .filter .area label {
	display: inline-block;
	vertical-align: top;
	float: left;
	line-height: 50px;
	font-size: 14px;
	font-weight: 700;
	padding-right: 15px;
}
.inner-shop .filter .area .combobox-wrapper {
	display: inline-block;
	vertical-align: top;
	float: right;
	width: 240px;
}
.inner-shop .list {
	display: block;
}
.inner-shop .list ul {
	position: relative;
	width: auto;
	font-size: 0;
	padding: 0;
	margin: 0 -20px;
	list-style-type: none;
	z-index: 1;
	text-align: center;
	display: none;
}
.inner-shop .list ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 322px;
	padding: 0;
	margin: 60px 20px 0px 20px;
	text-align: left;
}
.inner-shop .list ul li .box {
	display: block;
}
.inner-shop .list ul li .box .image {
	position: relative;
	display: block;
	cursor: pointer;
	background: url("../img/inner/bg_portfolio.png") no-repeat left top;
	background-size: 100% auto;
	-webkit-border-radius: 12px 12px 0 0;
	-moz-border-radius: 12px 12px 0 0;
	border-radius: 12px 12px 0 0;
}
.inner-shop .list ul li .box .image i {
	display: block;
	width: 100%;
	height: 262px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	background-repeat: no-repeat;
	background-position: center 15px;
}
.inner-shop .list ul li .box .image .overlay {
	position: absolute;
	left: 0;
	top: 15px;
	width: 100%;
	height: 247px;
	background-color: rgba(36, 46, 71, 0.8);
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	opacity: 0;
	transition: all 0.3s;
}
.inner-shop .list ul li .box .image .overlay span {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 50%;
	margin-left: -70px;
	width: 140px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
}
.inner-shop .list ul li .box .image:hover > .overlay {
	opacity: 1;
}
.inner-shop .list ul li .box .image .label {
	position: absolute;
	display: table;
	top: -20px;
	right: -10px;
	width: 70px;
	height: 52px;
	background-image: url("../img/inner/new.png");
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
}
.inner-shop .list ul li .box .image .label span {
	display: table-cell;
	vertical-align: middle;
	font-size: 15px;
	line-height: normal;
	color: #212738;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 6px;
}
.inner-shop .list ul li .box .image .label.adaptive {
	background: #01d501;
	color: white;
	width: auto;
	height: auto;
	font-size: 12px;
	bottom: 0;
	top: auto;
	right: 0;
	padding: 5px 10px;
	border-radius: 15px 0 15px 0;
}
.inner-shop .list ul li .box .desc {
	display: block;
	margin-top: 30px;
	font-size: 14px;
	line-height: 23px;
	height: 92px;
}
.inner-shop .list ul li .box .desc > span {
	display: inline-block;
}
.inner-shop .list ul li .box .price {
	display: block;
	margin-bottom: 7px;
	font-size: 30px;
	font-weight: 700;
}
.inner-shop .list ul li .box .links {
	display: block;
	text-align: right;
	float: right;
}
.inner-shop .list ul li .box .links:after {
	clear: both;
}
.inner-shop .list ul li .box .links a {
	display: inline-block;
	width: 100px;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	text-align: center;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
}
.inner-shop .list ul li .box .links a.demo {
	border: 1px solid transparent;
	background: #995be3;
	color: #fff;
}
.inner-shop .list ul li .box .links a.buy {
	border: 1px solid #242e47;
	color: #242e47;
}
.inner-shop .list ul li .box .links a.buy:hover {
	background: #242e47;
	color: #f2f4f9;
	opacity: 1;
}
.inner-shop .load-more {
	display: block;
	padding: 50px 0 0 0;
}
.inner-shop .load-more button {
	width: 100%;
	background: #e3e6ee;
	color: #242e47;
	font-size: 14px;
	font-weight: 700;
	padding-top: 2px;
}
.inner-shop .load-more button i img {
	margin: -5px 0 0 10px;
}
/****************************************************INNER SHOP STYLE**************************************************/
.inner-review {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	z-index: 5;
	padding-bottom: 110px;
}
.inner-review .form {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 360px;
	float: left;
}
.inner-review .form ul {
	position: relative;
	width: auto;
	font-size: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 1;
	text-align: center;
}
.inner-review .form ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0;
	text-align: left;
}
.inner-review .form ul li input,
.inner-review .form ul li textarea {
	background: #e3e6ee;
	padding: 0 20px;
	font-size: 15px;
	color: #8b96b3;
}
.inner-review .form ul li textarea {
	height: 250px;
	padding: 20px;
	line-height: 25px;
}
.inner-review .form ul li button {
	width: 190px;
	margin-top: 20px;
}
.inner-review .list {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 770px;
	float: right;
}
.inner-review .list ul {
	position: relative;
	width: auto;
	font-size: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 1;
	text-align: center;
}
.inner-review .list ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0;
	margin: 0 0 60px 0;
	text-align: left;
	background: #ffffff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	display: none;
}
.inner-review .list ul li .data {
	position: relative;
	display: table;
	padding: 30px;
	width: 100%;
	border-bottom: 1px solid #edeff0;
}
.inner-review .list ul li .data .image {
	display: table-cell;
	vertical-align: middle;
}
.inner-review .list ul li .data .image i {
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center top;
}
.inner-review .list ul li .data .text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}
.inner-review .list ul li .data .text b {
	display: block;
	font-size: 16px;
	color: #6288e7;
	font-weight: 700;
	padding-bottom: 10px;
}
.inner-review .list ul li .data .text span {
	display: block;
	font-size: 14px;
	line-height: 20px;
}
.inner-review .list ul li .date {
	position: relative;
	display: table;
	height: 45px;
	width: 100%;
}
.inner-review .list ul li .date:before {
	content: "";
	position: absolute;
	bottom: -29px;
	left: 0;
	width: 100%;
	height: 29px;
	background-image: url("../img/inner/rev-bg.png");
	background-repeat: no-repeat;
	background-position: left top;
}
.inner-review .list ul li .date span {
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
	color: #acb6c0;
	padding-left: 30px;
}
.inner-review .list ul li .date span i {
	display: inline-block;
	font-style: normal;
	padding-left: 5px;
}
.inner-review .list ul li .date a {
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
	padding-right: 30px;
	text-align: right;
	color: #cb3eee;
}
.inner-review .load-more button {
	width: 100%;
	background: #e3e6ee;
	color: #242e47;
	font-size: 14px;
	font-weight: 700;
	margin-top: 20px;
}
.inner-review .load-more button i img {
	margin: -5px 0 0 10px;
}
/**************************************************INNER CONTACT STYLE*************************************************/
.inner-contact {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	z-index: 5;
	padding-bottom: 110px;
}
.inner-contact .info {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 510px;
	float: left;
}
.inner-contact .info .list {
	position: relative;
	display: block;
}
.inner-contact .info .list:after {
	content: "";
	position: absolute;
	left: 31px;
	top: 0px;
	width: 2px;
	height: 100px;
	background: #747de6;
}
.inner-contact .info .list ul {
	position: relative;
	width: auto;
	font-size: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 1;
	text-align: center;
}
.inner-contact .info .list ul li {
	position: relative;
	display: table;
	width: 100%;
	padding: 0;
	margin: 0 0 15px 0;
	text-align: left;
}
.inner-contact .info .list ul li:last-child {
	margin: 0;
}
.inner-contact .info .list ul li i {
	display: table-cell;
	vertical-align: middle;
	width: 64px;
	height: 74px;
	text-align: center;
	background-image: url("../img/footer/soc-bg.png");
	background-repeat: no-repeat;
	background-position: center top;
}
.inner-contact .info .list ul li:first-child i {
	height: 68px;
	background-image: url("../img/footer/soc-bg-top.png");
}
.inner-contact .info .list ul li:last-child i {
	background-image: url("../img/footer/soc-bg-bot.png");
}
.inner-contact .info .list ul li p {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}
.inner-contact .info .list ul li p b {
	display: block;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 8px;
}
.inner-contact .info .list ul li p a {
	display: block;
	font-size: 16px;
	color: #242e47;
}
.inner-contact .info .text {
	display: block;
	padding-top: 55px;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}
.inner-contact .info .link {
	display: block;
	padding-top: 55px;
}
.inner-contact .info .link a {
	width: 190px;
}
.inner-contact .skype {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 590px;
	float: right;
}
.inner-contact .skype .text {
	display: block;
	line-height: 30px;
}
.inner-contact .skype .image {
	display: block;
	padding-top: 30px;
}
.inner-contact .skype .image img {
	margin-left: -15px;
}
/****************************************************INNER PRICE STYLE*************************************************/
#page.price {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	z-index: 5;
	padding: 0 0 100px 0;
	background: #f2f4f9;
}
#page.price div.title {
	display: block;
	padding-bottom: 80px;
}
#page.price .title span {
	display: block;
	font-size: 50px;
	font-weight: 200;
}
#page.price .title b {
	display: block;
	font-size: 20px;
	font-weight: 700;
}
#page.price .table {
	position: relative;
	display: block;
	margin-bottom: 50px;
}
#page.price .table .head {
	position: relative;
	display: block;
}
#page.price .table .info {
	position: relative;
	display: block;
}
#page.price .table:last-child {
	margin-bottom: 0;
}
#page.price .table .head ul,
#page.price .table .info ul {
	position: relative;
	width: 100%;
	height: 60px;
	display: table;
	table-layout: fixed;
	font-size: 0;
	padding: 0 0 0 30px;
	margin: 0;
	list-style-type: none;
	z-index: 1;
	text-align: center;
	background: #ffffff;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
}
#page.price .table .head.result ul {
	background: #242e47;
}
#page.price .table .info ul {
	height: 35px;
	background: transparent;
	margin: 5px 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#page.price .table .info ul:nth-child(even) {
	background: #e3e6ee;
}
#page.price .table .head ul li,
#page.price .table .info ul li {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: auto;
	padding: 0;
	margin: 0;
	font-weight: 700;
	height: 40px;
}
#page.price .table .info ul li {
	height: 30px;
	padding: 5px 0;
	font-weight: 500;
	font-size: 14px;
}
#page.price .table .head ul li.st,
#page.price .table .info ul li.st {
	text-align: left;
	width: 290px;
}
#page.price .table .head ul li.kl,
#page.price .table .info ul li.kl {
	width: 70px;
}
#page.price .table .head ul li.mn,
#page.price .table .info ul li.mn {
	width: 105px;
}
#page.price .table .head.result ul li.mn {
	width: 280px;
}
#page.price .table .head ul li.dn,
#page.price .table .info ul li.dn {
	width: 105px;
}
#page.price .table .head ul li.el,
#page.price .table .head ul li.ex,
#page.price .table .head ul li.pr,
#page.price .table .head ul li.tp {
	padding: 0 5px;
	width: 120px;
}
#page.price .table .info ul li.el,
#page.price .table .info ul li.ex,
#page.price .table .info ul li.pr,
#page.price .table .info ul li.tp {
	padding: 0 5px;
	font-weight: 700;
	width: 120px;
}
#page.price .table .head ul li.ac,
#page.price .table .info ul li.ac {
	width: 60px;
}
#page.price .table .info ul li.ac {
	color: #00aa00;
	font-weight: 700;
}
#page.price .table .head ul li.el a {
	background: #995be3;
}
#page.price .table .head ul li.ex a {
	background: #8d67e4;
}
#page.price .table .head ul li.pr a {
	background: #7d75e5;
}
#page.price .table .head ul li.tp a {
	background: #5193e9;
}

#page.price .table .info ul li.el {
	color: #995be3;
}
#page.price .table .info ul li.ex {
	color: #8d67e4;
}
#page.price .table .info ul li.pr {
	color: #7d75e5;
}
#page.price .table .info ul li.pr.err {
	color: red;
	text-decoration: line-through;
	font-weight: 400;
}
#page.price .table .info ul li.tp {
	color: #5193e9;
}

#page.price .table .head ul li b {
	font-size: 20px;
}
#page.price .table .head.result ul li b {
	color: #fff;
}
#page.price .table .head ul li span {
	font-size: 14px;
}
#page.price .table .head.result ul li span {
	color: #fff;
}
#page.price .table .head ul li a {
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}
#page.price .table .info ul li a {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 30px;
}
#page.price .table .info ul li b {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	font-weight: 600;
	line-height: 18px;
}
#page.price .table .info ul li b span {
	position: absolute;
	right: -45px;
	top: -25px;
	width: 41px;
	height: 25px;
	line-height: 22px;
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	background-image: url("../img/inner/price-new.png");
	background-repeat: no-repeat;
	background-position: center top;
}
#page.price .table .info ul li a i {
	display: block;
	width: 18px;
	height: 17px;
	margin: -2px 0 0 0;
	background-repeat: no-repeat;
	background-position: center top;
}
#page.price .table .info ul li a p {
	position: absolute;
	left: -270px;
	width: 270px;
	min-height: 160px;
	padding: 20px;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
	color: #242e47;
	text-align: left;
	background: #ffffff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	opacity: 0;
	display: none;
	transition: all 0.2s;
}
#page.price .table .info ul li a p:before {
	content: "";
	position: absolute;
	bottom: -27px;
	left: 0;
	width: 100%;
	height: 30px;
	background-image: url("../img/inner/price-bg.png");
	background-repeat: no-repeat;
	background-position: right top;
}
@media (max-width: 1366px) {
	#page.price .table .info ul li a p {
		position: absolute;
		left: 0;
		width: 270px;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
		border-bottom-right-radius: 15px;
		border-bottom-left-radius: 0;
	}
	#page.price .table .info ul li a p:before {
		-moz-transform: scale(-1, 1);
		-webkit-transform: scale(-1, 1);
		-o-transform: scale(-1, 1);
		transform: scale(-1, 1);
	}
}
#page.price .table .info ul li a:hover {
	opacity: 1;
}
#page.price .table .info ul li a:hover i {
	background-position: center bottom;
}
#page.price .table .info ul li a:hover > p {
	opacity: 1;
	display: block;
	transition: all 0.2s;
}

#page.price .table .info ul li.link {
	padding: 0;
}

#page.price .table .info ul li.link a {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	width: 100px;
}

#page.price .table .info ul li.link a:hover {
	opacity: 0.7;
}

.help-block-error {
	color: red;
	font-size: 12px;
}

.form-group.has-error input[type="text"],
.form-group.has-error input[type="password"],
.form-group.has-error input[type="email"],
.form-group.has-error textarea {
	background: rgba(255, 0, 0, 0.1);
}

.breadcrumbs {
	text-align: center;
	position: absolute;
	width: 100%;
	margin: -60px 0 0 0 !important;
}
.breadcrumbs li {
	display: inline-block;
	font-size: 14px;
	position: relative;
	padding: 0 15px;
}
.breadcrumbs li:after {
	position: absolute;
	content: "»";
	top: 0;
	right: -5px;
}
.breadcrumbs li:last-child:after {
	display: none;
}
.breadcrumbs li a {
	color: #cb3eee;
}
.breadcrumbs li a.current {
	color: #00bef6;
}

ul.site_map {
	margin: 30px 0 0 20px;
}
ul.site_map li {
	color: #f0c600;
}
ul.site_map li a {
	color: #cb3eee;
}

.discount {
	position: absolute;
	top: -70px;
	left: 504px;
}
.discount a {
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 0;
	left: 0;
}

/* new style */

.menuBtn {
	display: none;
	width: 40px;
	background: transparent;
	position: absolute;
	right: 25px;
	top: 92px;
	z-index: 10;
}
.menuBtn span {
	display: block;
	width: 100%;
	background-color: #fff;
	height: 2px;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menuBtn span + span {
	margin-top: 6px;
}
.menuBtn.selected {
}
.menuBtn.selected span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	top: 10px;
}
.menuBtn.selected span:nth-child(2),
.menuBtn.selected span:nth-child(3) {
	opacity: 0;
}
.menuBtn.selected span:nth-child(4) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: relative;
	top: -14px;
}

@media (min-width: 1024px) {
	.header .main-menu ul {
		display: flex !important;
	}
}

@media (max-width: 1199px) {
	body {
		min-width: 320px;
	}
	.header .top-area .brief-2,
	.header .top-area .brief-1 {
		text-decoration: underline;
	}
	.inner-about .tabs .tabs-info::before {
		background-position: calc(50% + 65px) top;
	}
	.inner-about .tabs #tabs-2.tabs-info::before {
		background-position: calc(50% + 15px) top;
	}
	.inner-about .tabs #tabs-3.tabs-info::before {
		background-position: calc(50% + -25px) top;
	}
	.inner-about .tabs #tabs-4.tabs-info::before {
		background-position: calc(50% + -65px) top;
	}
	.header .top-area .copy {
		padding-right: 11px;
	}
	.header .top-area .social {
		margin-right: 38px;
	}
	.inner-review .list {
		width: 600px;
	}
	#page.price .table .head ul li.st,
	#page.price .table .info ul li.st {
		width: 195px;
	}
	.inner-contact .info {
		width: 400px;
	}
	.inner-contact .skype {
		width: 590px;
	}
	.works-tabs .isotope li {
		width: 290px;
	}
	.works-tabs .list {
		padding: 0 30px;
	}
	.container {
		width: 1024px;
	}
	.header .main-menu ul {
		display: flex;
		justify-content: space-between;
		padding: 0 10px;
	}
	.header .main-menu ul li a {
		padding: 0 10px;
	}
	.header .top-area .brief-1 {
		top: 255px;
		right: 53%;
	}
	.header .top-area .brief-2 {
		top: 255px;
		left: 53%;
	}
	.header .title {
		margin-top: 110px;
	}
	.header .title h1 {
		font-size: 90px;
	}
	.header .title p {
		padding-top: 8px;
	}
	.project-slider {
		position: relative;
		margin-top: -471px;
		background-position: 70% calc(100% - 60px);
		background-size: 1024px auto;
	}
	.project-slider .block {
		margin-left: -6px;
		margin-right: -6px;
		height: 561px;
		background-size: cover;
		width: auto;
	}
	.project-slider .slider-nav .slider-item {
		height: 458px;
		margin-top: 38px;
	}
	.project-slider .slider-nav {
		width: 734px;
		min-height: 458px;
	}
	.project-slider .slick-dots {
		bottom: -100px;
	}
	.project-slider .buttons {
		margin-top: -242px;
	}
	.header .top-area .lang {
		margin: 0 0 0 35px;
	}
	.splash-about {
		margin-top: -111px;
	}
	.splash-about .right-block .list {
		margin-top: 65px;
	}
	.splash-about .right-block {
		width: 385px;
	}
	.splash-about .right-block .list ul li {
		margin-bottom: 31px;
	}
	.splash-about .left-block .text {
		margin-top: 45px;
	}
	.splash-about .left-block .text p {
		line-height: 30px;
		min-height: 294px;
	}
	.splash-quick .list ul li {
		padding: 0;
	}
	.splash-quick .list ul {
		margin: 0;
		display: flex;
		justify-content: space-between;
		padding: 0 15px;
	}
	.splash-quick .list ul li span {
		margin-top: 71px;
	}
	.splash-testimonial {
		margin-top: -143px;
	}
	.row {
		padding-left: 6px;
		padding-right: 6px;
	}
	header .top-area .copy {
		padding-right: 12px;
	}
	.splash-testimonial .title {
		padding-bottom: 57px;
	}
	.splash-testimonial .reviews ul li .box .info {
		padding: 0 17px 0 29px;
	}
	.splash-testimonial .reviews {
		width: 641px;
	}
	.splash-testimonial .reviews .link {
		margin-top: 42px;
	}
	.splash-testimonial .process {
		right: -8px;
		margin-top: 9px;
	}
	.splash-testimonial .process .title {
		padding-bottom: 32px;
	}
	.splash-quick::after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 1920px;
		height: 308px;
		z-index: 1;
		background-image: url("../img/splash/quick-bg.png");
		background-repeat: no-repeat;
		margin-left: -960px;
		background-position: calc(50% - 71px) calc(100% + 1px);
	}
	.splash-quick::before {
		content: "";
		position: absolute;
		left: 50%;
		top: 0;
		width: 1920px;
		height: 308px;
		z-index: 1;
		background-image: url("../img/splash/quick-bg.png");
		background-repeat: no-repeat;
		margin-left: -961px;
	}
	.splash-quick {
		background-position: calc(50% - 71px) top;
		background-image: none;
	}
	.splash-testimonial .process ul li {
		margin: 0 0 9px 0;
	}
	.splash-services .bonus {
		right: 124px;
		top: -306px;
	}
	.splash-services .bonus-min {
		margin-left: -170px;
		top: 75px;
	}
	.splash-services {
		background-position: calc(50% - 48px) top;
	}
	.splash-services .text {
		margin-top: 0;
	}
	.splash-services .service {
		width: 505px;
		padding-right: 25px;
	}
	.splash-shop .list ul li .box .links {
		display: block;
		text-align: left;
		float: none;
		margin-top: 15px;
	}
	.splash-shop .list ul li .box .links a {
		margin-top: 24px;
	}
	.splash-shop .list ul li .box .desc {
		height: auto;
	}
	.splash-shop .list {
		margin-top: 32px;
	}
	.splash-services .service .text {
		font-size: 16px;
		max-width: 56%;
		padding-bottom: 55px;
	}
	.splash-services .service ul li {
		margin: 0 0 31px 0;
	}
	.splash-services .partners {
		width: 503px;
		margin-top: 190px;
	}
	.splash-services .partners .title {
		padding-bottom: 62px;
	}
	.splash-services .service ul li a {
		white-space: normal;
	}
	.splash-services .buttons {
		margin: 95px 0 0 0;
	}
	.splash-shop {
		padding: 88px 0;
	}
	.splash-shop .title a {
		padding: 0 49px;
		top: 15px;
	}
	.splash-shop .list ul {
		width: 1200px;
		margin: 0;
	}
	.splash-shop .list {
		overflow: auto;
	}
	.footer .contact .form {
		width: 625px;
	}
	.footer .contact .social {
		width: 340px;
	}
	.footer .contact .title {
		padding-bottom: 26px;
	}
	.footer .contact .social .list {
		padding-bottom: 50px;
	}
	.footer .contact .social ul li {
		margin: 0 0 9px 0;
	}
	.footer .contact .form ul li img {
		width: 145px;
		position: relative;
		left: 33px;
	}
	.footer .contact .form ul li .form-group {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	.field-contactform-code input {
		width: calc(100% - 145px);
	}
	.help-block-error {
		width: 100%;
	}
	.footer .contact {
		background-position: calc(50% - 55px) top;
	}
	.footer .system {
		margin-top: -89px;
		background-position: calc(50% - 54px) top;
	}
	.footer .system .list ul {
		display: flex;
		justify-content: space-between;
		margin: 0;
		height: auto;
	}
	.footer .system .list ul li {
		margin: 0;
		padding: 0 5px;
	}
	.footer .colophon .menu {
		width: 73%;
	}
	.footer .colophon .menu ul li {
		margin: 0;
	}
	.footer .colophon .menu ul {
		display: flex;
		justify-content: space-between;
		margin: 0;
		height: auto;
	}
	.footer .colophon .menu ul li a {
		font-size: 12px;
	}
	.footer .colophon .row {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.footer .colophon .logo {
		display: flex;
		align-items: center;
	}
	.footer .colophon .logo i {
		display: block;
		width: 50px;
		overflow: hidden;
		text-align: left;
		text-indent: -152%;
	}
	.footer {
		margin-bottom: -24px;
	}
	.footer .contact .form ul li textarea {
		resize: none;
	}
	.footer .system .title b {
		padding-right: 169px;
	}
	.splash-content {
		margin-bottom: -10px;
	}
	.inner-about .geo {
		background-position: calc(50% - 85px) top;
	}

	.inner-about .geo .bonus {
		left: 375px;
	}
	.inner-content {
		margin-bottom: -10px;
	}
	.inner-about .tabs .tabs-info .right {
		width: 100%;
		float: none;
	}
	.inner-about .tabs .tabs-info#tabs-1 .list ul {
		display: flex;
		justify-content: space-between;
	}
	.inner-about .tabs .tabs-info#tabs-1 .list ul li {
		width: calc(25% - 15px);
	}
	.inner-about .tabs .tabs-info .list {
		margin-top: 35px;
	}
	.inner-services .pack .table {
		width: 750px;
	}
	.inner-services .pack .button {
		width: 750px;
		margin: 80px 0 0 0;
	}
	.inner-services .pack .button a {
		font-size: 13px;
	}
	.inner-services .project ul li {
		width: calc(100% / 3);
	}
	.inner-services .pack .brief-btn {
		margin-top: 50px;
		width: 100%;
	}
	.inner-services .pack .button {
		width: 100%;
		margin: 50px 0 0;
		max-width: 757px;
	}
	.inner-services .pack .row {
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		width: 1024px;
	}
	.inner-services .pack .info .list ul {
		margin-top: 0;
	}
	.inner-services .pack {
		overflow: auto;
	}
	.inner-services .pack .info {
		width: 260px;
		position: absolute;
		left: 10px;
		top: 0;
	}
	.inner-services .pack .table {
		margin-left: 260px;
	}
	.header .title h1 {
		font-size: 70px;
	}
	.inner-inform .info .data {
		width: calc(50% + 55px);
		padding: 0;
	}
	.inner-inform .info .block .box {
		width: 100%;
	}
	.inner-inform .info .block .box.right .title {
		margin-left: 20px;
	}
	.inner-inform .info .block .box.right {
		padding: 20px 20px 20px 0;
	}
	.inner-inform .info .block .box.left {
		padding: 20px 0 20px 20px;
	}
	.inner-inform .info .block .box.left .title {
		margin-right: 20px;
	}
}
@media (max-width: 1023px) {
	.footer .contact .social:after {
		bottom: -50px;
		height: 200px;
		display: none;
	}
	.container {
		width: 768px;
	}
	#page.price div.title {
		padding-bottom: 55px;
	}
	#page.price .table {
		overflow: auto;
		width: calc(100% + 20px);
		position: relative;
		left: -10px;
		padding: 35px 10px;
	}
	.inner-review .form {
		width: 100%;
	}
	.inner-review .list {
		width: 100%;
		margin-top: 75px;
	}
	.header .title span.h1,
	.header .title span.h2 {
		font-size: 50px;
	}
	.modals .closeModal {
		right: 0px !important;
		top: -50px !important;
	}
	.modals .form {
		width: 100% !important;
	}
	.modals .form ul li:last-child button {
		float: none !important;
		position: relative !important;
		width: 100% !important;
		display: block !important;
		margin-top: 15px !important;
	}
	.modals .form ul li:last-child .form-group {
		width: 100% !important;
	}
	.inner-shop .info {
		width: 100%;
	}
	.shop-page .shop-slider .image {
		width: 47%;
		margin: 50px auto 0;
		float: none;
		display: block;
		top: 50px;
	}
	#page.price .table {
		overflow: auto;
	}
	#page.price .table .head,
	#page.price .table .info {
		width: 1024px;
	}
	.inner-contact .info {
		width: 100%;
	}
	.inner-contact .skype {
		width: 100%;
		margin-top: 50px;
	}
	.works-tabs .list {
		padding: 0 50px;
	}
	.inner-services .project ul li {
		width: calc(100% / 2);
	}
	.header.splash {
		z-index: auto;
		min-height: 690px;
		height: auto;
		background-position: center bottom;
	}
	.works-tabs .isotope li {
		width: 300px;
	}
	.menuBtn {
		display: block;
	}
	.header .main-menu {
		position: absolute;
		width: 100%;
		font-size: 0;
		padding: 0;
		top: 96px;
		left: 50%;
		transform: translateX(-50%);
		border-radius: 35px;
		-webkit-border-radius: 35px;
		-moz-border-radius: 35px;
		text-align: center;
		max-width: 738px;
		display: block;
		z-index: 10;
	}
	.main-menu .container {
		z-index: auto;
	}
	.header .top-area:before{
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 50px;
		top: 154px;
		left: 50%;
		transform: translateX(-50%);
		background: #b240e1;
		background: -moz-linear-gradient(left, #b240e1 0%, #7f74e5 50%, #3f9eea 100%);
		background: -webkit-linear-gradient(left, #b240e1 0%, #7f74e5 50%, #3f9eea 100%);
		background: linear-gradient(to right, #b240e1 0%, #7f74e5 50%, #3f9eea 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b240e1', endColorstr='#3f9eea',GradientType=1 );
		border-radius: 35px;
		-webkit-border-radius: 35px;
		-moz-border-radius: 35px;
		max-width: 738px;
	}
	.header .main-menu ul {
		display: none;
		background: transparent;
		background-color: transparent;
		background-color: #fff;
		background-color: #202840;
		width: calc(100% - 30px);
		z-index: 9;
		left: 0;
		position: absolute;
		top: 0;
		height: auto;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		border-radius: 0;
		padding: 0;
		z-index: 9;
	}
	.header .main-menu ul li a {
		padding: 14px 15px;
		text-align: left;
		border-top: solid 1px #6f6cc8;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		border-radius: 0;
	}
	.header .main-menu ul li {
		width: 100%;
		height: auto;
		margin: 0;
	}
	.header .top-area .lang {
		margin: 0;
		position: absolute;
		right: 20px;
		top: 117px;
	}
	.header .top-area .social {
		position: absolute;
		margin: 0;
		padding: 0;
		left: 20px;
		top: 159px;
	}
	.header .top-area .copy {
	    position: absolute;
    right: 65px;
    top: 58px;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
	}
	.header .top-area .logo {
		position: absolute;
		padding: 0;
		top: 70px;
		left: 15px;
	}
	.header .top-area .brief-2 {
		left: auto;
		position: relative;
		display: table;
		margin: 0 auto;
		top: 257px;
		background-position: left center;
		padding-right: 0;
		padding-left: 35px;
	}
	.header .top-area .brief-1 {
		top: 233px;
		right: auto;
		position: relative;
		display: table;
		margin: 0 auto;
	}
	.header .title h1 {
		font-size: 72px;
	}
	.header .title {
		margin-top: 310px;
	}
	.project-slider .block {
		height: 350px;
	}
	.project-slider .container{
		max-width: 640px;
	}
	.project-slider .slider-nav {
		width: 455px;
		min-height: 284px;
	}
	.project-slider .slider-nav .slider-item {
		height: 284px;
		margin-top: 28px;
	}
	.project-slider {
		margin-top: -230px;
		background-position: 50% calc(100% - 85px);
		background-size: 640px auto;
	}
	.project-slider .slick-dots {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	.splash-services .bonus-min .box p b {
		margin-top: 6px;
		line-height: 67px;
	}
	.project-slider .buttons {
		margin-top: -282px;
	}
	.project-slider .slick-dots {
		bottom: -62px;
	}
	.splash-about .left-block {
		width: 100%;
		float: none;
	}
	.splash-about .right-block {
		width: 100%;
		float: none;
		margin-top: 50px;
	}
	.splash-about .center-block {
		top: -550px;
	}
	.splash-about {
		margin-top: 500px;
	}
	.splash-about .left-block .text p {
		min-height: auto;
	}
	.splash-about .left-block .link {
		margin-top: 35px;
	}
	.splash-about .right-block .list ul li p::after {
		content: "......................................................................................................................................";
	}
	.splash-services .bonus .box p a {
		padding: 0 50px;
		margin-top: 10px;
	}
	.splash-services .bonus .box p {
		position: relative;
		top: -13px;
		padding-bottom: 22px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.splash-services .bonus .box {
		background-image: url("../img/splash/bon-bg640.png");
		width: 316px;
		height: 337px;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.splash-about .right-block .list ul li p {
		width: 100%;
	}
	.splash-about .right-block .title {
		text-align: left;
	}
	.splash-about .right-block .list {
		margin-top: 50px;
	}
	.splash-about .right-block .list ul li {
		display: flex;
		justify-content: space-between;
	}
	.splash-quick .list ul {
		flex-wrap: wrap;
	}
	.splash-quick .list ul li {
		width: 50%;
	}
	.splash-quick .list ul li:nth-child(1) {
		width: 100%;
	}
	.splash-quick .list ul {
		flex-wrap: wrap;
	}
	.splash-quick::after,
	.splash-quick::before {
		display: none;
	}
	.splash-quick {
		height: auto;
		padding: 50px 0 0;
		margin-top: 50px;
		background-image: none;
		background: #b240e1;
		background: -moz-linear-gradient(left, #b240e1 0%, #7f74e5 50%, #3f9eea 100%);
		background: -webkit-linear-gradient(left, #b240e1 0%, #7f74e5 50%, #3f9eea 100%);
		background: linear-gradient(to right, #b240e1 0%, #7f74e5 50%, #3f9eea 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b240e1', endColorstr='#3f9eea',GradientType=1 );
	}
	.splash-quick .list ul li span {
		margin-top: 20px;
	}
	.splash-quick .list ul li {
		margin-bottom: 50px;
	}
	.splash-testimonial {
		margin-top: 0;
		padding: 50px 0 500px;
	}
	.splash-testimonial .reviews {
		width: 100%;
	}
	.splash-testimonial .process {
		right: auto;
		margin-top: 50px;
		width: 100%;
	}
	.splash-testimonial .process::before {
		left: 31px;
		top: 135px;
		width: 2px;
		height: calc(100% - 140px);
	}
	.splash-testimonial .process .title {
		padding-left: 0;
	}
	.splash-testimonial .process ul li span {
		padding-left: 35px;
	}
	.splash-services .service {
		width: 100%;
		padding-top: 220px;
	}
	.splash-services .bonus {
		top: -567px;
		right: auto;
		padding-left: 6px;
	}
	.splash-services .bonus::before {
		content: "";
		position: absolute;
		left: 50%;
		top: 0;
		margin-left: 2px;
		width: 2px;
		height: 110%;
		background: #7e75e5;
	}
	.splash-services .bonus .box p b {
		font-size: 80px;
		line-height: 75px;
	}
	.splash-services .bonus .box p span {
		font-size: 14px;
		line-height: 30px;
		display: flex;
		
	}
	.splash-services .bonus-min {
		margin-left: -289px;
		top: -84px;
	}
	.splash-services {
		padding-bottom: 100px;
		background-position: calc(50% - 168px) top;
	}
	.splash-services .bonus-min::before {
		display: none;
	}
	.splash-services .partners {
		margin-top: 50px;
		float: none;
	}
	.splash-services .partners .title {
		text-align: left;
	}
	.splash-services .buttons {
		margin: 45px 0 0;
	}
	.footer .contact {
		height: auto;
	}
	.footer .contact .form {
		width: 100%;
	}
	.footer .contact .social {
		width: 100%;
	}
	.footer .contact .social::before {
		display: none;
	}
	.footer .contact .social .title {
		padding-left: 0;
	}
	.footer .contact .social {
		width: 100%;
		padding: 50px 0 0;
	}
	.footer {
		position: relative;
		height: auto;
		margin-bottom: 0;
	}
	.footer .system {
		padding: 25px 0 0;
		height: auto;
		margin-top: 50px;
		background-image: transparent;
		background: #b240e1;
		background: -moz-linear-gradient(left, #7b77de 0%, #7f74e5 50%, #b240e1 100%);
		background: -webkit-linear-gradient(left, #7b77de 0%, #7f74e5 50%, #b240e1 100%);
		background: linear-gradient(to right, #7b77de 0%, #7f74e5 50%, #b240e1 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b77de', endColorstr='#b240e1',GradientType=1 );
	}
	.footer .system .title b {
		padding-right: 0;
		float: none;
		text-align: left;
	}
	.footer .system .title {
		position: relative;
		width: 100%;
		text-align: left;
		display: block;
	}
	.footer .system .list ul {
		flex-wrap: wrap;
	}
	.footer .system .list ul li {
		margin-bottom: 25px;
		width: 25%;
	}
	.footer .colophon .menu {
		display: none;
	}
	.footer .colophon .logo i {
		width: auto;
		text-indent: 0;
	}
	.page-content {
		padding-bottom: 0;
	}
	.inner-about .tabs .tabs-nav ul {
		display: flex;
		flex-wrap: wrap;
	}
	.inner-about .tabs .tabs-nav ul li {
		width: 50%;
		margin-bottom: 35px;
	}
	.inner-about .tabs .tabs-nav {
		padding-bottom: 30px;
	}
	.inner-about .tabs .tabs-info#tabs-1 .list ul {
		flex-wrap: wrap;
	}
	.inner-about .tabs .tabs-info#tabs-1 .list ul li {
		width: calc(50% - 15px);
	}
	.inner-about .tabs .tabs-info .list {
		margin-top: 0;
	}
	.inner-about .tabs .tabs-info#tabs-1 .list ul li {
		margin-bottom: 35px;
	}
	.inner-about .tabs .tabs-info {
		padding: 140px 0 160px;
	}
	.inner-about .geo .bonus {
		left: 70px;
	}
	.inner-about .geo {
		background-position: calc(50% - 263px) top;
	}
	.inner-about .team .list ul li {
		width: calc(50% - 5px);
	}
	.inner-services .pack .button a {
		font-size: 13px;
		line-height: 20px;
		padding: 0 75px;
		align-items: center;
		display: flex;
		max-width: 630px;
	}
	.inner-services .project ul li {
		width: 100%;
		margin-top: 70px;
	}
	.header .title h1 {
		font-size: 52px;
	}
	.inner-inform .info .block .box .data {
		width: 100%;
		padding: 25px;
	}
	.inner-inform .info .title a {
		left: 20px;
	}
	.inner-inform .info .block .box.right .title {
		padding: 30px 25px;
	}
	.inner-inform .info .block .box.left .title {
		float: none;
	}
	.inner-inform .info .block .box.left {
		padding: 20px 0;
	}
	.inner-inform .info .title {
		padding: 20px;
	}
	.inner-inform .info .block .box.left .title {
		margin-left: 20px;
	}
	.inner-shop .info ul li {
		width: 50%;
		margin-bottom: 20px;
	}
	.footer .system {
		background-position: calc(50% - 1366px) 0px;
		background-image: url("../img/splash/bgfootersys.png");
		margin-top: 43px;
		padding-top: 80px;
	}
}
@media (max-width: 767px) {
	.container {
		width: 100%;
	}
	.footer .system {
		background-position: -176px 0px;
	}
	.splash-shop .list ul li .box .image .overlay {
		height: 199px;
	}
	.splash-shop .list ul li .box .image i {
		height: 215px;
	}
	.splash-shop .list ul li .box .desc {
		margin-top: 11px;
	}
	.splash-services .service .title {
		padding-bottom: 40px;
	}
	.splash-services .service .text {
		font-size: 16px;
		max-width: 89%;
		padding-bottom: 34px;
		line-height: 28px;
	}
	.splash-shop .title span b {
		display: block;
		margin-top: 13px;
	}
	.shop-page .shop-slider .image {
		width: 100%;
		max-width: 362px;
	}
	.works-tabs .list {
		padding: 0 20px;
	}
	.works-tabs .isotope li {
		width: 273px;
	}
	.header .main-menu ul {
		width: 100%;
	}
	.header .main-menu {
		max-width: calc(100% - 25px);
		top: 101px;
	}
	.header .top-area .clock {
		top: -18px;
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
		padding-top: 9px;
		height: 117px;
	}
	.header .top-area .clock .time {
		font-size: 35px;
		font-weight: 700;
		padding-top: 0;
		letter-spacing: 2px;
	}
	.header .top-area:before{
		max-width: calc(100% - 25px);
		top: 159px;
	}
	.header .top-area .logo {
		top: 80px;
		left: -25px;
		-webkit-transform: scale(0.6);
		-moz-transform: scale(0.6);
		-o-transform: scale(0.6);
		transform: scale(0.6);
	}
	.header .top-area .social ul li a img {
		width: 50%;
	}
	.header .top-area .social ul li a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 30px;
		height: 30px;
	}
	.header .top-area .social {
		left: 18px;
		top: 169px;
	}

	.header .top-area .lang ul li a img {
		width: 70%;
	}
	.header .top-area .lang ul li a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 30px;
		height: 30px;
	}
	.header .top-area .lang {
		right: 16px;
		top: 127px;
	}
	.header .top-area .brief-2 {
		padding-left: 0;
		background-image: none;
		top: 261px;
	}
	.header .top-area .brief-1 {
		padding-left: 0;
		background-image: none;
		top: 238px;
	}
	.header .title h1 {
		font-size: 65px;
	}
	.header .title p {
		padding-top: 0;
		font-size: 30px;
	}
	.splash-about .title {
		line-height: 37px;
	}
	.splash-about .left-block .text {
		margin-top: 20px;
	}
	.splash-about .center-block::before {
		height: 100%;
	}
	.splash-quick .list ul li br {
		display: none;
	}
	.splash-quick .list ul li {
		width: 45%;
	}
	.splash-quick .list ul li {
		margin-bottom: 20px;
	}
	.splash-quick {
		padding: 50px 0;
	}
	.splash-testimonial {
		padding: 23px 0 400px;
	}

	.splash-services .bonus {
		top: -520px;
		left: 50%;
		margin-left: -377px;
	}
	.splash-services .bonus .box {
		padding-top: 0;
	}
	.splash-services .bonus .box p b {
		font-size: 80px;
		line-height: 75px;
	}
	.splash-services .bonus .box p span {
		font-size: 14px;
		line-height: 30px;
	}
	.splash-services .bonus {
		top: -520px;
		left: 50%;
		margin-left: -378px;
	}
	.header .top-area .clock::before {
		content: "";
		position: absolute;
		left: 50%;
		top: 100%;
		margin-left: -1px;
		width: 2px;
		height: 110%;
		background: #7e75e5;
	}
	.splash-services .bonus::before {
		content: "";
		position: absolute;
		left: 50%;
		top: 0;
		margin-left: 2px;
		width: 2px;
		height: 110%;
		background: #7e75e5;
	}
	.splash-shop .list ul {
		width: 100%;
		margin: 0;
	}
	.splash-shop .list ul li {
		width: calc(50% - 0px);
		padding: 0 10px 40px;
	}
	.splash-shop .title a {
		padding: 0 49px;
		top: 15px;
		position: absolute;
		top: 100%;
		left: 50%;
		right: auto;
		margin-left: -130px;
	}
	.splash-shop .title {
		position: static;
	}
	.splash-shop .list {
		margin-bottom: 70px;
		width: calc(100% + 30px);
		left: -15px;
		position: relative;
		padding: 0 15px;
	}
	.inner-about .geo .bonus {
		left: 5px;
	}
	.footer .contact .form {
		padding: 90px 0 0;
	}
	.footer .contact .title {
		padding-bottom: 26px;
	}
	.inner-services .pack .button a {
		max-width: 470px;
		line-height: 15px;
	}
	.header .title h1 {
		font-size: 45px;
	}
	.inner-inform .info .title a {
		left: 0;
		position: relative;
		bottom: auto;
		padding: 0px 10px;
		display: table;
		margin-top: 15px;
	}
	.inner-inform .info .block .box.right .title,
	.inner-inform .info .block .box.left .title {
		width: calc(100% - 40px);
	}
	.inner-inform .info .title {
		height: auto;
	}
	.inner-inform {
		padding-bottom: 50px;
	}
	.accordion-section-content .data {
		padding: 0px 10px 30px;
	}
	.accordion-section-title b {
		font-size: 16px;
		width: 100%;
		font-weight: 600;
	}
	.footer .system::before {
		content: "";
		background-color: #7d75e5;
		height: 50%;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
	}
}
@media (max-width: 639px) {
	.works-tabs .isotope li {
		width: calc(100% - 40px);
	}
	.shop-page .shop-slider .image {
		width: 362px;
	}
	.inner-contact .skype .image img {
		margin-left: 0;
		width: 100%;
	}
	.inner-shop .info ul li {
		width: 100%;
	}
	.header .title {
		margin-top: 300px;
	}
	.splash-testimonial .reviews ul li:nth-child(2n) {
		margin: -45px -15px 30px 0;
	}
	.splash-testimonial .title {
		padding-bottom: 25px;
	}
	.splash-services .bonus {
		margin-left: -307px;
	}
	.splash-services .bonus-min {
		margin-left: -219px;
	}
	.splash-services {
		background-position: calc(50% - 98px) top;
	}
	.splash-services .service .text {
		max-width: 100%;
	}
	.splash-services .partners {
		margin-top: 50px;
		width: 100%;
	}
	.splash-services .partners .title {
		padding-bottom: 30px;
	}
	.splash-shop .list ul li {
		width: 100%;
	}
	.footer .system .list ul li {
		width: calc(100% / 3);
	}
	.footer .system .list ul {
		justify-content: flex-start;
	}
	.footer .contact .title {
		padding-bottom: 40px;
	}
	.inner-about .tabs .tabs-info .list ul li {
		width: 100% !important;
		display: block;
		margin-bottom: 20px !important;
	}
	.inner-about .tabs .tabs-info .title {
		font-size: 40px;
		line-height: 50px;
	}
	.inner-about .geo::before {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 36%;
		background-color: #242e47;
		z-index: 1;
	}
	.inner-about .geo {
		position: relative;
		padding: 450px 0 50px;
		height: auto;
		background-position: calc(50% - 73px) top;
	}

	.inner-about .geo .bonus {
		left: 50%;
		margin-left: -125px;
		top: -450px;
	}
	.inner-about .geo .info {
		width: 100%;
		float: right;
	}
	.inner-about .team {
		padding: 50px 0;
	}
	.accordion-section-content p {
		font-size: 14px;
		line-height: 22px;
	}
	.header.splash {
		padding-bottom: 216px;
	}
}
@media (max-width: 479px) {
	.header .main-menu {
		max-width: calc(100% - 15px);
	}
	.menuBtn{
		right: 6px;
	}
	.header .top-area::before{
		max-width: calc(100% - 15px);
	}
	.footer .contact .social ul li p {
		padding-left: 18px;
	}
	.footer .contact {
		background-position: calc(50% - 260px) top;
	}
	.shop-page .shop-slider .image {
		max-width: 362px;
		width: 100%;
	}
	.header .title span.h2 {
		font-size: 50px;
	}
	.accordion-section-title b {
		font-size: 14px;
		padding: 0 40px 0 20px;
	}
	.accordion-section-title {
		margin-bottom: 10px;
	}
	.inner-shop .list ul li {
		-webkit-transform: scale(0.92);
		-moz-transform: scale(0.92);
		-o-transform: scale(0.92);
		transform: scale(0.92);
		left: -7px;
		margin-bottom: -55px;
	}
	.header .title p.title_text {
		font-size: 12px;
		margin-top: 6px;
	}
	.inner-inform .info .title a {
		width: 100%;
	}
	.inner-inform .info .block .box.left,
	.inner-inform .info .block .box.right {
		padding: 20px 0;
	}
	.inner-inform .info .title span {
		font-size: 25px;
		line-height: 30px;
	}
	.header .top-area .brief-2,
	.header .top-area .brief-1 {
		text-align: center;
		max-width: 320px;
	}
	.header .title h1 {
		font-size: 36px;
		line-height: 45px;
	}
	.header .title {
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
		display: table;
	}
	.header .title p {
		font-size: 16px;
	}
	.project-slider .block {
		height: 225px;
		margin-left: -48px;
		margin-right: -48px;
	}
	.project-slider .container {
		max-width: 320px;
	}
	.project-slider{
		background-position: 50% calc(100% - 151px);
		background-size: 404px auto;
	}
	.project-slider .buttons {
		margin-top: -280px;
		left: -55px;
		height: 249px;
		background-position: bottom;
		padding-top: 100px;
	}
	.project-slider .slider-nav .slider-item {
		height: 184px;
		margin-top: 15px;
	}
	.project-slider  .buttons {
		margin-top: -70px;
		height: 249px;
		padding-top: 100px;
		width: 294px;
		background-position: center bottom;
		padding-top: 100px;
		background-size: 100% auto;
	}
	.project-slider .slider-nav {
		width: 294px;
		min-height: 184px;
	}
	.splash-about .center-block {
		margin-left: -88px;
	}
	.splash-about .left-block .link a {
		width: 100%;
	}
	.splash-about .right-block .list ul li p:after {
		display: none;
	}
	.splash-about .right-block .list ul li p i {
		float: none;
		display: block;
		width: 100%;
		margin-top: 5px;
	}
	.splash-about .right-block .list ul li {
		margin-bottom: 17px;
	}
	.splash-about .right-block .list ul li p span {
		float: none;
	}
	.splash-quick .list ul li {
		width: 100%;
	}
	.splash-testimonial .reviews ul li {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
		left: -40px;
	}
	.splash-testimonial .reviews ul li:nth-child(2n) {
		right: -35px;
		left: auto;
	}
	.splash-testimonial .process ul li span {
		padding-left: 0;
	}
	.splash-testimonial .reviews .link span {
		padding-left: 0;
	}
	.splash-testimonial .reviews .link a {
		width: 100%;
	}
	.splash-testimonial .process ul li b {
		padding-left: 2px;
		width: 50px;
	}
	.splash-testimonial .process ul li {
		margin: 0 0 9px 0;
	}
	.splash-services .bonus {
		top: -553px;
		left: 50%;
		margin-left: -206px;
	}
	.splash-services .bonus::before {
		margin-left: 2px;
	}
	.splash-services .bonus-min {
		margin-left: -119px;
	}
	.splash-services {
		background-position: calc(50% - -2px) top;
	}
	.splash-about .title span {
		font-size: 33px;
	}
	.splash-services .partners ul li a img {
		width: 80%;
	}
	.splash-services .partners ul li a {
		height: 75px;
		line-height: 75px;
	}
	.splash-shop .title span b {
		display: block;
	}
	.footer .contact .form ul li:nth-child(1),
	.footer .contact .form ul li:nth-child(2) {
		width: 100%;
	}
	.field-contactform-code input {
		width: 100%;
	}
	.footer .contact .form ul li .form-group {
		flex-direction: column-reverse;
	}
	.footer .contact .form ul li img {
		left: -81px;
		margin-top: 25px;
	}
	.footer .contact .form ul li button {
		width: 100%;
	}
	.footer .system .list ul li {
		width: 50%;
	}
	.footer .system .list ul li a {
		text-align: left;
	}
	.footer .system .list ul li a i {
		text-align: left;
	}
	.project-slider .buttons {
		left: 50%;
		margin-left: -147px;
	}
	.inner-about .tabs .tabs-nav ul li {
		width: 100%;
		margin-bottom: 15px;
	}
	.inner-title i {
		font-size: 28px;
	}
	.inner-about .geo .info .inner-title {
		text-align: left;
	}
	.inner-about .geo .info .list ul li .box p b {
		font-size: 40px;
	}
	.inner-about .team .list ul li {
		width: 100%;
		margin-top: 90px;
	}
	.header .top-area .logo {
		left: -35px;
	}
	.inner-services .pack .button a {
		max-width: 310px;
		line-height: 15px;
		font-size: 9px;
		line-height: 10px;
	}
	.inner-services .pack .info .list ul li {
		font-size: 12px;
	}
	.inner-title span {
		font-size: 30px;
	}
	.inner-services .pack .info {
		width: 190px;
	}
	.inner-services .pack .table {
		margin-left: 210px;
	}
	.inner-services .pack .info .list {
		margin-top: 43px;
	}
	.inner-services .pack {
		padding-bottom: 50px;
	}
	.header .title span.h1,
	.header .title span.h2 {
		font-size: 40px;
	}
	.inner-about .inner-text p {
		font-size: 14px;
		line-height: 24px;
	}
	.inner-title {
		padding-bottom: 30px;
	}
	.inner-review .list ul li .data {
		display: block;
	}
	.inner-review .list ul li .data .image {
		display: block;
		width: 100%;
	}
	.inner-review .list ul li .data .text {
		margin-top: 20px;
		padding-left: 0;
		display: block;
	}
	.inner-review .list {
		margin-top: 30px;
	}

	.inner-about .tabs .tabs-info .left {
		width: 100%;
		float: left;
	}
	.inner-about .tabs .tabs-info {
		padding-top: 100px;
	}
	.header .top-area .copy {
		right: 35px;
		top: 62px;
    -webkit-transform:scale(.65);
    -moz-transform:scale(.65);
    -o-transform:scale(.65);
    transform: scale(.65);
	}
}
