.header__total {
	position: absolute;
	top: 50px;
	right: 0;
	padding: 2px 0 3px 49px;
}

.header__steps {
	counter-reset: li;
	position: relative;
	top: -10px;
	right: 26px;
	left: 0;
	border-radius: 5px 0 0 5px;
}
.header__steps:after {
	content: '';
	position: absolute;
	top: 0;
	right: -26px;
	width: 26px;
	height: 100%;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAyCAYAAABCtcuVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAvpJREFUeNq0mNty2jAQhiUj20D7Lp1OJikk9HDX9+kkkLwBNjTPk7teto/TSUMsH9Xdld1yMFiWsWb+GLDRl3+1K23ClFLPoN+gJ9AXEOtD+GN75KBvfYAE0f4PB/S9vK6ZweCcmzxGE9aNFeiWnXEIdfzeqryedMZNQUydvN8M46agBlIJ41tQK5JQyui5cM+hzRop02c7wYQ5pxtMqPa/nBUMHCmbSLSGCWVfg2GZcqFh1qkuBR/EScp8zw1tt6C2sHnfjv7BZJywoe+FXQvWCBbJhI2G9TBHb0FnE8DieZ+h23H2Gkk2Hg3DvkK3A9u8Sv5mPAxs9rq2Y/nyGrG341Gg1+isS3Sg5csmopOaP//Z9GYJ178oCgX6Kvqi5HmOELzyoshvz551pQuWZRkJgaDp2UDVPBUkTVOWJAm9hthhz9APJI5jliIIHMH9X50dbUMwTAiRUmoQvIbPlOM4j50Ktg6CACljHTZ4D53s/OL9uyfrgj0G0ZIszVJ85mF6ebm2aU6aIVJD4N7D9eRqab2pNkMyvHd/M70KrHuGOkiCa7IHme1BWjnahhQASbYhuCYp1cv97PpDYNt7t4BMAuujvAmSpRSuxcebSWjdnNRCElwPDcI6Qcin2bSx3TqaDKaQzwaQoy3xDqQASFIDUcXC4U5omrEHjk5Bqv2rggjPs2vy6yEJ1QhBdMUvYJMMXddlwzaginMUApmFbkrIHCArV3jQb/vMBbUKnQkE6mTOEeJ6zPMBgmrnqNiCFAQ4hCiA8JUH4fJ9BIE8l2QMgiaFHO1ukBKKEo9hDJeCcHEKFzmBcHkYNoBybv7HiMDJqIGADTEu3WDlZ3qDvIM1WeOk/hBdeOTIdQUDOMkYFEURgAqqDXIEqZxndM4TRAhXO3G1E3yPTlBtThiB53uWaUeUWQCtINqJBvi+Dhd8TmrzDycC4YJneUaAArOBsbvBYPAohDgbRIPiOIX5Jbz+CV9eAuQHTqozy6d1QShOjMLEqa5txl8BBgCOfvFoEiU41QAAAABJRU5ErkJggg==);
}
.header__steps li {
	position: relative;
	float: left;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	height: 50px;
	padding: 8px 0 0;
	list-style: none;
	font-size:15px;
	font-weight:normal;
}
.header__steps li:nth-child(1) {
	width: 238px;
	padding-left: 70px;
}
.header__steps li:nth-child(2) {
	width: 248px;
	padding-left: 100px;
}
.header__steps li:nth-child(3) {
	width: 258px;
	padding-left: 100px;
}
.header__steps li:nth-child(4) {
	width: 230px;
	padding-left: 100px;
}
.header__steps li:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	top: 10px;
	left: 52px;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	width: 30px;
	height: 30px;
	padding: 0 2px 0 0;
	border-radius: 50%;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	line-height: 30px;
	color: #FFF;
	text-align: center;
}
.header__steps li:nth-child(1):before {
	left: 20px;
	background: #4C7CC7;
}
.header__steps li:nth-child(2):before {
	background: #35578E;
}
.header__steps li:nth-child(3):before {
	background: #2C436B;
}
.header__steps li:nth-child(4):before {
	background: #203251;
}
.header__steps li:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 27px;
	height: 100%;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAyCAYAAACtd6CrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAR5JREFUeNq81uEKgjAQB/Dz36CEHiP6UC/R2/TO0WMEUmk2Q0FM3W53t4ND3Q5+brqx4ny5noio9Fn5vPmsySjQA1UPHn06S6zOBaK/ZgExujcHMXk2BTHTZgZiod0ExEqfOohAvyqIiBo1EJF1KiAYtWIQzJcTgUiY+mQQiT9WEgjBsmGDEG4KLFCKsUANLBrUwqJATSwIamOroAW2CFphM2B7cIYYNc8HUVEQ3I7a5mV3IPWQ+01f25afd9WN7g5TaHSs32z3tfsNVTf+oO77dQ5yQBbrbBXSxIKQFhYFaWDRkBRjQRKMDaViSVAKlgxxMRHEwcRQLKYCxWBqUAhThdYwdWgJM4HmMDNoiplCY8wcGrAs0IBlgbr4CjAAaSip13BNJVQAAAAASUVORK5CYII=);
}
.header__steps li:first-child:after {
	display: none;
}



.preference ol {
	counter-reset: li;
}
.preference li {
	position: relative;
	margin: 13px 0 0 35px;
	list-style: none;
	list-style-type:none;
	font-size:15px;
	color:#000;
}
.preference li:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	top: 3px;
	left: -35px;
	width: 20px;
	height: 20px;
	border-radius: 5px;
	background: #cc3300;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	text-align: center;
}

#top .city-block {margin-top:0px;}


.features {
	margin: 0 -1000px 28px;
	padding: 28px 1000px 25px;
	background: #31476D url(http://mskcredit2.ru/bitrix/templates/site/leads/features.png) 50%;
	font-size: 16px;
	line-height: 19px;
	color: #D0D3DA;
	text-align: center;
}
.features:after {
	content: '';
	display: table;
	clear: both;
}
.features__headline {
	margin: 0 0 27px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	color: #FFF;
	text-transform: uppercase;
}
.features li {
	float: left;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	width: 30%;
	padding: 130px 25px 0;
	list-style: none;
}
.features li:nth-child(1) {
	background: url(http://mskcredit2.ru/bitrix/templates/site/leads/feature1.png) no-repeat 50% 0;
}
.features li:nth-child(2) {
	background: url(http://mskcredit2.ru/bitrix/templates/site/leads/feature2.png) no-repeat 50% 0;
}
.features li:nth-child(3) {
	width: 40%;
	background: url(http://mskcredit2.ru/bitrix/templates/site/leads/feature3.png) no-repeat 50% 0;
}

.lead-name  {
font-size:16px;
margin: 0 0 0 110px;
color:#003399;	
}

.lead-name span {
font-weight: bold;
color: #cc3300;
font-size:25px;
}

.lead-list td, .lead-list th{
padding-top:0px;
padding-bottom:0px;
}


.summa_offer {
    color: #333333;
    font-size: 24px;
    padding-top: 40px;
    text-align: center;
}
.period_offer {
    color: #2b2a28;
    float: left;
    font-size: 21px;
    line-height: 1.2;
    padding-top: 15px;
    text-align: center;
    width: 160px;
}
.period_offer b {
    color: #ffb319;
    display: block;
    font-size: 44px;
}
.period_offer small {
    font-size: 14px;
}
.stavka_offer {
    color: #cc3300;
    font-size: 21px;
    line-height: 1.3;
    padding-top: 22px;
    text-align: center;
}
.stavka_offer strong {
    font-size: 13px;
    color: #2b2a28;	
    font-weight: normal;
}
.ie_app {
    float: left;
    padding: 30px 0 0 30px;
    width: 150px;
}

.framebox ol, ul { overflow: visible }


.title h1 span, .title .h1 span {
	font-size:19px;
	font-weight:bold;
}

/***********************************************/

#facebox .content {
	padding:0px;
}

/* process-msg */
.process-msg,.process-msg * {margin: 0px; padding: 0px;}
.process-msg {width: 379px; height: 272px; padding: 0px 65px;}
.process-msg .msg {color: #2b2a29; font-size: 16px; padding-top: 20px;}
.process-msg .mnogo {text-align: center; font-size: 26px; color: #2b2a29;}
.process-msg .mnogo * {font-size: 26px;}
.process-msg .msg-btn {margin: 15px auto 0px auto;}

.load-bar {width: 342px; height: 26px; padding-top: 1px;  padding-left: 1px; border: 1px solid #6c6c6b; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; margin: 35px 0px; text-align: left;}
.load-bar div {width: 0px; height: 25px; background: url(/bitrix/templates/site/leads/progress-bar2.png) 0px 0px repeat-x #f49d12;}

/* /process-msg */

/* mainTableCont */
.mainTableCont {position: relative; padding: 0px 12px; width: 976px;}
#mainTableBlind {position: absolute; top: 0px; left: 0px; background: #fff; width: 100%; z-index: 5; display: none;}
/* /mainTableCont */

.eventsBox .boxCen {height: auto;}

.publishItem  {padding-bottom:0px; margin-top: -10px;}



.leads-header td.split2 {width:25px;}

/*#ui-datepicker-div {position:relative; top:-2000px;}*/


/************************************************/
.bank-list  {
border-collapse:collapse;
color:#333333;
margin-top:5px;
width:100%;
}

.bank-list  tr.odd {
background:none repeat scroll 0 0 #F3F3F3;
}

.bank-list td, .bank-list th {
padding:10px 3px 10px 7px;
border-bottom:1px solid #E1E1E1;
text-align:left;
vertical-align:middle !important;
line-height: 0.8 !important;
}

.bank-list.small td {
padding:3px 3px 3px 7px;
}


.bank-list td.topic {
padding:5px 3px 5px 7px;
border-bottom:1px solid #E1E1E1;
text-align:left;
vertical-align:top;
}

.bank-list .uslugi {
    width: 25%;
}
