@font-face {
	font-family: 'cuprumregular';
	src: url('../fonts/cuprum-regular-webfont.eot');
	src: url('../fonts/cuprum-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/cuprum-regular-webfont.woff2') format('woff2'),
	url('../fonts/cuprum-regular-webfont.woff') format('woff'),
	url('../fonts/cuprum-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ProximaNova-Regular';
	src: url('../fonts/ProximaNova-Regular.eot?') format('eot'),
	url('../fonts/ProximaNova-Regular.otf')  format('opentype'),
	url('../fonts/ProximaNova-Regular.woff') format('woff'),
	url('../fonts/ProximaNova-Regular.ttf')  format('truetype'),
	url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
}
@font-face {
	font-family: 'ProximaNova-RegularIt';
	src: url('../fonts/ProximaNova-RegularIt.eot?') format('eot'),
	url('../fonts/ProximaNova-RegularIt.otf')  format('opentype'),
	url('../fonts/ProximaNova-RegularIt.woff') format('woff'),
	url('../fonts/ProximaNova-RegularIt.ttf')  format('truetype'),
	url('../fonts/ProximaNova-RegularIt.svg#ProximaNova-RegularIt') format('svg');
}
@font-face {
	font-family: 'ProximaNova-Light';
	src: url('../fonts/ProximaNova-Light.eot?') format('eot'),
	url('../fonts/ProximaNova-Light.otf')  format('opentype'),
	url('../fonts/ProximaNova-Light.woff') format('woff'),
	url('../fonts/ProximaNova-Light.ttf')  format('truetype'),
	url('../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
}
@font-face {
	font-family: 'ProximaNova-BoldIt';
	src: url('../fonts/ProximaNova-BoldIt.eot?') format('eot'),
	url('../fonts/ProximaNova-BoldIt.otf')  format('opentype'),
	url('../fonts/ProximaNova-BoldIt.woff') format('woff'),
	url('../fonts/ProximaNova-BoldIt.ttf')  format('truetype'),
	url('../fonts/ProximaNova-BoldIt.svg#ProximaNova-BoldIt') format('svg');
}
@font-face {
	font-family: 'ProximaNova-Bold';
	src: url('../fonts/ProximaNova-Bold.eot?') format('eot'),
	url('../fonts/ProximaNova-Bold.otf')  format('opentype'),
	url('../fonts/ProximaNova-Bold.woff') format('woff'),
	url('../fonts/ProximaNova-Bold.ttf')  format('truetype'),
	url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
}
.pmwidget.pmwidgetDone {
	width: 100% !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	margin-top:15px;

	font-family: 'ProximaNova' !important;
	font-size: 14px !important;
}
img {
	border: none;
}
html, body {
	margin: 0px;
	height: 100%;
}
.clear {
	clear: both;
	height: 0px;
}
.clearl {
	clear: left;
	height: 0px;
}
.pm0, ul, ol, ul li, ol li{
	margin: 0px;
	padding: 0px;
}
ul, ol{
	list-style-type: none;
}
.uppercase {
	text-transform: uppercase;
}
.nounderline {
	text-decoration: none;
}
.finger, input[type="submit"], input[type="reset"], a.btn, .close{
	cursor: pointer;
}

strong, .bold{
	font-family: 'ProximaNova-Bold';
	font-weight: normal;
}
i, .italic{
	font-family: 'ProximaNova-RegularIt';
}
body {
	color: #272727;
	font-weight: normal;
	font: 15px/18px 'ProximaNova-Regular', Arial, sans-serif;
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
	font-family: 'ProximaNova-Light', Arial,sans-serif;
	font-weight: normal;
}
h1, .h1 {
	font: 30px/34px 'ProximaNova-Light', Arial,sans-serif;
	margin: 0 0 20px;
}
h2, .h2 {
	font: 24px/30px 'ProximaNova-Light', Arial,sans-serif;
	margin: 10px 0;
}
h3, .h3 {
	font: 20px/24px 'ProximaNova-Light', Arial,sans-serif;
	margin: 10px 0;
}
h4, .h4 {
	font: 16px/20px 'ProximaNova-Light', Arial,sans-serif;
	margin: 10px 0;
}
h5, .h5 {
	font: 16px/20px 'ProximaNova-Bold', Arial,sans-serif;
}

/*LINKS*/
a {
	color: #406c8e;
	text-decoration: none;
}
a:hover{
	color: #539cd4;
	text-decoration: underline;
}
a:active {
	color: #539cd4;
}
h1>a:hover, h2>a:hover, h3>a:hover, h4>a:hover, h5>a:hover,
.h1>a:hover, .h2>a:hover, .h3>a:hover, .h4>a:hover, .h5>a:hover{
	border-bottom: 1px solid #539cd4;
	text-decoration: none;
}
.dotted{
	border-bottom: 1px dotted #406c8e;
}
.dotted:hover{
	border-bottom: 1px dotted #539cd4;
}
/*END LINKS*/



/*TEMPLATE*/
.main {
	min-height: 100%;
	margin: 0 auto -250px;
}
.columns-wrap{
	margin-top: 30px;
	margin-bottom: 30px;
}
.wrap{
	padding: 0 20px;
}
/*END TEMPLATE*/


/*HEADER*/
.navbar-inverse .navbar-inner {
	background: #48494a;
	border: none;
}
.navbar-inverse .nav > li{
	position: relative;
}
.navbar-inverse .nav > li > a{
	font: 16px/50px 'cuprumregular';
	padding: 0 15px;
	color: #fcfcfe;
	text-transform: uppercase;
}
.navbar-inverse .nav .active > a, .navbar-inverse .nav > li > a:hover, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus{
	color: #539cd4;
	background: none;
	box-shadow: none;
}
.navbar-inverse .nav>li:after{
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 14px;
	top: 18px;
	right: 0;
	background: #fcfcfe;
}
.navbar-inverse .nav li:last-child:after{
	content: none;
}
.submenu{
	display: none;
	position: absolute;
	left: 0;
	top: 50px;
	min-width: 172px;
	background: #48494a;
	text-align: left;
	border-top: none;
	z-index: 500;
}
.nav>li:hover .submenu{
	display: block;
}
.submenu>li>a{
	display: block;
	padding: 9px 15px 11px;
	color: #999;
	font: 16px/18px 'cuprumregular';
	text-decoration: none;
}
.submenu>li>a:hover{
	background: #111;
	color: #539cd4;
}

.header{
	position: relative;
	min-height: 35px;
	padding: 65px 0 0;
	background: #f5f5f5;
	border-bottom: 5px solid #dadbdb;
	font: 14px/17px 'ProximaNova-Regular';
	text-align: center;
}
.logo, .services div, .callback{
	text-align: left;
}
.services div{
	margin: 0 0 10px;
}
.services li{
	line-height: 17px;
	color: #48494a;
	font-size: 13px;
}
.callback{
	margin-top: 5px;
	position: relative;
	padding-left: 33px;
}
.callback:before{
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	display: block;
	width: 23px;
	height: 23px;
	background: url('../images/sprite.png') no-repeat 0 0;
}
.phone{
	font: 22px/25px 'ProximaNova-Light';
	display: inline-block;
	margin-top: 3px;
	color: #48494a;
}
.phone span{
	font-size: 14px;
}
a.phone:hover, a.dotted{
	text-decoration: none;
}
/*END HEADER*/

/*FOOTER*/
.hfooter{
	height: 250px;
}
.footer{
	position: relative;
	min-height: 200px;
	background: url('../images/footer_bg.png');
	color: #fff;
	padding-bottom: 50px;
	font: 14px/16px 'ProximaNova-Regular';
}
.footer .span2, .footer .span2 li{
	font: 13px/15px 'ProximaNova-Regular';
	margin-bottom: 5px;
}
.footer h5 a{
	color: #cecdcd;
	text-shadow: 1px 1px 1px #000;
}
.footer a{
	color: #fcfcfe;
}
.footer a:hover, .footer h5 a:hover, .footer h5 a.active{
	color: #539cd4;
	border-bottom: none;
}
.footer_bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: 50px;
	background: #272727;
}
.mob-block {
	display: none;
}
.footer_bottom .span4{
	line-height: 50px;
}
.footer_bottom a{
	color: #c8c8c8;
}
.footer_bottom p{
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
}
.footer .span2:before, .footer .span2:after{
	content: '';
	position: absolute;
	top: 10px;
	bottom: 0;
	width: 1px;
	margin-left: -10px;
	background: #2d3239;
}
.footer .span2:after{
	margin-left: -9px;
	background: #555c67;
}
p.designer {
	width: 100%;
	vertical-align: middle;
	text-align: right;
	font: 12px/14px 'ProximaNova-Regular';
}
/*END FOOTER*/

/*CONTENT*/
.content img[style*="float: right"],
article img[style*="float: right"]{
	margin: 0 0 20px 30px;
	position: relative;
	z-index: 1;
}
.content img[style*="float: left"],
article img[style*="float: left"],
.img_left{
	position: relative;
	margin: 0 30px 20px 0;
	z-index: 1;
}
.content ol{
	counter-reset: list;
}
.content ul, .content ol{
	text-indent: -8px;
	list-style: none;
	margin-left: 25px;
}
.content ol{
	text-indent: 0;
}
.content ul>li, .content ol>li{
	margin: 0 0 5px;
}
.content ul>li:before, .services li:before{
	content: '';
	display: inline-block;
	position: relative;
	top: 0;
	left: -4px;
	width: 5px;
	height: 10px;
	background: url('../images/sprite.png') no-repeat -40px -30px;
}
.content ol>li:before{
	counter-increment: list;
	content: counter(list)'.';
	color: #14adcd;
	position: relative;
	font-size: 12px;
	margin-left: -20px;
	width: 20px;
	display: inline-block;
}
.map{
	margin: 30px 0;
}
.content table th{
	font-family: 'ProximaNova-Bold';
	text-align: left;
}
.content table{
	border-collapse: collapse;
}
.content table tr:nth-child(odd){
	background: #f5f5f5;
}
.content table tr:nth-child(even){
	background: #f9feff;
}
.content table td, .content table th{
	padding: 10px 20px;
}
/*END CONTENT*/

/*BREADCRUMBS*/
.breadcrumbs{
	font: 13px/20px 'ProximaNova-Regular';
	color: #78797c;
	margin-bottom: 20px;
}
.breadcrumbs li{
	display: inline;
}
.breadcrumbs a:after{
	content: '>';
	display: inline-block;
	margin: 0 15px;
}
/*END BREADCRUMBS*/

/*PAGING*/
.paging{
	text-align: center;
	margin-bottom: 50px;
	font-size: 0;
}
.paging span, .paging a{
	color: #48494a;
	display: inline-block;
	min-width: 30px;
	height: 30px;
	vertical-align: middle;
	font: 16px/30px 'ProximaNova-Regular';
	text-decoration: none;
	margin: 0 1px;
	border-bottom: 2px solid #c9cbca;
}
.paging .prev+span, .paging .prev+a{
	border-left: none;
}
.paging span, .paging a:hover{
	color: #539cd4;
	border-bottom: 2px solid #539cd4;
}
.paging a.prev, .paging a.next{
	border-bottom: none;
}
.pmwidget.pmwidgetDone{
	width:100% !important;
}


/*END PAGING*/

/*SLIDER*/
.slider, .bx-pager, .bx-next, .bx-prev{
	visibility: hidden;
	opacity: 0;
}
.slider{
	//display: none;
}
.bx-wrapper{
	position: relative;
}
.slider .container{
	background: #fff;
	background: rgba(255,255,255,.8);
}
.slider .slider_content{
	background: #9c3b40;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 33%;
	padding: 35px 0 50px;
}
.slider_header{
	position: relative;
	margin-top: -50px;
	line-height: 50px;
	min-height: 50px;
}
.slider_header a{
	vertical-align: middle;
	font: 20px/22px "ProximaNova-Light";
	color: #272727;
	display: inline-block;
	padding: 0 20px;
}
.slider_header a:hover{
	text-decoration: none;
	color: #539cd4;
}
.slider img{
	width: 100%;
	display: block;
}
.bx-controls{
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #c9cbca;
	border-top: none;
	position: relative;
}
.bx-pager, .bx-pager .bx-pager-item{
	display: inline-block;
	vertical-align: middle;
	line-height: 16px;
}
.bx-pager{
	padding: 0 20px;
}
.bx-pager a{
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 1px solid #48494a;
	border-radius: 6px;
	margin: 6px;
	position: relative;
	z-index: 500;
	transition: all 0.1s ease-out 0.1s;
	font-size: 0;
}
.bx-pager a.active, .bx-pager a:hover{
	border: 1px solid #539cd4;
}
.bx-controls-direction{
	width: 60px;
	height: 30px;
	position: absolute;
	left: 0;
	bottom: 0;
	border-right: 1px solid #c9cbca;
	overflow: hidden;
}
.bx-prev, .bx-next{
	float: left;
}
.bx-prev, .bx-next, .paging a.prev, .paging a.next{
	width: 30px;
	height: 30px;
	background: url('../images/sprite.png') no-repeat -60px 0;
}
.bx-next, .paging a.next{
	background: url('../images/sprite.png') no-repeat -90px 0;
}
.bx-prev:hover, .paging a.prev:hover{
	background: url('../images/sprite.png') no-repeat -60px -30px;
}
.bx-next:hover, .paging a.next:hover{
	background: url('../images/sprite.png') no-repeat -90px -30px;
}
/*END SLIDER*/

/*SIDEBAR*/
.sidebar-nav{
	background: #f3f3f3;
	margin-bottom: 20px;
}
.nav-list > .active > a, .nav-list > .active > a:hover,
.nav-list > .active > a:focus,
.nav > li > a:focus{
	color: #539cd4;
	text-shadow: none;
	background-color: #f9f9f9;
}
.nav > li > a:hover{
	color: #539cd4;
}
.nav-list > li > a {
	border-bottom: 1px solid #fff;
	padding: 8px 5px 8px 30px;
	color: #48494a;
	position: relative;
}
.nav-list > li.active > a:before{
	content: '';
	position: absolute;
	width: 5px;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #539cd4;
}
/*END SIDEBAR*/

/*ADVANTAGES*/
.advantages{
	background: #fcfcfe;
	padding: 10px 40px 30px;
	margin: 30px 0 0;
}
.advantages li{
	color: #406c8e;
	font: 20px/25px 'ProximaNova-Light';
	margin-bottom: 10px;
	position: relative;
	padding-left: 40px;
}
.advantages li:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 23px;
	height: 24px;
	background: url('../images/sprite.png') no-repeat -30px 0;
}
/*END ADVANTAGES*/

/*PROMO*/
.promo li{
	overflow: hidden;
}
.promo img{
	float: left;
	margin-right: 10px;
}
.promo .content{
	margin-left: 65px;
}
/*END PROMO*/

/*LASTNEWS*/
.lastnews{
	position: relative;
	min-height: 270px;
	padding-bottom: 10px;
	overflow: hidden;
	background-position: 50% 100%;
	background-attachment: fixed;
	position: relative;
	background-image: url('../images/last_news.png');
	font: 14px/16px 'ProximaNova-Regular';
}
.read_more, .date{
	font: 14px/16px 'ProximaNova-RegularIt';
}
.date{
	color: #898a8c;
}
.lastnews h2{
	padding-left: 45px;
	position: relative;
}
.lastnews h2:before{
	position: absolute;
	content: '';
	display: block;
	width: 39px;
	height: 34px;
	left: 0;
	top: 0;
	background: url('../images/sprite.png') no-repeat 0 -30px;
}
/*END LASTNEWS*/

/*ANONS*/
.anons{
	margin-bottom: 20px;
}
.anons li{
	border-bottom: 1px solid #c9cbca;
	overflow: hidden;
	padding-bottom: 10px;
}
.anons li:last-child{
	border-bottom: none;
}
.anons li img{
	float: left;
	margin: 0 10px 10px 0;
}
.anons li .content{
	text-align: left;
}
.list .content{
	margin: 10px 0;
}
.list li{
	margin-bottom: 20px;
}

.tile-2, .tile-3, .tile-4{
	font-size: 0;
	position: relative;
	margin: 0 -10px;
}
.tile-2>li, .tile-3>li, .tile-4 li{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	//display: inline;
	//zoom: 0;
	font: 15px/18px 'ProximaNova-Regular', Arial, sans-serif;
}
.tile-3>li{
	width: 33%;
}
.tile-4>li{
	width: 25%;
}
.small_wrap{
	padding: 0 10px;
}
/*END ANONS*/

/*PHOTO*/
.gallery_photo img{
	margin-bottom: 30px;
}
/*END PHOTO*/

/*WINDOW*/
form{
	margin: 0;
}
.modal{
	border-radius: 0;
}
.modal-body {
	padding: 15px 15px 0;
	max-height: 600px;
}
.modal-footer {
	padding: 14px 15px 15px;
	margin-bottom: 0;
	text-align: right;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	-moz-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff;
	margin: 20px -15px 0;
}
.msg{
	display: none;
}
.errors, .captcha_err, .success{
	padding: 5px 20px 20px;
	background: #ffcfea;
}
.captcha_err, .success{
	margin-bottom: 20px
}
.success {
	background: #bdd57d;
}
.success h1{
	margin: 10px 0;
}
.reload{
	display: inline-block;
	width: 30px;
	height: 25px;
	position: relative;
	top: 18px;
	background: url('../images/sprite.png') no-repeat -90px -70px;
}
.captcha_img{
	position: relative;
	top: 10px;
	margin-left: 20px;
}
.red{
	color: #f00;
}
.warning{
	font-size: 12px;
	display: inline-block;
	margin-right: 20px;
	max-width: 150px;
	position: relative;
	top:8px;
}
label>span{
	display: block;
	margin-bottom: 5px;
	color: #333;
}
.modal-footer .btn, .modal-footer .btn+.btn{
	margin-bottom: 5px;
	margin-top: 5px;
}
.btn+.btn{
	margin-left: 5px;
}
.btn_wrap{
	margin-top: 20px;
}
/*END WINDOW*/

/*FILES LIST*/
.files-list{
	background: #fff;
}
.files-list li{
	padding: 25px 0;
}
.files-list a{
	position: relative;
	padding-left: 45px;
	text-decoration: none;
}
.files-list a:before{
	position: absolute;
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	left: 0;
	background: url('../images/docs_pictogram.svg') no-repeat 0 0;
}
.files-list a.pdf:before{
	background-position: 0 -40px;
}
.files-list a.rtf:before{
	background-position: 0 -80px;
}
.files-list a.xls:before{
	background-position: 0 -120px;
}
.files-list a.doc:before{
	background-position: 0 -160px;
}
.files-list a.ppt:before{
	background-position: 0 -200px;
}
/*END FILES LIST*/