@font-face {
  font-family: 'PFEncoreSansPro-Regular';
  src: url('../fonts/PFEncoreSansPro-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/PFEncoreSansPro-Regular.otf')  format('opentype'),
  url('../fonts/PFEncoreSansPro-Regular.woff') format('woff'),
  url('../fonts/PFEncoreSansPro-Regular.ttf')  format('truetype'),
  url('../fonts/PFEncoreSansPro-Regular.svg#PFEncoreSansPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PFEncoreSansPro-Medium';
  src: url('../fonts/PFEncoreSansPro-Medium.eot?#iefix') format('embedded-opentype'),
  url('../fonts/PFEncoreSansPro-Medium.otf')  format('opentype'),
  url('../fonts/PFEncoreSansPro-Medium.woff') format('woff'),
  url('../fonts/PFEncoreSansPro-Medium.ttf')  format('truetype'),
  url('../fonts/PFEncoreSansPro-Medium.svg#PFEncoreSansPro-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PFEncoreSansPro-Light';
  src: url('../fonts/PFEncoreSansPro-Light.eot?#iefix') format('embedded-opentype'),
  url('../fonts/PFEncoreSansPro-Light.otf')  format('opentype'),
  url('../fonts/PFEncoreSansPro-Light.woff') format('woff'),
  url('../fonts/PFEncoreSansPro-Light.ttf')  format('truetype'),
  url('../fonts/PFEncoreSansPro-Light.svg#PFEncoreSansPro-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PFEncoreSansPro-Book';
  src: url('../fonts/PFEncoreSansPro-Book.eot?#iefix') format('embedded-opentype'),
  url('../fonts/PFEncoreSansPro-Book.otf')  format('opentype'),
  url('../fonts/PFEncoreSansPro-Book.woff') format('woff'),
  url('../fonts/PFEncoreSansPro-Book.ttf')  format('truetype'),
  url('../fonts/PFEncoreSansPro-Book.svg#PFEncoreSansPro-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PFEncoreSansPro-Thin';
  src: url('../fonts/PFEncoreSansPro-Thin.eot?#iefix') format('embedded-opentype'),
  url('../fonts/PFEncoreSansPro-Thin.otf')  format('opentype'),
  url('../fonts/PFEncoreSansPro-Thin.woff') format('woff'),
  url('../fonts/PFEncoreSansPro-Thin.ttf')  format('truetype'),
  url('../fonts/PFEncoreSansPro-Thin.svg#PFEncoreSansPro-Thin') format('svg');
  font-weight: normal;
  font-style: normal;
}


html{
	height:100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%; 
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body{
	margin:0;
	padding:0;
	height:100%;
	color:#fff;
	font:14px/16px 'PFEncoreSansPro-Regular', "TimesNewRoman", Verdana, sans-serif;
	background:#000;
	min-width:320px;
}
img{
	border-style:none;
	vertical-align:top;
	image-rendering: crisp-edges;
}
a{
	-webkit-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;
	color:#fff;
	outline:none;
	text-decoration:underline;
}
a:hover{text-decoration:none}
*{
	outline:none;
	font-weight:normal;
	font-style:normal;
}
fieldset{
	margin:0;
	padding:0;
	border:none;
}
main,
header,
nav,
section,
article,
aside,
footer,
figure,
menu,
dialog{
	display:block;
}
input::-ms-clear {display: none;}
input[type="submit"],
input[type="reset"]{
	cursor:pointer;
}
textarea,
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"]{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	-webkit-border-radius:0;
}
.tab{
	position:absolute;
	top:-9999px;
	left:-9999px;
	opacity:0;
	-webkit-transition:opacity .4s ease;
	-o-transition:opacity .4s ease;
	transition:opacity .4s ease;
}
.tab.active{
	position:static;
	top:auto;
	left:auto;
	opacity:1;
}
.btn{
	display:inline-block;
	vertical-align:top;
	text-decoration:none;
	padding:5px 15px;
	cursor:pointer;
	border:none;
	background:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	-webkit-transition:all ease .2s;
	-o-transition:all ease .2s;
	transition:all ease .2s;
	font-family: 'PFEncoreSansPro-Medium';
}
.btn:active{
	-webkit-transform:translate(0, 1px);
	-ms-transform:translate(0, 1px);
	-o-transform:translate(0, 1px);
	transform:translate(0, 1px);
}
#wrapper{
	position:relative;
	overflow:hidden;
	width:100%;
	min-height:100%;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	display:flex;
	-webkit-flex-direction:column;
	-moz-flex-direction:column;
	-ms-flex-direction:column;
	-o-flex-direction:column;
	flex-direction:column;
}
#main{
	-webkit-flex:5000 1 auto;
	-moz-flex:5000 1 auto;
	-ms-flex:5000 1 auto;
	-o-flex:5000 1 auto;
	flex:5000 1 auto;
	position:relative;
	overflow:hidden;
}
.container{
	max-width:1317px;
	margin:0 auto;
	padding:0 30px;
}
.logo{
	display:block;
	width:260px;
	height:64px;
	display:inline-block;
	vertical-align:middle;
	padding:0 81px 0 0;
	position:relative;
}
.logo a{
	display:block;
	height:100%;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/logo.png) no-repeat;
	position:relative;
	z-index:999;
	-webkit-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;
}
.logo:not(.footer):hover a{
	opacity:0;
}
.logo:after{
	content:'';
	position:absolute;
	top:-5px;
	left:-1px;
	width: 79px;
	height: 75px;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
	background-size:contain;
	-webkit-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;
	z-index:100;
	background-image:url(../images/logo_anim.gif);
	opacity:0;
}
.logo:not(.footer):hover:after{
	opacity:1;
}
.logo:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:260px;
	height:64px;
	background-repeat:no-repeat;
	z-index:100;
	-webkit-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;
	background-image:url(../images/logo_2.png);
	opacity:0;
}
.logo:not(.footer):hover:before{
	opacity:1;
}
.header{
	border-top:5px solid #4d538e;
	border-bottom:1px solid #716964;
	padding:23px 0 29px 0;
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:99999;
}
.header:after{
	content:'';
	display:block;
	clear:both;
}
.header .nav{
	padding:0 88px 0 0;
	margin:0;
	list-style:none;
	display:inline-block;
	vertical-align:middle;
}
.header .nav li{
	display:inline-block;
	padding:0 19px;
	position:relative;
}
.header .nav li:after{
	content:'';
	position:absolute;
	top: -2px;
	right: -3px;
	height:23px;
	width:1px;
	border-left:1px dotted #9c9ca2;
}
.header .nav li a{
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px;
	line-height:16px;
	position:relative;
	display:block;
	padding-bottom:12px;
	font-family: 'PFEncoreSansPro-Medium';
}
.header .nav li a:hover{
	color:#aaaaaa;
}
.header .nav li.active a{
	color:#8287b9;
	border-bottom:1px solid #8287b9;
}
.header .lg-list{
	padding:0 20px 0 0;
	margin:0;
	list-style:none;
	display:inline-block;
	vertical-align:middle;
}
.header .lg-list li{
	display:inline-block;
	text-align:center;
	padding:0 5px;
}
.header .lg-list li a{
	display:inline-block;
	padding:0 8px 12px;
	color:#aaaaaa;
	font-size:14px;
	line-height:16px;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'PFEncoreSansPro-Medium';
}
.header .lg-list li a:hover{
	color:#fff;
}
.header .lg-list li.active a{
	color:#fff;
	border-bottom:1px solid #fff;
}
.header .lg-list li.active a:hover{
	color:#aaaaaa;
}
.header .inner-holder{
	float:left;
}
.header .content-holder{
	float:right;
	text-align:right;
	margin: -20px 0 0 0;
	padding: 0 6px 0 0;
}
.header .content-holder .row{
	margin-bottom:8px;
}
.header .content-holder .mail{
	color:#ffffff;
	font-size:14px;
	line-height:16px;
	display:inline-block;
	text-decoration:none;
}
.header .content-holder .mail:hover{
	color:#babff0;
}
.header .content-holder .phone{
	font-size:21px;
	line-height:22px;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	font-family: 'PFEncoreSansPro-Medium';
}
.header .content-holder .phone:hover{
	color:#babff0;
}
.header .content-holder .btn{
	text-transform:uppercase;
	padding:9px 14px 8px 39px;
	border:1px solid #fff;
	font-size:11px;
	line-height:12px;
	color:#fff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:url(../images/img1.png) no-repeat;
	background-position:14px 7px;
}
.header .content-holder .btn:hover{
	background-color:rgba(0, 0, 0, .7);
}
.top-section{
	position:relative;
}
.top-section .slider-holder{
	overflow:hidden;
	position:relative;
}
.top-section .main-slider .slide{
	position:relative;
	height:785px;
	background-repeat:no-repeat;
	background-position:50% 89%;
	-webkit-background-size:cover;
	background-size:cover;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	z-index:auto !important;
}
.top-section .main-slider .slide > .bg{
	display:none;
}
.top-section .main-slider .slide:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0, .3);
	z-index:-1;
}
.top-section .main-slider .slide .video-box{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
	text-align:center;
}
.top-section .main-slider .slide .video-box iframe{
	display:inline-block;
}
.top-section .main-slider .slide .video-box .sound_btn{
	width:50px;
	height:50px;
	background:url(../images/voice.png) #fff no-repeat;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-ms-border-radius:20px;
	border-radius:20px;
	-webkit-background-size:cover;
	background-size:cover;
	position:absolute;
	top:160px;
	left:50%;
	margin-left:-25px;
	text-indent:-9999px;
	-webkit-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;
	opacity:.4;
	display:none;
}
.top-section .main-slider .slide .video-box .sound_btn:hover{
	opacity:1;
}
.top-section .main-slider .slide .video-box.mutted .sound_btn.off{
	display:none;
}
.top-section .main-slider .slide .video-box.mutted .sound_btn.on{
	display:block;
}
.top-section .main-slider .slide .video-box .sound_btn.off{
	display:block;
}
.top-section .main-slider .text-holder{
	position:absolute;
	top:222px;
	left:50%;
	margin-left: -640px;
}
.top-section .main-slider .text-holder strong{
	text-transform:uppercase;
	display:block;
	font-size:47px;
	line-height:57px;
	margin:0 0 29px 0;
}
.top-section .main-slider .text-holder span{
	display:block;
	color:#b3b3b3;
	font-size:19px;
	line-height:28px;
	margin:0 0 45px 0;
	font-family: 'PFEncoreSansPro-Light';
	max-width:418px;
	padding-right:10px;
}
.top-section .main-slider .text-holder .btn{
	background:#4d538e;
	color:#fff;
	font-size:18px;
	line-height:20px;
	display:inline-block;
	padding:9px 28px;
	-webkit-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;
	font-family: 'PFEncoreSansPro-Medium';
	position:relative;
	z-index:999;
}
.top-section .main-slider .text-holder .btn:hover{
	background:#3243e4;
	text-decoration:underline;
}

/*slick slider css start*/
.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-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin:0 auto;
}
.slick-slide {
	display:block;
	float: left;
	height: 100%;
	min-height: 1px;
}
.slick-arrow{
	position:absolute;
	bottom:184px;
	left:50%;
	width:24px;
	height:44px;
	border:none;
	text-indent:-9999px;
	z-index:10;
	cursor:pointer;
	-webkit-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;
	z-index:9999;
}
.slick-arrow.slick-prev{
	background:url(../images/img2.png) no-repeat;
	margin-left:-80px;
}
.slick-arrow.slick-next{
	background:url(../images/img3.png) no-repeat;
	margin-left:60px;
}
.slick-arrow:hover{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
}
.slick-dots{
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	bottom:198px;
	left:50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index:9999;
}
.slick-dots li{
	display:inline-block;
	position:relative;
	margin:0 6px;
	vertical-align:top;
	-webkit-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;
	cursor:pointer;
	width:15px;
	height:15px;
}
.slick-dots li:after{
	content:'';
	position:absolute;
	top:3px;
	bottom:3px;
	left:3px;
	right:3px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
	background:#656363;
	-webkit-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;
}
.slick-dots li:hover:after,
.slick-dots li.slick-active:after{
	background:#fff;
}
.slick-dots button{
	display:block;
	border:none;
	background:none;
	text-indent:-9999px;
	width:15px;
	height:15px;
	cursor:pointer;
	-webkit-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;
}
/*slick slider css end*/
.main-section{
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	background-size:cover;
	z-index:100;
	position:relative;
}
.main-section > .background{
	display:none;
}
.main-section .pr_title{
	color:#000000;
	font-size:28px;
	line-height:30px;
	font-family: 'PFEncoreSansPro-Medium';
	display:block;
	text-transform:uppercase;
	text-align:center;
	margin:0 0 -58px 0;
	position:relative;
	z-index:1;
}
.main-section .pr-holder{
	margin-top:-97px;
	margin-bottom:54px;
}
.main-section .pr-list{
	padding:0;
	margin:0 auto 0;
	list-style:none;
	max-width:1291px;
	letter-spacing:-5px;
}
.main-section .pr-list li{
	width:25%;
	display:inline-block;
	vertical-align:top;
	letter-spacing:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
	padding:103px 0 47px 0;
	border-right:1px solid #ebecf3;
	background:#fff;
	height:100%;
	-webkit-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;
	min-height:340px;
}
.main-section .pr-list li:last-child{
	border:none;
}
.main-section .pr-list li a{
	display:block;
	text-decoration:none;
	padding:0 5px;
}
.main-section .pr-list .img-box{
	margin:0 10px 51px ;
	position:relative;
	height:225px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.main-section .pr-list .img-box img{
	max-width:100%;
	max-height:100%;
	display:block;
	margin:0 auto;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	-webkit-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;
}
.main-section .pr-list li:hover .img-box img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.main-section .pr-list li:hover .text-box{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.main-section .pr-list .text-box{
	font-size:16px;
	line-height:22px;
	display:block;
	color:#454545;
	margin:0 0 0 0;
	font-family: 'PFEncoreSansPro-Book';
	-webkit-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;
	min-height:70px;
}
.main-section .dev-holder{
	overflow:hidden;
	margin:0 0 87px 0;
	min-height:275px;
}
.main-section .dev-holder .tab-body{
	height:150px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.main-section .dev-holder h2{
	color:#ffffff;
	margin:0 0 37px 0;
	text-align:center;
	text-transform:uppercase;
	font-size:26px;
	line-height:28px;
	font-family: 'PFEncoreSansPro-Medium';
	letter-spacing:0.05em;
}
.main-section .dev-holder .tab-controll{
	padding:0;
	margin:0 0 52px 0;
	list-style:none;
	text-align:center;
	border-bottom:1px solid #627b9b;
}
.main-section .dev-holder .tab-controll li{
	display:inline-block;
	padding:0 21px;
	margin-bottom:-1px;
}
.main-section .dev-holder .tab-controll a{
	color:#ffffff;
	font-size:14px;
	line-height:16px;
	text-decoration:none;
	display:block;
	padding-bottom:11px;
	text-transform:uppercase;
	letter-spacing:0.12em;
	-webkit-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;
}
.main-section .dev-holder .tab-controll a:hover{
	color:#a7abd8;
}
.main-section .dev-holder .tab-controll li.active a{
	border-bottom:1px solid #fff;
}
.main-section .dev-holder .dev-list{
	padding:0 0 30px;
	margin:0 0 0 -1px;
	list-style:none;
	letter-spacing:-5px;
	overflow:hidden;
}
.main-section .dev-holder .dev-list .slick-list li{
	position:relative;
	text-align:center;
	letter-spacing:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-left:1px solid #94a2b8;
	padding:32px 15px 27px;
}
.main-section .dev-holder .dev-list .slick-list li:first-child{
	border-left-color:transparent;
}
.main-section .dev-holder .dev-list a{
	display:block;
	overflow:hidden;
	text-decoration:none;
	position:relative;
	height:65px;
	line-height:116px;
}
.main-section .dev-holder .dev-list img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	max-height:100%;
	-webkit-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;
	position:absolute;
	top:50%;
	left:50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.main-section .dev-holder .dev-list img.color{
	opacity:0;
}
.main-section .dev-holder .dev-list a:hover img.color{
	opacity:1;
}
.main-section .dev-holder .dev-list a:hover img.black{
	opacity:0;
}
.dev-list .slick-dots{
	bottom:0;
	top:auto;
	left:50%;
	white-space:nowrap;
	opacity:.5;
}
.main-section .rel-holder{
	margin-bottom:-226px;
}
.main-section .rel-holder h2{
	text-align:center;
	color:#ffffff;
	font-size:26px;
	line-height:28px;
	text-transform:uppercase;
	font-family: 'PFEncoreSansPro-Medium';
	margin:0 0 14px;
	letter-spacing:0.07em;
}
.main-section .rel-holder h3{
	color:#cfcfcf;
	font-size:17px;
	line-height:19px;
	margin:0 0 51px;
	text-align:center;
	font-family: 'PFEncoreSansPro-Book';
	letter-spacing:0.07em;
}
.main-section .rel-holder .slider-holder{
	max-width:1243px;
	margin:0 auto;
}
.main-section .rel-holder .slider-holder .slide{
	display:inline-block;
	width:25%;
	padding:0 16px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.main-section .rel-slider .content{
	background:#fff;
	text-align:center;
	padding:0 0 31px 0;
	min-height:350px;
}
.main-section .rel-slider .content:hover .title{
	text-decoration:underline;
}
.main-section .rel-slider .inner-holder{
	padding:0 30px;
}
.main-section .rel-slider .img-box img{
	width:100%;
}
.main-section .rel-slider .img-box{
	margin:0 0 12px;
}
.main-section .rel-slider .title{
	display:block;
	color:#252525;
	font-size:16px;
	line-height:22px;
	font-family: 'PFEncoreSansPro-Medium';
	margin:0 0 12px;
}
.main-section .rel-slider .text{
	display:block;
	color:#454545;
	font-size:14px;
	line-height:22px;
	font-family: 'PFEncoreSansPro-Light';
	margin:0 0 26px;
	height:108px;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.main-section .rel-slider .link_more{
	display:inline-block;
	text-align:left;
	color:#4d538e;
	border-bottom:1px dotted #4d538e;
	border-bottom-color:transparent;
	text-decoration:none;
	margin-bottom:15px;
	-webkit-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;
}
.main-section .rel-slider .link_more:hover{
	text-decoration:none;
	border-bottom-color:#4d538e;
}
.main-section .rel-slider .btn{
	color:#4d538e;
	font-size:14px;
	line-height:16px;
	border:1px solid #b8bad2;
	font-family: 'PFEncoreSansPro-Medium';
	padding:8px 38px 8px 20px;
	background:url(../images/img13.png) no-repeat;
	background-position:88% 11px;
	display:none;
}
.main-section .rel-slider .btn:hover{
	color:#fff;
	background:url(../images/img13_c.png) #4d538f no-repeat;
	background-position:88% 11px;
	border-color:transparent;
}
.main-section .rel-slider .slick-prev{
	top:180px;
	left:-37px;
	margin-left:0;
	background:url(../images/img17.png) no-repeat;
}
.main-section .rel-slider .slick-next{
	top:180px;
	right:-37px;
	left:auto;
	margin:0;
	background:url(../images/img16.png) no-repeat;
}
.inner-section{
	position:relative;
	background:#fff;
	padding:325px 0 72px 0;
	color:#000;
}
.inner-section:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:295px;
	background: rgb(228,228,231);
	background: -moz-linear-gradient(top,  rgb(228,228,231) 25%, rgb(255,255,255) 100%);
	background: -webkit-linear-gradient(top,  rgb(228,228,231) 25%,rgb(255,255,255) 100%);
	background: linear-gradient(to bottom,  rgb(228,228,231) 25%,rgb(255,255,255) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e7', endColorstr='#ffffff',GradientType=0 );
}
.inner-section .inner-holder{
	overflow:hidden;
	margin:0 auto;
	max-width:1079px;
}
.inner-section .inner-holder .left{
	float:left;
	max-width:532px;
	border-right:1px solid #ededf3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 55px 40px 0;
}
.inner-section .inner-holder .right{
	overflow:hidden;
	font-size:16px;
	line-height:22px;
	color:#696969;
	letter-spacing:0.01em;
	padding:29px 0 0 59px;
	font-family: 'PFEncoreSansPro-Light';
}
.inner-section .inner-holder p{
	margin:0 0 10px;
}
.inner-section .inner-holder strong{
	display:block;
	font-size:31px;
	line-height:33px;
	color:#000;
	margin:0 0 18px;
}
.inner-section .inner-holder .text{
	display:block;
	font-size:25px;
	line-height:32px;
	color:#000;
	font-family: 'PFEncoreSansPro-Thin';
	letter-spacing:0.045em;
}
.map-section .map{
	position:relative;
	width:100%;
	height:218px
}
#map_canvas{
	width:100%;
	height:100%;
}
.footer{
	background:#232323;
}
.logo.footer{
	display:block;
	width:183px;
	height:45px;
	display:inline-block;
	vertical-align:middle;
	padding:0 163px 0 0;
}
.logo.footer a{
	display:block;
	height:100%;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/logo_footer.png) no-repeat;
}
.footer .footer-container{
	padding:50px 69px 50px 0;
	overflow:hidden;
	margin:0 auto;
	max-width:1274px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.footer .nav{
	padding:0 88px 0 0;
	margin:0;
	list-style:none;
	display:inline-block;
	vertical-align:middle;
}
.footer .nav li{
	display:inline-block;
	padding:0 17px;
	position:relative;
}
.footer .nav li a{
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px;
	line-height:16px;
	position:relative;
	display:block;
	padding-bottom:12px;
	font-family: 'PFEncoreSansPro-Medium';
}
.footer .nav li a:hover{
	color:#aaaaaa;
}
.footer .nav li.active a{
	color:#a7abd8;
	border-bottom:1px solid #8287b9;
}
.footer .social-list{
	padding:0;
	margin:0;
	list-style:none;
	float:right;
}
.footer .social-list li{
	display:inline-block;
	padding:0 4px;
}
.footer .social-list a{
	display:block;
	width:29px;
	height:29px;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
	-webkit-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;
	background:url(../images/socials.png) no-repeat;
	-webkit-background-size:cover;
	background-size:cover;
	vertical-align:top;
}
.footer .social-list a:hover{
	filter:none;
}
.footer .social-list .fb a{
	background-position:-36px 0;
}
.footer .social-list .yout a{
	background-position:-71px 0;
}
.footer .social-list .tele a{
	background-position:-107px 0;
}
.footer .social-list .viber a{
	background-position:-141px 0;
}
.footer .social-list .inst a{
	background-position:-177px 0;
}
.burger {
	padding: 10px 10px;
	height: 27px;
	width: 27px;
	position: absolute;
	top:10px;
	left:10px;
	z-index: 600;
	display: none;
	z-index: 10;
	display:none;
}
.burger span {
	display: block;
	position: relative;
	width: 100%;
	height: 3px;
	background:#fff;
	margin: 12px auto 0;
}
.burger span:before, .burger span:after {
	content: '';
	position: absolute;
	width: 100%;
	background:#fff;
	height: 3px;
	top: -7px;
	left: 0;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.burger span:before {
	top: 7px;
}
.burger-open .burger span {
	background: none;
}
.burger-open .burger span:before {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: -7px 0 0;
}
.burger-open .burger span:after {
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: 7px 0 0;
}
.help-popup{
	position:absolute;
	top:0;
	left:0;
	right:0;
	background:#4d538e;
	z-index:9999;
	padding:0 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	opacity:1;
	display:none;
}
.help-popup .close-popup{
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	width: 30px;
	height: 30px;
	z-index: 20;
	top: 140px;
	right:30px;
}
.help-popup .close-popup:after,
.help-popup .close-popup:before{
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	height: 4px;
	width: 28px;
	margin-left: -14px;
	margin-top: -2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	-webkit-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}
.help-popup .close-popup:after,
.help-popup .close-popup:hover:before{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.help-popup .close-popup:before,
.help-popup .close-popup:hover:after{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.help-form{
	max-width:1200px;
	margin:0 auto;
	padding:150px 0 79px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.popup h2{
	margin:0 0 10px;
	text-align:center;
	color:#ffffff;
	font-size:35px;
	line-height:37px;
	font-family: 'PFEncoreSansPro-Light';
}
.popup h3{
	margin:0 0 30px;
	text-align:center;
	color:#fff;
	font-size:17px;
	line-height:19px;
	font-family: 'PFEncoreSansPro-Light';
}
.help-form .select-list{
	padding:0;
	margin:0 -3px 24px;
	list-style:none;
	letter-spacing:-5px;
}
.help-form .select-list li{
	letter-spacing:0;
	display:inline-block;
	width:33.3%;
	vertical-align:top;
	padding:0 15px 52px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
}
.help-form .select-list li.inactive:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:52px;
	background:rgba(77,83,142, .5);
	z-index:999;
}
.help-form .select-list .title{
	display:block;
	color:#d4d6ef;
	font-size:18px;
	line-height:20px;
	font-family: 'PFEncoreSansPro-Book';
	padding-left:30px;
	letter-spacing:0.014em;
	margin:0 0 15px;
}
.help-form .select-list .number{
	position:absolute;
	bottom:0;
	left:50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.help-form .select-list .number span{
	font-family: 'PFEncoreSansPro-Medium';
	font-size:44px;
	line-height:46px;
	color:#fff;
	display:inline-block;
	vertical-align:middle;
}
.help-form .select-list .number span + span{
	font-size:15px;
}
.help-form .select-list .number:after{
	content:'';
	position:absolute;
	top:50%;
	margin-top:-3px;
	width:236px;
	height:9px;
	background:url(../images/img19.png) no-repeat;
}
.help-form .select-list li:first-child .number:after{
	left:96px
}
.help-form .select-list li:first-child + li .number:after{
	display:none;
}
.help-form .select-list li:last-child .number:after{
	right:114px;
}
.help-form .submit-holder{
	text-align:center;
}
.help-form .submit-holder .btn{
	font-family: 'PFEncoreSansPro-Medium';
	font-size:20px;
	line-height:22px;
	text-transform:uppercase;
	background:#303674;
	-webkit-border-radius:26px;
	-moz-border-radius:26px;
	-ms-border-radius:26px;
	border-radius:26px;
	color:#fff;
	padding:14px 31px;
	position:relative;
}
.help-form .submit-holder .btn:after{
	-webkit-border-radius:36px;
	-moz-border-radius:36px;
	-ms-border-radius:36px;
	border-radius:36px;
	border:1px solid #303674;
	content:'';
	position:absolute;
	top:-9px;
	left:-9px;
	right:-9px;
	bottom:-9px;
	animation: hvr-ripple-out 0.4s infinite alternate;
	-webkit-animation: hvr-ripple-out 0.4s infinite alternate;
}
@-webkit-keyframes hvr-ripple-out {
	100% {
		top: -15px;
		right: -15px;
		bottom: -15px;
		left: -15px;
		opacity: 0.4;
	}
}
/*select start*/
.help-form .select-holder{
	position:relative;
}
.help-form .selecter{
	position:relative;
	height:37px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:#fff;
	-webkit-border-radius:22px 22px 22px 22px;
	-moz-border-radius:22px 22px 22px 22px;
	-ms-border-radius:22px 22px 22px 22px;
	border-radius:22px 22px 22px 22px;
}
.help-form .selecter.open{
	-webkit-border-radius:18px 18px 0 0;
	-moz-border-radius:18px 18px 0 0;
	-ms-border-radius:18px 18px 0 0;
	border-radius:18px 18px 0 0;
}
.help-form .selecter.open{
	border-bottom-color:transparent;
}
.help-form .selecter .selecter-element{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	opacity:0;
	filter:alpha(opacity=0);
	z-index:-1;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.help-form .selecter .selecter-selected{
	padding:0 42px 0 29px;
	cursor:pointer;
	display:block;
	height:100%;
	line-height:35px;
	position:relative;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	text-overflow:ellipsis;
	-webkit-transition:all ease .2s;
	-o-transition:all ease .2s;
	transition:all ease .2s;
	color:#22285f;
	font-size:15px;
	font-family: 'PFEncoreSansPro-Book';
	letter-spacing:0.02em;
}
.help-form .selecter .selecter-selected:after{
	position:absolute;
	content:'';
	top:50%;
	right: 12px;
	width: 13px;
	height: 7px;
	margin-top: -3px;
	background:url(../images/img18.png) no-repeat;
	-webkit-transition:all ease .2s;
	-o-transition:all ease .2s;
	transition:all ease .2s;
}
.help-form .selecter .selecter-selected:before{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	width:1px;
	right:37px;
	background:#dbdde8;
}
.help-form .selecter.open .selecter-selected:after{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
}
.help-form .selecter .selecter-options{
	position:absolute;
	top:100%;
	left:0;
	right:0;
	display:none;
	z-index:50;
	background:#fff;
	max-height:200px;
	overflow-y:auto;
	overflow-x:hidden;
	color:#000;
	padding:5px 0 17px;
	border-top:none;
	vertical-align:top;
	-webkit-transition:all ease .2s;
	-o-transition:all ease .2s;
	transition:all ease .2s;
	-webkit-border-radius:0 0 22px 22px;
	-moz-border-radius:0 0 22px 22px;
	-ms-border-radius:0 0 22px 22px;
	border-radius:0 0 22px 22px;
	z-index:9999;
}
.help-form .selecter .selecter-item{
	-webkit-transition:all ease .2s;
	-o-transition:all ease .2s;
	transition:all ease .2s;
	display:block;
	cursor:pointer;
	padding:0 42px 0 29px;
	font-size:14px;
	line-height:16px;
	color: #22285f;
	font-size: 15px;
	font-family: 'PFEncoreSansPro-Book';
	letter-spacing: 0.02em;
	line-height:32px;
}
.help-form .selecter .selecter-item:hover{background:#fafafa;}
.help-form .selecter .selecter-item.selected{background:#cdcdcd;}
/*select end*/
/*back call popup start*/
.back-call-popup{
	position:absolute;
	top:0;
	left:0;
	right:0;
	background:#4d538e;
	z-index:9999;
	padding:0 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	display:none;
}
.back-call-popup .close-popup{
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	width: 30px;
	height: 30px;
	z-index: 20;
	top: 140px;
	right:30px;
}
.back-call-popup .close-popup:after,
.back-call-popup .close-popup:before{
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	height: 4px;
	width: 28px;
	margin-left: -14px;
	margin-top: -2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	-webkit-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}
.back-call-popup .close-popup:after,
.back-call-popup .close-popup:hover:before{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.back-call-popup .close-popup:before,
.back-call-popup .close-popup:hover:after{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.back-call-form{
	max-width: 800px;
	margin: 0 auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding: 150px 0 79px;
}
.back-call-popup .inp-list{
	padding:0;
	margin:0 -20px 60px;
	list-style:none;
	letter-spacing:-5px;
}
.back-call-popup .inp-list li{
	display:inline-block;
	vertical-align:top;
	width:50%;
	padding:0 20px;
	letter-spacing:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.back-call-popup .inp-list .title{
	display: block;
	color: #d4d6ef;
	font-size: 18px;
	line-height: 20px;
	font-family: 'PFEncoreSansPro-Book';
	padding-left: 30px;
	letter-spacing: 0.014em;
	margin: 0 0 14px;
}
.back-call-popup .inp-list .input{
	font-size: 15px;
	font-family: 'PFEncoreSansPro-Book';
	letter-spacing: 0.02em;
	-webkit-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	color: #22285f;
	display:block;
	height:38px;
	background:#fff;
	-webkit-border-radius:22px;
	-moz-border-radius:22px;
	-ms-border-radius:22px;
	border-radius:22px;
	width:100%;
	padding:0 31px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:none;
}
.back-call-form input::-webkit-input-placeholder{color:#22285f;opacity:1;}
.back-call-form input::-webkit-input-placeholder{color:#22285f;opacity:1;}
.back-call-form input:-moz-placeholder{color:#22285f;opacity:1;}
.back-call-form input::-moz-placeholder{color:#22285f;opacity:1;}
.back-call-form input:focus::-webkit-input-placeholder{color:transparent;}
.back-call-form input:focus:-moz-placeholder{color:transparent;}
.back-call-form input:focus:-ms-input-placeholder{color:transparent;}
.back-call-form input:focus::-moz-placeholder{color:transparent;}
.back-call-form .submit-holder{
	text-align:center;
}
.back-call-form .submit-holder .btn{
	font-family: 'PFEncoreSansPro-Medium';
	font-size:20px;
	line-height:22px;
	text-transform:uppercase;
	background:#303674;
	-webkit-border-radius:26px;
	-moz-border-radius:26px;
	-ms-border-radius:26px;
	border-radius:26px;
	color:#fff;
	padding:14px 31px;
	position:relative;
}
.back-call-form .submit-holder .btn:after{
	-webkit-border-radius:36px;
	-moz-border-radius:36px;
	-ms-border-radius:36px;
	border-radius:36px;
	border:1px solid #303674;
	content:'';
	position:absolute;
	top:-9px;
	left:-9px;
	right:-9px;
	bottom:-9px;
	animation: hvr-ripple-out 0.4s infinite alternate;
	-webkit-animation: hvr-ripple-out 0.4s infinite alternate;
}
@-webkit-keyframes hvr-ripple-out {
	100% {
		top: -15px;
		right: -15px;
		bottom: -15px;
		left: -15px;
		opacity: 0.4;
	}
}

/*back call popup end*/
/*about page start*/
.about .top-section{
	background:url(../images/sl_11.jpg) no-repeat;
	-webkit-background-size:cover;
	background-size:cover;
	background-position:50% 50%;
	padding-top:700px;
}
.about .top-section:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0, .2);
	z-index: -1;
}
.about .top-section .top-content{
	position: absolute;
	top: 198px;
	left: 50%;
	margin-left: -585px;
}
.about .top-section .top-content strong{
	text-transform: uppercase;
	display: block;
	font-size: 47px;
	line-height: 57px;
	margin: 0 0 2px 0;
}
.about .top-section .top-content span{
	display: block;
	color: #a5a4a4;
	font-size: 19px;
	line-height: 25px;
	margin: 0 0 45px 0;
	font-family: 'PFEncoreSansPro-Light';
}
.about .top-section .inner-container{
	background:#fff;
	margin: -305px auto 0;
	max-width: 1300px;
	z-index: 10;
	position: relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:51px 82px 0 82px;
}
.about .top-section .inner-container .inner-holder{
	max-width:100%;
	margin:0 0 40px;
	display:block;
}
.about .top-section .inner-container .img-holder{
	text-align:center;
	margin:0 0 66px;
}
.about .top-section .inner-container .img-holder img{
	display:block;
	margin:0 auto;
	max-width:100%;
}
.about .top-section .inner-container .text-holder{
	overflow:hidden;
	font-family: 'PFEncoreSansPro-Light';
	font-size: 16px;
	line-height: 22px;
	color: #696969;
	padding:0 0 61px 0;
}
.about .top-section .inner-container .text-holder .left{
	float: left;
	max-width: 532px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 55px 40px 0;
	border-right: 1px solid #ededf3;
}
.about .top-section .inner-container .text-holder .right{
	overflow: hidden;
	letter-spacing: 0.01em;
	padding: 0 0 0 59px;
}

.about .top-section .inner-container .inner-holder{
	overflow:hidden;
	margin:0 auto;
}
.about .top-section .inner-container .inner-holder .left{
	float:left;
	max-width:532px;
	border-right:1px solid #ededf3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 55px 40px 0;
}
.about .top-section .inner-container .inner-holder .right{
	overflow:hidden;
	font-size:16px;
	line-height:22px;
	color:#696969;
	letter-spacing:0.01em;
	padding:29px 0 0 59px;
	font-family: 'PFEncoreSansPro-Light';
}
.about .top-section .inner-container .inner-holder p{
	margin:0 0 10px;
}
.about .top-section .inner-container .inner-holder strong{
	display:block;
	font-size:31px;
	line-height:33px;
	color:#000;
	margin:0 0 18px;
}
.about .top-section .inner-container .inner-holder .text{
	display:block;
	font-size:25px;
	line-height:32px;
	color:#000;
	font-family: 'PFEncoreSansPro-Thin';
	letter-spacing:0.045em;
}

.about .map-section{
	margin-top:-37px;
}
.about .map-section .map{
	height:366px;
}
/*about page end*/

/*card page start*/

.card .top-section{
	padding:145px 0 0 0;
	background:url(../images/sl_8.jpg) #fff no-repeat;
	background-position:50% 50%;
	-webkit-background-size:cover;
	background-size:cover;
	min-height:1131px;
}
.breadcrumbs-holder{
	margin:0 0 27px;
	padding:17px 0 0 75px;
	padding:17px 0 0 0;
	position:relative;
}
.bread-list{
	padding:0;
	margin:0;
	list-style:none;
}
.bread-list li{
	display:inline-block;
	vertical-align:top;
	position:relative;
	color:#ffffff;
	font-size:12px;
	line-height:15px;
	text-transform:uppercase;
}
.bread-list li:after{
	content:'/';
	padding:0 10px;
}
.bread-list li a{
	text-transform:uppercase;
	text-decoration:none;
	color:#ffffff;
	font-size:12px;
	line-height:15px;
	-webkit-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;
	text-decoration:underline;
}
.bread-list li a:hover{
	color:#a7abd8;
	text-decoration:none;
}
.card-holder{
	background:#fff;
	color:#000;
	padding:0 78px 86px;
	position:relative;
	z-index:100;
}
.card-holder .top-box{
	overflow:hidden;
	padding:56px 0 0 17px;
	margin:0 0 53px;
}
.card-holder .top-box .img{
	float:left;
	padding:0 102px 0 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	max-width:396px;
}
.card-holder .top-box .img img{
	max-width:100%;
	display:block;
	margin:0 auto;
}
.card-holder .top-box .content{
	overflow:hidden;
	padding:27px 0 0 0;
}
.card-holder .top-box h1{
	color:#000000;
	font-size:30px;
	line-height:32px;
	font-family: 'PFEncoreSansPro-Medium';
	margin:0 0 27px;
	text-transform:uppercase;
}
.card-holder .top-box h1.mob_name{
	display:none;
}
.card-holder .top-box .content .text{
	color:#696969;
	font-size:16px;
	line-height:22px;
	font-family: 'PFEncoreSansPro-Light';
	display:block;
	max-width:630px;
	margin:0 0 23px;
}
.card-holder .top-box .content .dwn{
	color:#4d538e;
	font-size:13px;
	line-height:15px;
	font-family: 'PFEncoreSansPro-Medium';
	font-weight:bold;
	text-transform:uppercase;
	display:inline-block;
	padding:14px 27px 15px 55px;
	border:1px solid #8286b0;
	background:url(../images/img25.png) #fff no-repeat;
	background-position:19px 13px;
	-webkit-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;
}
.card-holder .top-box .content .dwn:hover{
	background-color:#d1caca;
}
.card-holder .top-box .content .dwn-box{
	margin:0 0 46px;
}
.card-holder .send-form strong{
	display:block;
	color:#000000;
	font-size:15px;
	line-height:17px;
	text-transform:uppercase;
	font-family: 'PFEncoreSansPro-Medium';
	margin:0 0 19px;
}
.card-holder .send-form .submit-box{
	float:left;
}
.card-holder .send-form .send-list{
	padding:0;
	margin:0;
	list-style:none;
	letter-spacing:-5px;
	float:left;
	max-width:620px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.card-holder .send-form .send-list li{
	display:inline-block;
	vertical-align:top;
	width:33.3%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.card-holder .send-form .send-list .input{
	color:#000000;
	border:1px solid #cbcddf;
	border-right:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	display:block;
	color:#000;
	font-size:15px;
	line-height:17px;
	height:36px;
	-webkit-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;
	padding:0 50px 0 15px;
	width:100%;
	font-family: 'PFEncoreSansPro-Regular';
	background-position:91% 50%;
	background-color:#fff;
	background-repeat:no-repeat;
}
.card-holder .send-form .send-list .input:focus{
	border-color:#11ca5e;
}
.card-holder .send-form .send-list li:first-child .input{
	background-image:url(../images/img26.png);
}
.card-holder .send-form .send-list li:first-child + li .input{
	background-image:url(../images/img27.png);
}
.card-holder .send-form .send-list li:last-child .input{
	background-image:url(../images/img28.png);
}
.send-form input::-webkit-input-placeholder{color:#000;opacity:1;}
.send-form input::-webkit-input-placeholder{color:#000;opacity:1;}
.send-form input:-moz-placeholder{color:#000;opacity:1;}
.send-form input::-moz-placeholder{color:#000;opacity:1;}
.send-form input:focus::-webkit-input-placeholder{color:transparent;}
.send-form input:focus:-moz-placeholder{color:transparent;}
.send-form input:focus:-ms-input-placeholder{color:transparent;}
.send-form input:focus::-moz-placeholder{color:transparent;}
.card-holder .send-form .btn{
	background:#4d538e;
	color:#fff;
	font-size:14px;
	line-height:18px;
	font-family: 'PFEncoreSansPro-Medium';
	height:36px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;
	display:block;
	text-align:center;
	padding:0;
	width:122px;
	text-transform:uppercase;
}
.card-holder .send-form .btn:hover{
	background:#8186bc;
}
.card-holder .description{
	overflow:hidden;
	color:#696969;
	font-size:16px;
	line-height:22px;
	font-family: 'PFEncoreSansPro-Light';
}
.card-holder .description h2{
	font-family: 'PFEncoreSansPro-Medium';
	color:#000;
	display:block;
	padding:18px 0 15px 59px;
	border-bottom:1px solid #d3d3d3;
	margin:0 0 20px;
	text-transform:uppercase;;
	font-size:20px;
	line-height:23px;
}
.card-holder .description p{
	margin:0 0 34px;
	padding:0 0 0 59px;
}
.product-slider{
	padding:0;
	margin:0;
	list-style:none;
	max-width:977px;
	margin:0 auto;
	position:static;
}
.product-slider .slide{
	padding:15px 14px;
}
.product-slider .content{
	-webkit-box-shadow: 0 0 10px 5px #efeff2;
	box-shadow: 0 0 10px 5px #efeff2;
	text-align:left;
	padding:53px 36px 48px;
	-webkit-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
}
.product-slider .content:hover{
	-webkit-box-shadow:none;
	box-shadow:none;
}
.product-slider .content .img{
	display:block;
	text-align:center;
	margin:0 0 36px;
}
.product-slider .content .img img{
	margin:0 auto;
	display:block;
	max-width:100%;
}
.product-slider .content .title{
	display:inline-block;
	color:#4d538e;
	font-size:17px;
	line-height:24px;
	text-decoration:none;
	-webkit-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;
	margin:0 0 10px;
}
.product-slider .content .title:hover{
	text-decoration:underline;
}
.product-slider .content span{
	display:block;
	color:#777777;
	font-size:15px;
	line-height:21px;
	font-family: 'PFEncoreSansPro-Book';
}
.product-slider .slick-next{
	background: url(../images/img16.png) no-repeat;
	left:auto;
	right:20px;
	margin-right:0;
	margin-left:0;
}
.product-slider .slick-prev{
	background: url(../images/img17.png) no-repeat;
	margin-left:0;
	left:20px;
}
.card .map-section{
	margin-top:-41px;
}
.card .map-section .map{
	height:253px;
}
/*card page end*/


/*catalog page start*/

.catalog .top-section{
	padding-top:190px;
	padding-bottom:105px;
	background:url(../images/sl_6.jpg) no-repeat;
	background-position:50% 50%;
	-webkit-background-size:cover;
	background-size:cover;
}
.catalog .top-section .catalog-container{
	margin:0 auto;
	max-width:1225px;
}
.catalog .top-section .catalog-container:after{
	clear:both;
	display:block;
	content:'';
}
.catalog .top-section .top{
	position:relative;
	margin:0 0 20px;
}
.catalog .top-section .top:after{
	clear:both;
	display:block;
	content:'';
}
.catalog .top-section .top .text-box{
	float:left;
	padding:0 0 0 0;
	max-width:640px;
}
.catalog .top-section h1{
	color:#fff;
	font-size:43px;
	line-height:42px;
	margin:0 0 15px;
	text-transform:uppercase;
	font-family: 'PFEncoreSansPro-Medium';
}
.catalog .top-section .top .text-box span{
	color:#ffffff;
	font-size:20px;
	line-height:25px;
	display:block;
	font-family: 'PFEncoreSansPro-Light';
}
.catalog .top-section .top .inner-box{
	float:right;
	margin:-15px 19px 0 0;
}
.catalog .top-section .top .inner-box .img{
	float:left;
	padding:0 15px 0 0;
}
.catalog .top-section .top .inner-box .content{
	overflow:hidden;
	padding:18px 0 0 0;
}
.catalog .top-section .top .inner-box strong{
	display:block;
	color:#ffffff;
	font-size:20px;
	line-height:22px;
	font-family: 'PFEncoreSansPro-Medium';
	margin:0 0 5px;
}
.catalog .top-section .top .inner-box span{
	display:block;
	color:#fff;
	font-size:11px;
	line-height:15px;
	font-family: 'PFEncoreSansPro-Light';
	margin:0 0 15px;
}
.catalog .top-section .top .inner-box .btn{
	color:#2c336f;
	font-size:11px;
	line-height:13px;
	background:#fff;
	font-family: 'PFEncoreSansPro-Medium';
	font-weight:bold;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	-ms-border-radius:30px;
	border-radius:30px;
	padding:6px 18px;
	text-transform:uppercase;
	-webkit-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;
}
.catalog .top-section .top .inner-box .btn:hover{
	color:#fff;
	background:#000;
}
.catalog-list{
	padding:0;
	margin:0;
	list-style:none;
	letter-spacing:-5px;
}
.catalog-list li{
	display:inline-block;
	vertical-align:top;
	letter-spacing:0;
	width:25%;
	-webkit-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;
	background:#fff;
	border-right:1px solid #ebebeb;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.catalog-list li:hover{

}
.catalog-list li:last-child{
	border:none;
}
.catalog-list .content{
	padding:47px 38px 27px;
}
.catalog-list .img-box{
	margin: 0 10px 51px;
	position: relative;
	height: 225px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.catalog-list .img-box img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	opacity: 1;
	max-height:100%;
}
.catalog-list .img-box img.color{
	opacity:0;
}
.catalog-list li:hover .img-box img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.catalog-list .title{
	display:block;
	font-size:18px;
	line-height:22px;
	margin:0 0 22px;
	color:#454545;
	text-align:center;
}
.catalog-list .row{
	margin-bottom:13px;
}
.catalog-list a{
	-webkit-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;
	color:#4c528c;
	font-size:14px;
	line-height:18px;
	text-decoration:none;
	display:inline-block;
}
.catalog-list a:hover{
	text-decoration:underline;
}
/*catalog page end*/

/*catalog main start*/

.catalog_main .top-section{
	padding-top:783px;
	background:url(../images/sl_7.jpg) no-repeat;
	-webkit-background-size:cover;
	background-size:cover;
	background-position:50% 50%;
}
.catalog-section{
	background-color:#f5f5f8;
}
.catalog_main .catalog-section{
	position:relative;
}
.catalog-section .top-holder{
	margin:-639px 0 45px 0;
	position:relative;
}
.catalog-section h1{
	font-size:30px;
	line-height:32px;
	color:#ffffff;
	font-family: 'PFEncoreSansPro-Medium';
	margin:0 0 21px 73px;
	margin:0 0 21px 0;
	display:block;
	text-transform:uppercase;
}
.catalog-section .inf-list{
	margin:0 auto;
	max-width:1300px;
	list-style:none;
	letter-spacing:-5px;
	padding:0;
}
.catalog-section .inf-list li{
	display:inline-block;
	width:50%;
	letter-spacing:0;
	vertical-align:top;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:24px 58px 24px 84px;
}
.catalog-section .inf-list a{
	display:block;
	-webkit-transition:all .2s ease;
	-o-transition:all .2s ease;
	transition:all .2s ease;
	text-decoration:none;
	overflow:hidden;
}
.catalog-section .inf-list a:hover .text{
	text-decoration:none;
}
.catalog-section .inf-list .img{
	display:block;
	float:left;
	vertical-align:middle;
	width:75px;
	height:75px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
	/*background-color:#898889;*/
	-webkit-background-size:cover;
	background-size:cover;
	margin-left:auto;
	padding-right:10px;
	margin-right:10px;
}
.catalog-section .inf-list .img img{
	max-width:100%;
	display:block;
	margin:0 auto;
}
.catalog-section .inf-list .text{
	padding-top:23px;
	display:block;
	overflow:hidden;
	font-size:22px;
	line-height:1.2;
	text-transform:uppercase;
	color:#4d538e;
	-webkit-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;
	text-decoration:underline;
	white-space:normal;
}
.catalog-section .inf-list .text:hover{
	text-decoration:none;
}
.catalog-section .descr-holder{
	text-align:center;
	color:#6a6a6a;
	font-size:17px;
	line-height:24px;
	border-bottom:1px solid #dcdce1;
	margin:0 0 31px;
}
.catalog-section .descr-holder strong{
	display:block;
	font-size:24px;
	line-height:26px;
	color:#000000;
	margin:0 0 13px;
}
.catalog_main .catalog-section .descr-holder strong{
	color:#fff;
}
.catalog-section .descr-holder p{
	margin:0 auto 29px;
	font-family: 'PFEncoreSansPro-Light';
}
.catalog_main .catalog-section .descr-holder p{
	color:#fff;
}
.catalog-section .filter-holder{
	text-align:center;
	margin:0 0 45px;
}
.catalog-section .filter-holder .title{
	display:inline-block;
	color:#fff;
	font-size:17px;
	line-height:19px;
	vertical-align:middle;
	font-family: 'PFEncoreSansPro-Book';
	padding:0 56px 0 0;
}
/*select start*/
.catalog-section .select-holder{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	width:283px;
	text-align:left;
}
.catalog-section .selecter{
	position:relative;
	height:37px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:#fff;
	-webkit-border-radius:22px 22px 22px 22px;
	-moz-border-radius:22px 22px 22px 22px;
	-ms-border-radius:22px 22px 22px 22px;
	border-radius:22px 22px 22px 22px;
	border:1px solid #b3b5cb;
}
.catalog-section .selecter.open{
	-webkit-border-radius:18px 18px 0 0;
	-moz-border-radius:18px 18px 0 0;
	-ms-border-radius:18px 18px 0 0;
	border-radius:18px 18px 0 0;
}
.catalog-section .selecter.open{
	border-bottom-color:transparent;
}
.catalog-section .selecter .selecter-element{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	opacity:0;
	filter:alpha(opacity=0);
	z-index:-1;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.catalog-section .selecter .selecter-selected{
	padding:0 42px 0 24px;
	cursor:pointer;
	display:block;
	height:100%;
	line-height:35px;
	position:relative;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	text-overflow:ellipsis;
	-webkit-transition:all ease .2s;
	-o-transition:all ease .2s;
	transition:all ease .2s;
	color:#22285f;
	font-size:15px;
	letter-spacing:0.02em;
}
.catalog-section .selecter .selecter-selected:after{
	position:absolute;
	content:'';
	top:50%;
	right: 12px;
	width: 13px;
	height: 7px;
	margin-top: -3px;
	background:url(../images/img18.png) no-repeat;
	-webkit-transition:all ease .2s;
	-o-transition:all ease .2s;
	transition:all ease .2s;
}
.catalog-section .selecter.open .selecter-selected:after{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
}
.catalog-section .selecter .selecter-options{
	position:absolute;
	top:100%;
	left:-1px;
	right:-1px;
	display:none;
	z-index:50;
	background:#fff;
	max-height:200px;
	overflow-y:auto;
	overflow-x:hidden;
	color:#000;
	padding:5px 0 17px;
	border-top:none;
	vertical-align:top;
	-webkit-transition:all ease .2s;
	-o-transition:all ease .2s;
	transition:all ease .2s;
	-webkit-border-radius:0 0 22px 22px;
	-moz-border-radius:0 0 22px 22px;
	-ms-border-radius:0 0 22px 22px;
	border-radius:0 0 22px 22px;
	z-index:9999;
	border:1px solid #b3b5cb;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-top:none;
}
.catalog-section .selecter .selecter-item{
	-webkit-transition:all ease .2s;
	-o-transition:all ease .2s;
	transition:all ease .2s;
	display:block;
	cursor:pointer;
	padding:0 42px 0 24px;
	font-size:14px;
	line-height:16px;
	color: #22285f;
	font-size: 16px;
	font-family: 'PFEncoreSansPro-Book';
	letter-spacing: 0.02em;
	line-height:20px;
	margin-bottom:12px;
}
.catalog-section .selecter .selecter-item:hover{background:#fafafa;}
.catalog-section .selecter .selecter-item.selected{background:#cdcdcd;}
/*select end*/
.catalog-section .list-box{
	background:#fff;
	padding:35px 0 70px 0;
}
.catalog-section .main-list{
	padding:0;
	margin:0 -15px 3px;
	list-style:none;
	letter-spacing:-5px;
}
.catalog-section .main-list li{
	display:inline-block;
	width:25%;
	vertical-align:top;
	letter-spacing:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 15px;
	margin-bottom:34px;
}
.catalog-section .main-list .content{
	-webkit-box-shadow: 0 0 10px 5px #efeff2;
	box-shadow: 0 0 10px 5px #efeff2;
	text-align: left;
	padding: 53px 36px 48px;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.catalog-section .main-list .content:hover{
	-webkit-box-shadow:none;
	box-shadow:none;
}
.catalog-section .main-list .img{
	display: block;
	text-align: center;
	margin: 0 0 36px;
}
.catalog-section .main-list .img a{
	display:block;
	height:115px;
}
.catalog-section .main-list .img img{
	margin: 0 auto;
	display: block;
	max-width: 100%;
	max-height:100%;
}
.catalog-section .main-list .title{
	display: inline-block;
	color: #4d538e;
	font-size: 17px;
	line-height: 24px;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	margin: 0 0 10px;
}
.catalog-section .main-list .title:hover{
	text-decoration:underline;
}
.catalog-section .main-list span{
	display: block;
	color: #777777;
	font-size: 15px;
	line-height: 21px;
	font-family: 'PFEncoreSansPro-Book';
}
.catalog-section .list-box .more{
	text-align:center;
	display:block;
	background:#4d538e;
	font-size:16px;
	line-height:18px;
	font-family: 'PFEncoreSansPro-Medium';
	text-transform:uppercase;
	padding:13px 15px;
	-webkit-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;
}
.catalog-section .list-box .more:hover{
	-webkit-box-shadow: 0 0 20px 10px #efeff2;
	box-shadow: 0 0 20px 10px #efeff2;
}
.catalog-section .list-box .more span{
	position:relative;
}
.catalog-section .list-box .more span:after{
	content:'';
	width:31px;
	height:10px;
	background:url(../images/img32.png) no-repeat;
	background-position:100% 0;
	display:inline-block;
}
/*catalog main end*/
/*brands start*/

.brands .top-section{
	background:url(../images/img34.jpg) no-repeat;
	-webkit-background-size:cover;
	background-size:cover;
	padding-top: 190px;
}
.brands .top-section h1 {
	color: #fff;
	font-size: 43px;
	line-height: 42px;
	margin: 0 0 15px;
	text-transform: uppercase;
	font-family: 'PFEncoreSansPro-Medium';
}
.brands .top-section .top .text-box span {
	color: #ffffff;
	font-size: 20px;
	line-height: 25px;
	display: block;
	font-family: 'PFEncoreSansPro-Light';
}
.brands .top-section .top{
	margin-bottom:95px;
}
.brands-list{
	padding:75px 0 200px 0;
	margin:0 -50px -37px;
	list-style:none;
	background:#fff;
	letter-spacing:-6px;
	position:relative;
	z-index:10;
}
.brands-list li{
	letter-spacing:0;
	display:inline-block;
	vertical-align:top;
	width:50%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 50px;
	position:relative;
	margin-bottom:68px;
}
.brands-list li:nth-child(odd):after{
	content:'';
	position:absolute;
	top:0;
	left:auto;
	right:0;
	width:1px;
	background:#ededf3;
	height:197px;
}
.brands-list li:nth-child(even) .cont{
	-ms-align-items:flex-start;
	align-items:flex-start;
}
.brands-list .cont{
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	display:flex;
	-ms-align-items:flex-start;
	align-items:flex-start;
	justify-content:space-between;
}
.brands-list .ico{
	-webkit-flex:0 0 135px;
	-moz-flex:0 0 135px;
	-ms-flex:0 0 135px;
	-o-flex:0 0 135px;
	flex:0 0 135px;
	margin-right:29px;
}
.brands-list.ico img{
	max-width:100%;
}
.brands-list .text{
	font-size:16px;
	line-height:1.2;
	color:#696969;
	-webkit-flex:1 1 100%;
	-moz-flex:1 1 100%;
	-ms-flex:1 1 100%;
	-o-flex:1 1 100%;
	flex:1 1 100%;
}
/*brands end*/

/* slide 05-12-2017*/
.pro-slider{
	background: #ffffff;
}
.pro-slider .slick-slide{
	height: 100%!important;
	border-right: none;
	position: relative;
}
.pro-slider .slick-slide:before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: -9999px;
	border-right: 1px solid #ebebeb;
}
.pro-slider .slick-arrow.slick-prev,
.pro-slider .slick-prev{
	left: 12px;
	margin: 0;
	bottom: auto;
	top: 50%;
	margin: -22px 0 0;
	overflow: hidden;
	background: transparent;
}
.pro-slider .slick-prev:before{
	content: '';
	position: absolute;
	left: 3px;
	right: 0;
	top: 0;
	bottom: 0;
	border-left: 2px solid #4c659e;
	transform: rotate(45deg) rotateY(0deg);
	-webkit-transform: rotate(45deg) rotateY(0deg);
	-moz-transform: rotate(45deg) rotateY(0deg);
	-o-transform: rotate(45deg) rotateY(0deg);
	-ms-transform: rotate(45deg) rotateY(0deg);
}
.pro-slider .slick-prev:after{
	content: '';
	position: absolute;
	left: 3px;
	right: 0;
	top: 0;
	bottom: 0;
	border-left: 2px solid #4c659e;
	transform: rotate(-45deg) rotateY(0deg);
	-webkit-transform: rotate(-45deg) rotateY(0deg);
	-moz-transform: rotate(-45deg) rotateY(0deg);
	-o-transform: rotate(-45deg) rotateY(0deg);
	-ms-transform: rotate(-45deg) rotateY(0deg);
}
.pro-slider .slick-arrow.slick-next,
.pro-slider .slick-next{
	background: transparent;
	left: auto;
	overflow: hidden;
	right: 12px;
	bottom: auto;
	top: 50%;
	margin: -22px 0 0;
	transform: rotate(180deg) rotateY(0deg);
	-webkit-transform: rotate(180deg) rotateY(0deg);
	-moz-transform: rotate(180deg) rotateY(0deg);
	-o-transform: rotate(180deg) rotateY(0deg);
	-ms-transform: rotate(180deg) rotateY(0deg);
}
.pro-slider .slick-next:before{
	content: '';
	position: absolute;
	left: 3px;
	right: 0;
	top: 0;
	bottom: 0;
	border-left: 2px solid #4c659e;
	transform: rotate(45deg) rotateY(0deg);
	-webkit-transform: rotate(45deg) rotateY(0deg);
	-moz-transform: rotate(45deg) rotateY(0deg);
	-o-transform: rotate(45deg) rotateY(0deg);
	-ms-transform: rotate(45deg) rotateY(0deg);
}
.pro-slider .slick-next:after{
	content: '';
	position: absolute;
	left: 3px;
	right: 0;
	top: 0;
	bottom: 0;
	border-left: 2px solid #4c659e;
	transform: rotate(-45deg) rotateY(0deg);
	-webkit-transform: rotate(-45deg) rotateY(0deg);
	-moz-transform: rotate(-45deg) rotateY(0deg);
	-o-transform: rotate(-45deg) rotateY(0deg);
	-ms-transform: rotate(-45deg) rotateY(0deg);
}
.pro-slider .slick-arrow:hover{
	-webkit-filter: grayscale(0);
}
/*old new price*/
.old-new-price{
	font-size: 0;
	line-height: 0;
	padding: 15px 0 0;
}
 .old-new-price span{
	display: inline-block!important;
	vertical-align: top!important;
	width: 50%!important;
	font-size: 20px;
	line-height: 22px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form-price{
	margin: 0 0 20px;
}
.form-price span{
 	width: auto!important;
	font-size: 20px;
	line-height: 22px;
	padding: 0 5px 0 0;
}
.pr-new-price{
	color: #495291!important;
	text-align: right;
	font-family: 'PFEncoreSansPro-Medium'!important;
}
.pr-old-price{
	color: #989898!important;
	padding: 0 0 0 5px;
	text-decoration: line-through;
	text-align: left;
}

@media only screen and (max-width:1400px){
	.card-holder{
		padding:0 30px 86px;
		margin-left:-15px;
		margin-right:-15px;
	}
	.catalog-section h1{
		margin-left:0;
	}
}
@media only screen and (max-width:1350px){
	.catalog-section .main-list li{
		width:33.3%;
	}
}
@media only screen and (max-width:1330px){
	.header .logo{
		padding-right:9px;
	}
	.header .nav{
		padding-right:30px;
	}
	.catalog-section .inf-list li{
		padding-left:20px;
		padding-right:20px;
	}
}
@media only screen and (max-width:1300px){
	.logo.footer{
		padding-right:25px;
	}
	.footer .nav{
		padding-right:30px;
	}
	.footer .footer-container{
		padding-right:0;
	}
	.card-holder{
		padding-left:15px;
		padding-right:15px;
	}
	.card-holder .top-box .img{
		max-width:180px;
		padding-right:50px;
	}
	.main-section .rel-slider .slick-prev{
		left:0;
	}
	.main-section .rel-slider .slick-next{
		right:0;
	}
	.main-section .rel-slider{
		padding:0 15px;
	}
}
@media only screen and (max-width:1200px){
	.container{
		padding:0 15px;
	}
	.burger{
		display:block;
		z-index:999999;
	}
	.header .lg-list li.active a{
		border:none;
	}
	.header .nav li.active a{
		border:none;
	}
	.header .nav{
		position:absolute;
		background:#000;
		padding-top:20px;
		top:-500px;
		left:0;
		right:0;
		-webkit-transition:all .4s ease;
		-o-transition:all .4s ease;
		transition:all .4s ease;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		padding-right:0;
	}
	.header.burger-open .nav{
		top:128px;
	}
	.header .nav li{
		display:block;
		text-align:center;
		margin-bottom:20px;
	}
	.header .nav li a{
		display:inline-block;
	}
	.header .nav li:after{
		display:none;
	}
	.header .logo{
		padding-right:100px;
	}
	.top-section .main-slider .text-holder{
		left:15px;
		right:15px;
		margin-left:0;
	}
	.main-section .pr-list{
		margin-left:-15px;
		margin-right:-15px;
	}
	.header{
		padding-top:55px;
	}
	.header .lg-list{
		position:absolute;
		top:-500px;
		left:0;
		right:0;
		background:#000;
		padding-top:10px;
		padding-bottom:10px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		text-align:center;
		-webkit-transition:all .4s ease;
		-o-transition:all .4s ease;
		transition:all .4s ease;
		padding-right:0;
		z-index:999999;
	}
	.header.burger-open .lg-list{
		top:81px;
	}
	.header .logo a{
		-webkit-background-size:contain;
		background-size:contain;
	}
	.header .logo{
		display:block;
		margin:0 auto;
		width:190px;
		height:50px;
		padding-left:50px;
	}
	.header .logo:before{
		top: 0px;
		left: 48px;
		width: 193px;
		height: 64px;
		-webkit-background-size:contain;
		background-size:contain;
	}
	.header .logo:after{
		top: -3px;
		left: 49px;
		width: 54px;
		height: 58px;
		-webkit-background-size:contain;
		background-size:contain;
	}
	.header{
		padding-top:10px;
		padding-bottom:10px;
	}
	.header .inner-holder{
		float:none;
		overflow:hidden;
	}
	.header .content-holder .row{
		display:none;
	}
	.header .content-holder .row3{
		display:block;
		background:#000;
		position:absolute;
		top:-100%;
		left:0;
		right:0;
		text-align:center;
		padding-top:10px;
		padding-bottom:10px;
		-webkit-transition:all .4s ease;
		-o-transition:all .4s ease;
		transition:all .4s ease;
		z-index:99999;
	}
	.header.burger-open .content-holder .row3{
		top:36px;
	}
	.header .content-holder .row3 + .row3{
		display:none;
	}
	.header .content-holder .row1{
		display:block;
		background:#000;
		position:absolute;
		top:-100%;
		left:0;
		right:0;
		text-align:center;
		padding-top:10px;
		padding-bottom:10px;
		-webkit-transition:all .4s ease;
		-o-transition:all .4s ease;
		transition:all .4s ease;
		z-index:99999;
	}
	.header.burger-open .content-holder .row1{
		top:0;
	}
	.header .content-holder{
		float:none;
		display:block;
		margin:0;
		padding:0;
	}
	.about .top-section .top-content{
		padding-right:15px;
		left: 15px;
		margin-left: 0;
	}
	.about .top-section .inner-container .inner-holder .left{
		float:none;
		width:100%;
		padding-left:0;
		border:none;
		max-width:100%;
		text-align:center;
		padding:0;
	}
	.about .top-section .inner-container .inner-holder .right{
		float:none;
		text-align:center;
		padding:0;
	}
	.about .top-section .inner-container .text-holder .left{
		float:none;
		width:100%;
		padding-left:0;
		border:none;
		max-width:100%;
		text-align:center;
		padding:0;
	}
	.about .top-section .inner-container .text-holder .right{
		float:none;
		text-align:center;
		padding:0;
	}
	.help-popup .close-popup,
	.back-call-popup .close-popup{
		top:90px;
	}
}
@media only screen and (max-width:1100px){
	.help-form .select-list .number:after{
		display:none;
	}
	.catalog-list{
		margin-left:-15px;
		margin-right:-15px;
	}
}
@media only screen and (max-width:1030px){
	.catalog .top-section .top .text-box{
		max-width:100%;
		float:none;
		margin-bottom:30px;
	}
	.catalog .top-section{
		padding-top:110px;
	}
	.catalog .top-section .top .inner-box{
		float:none;
	}
	.catalog .top-section .top .inner-box{
		margin-right:0;
	}
	.catalog .top-section .top .inner-box .img{
		padding-right:0;
	}
}
@media only screen and (max-width:1000px){
	.logo.footer{
		display:block;
		margin:0 auto 15px;
		padding:0;
	}
	.footer .nav{
		display:block;
		float:none;
		text-align:center;
		margin-bottom:15px;
		padding:0;
	}
	.footer .nav li{
		margin-bottom:10px;
	}
	.footer .social-list{
		display:block;
		float:none;
		text-align:center;
	}
	.help-form .select-list li{
		display:block;
		width:100%;
		text-align:center;
		padding-bottom:0;
		margin-bottom:20px;
	}
	.help-form .select-list .number{
		position:static;
	}
	.help-form .select-list .title{
		padding-left:0;
	}
	.help-form .submit-holder .btn{
		font-size:15px;
	}
	.help-form .select-list li.inactive:after{
		top:40px;
		bottom:0;
	}
	.card-holder .top-box .img{
		float:none;
		max-width:500px;
		margin:0 auto;
		padding-right:0;
	}
	.card-holder .top-box{
		padding-left:0;
	}
	.breadcrumbs-holder{
		padding-left:0;
	}
	.catalog-list li{
		width:50%;
	}
	.catalog-section .inf-list li{
		display:block;
		width:100%;
	}
	.catalog-section .inf-list .text{
		text-decoration:underline;
	}
	.catalog-list .title{
		text-decoration:underline;
	}
	.card-holder .top-box h1{
		display:none;
	}
	.card-holder .top-box h1.mob_name{
		display:block;
	}
	.brands-list li{
		display:block;
		width:100%;
	}
	.brands-list li:after{
		display:none;
	}
}
@media only screen and (max-width:990px){
	.main-section .pr-list li{
		width:50%;
	}
	.catalog-section .main-list li{
		width:50%;
	}
}
@media only screen and (max-width:950px){
	.inner-section .inner-holder{
		display:none;
	}
	.inner-section{
		padding-top:151px;
	}
}
@media only screen and (max-width:900px){
	.header .logo{
		padding-right:20px;
	}
	.about .top-section .inner-container{
		margin-left:-15px;
		margin-right:-15px;
		padding-left:15px;
		padding-right:15px;
	}
	.back-call-popup .inp-list li{
		display:block;
		width:100%;
		text-align:center;
		margin-bottom:15px;
		padding:0;
	}
	.back-call-popup .inp-list{
		margin-left:0;
		margin-right:0;
	}
	.back-call-popup .inp-list .title{
		padding-left:0;
	}
}
@media only screen and (max-width:850px){
	.card-holder .send-form .send-list li{
		display:block;
		width:100%;
		margin-bottom:10px;
	}
	.card-holder .send-form .send-list li .input{
		border-right:1px solid #cbcddf;
	}
	.card-holder .send-form .send-list{
		display:block;
		width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		float:none;
		max-width:100%;
	}
	.card-holder .send-form .submit-box{
		display:block;
		float:none;
	}
	.card-holder .send-form .submit-box .btn{
		width:100%;
	}
}
@media only screen and (max-width:730px){
	.top-section .main-slider .text-holder strong{
		font-size:28px;
		line-height:30px;
	}
	.top-section .main-slider .text-holder span{
		font-size:16px;
		 line-height:18px;
	}
	.about .top-section .top-content strong{
		font-size: 28px;
		line-height: 30px;
	}
	.about .top-section .top-content span{
		font-size: 16px;
		line-height: 18px
	}
}
@media only screen and (max-width:700px){
	.catalog-section .filter-holder .title{
		display:block;
		padding-right:0;
		margin-bottom:15px;
	}
}
@media only screen and (max-width:600px){
	.catalog-list li{
		width:100%;
		display:block;
	}
	.catalog .top-section h1{
		font-size:27px;
		line-height:30px;
	}
	.catalog .top-section .top .text-box span{
		font-size:16px;
		line-height:18px;
	}
	.catalog-section .main-list li{
		display:block;
		width:100%;
	}
}
@media only screen and (max-width:550px){
	.header .content-holder{
		float:none;
		margin-top:0;
		padding:0;
	}
	.header .content-holder .phone{
		font-size:18px;
		line-height:16px;
	}
	.header .nav{
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		left:0;
		right:0;
	}
	.header .lg-list{
		left:0;
		right:0;
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	.main-section .pr-list li{
		display:block;
		width:100%;
	}
	.main-section .dev-holder .tab-controll a{
		font-size:11px;
	}
	.footer .nav{
		letter-spacing:-5px;
	}
	.footer .nav li{
		display:block;
		letter-spacing:0;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	.footer .nav li a{
		display:inline-block;
	}
	.main-section .dev-holder .tab-controll li{
		display:block;
		margin-bottom:10px;
	}
	.main-section .dev-holder .tab-controll li a{
		display:inline-block;
	}
	.card-holder .top-box .content .dwn{
		background-image:none;
		padding-left:10px;
		padding-right:10px;
		width:100%;
		text-align:center;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	.card-holder .description h2{
		padding-left:0;
	}
	.card-holder .description p{
		padding-left:0;
	}
	.product-slider .content{
		padding-left:16px;
		padding-right:16px;
	}
	.card-holder .top-box h1{
		font-size:26px;
		line-height:28px;
	}
	.main-section .dev-holder .dev-list .slick-list li{
		border:none;
	}
	.catalog-section .inf-list .img{
		display:block;
		margin-bottom:10px;
	}
	.brands-list .cont{
		display:block;
	}
	.brands-list li{
		margin-bottom:20px;
	}
	.brands-list .ico{
		margin-bottom:15px;
		text-align:center;
	}
}
















































.default-form{
	margin:0;
	padding:0;
}
.default-form fieldset{
	margin:0;
	padding:0;
	border:none;
}
.default-form .row{margin:0 0 10px;}
.default-form input.text,
.default-form textarea{
	display:block;
	width:100%;
	height:30px;
	border:1px solid #000;
	padding-left:10px;
	padding-right:10px;
	font:inherit;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all ease .2s;
	-o-transition:all ease .2s;
	transition:all ease .2s;
}
.default-form input.text{
	height:30px;
	padding-top:0;
	padding-bottom:0;
}
.default-form textarea{
	height:150px;
	resize:none;
	padding-top:10px;
	padding-bottom:10px;
}
.default-form input.text:hover,
.default-form textarea:hover,
.default-form input.text:focus,
.default-form textarea:focus,
.default-form input.text:active,
.default-form textarea:active{
	border-color:#ccc;
}
.copyright{display:block;}
.copyright a{
	text-decoration:none;
	color:inherit;
}
.copyright a:hover{text-decoration:underline;}