@font-face {
	font-family: "WhitneyBook";
	src: url("../fonts/WhitneyBook/WhitneyBook.eot");
	src: url("../fonts/WhitneyBook/WhitneyBook.eot?#iefix")format("embedded-opentype"),
	url("../fonts/WhitneyBook/WhitneyBook.woff") format("woff"),
	url("../fonts/WhitneyBook/WhitneyBook.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "WhitneyMedium";
	src: url("../fonts/WhitneyMedium/WhitneyMedium.eot");
	src: url("../fonts/WhitneyMedium/WhitneyMedium.eot?#iefix")format("embedded-opentype"),
	url("../fonts/WhitneyMedium/WhitneyMedium.woff") format("woff"),
	url("../fonts/WhitneyMedium/WhitneyMedium.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "WhitneySemiBold";
	src: url("../fonts/WhitneySemiBold/WhitneySemiBold.eot");
	src: url("../fonts/WhitneySemiBold/WhitneySemiBold.eot?#iefix")format("embedded-opentype"),
	url("../fonts/WhitneySemiBold/WhitneySemiBold.woff") format("woff"),
	url("../fonts/WhitneySemiBold/WhitneySemiBold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "WhitneyLight";
	src: url("../fonts/WhitneyLight/WhitneyLight.eot");
	src: url("../fonts/WhitneyLight/WhitneyLight.eot?#iefix")format("embedded-opentype"),
	url("../fonts/WhitneyLight/WhitneyLight.woff") format("woff"),
	url("../fonts/WhitneyLight/WhitneyLight.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

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


.banner{
	height:550px;
}
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: 'WhitneyMedium';
	font-weight: normal;
}

body {
	color: #1a1a18;
	background: #eeeded;
	font-weight: normal;
	font: 15px/20px 'WhitneyBook', Arial, sans-serif;
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
	font-family: 'WhitneyBook', Arial,sans-serif;
	font-weight: normal;
	color: #73ac45;
}
h1 {
	font: 30px/36px 'WhitneyBook', Arial, sans-serif;
	margin: 30px 0;
}
h2 {
	font: 22px/26px 'WhitneySemiBold', Arial, sans-serif;
	margin: 10px 0 20px;
}
h3 {
	font: 18px/22px 'WhitneySemiBold', Arial, sans-serif;
	margin: 10px 0;
}
h4 {
	font: 15px/20px 'WhitneySemiBold', Arial, sans-serif;
	margin: 10px 0;
}
h5 {
	font: 15px/18px 'WhitneyMedium', Arial, sans-serif;
	margin: 10px 0;
}
p {

}
/*USER PANEL*/
#forget .forget_password li{
	width:49%;
	display:inline-block;
}
#forget input[type="radio"]{
	margin-top:-2px;
}
#forget .control-group span{
	margin-left:10px;

}
#forget input[type="text"]{
	height:40px!important;
	width:80%;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(0, 0, 0, .5);
}
#forget input[type="text"]:focus{
	color:#d27019;
	-webkit-box-shadow: inset 0 1px 2px rgba(83, 156, 212, .5), inset 0 -1px 2px rgba(83, 156, 212, .5);
	box-shadow: inset 0 1px 2px rgba(83, 156, 212, .5), inset 0 -1px 2px rgba(83, 156, 212, .5);
}


#forget .control-group{
	margin-bottom: 10px;
}
.red{
	color:red;
}
/*LINKS*/
a {
	color: #d27019;;
}
.content a{
	text-decoration: underline;

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

/*TEMPLATE*/
.wrap_col{
	margin: 0 20px 0 20px;
}
.wrap{
	padding-left: 40px;
	padding-right: 40px;
}
.page{
	background: #fff;
}
/*END TEMPLATE*/

/*HEADER*/
.header{
	min-height: 100px;
	background: #fff;
}
.top_panel{
	min-height: 50px;
	background: #73ac45;
	font: 12px/14px 'WhitneyBook';
}
.top_panel, .top_panel a{
	color: #1a1a18;
	text-decoration: none;
}
.address, .callback{
	margin: 11px 0 5px;
	text-align: left;
}
.callback{
	margin: 6px 0 5px;
}
#callback a{
	color: #1a1a18;
}
.callback_link{
	border-bottom: 1px dotted #1a1a18;
}
.callback_link:hover{
	border-bottom: 1px dotted #fff;
	color: #fff;
}
.btn_address, .btn_callback{
	position: relative;
	float: left;
	margin-right: 5px;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background: #d27019;
	top: -2px;
}
.btn_callback{
	top: 3px;
}
.btn_address:hover, .btn_callback:hover{
	background: #d88b38;
}
.btn_address:before, .btn_callback:before{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: url('../images/sprite.png') no-repeat -30px 0;
}
.btn_callback:before{
	background: url('../images/sprite.png') no-repeat -60px 0;
}



.btn_mail_address{
	position: relative;
	float: left;
	margin-right: 5px;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background: #d27019;
	top: -2px;
}

.btn_mail_address:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: url('../images/sprite.png') no-repeat -30px 0;
}

.btn_mail_address:before{
	background: url('../images/sprite.png') no-repeat -60px 0;
}

.btn_mail_address:hover {
	background: #d88b38;
}



a.phone{
	font: 20px/20px 'WhitneyLight';
	color: #fff;
	margin-top: 2px;
	display: inline-block;
}
a.phone:hover, a.callback_link{
	text-decoration: none;
}
a.btn.investors, a.btn.add_review{
	font: 12px/12px 'KelsonSansRegular';
	background: #d27019;
	color: #fff;
	padding-left: 35px;
	margin: 12px 0 10px;
	position: relative;
	text-decoration: none;
	border: none;
}
a.btn.investors:hover, a.btn.add_review:hover{
	background-color: #d88b38;
}
a.btn.investors:before, a.btn.add_review:before{
	content: '';
	position: absolute;
	left: 11px;
	top: 6px;
	display: block;
	width: 19px;
	height: 11px;
	background: url('../images/sprite.png') no-repeat -61px -75px;
}
a.btn.add_review:before{
	top: 7px;
	background: url('../images/sprite.png') no-repeat 0 -75px;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin: 35px 0 0 -3px;
	border: none;
}
.navbar li{
	position: relative;
}
.navbar li > a{
	font: 16px/16px 'KelsonSansRegular';
	margin: 0 4px 0 3px;
	border-radius: 3px;
	color: #1a1a18;
	text-decoration: none;
	border-bottom: 2px solid transparent;
}

#navbar .nav li > a{
	margin: 0px 15px;
	padding:6px 0px 7px 0px;
}
.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: transparent;
}
.navbar li > a:hover,
.navbar .active > a,
.navbar .active > a:hover,
.navbar .active > a:focus{
	background-color: transparent;
	box-shadow: none;
	border-bottom: 2px solid #d27019;
	border-radius: 0px;
}
.navbar .active a.home:hover,.navbar li > a.home:hover{
	background-color: #d27019;
	box-shadow: none;
	border-bottom:2px solid transparent!important;
}
.navbar li:after{
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 19px;
	top: 5px;
	right: 0;
	background: #b3b3b3;
}
.navbar .active a.home{
	display: inline-block;
	position: relative;
	top: -2px;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background: #d27019;
}
.navbar .active a.home:before,
.navbar a.home:hover:before{
	content:'';
	position: absolute;
	width:30px;
	height:30px;
	background: url('../images/sprite.png') no-repeat 0 0;
	top: 0;
	left: 0;
}
.navbar li a.home{
	display: inline-block;
	position: relative;
	top: -2px;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background: url('../images/sprite.png') no-repeat0 -45px;
}
.navbar li a.home:hover{
	background: #d27019;
}
.submenu li a {
	display: block;
	font: 13px/16px 'WhitneyMedium'!important;
	padding: 15px 10px 15px 29px!important;
	background:linear-gradient(to bottom, #fbebdd, #fadbbf);
	color:#1a1a18!important;
}
.submenu li:last-child a{
	padding-bottom: 15px!important;
}
.submenu li.active a,.submenu li a:hover{
	color:#d27019!important;
}
.submenu li.active a:before,.submenu li:hover a:before{
	background-color: #d27019;
}
.submenu li a:before {
	content: '';
	position: absolute;
	width: 5px!important;
	height: 5px!important;
	left: 15px!important;
	top: 20px!important;
	background-color: #565655;
}
.mob-block {
	display: none;
}
.navbar li.home a{
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background: url('../images/sprite.png') no-repeat 0 0;
}
.navbar li:first-child:after,
.navbar li:last-child:after{
	content: none;
}
.navbar .navbar-toggle {
	border-color: #ddd;
	margin: 0;
}
.navbar .navbar-toggle .icon-bar {
	background-color: #888;
}
.intro{
	padding-bottom: 20px;
	min-height: 100px;
}
.brand{
	font: 42px/50px 'WhitneyLight';
	text-decoration: none;
	margin: 20px 15px 0 0;
	display: inline-block;
	position: relative;
	top: 5px;
}
.slogan{
	max-width: 450px;
	padding-left: 15px;
	border-left: 1px solid #b3b3b3;
	display: inline-block;
	position: relative;
	top: 10px;
	color: #1a1a18;
	font: 14px/18px 'WhitneyBook';
	line-height: 18px;
}

.banner,.top_slider{
	position: relative;
}
.bx-pager-item{
	display: inline-block;
}
.banner>div>img{
	width: 100%;
}
.services{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: 150px;
	background: rgba(115, 172, 69, .9);
	color: #fff;
	font: 14px/16px 'KelsonSansRegular';
	text-align: center;
	z-index: 100;
}
.round100{
	margin: 10px 0 10px;
	border: 1px solid #fff;
	border-radius: 50px;
	width: 100px;
	height: 100px;
	display: inline-block;
}
/*END HEADER*/


/*FOOTER*/
.footer{
	border-top: 1px solid #c4c3c2;
	color: #1a1a18;;
	background: #fff;
	font: 13px/19px 'WhitneyBook';
}
.footer_menu_title{
	font: 15px/17px 'WhitneySemiBold';
	margin-bottom: 12px;
}
.menu_footer{
	margin-bottom: 20px;
}
.menu_footer li{
	margin-bottom: 10px;
}
.menu_footer li a,
.sitemap_link{
	color: #1a1a18;
}
.menu_footer li a{
	position: relative;
	display: block;
	padding-left: 18px;
}
.menu_footer li a:before{
	position: absolute;
	top: 6px;
	left: 0;
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	background: #d27019;
}
.menu_footer li a:hover,
.menu_footer li.active a{
	color: #d27019;
}
.active a.home_footer,
a.home_footer:hover{
	background-position: -30px -60px;
}
.footer_top{
	padding-top: 30px;
}
.footer_bottom{
	background: #f9f9f8;
}
.footer_bottom div[class^='col-md']{
	line-height: 40px;
}
.footer_link{
	font: 14px/16px 'WhitneySemiBold';
}
/*END FOOTER*/

/*CONTENT*/
.conditions{
	margin: 50px 0;
}
.conditions li{
	font: 17px/22px 'WhitneyMedium';
	margin: 10px 0 10px 20px;
	padding-left: 40px;
	color: #1a1a18;
	position: relative;
}
.conditions li:before{
	position: absolute;
	left: 0;
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: url('../images/sprite.png') no-repeat -90px 0;
}
.content img[style*="right"], article img[style*="right"]{
	margin: 0 0 20px 30px;
	position: relative;
	z-index: 1;
}
.content img[style*="left"], article img[style*="left"]{
	margin: 0 30px 20px 0;
	position: relative;
	z-index: 1;
}
.content ol{
	counter-reset: list;
}
.content ul, .content ol{
	overflow: hidden;
	list-style: none;
	
}
.content ul > li, .content ol > li {

    position: relative;
    left: 35px;
    margin: 0 35px 5px 0;

}
.content ol{
	text-indent: 0;
}
.content ul>li, .content ol>li{
	margin: 0 0 5px;
}
.content ul>li::before{
	content: '';
	display: inline-block;
	position: relative;
	top: -2px;
	left: -14px;
	width: 5px;
	height: 5px;
	background-color: #73ac45;
}
.content ol>li:before{
	counter-increment: list;
	content: counter(list)'.';
	color: #73ac45;
	position: relative;
	font-size: 14px;
	margin-left: -20px;
	width: 20px;
	display: inline-block;
	font: 14px/14px 'WhitneyMedium';
	position: relative;
	top: 1px;
}
.map{
	margin: 30px 0;
}
/*END CONTENT*/

/*BREADCRUMBS*/
.breadcrumbs{
	margin-top: 34px;
	font: 12px/16px 'WhitneyBook';
	color: #5b5b5b;
}
.breadcrumbs li{
	display: inline;
}
.breadcrumbs a:after{
	content: '•';
	display: inline-block;
	width: 5px;
	height: 5px;
	/*background: url('../images/sprite.png') no-repeat -95px 0;*/
	margin: 0 15px;
}
/*END BREADCRUMBS*/

/*PAGING*/
.paging{
	text-align: center;
	margin-bottom: 50px;
	font-size: 0;
}
.paging span, .paging a{
	color: #b3b3b3;
	display: inline-block;
	min-width: 30px;
	height: 30px;
	vertical-align: middle;
	font: 16px/30px 'KelsonSansRegular';
	text-decoration: none;
	margin: 0 3px;
	border-radius: 15px;
}
.paging span, .paging a:hover{
	color: #fff;
	background-color: #d27019;
}
.paging a.prev, .paging a.next{
	margin: 0 14px;
	min-width: 10px;
	height: 14px;
	display: inline-block;
	background: url('../images/sprite.png') no-repeat 0 -30px;
}
.paging a.next{
	background-position: -15px -30px;
}
.paging a.prev:hover{
	background-position: -30px -30px;
}
.paging a.next:hover{
	background-position: -45px -30px;
}
/*END PAGING*/

/*SIDEBAR*/
.sidebar{
	margin-bottom: 20px;
	margin-top:37px;
}
.sidebar h2{
	padding-left: 30px;

}
.nav-sidebar>li,
.category_item_title{
	background: linear-gradient(to bottom, #72ab45, #67993d);
	border-bottom: 1px solid #fff;
}

.sidebar h2 a{
	color:#fff!important;
	border-bottom: 1px solid #fff!important;
}
.nav-sidebar li a{
	position: relative;
	color: #fff;
	font: 13.5px/16px 'WhitneyMedium';
	padding: 14px 20px 14px 20px;
}

.nav-sidebar> li.active> a,
.nav-sidebar> li:hover> a,
.category_item_title:hover{
	text-decoration: none;
	background: linear-gradient(to bottom, #d06100, #b55500);
	color:#fff;
}

.credit{
	background: #d27019;
	padding: 10px 22px 20px;
	margin-bottom: 30px;
	counter-reset: credit;
}
.credit h2{
	color: #fff;
}
.credit li{
	font: 16px/19px 'WhitneyBook';
	margin: 10px 0;
	color: #fff;
	position: relative;
	padding-left: 19px;
}
.credit li:before{
	position: absolute;
	counter-increment: credit;
	content: counter(credit);
	display: block;
	width: 20px;
	height: 20px;
	left: 0px;
	top: 0;
	color: #ffdb4c;
	font: 16px/16px 'WhitneySemiBold';
}
/*.credit li:last-child:after{
	position: absolute;
	content: '';
	display: block;
	width: 14px;
	height: 10px;
	left: 50%;
	margin-left: -7px;
	bottom: -25px;
	background: url('../images/sprite.png') no-repeat -60px -60px;
}*/
.credit a.btn{
	white-space: normal;
}
/*END SIDEBAR*/

/*BUTTONS*/
.btn-credit, .btn-credit-big, .btn_login {
	font: 18px/18px 'KelsonSansRegular';
	text-decoration: none;
	color:#1a1a18;
	background: #ffdb4c;
	border: none;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .5);
	-webkit-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, .5);
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, .5);
	border-radius: 3px;
	text-transform: uppercase;
	padding: 12px 20px 10px;
	margin-top: 30px;
	outline: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
	outline: 0px auto -webkit-focus-ring-color; */
	outline-offset: 0px;
}
.btn-credit:hover, .btn-credit-big:hover, .btn-Login:hover{
	color:#1a1a18;
	background: #ffd633;
}
.btn.btn-credit-big{
	margin-top: 0;
	font: 22px/22px 'KelsonSansRegular';
	width: 100%;
	height: 60px;
	word-wrap: break-word;
	white-space: pre-line;
}
/*END BUTTONS*/

/*ANONS*/
.date{
	font: 14px/16px 'WhitneyBook';
	color: #5b5b5b;
}
.anons h4{
	margin: 0 0 5px;
}
.anons li,
.anons .col-md-6{
	margin-bottom: 20px;
}
.anons_img_link{
	display: inline-block;
	margin-bottom: 10px;
	border: 1px solid #eeeded;
	transition: all ease-out .3s;
}
.anons_img_link:hover{
	border: 1px solid #d27019;
}
.anons .round120{
	float: left;
	margin: 0 20px 10px 0;
}
.anons_content{
	font: 14px/16px 'WhitneyBook';
}
/*END ANONS*/


/*CATEGORY LIST*/
.category_item{
	margin-bottom: 30px;
}
.category_item_title{
	display: block;
	width: 100%;
	padding: 12px 20px;
	color: #fff;
	font: 14px/16px 'WhitneyBook';
	border-bottom: none;
}
.category_item_block{
	padding: 30px 20px 10px;
	border: 1px solid #b3b3b3;
	border-top: none;
	width: calc(100% - 1px);
}



/*END CATEGORY LIST*/


/*CALLBACKFORM*/
input[type='text']:focus:invalid, textarea:focus:invalid, select:focus:invalid {
	color: #b94a48;
	-webkit-box-shadow: inset 0 1px 1px #b94a48;
	box-shadow: inset 0 1px 1px #b94a48;
}
#callback_form{
	min-height: 280px;
	padding: 30px 60px 40px;
	background: #d27019;
	border-bottom: 1px solid #858584;
	margin: 30px 0 50px;
}
.form_info{
	color: #fff;
	font: 20px/32px 'WhitneyBook';
}
.form_info span{
	font: 28px/32px 'WhitneyMedium';
}
input[type='text'], textarea{
	width: 100%;
	margin-bottom: 20px;
	font: 20px/30px 'KelsonSansRegular';
	color: #5b5b5b;
	border-radius: 3px;
	outline: none;
	border: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5);
}
input[type='text']:focus, textarea:focus{
	color: #d27019;
	-webkit-box-shadow: inset 0 1px 2px rgba(83, 156, 212, .5), inset 0 -1px 2px rgba(83, 156, 212, .5);
	box-shadow: inset 0 1px 2px rgba(83, 156, 212, .5), inset 0 -1px 2px rgba(83, 156, 212, .5);
}
textarea{
	height: 200px;
	resize: vertical;
	font: 20px/30px 'KelsonSansRegular';
}
.reload{
	display: inline-block;
	width: 47px;
	height: 38px;
	background: url('../images/sprite.png') no-repeat -120px 0;
	margin-left: 20px;
	position: relative;
	top: 6px;
}
.reload:hover{
	background-position: -120px -45px;
}
form img{
	vertical-align: bottom;
}

.alert{
	margin-top: 20px;
}
#order .conditions_zaim .checkbox p,#order .conditions_zaim .checkbox a{
	color:#5b5b5b;
}
/*END CALLBACKFORM*/

/*REVIEWS*/
.round120{
	margin: 10px 0 10px;
	border: 1px solid #d27019;
	border-radius: 60px;
	width: 120px;
	height: 120px;
	display: inline-block;
	overflow: hidden;
}
.reviews{
	padding-bottom: 50px;
}
.bx-wrapper{
	position: relative;
	padding-bottom: 50px;
}
.bubble{
	margin: 10px 0 20px;
	border: 3px solid #d27019;
	border-radius: 15px;
	padding: 10px 15px;
	font: 14px/18px 'WhitneyBook';
	position: relative;
}
.bubble:before{
	position: absolute;
	content: '';
	display: block;
	width: 28px;
	height: 23px;
	background: url('../images/sprite.png') no-repeat -90px -60px;
	top: -23px;
	left: 50px;
}
/*.bx-controls{
text-align: center;
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 30px;
}*/
.top_slider .bx-pager{
	position: absolute;
	z-index: 100;
	top:20px;
	text-align: right;
	right:20px;

}
.top_slider .bx-pager-item {
	font-size:0px;


}
.top_slider .bx-pager-item a{
	display: block;
	width:10px;
	height:10px;
	background:#73ac45;
	border:1px solid #fff;
	cursor: pointer;
	border-radius: 5px;
	margin-right: 5px;
}
.top_slider .bx-pager-item a:hover,.top_slider .bx-pager-item a.active{
	border:1px solid transparent;
}
.top_slider .bx-wrapper{
	padding-bottom:0px!important;
}
.top_slider .bx-controls-direction{
	position: absolute;
	z-index: 100;
	top:50%;
	margin-top: -15px;
	width:100%;
}

.bx-prev, .bx-next{
	margin: 0 7px;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background: url('../images/sprite.png') no-repeat -60px -30px #d27019;
}
.bx-next{
	background-position: -90px -30px;
}
.bx-prev:hover, .bx-next:hover{
	background-color: #b3b3b3;
}
.top_slider .bx-prev{
	left:20px;
	position: absolute;
	width: 30px;
	height: 50px;
	background: url('/templates/zaim/images/sprite_metall.png') no-repeat -80px 10px;

}
.top_slider .bx-prev:hover{
	background: url('/templates/zaim/images/sprite_metall.png') no-repeat -80px -40px;
	position: relative;
	margin-top: 10px;

}
.top_slider .bx-next{
	right:20px;
	width: 30px;
	height: 50px;
	position: absolute;
	background: url('/templates/zaim/images/sprite_metall.png') no-repeat -117px 5px;

}
.top_slider .bx-next:hover{
	background: url('/templates/zaim/images/sprite_metall.png') no-repeat -117px -35px;
}
.top_slider .slider-title{
	position: absolute;
	width:700px;
	top:27%;
	background: rgba(115, 172, 69, .9);
	text-align: center;
	color:white;
	z-index: 100;
	font: 24px/26px 'WhitneyBook';
	left:50%;
	margin-left: -350px;
	padding: 25px;
}
.form_wrap{
	padding: 40px 40px;
	background: #ebeae9;
	border-radius: 3px;
}
.btn_wrap{
	margin-top: 20px;
}
.btn_wrap input{
	margin-right: 5px;
}
/*END REVIEWS*/

/*ORDER*/
#order_form{
	background: #ebeae9;
}
.header_large{
	font: 48px/50px 'WhitneyMedium';
	color: #5b5b5b;
	text-align: center;
	margin: 40px 0 50px;
	text-shadow: 1px 1px 0 #fff;
}
.btn-order{
	margin: 40px 0;
	font: 30px/70px 'KelsonSansRegular';
	border: 3px solid #73ac45;
	border-radius: 15px;
	background: transparent;
	color: #73ac45;
	width: 100%;
	outline: none;
}
.btn-order:hover{
	color: #ebeae9;
	border: 3px solid #73ac45;
	background: #73ac45;
	outline: none;
	text-shadow: 1px 1px 0 #3f76a1;
}
.btn-order:active, .btn-order:focus{
	color: #fff;
	border: 3px solid #73ac45;
	background: #73ac45;
	outline: none;
	text-shadow: 1px 1px 0 #575656;
}
/*END ORDER*/

/*LOANS*/
.table>thead>tr>th {
	vertical-align: top;
	font: 15px/20px 'WhitneyMedium';
	background: #d27019;
	color: #fff;
	word-break: break-all;
}
.table>thead>tr>th:first-child{
	width:66.5%;
}
.anons li{
	overflow: hidden;
}
/*END LOANS*/

/*FANCYBOX*/
.fancybox-close {
	position: absolute !important;
	top: 0 !important;
	right: -50px !important;
	width: 29px !important;
	height: 29px !important;
	cursor: pointer !important;
	z-index: 8040 !important;
	background-image: url('../images/fancy_sprite.png') !important;
	background-position: 0 0 !important;
	background-repeat: no-repeat !important;
	opacity: .8;
}

.fancybox-close:hover, .fancybox-next span:hover, .fancybox-prev span:hover{
	opacity: 1;
}

.fancybox-nav span {
	position: absolute !important;
	top: 50% !important;
	width: 28px !important;
	height: 85px !important;
	margin-top: -42px !important;
	cursor: pointer !important;
	z-index: 8040 !important;
	background-image: url('../images/fancy_sprite.png') !important;
	background-position: -29px 0 !important;
	background-repeat: no-repeat !important;
	opacity: .8;
}

.fancybox-next{
	right: -80px!important;
}

.fancybox-prev{
	left: -80px!important;
}

.fancybox-next span {
	background-position: -57px 0!important;
}

.fancybox-prev span {
	background-position: -29px 0!important;
}
/*FANCYBOX*/


/*FIX UMI PANEL*/
.u-eip-add-button,
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next,
#popupLayerScreenLocker div{
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
}

#popupLayer_save{
	width: 260px !important;
}
#popupLayer_save .hidden{
	display: block !important;
	visibility: visible !important;
}
/*END FIX UMI PANEL*/

.privacy>*{
	display: inline-block;
}