html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body{
	height: 100%;
}
body{
	margin:0;
	color:#454d53;
	font:14px Arial, Helvetica, sans-serif;
	background: url(../images/bg.png) repeat-x #fff;
}
a{
	text-decoration:underline;
	color:#129725;
}
a:hover{
	text-decoration: underline;
	color: #3c7aa9;
}
input,
textarea,
select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
}
h1, h2{
	margin: 0 0 15px;
}
h3, h4, p, dt, dd, input, select{
	margin: 0 0 10px;
}
h5, h6{
	margin: 0 0 7px;
}
input[type="text"]{
	border: 1px solid #cbd0d2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    height: 19px;
    vertical-align: middle;
}
textarea{
	border: 1px solid #cbd0d2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
span.radio{
	display: inline-block;
	//display: inline;
	height: 15px;
	width: 15px;
	cursor: pointer;
	/* background: url(../images/radio.png) 100% 0 no-repeat; */
}
span.radio.checked{
	/* background: url(../images/radio.png) no-repeat; */
}
.clr{
	clear: both;
}
.after:after{
	display: block;
	content: "";
	clear: both;
}

#wrapper1{
	height:100%;
	width: 100%;
	display:table;
}
#wrapper2 {
	width:100%;
	display:table-row;
}
.unvisible{
	display: none;	
}
.visible{
	display: block;
}
.red{
	color: #f07a14;
}
.width33{
	width: 33%;
}
.width25{
	width: 25%;
}
.width45{
	width: 45%;
}
.width50{
	width: 50%;
}
.width55{
	width: 55%;
}
.row{
	width: 100%;
}
.row:after{
	display: block;
	content: "";
	clear: both;
}
.centr{
	text-align: center;
}

	/* alignment */

.alignleft {
	display: block;
	float: left;
}
.alignright {
	display: block;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
}
.content_tabs{
	overflow: hidden;
}
.content_tabs ul{
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}
.content_tabs ul li{
	display: none;
	margin: 0 !important;
	padding: 0 !important;
}
.content_tabs ul li.active{
	display: block;
}

/********************************************************** header ***************************************************/

#header{
	height: 336px;
	width: 100%;
	background: url(../images/header_gradient.png) 0 100% repeat-x;
}
#header .inner{
	width: 970px;
	margin: 0 auto;
}
#header_info{
	width: 100%;
	height: 180px;
}
#logo{
	width: 359px;
	padding: 12px 0 20px;
	background: url(../images/logo_shadow.png) 50% 100% no-repeat;
	float: left;
}
#logo a{
	display: block;
	width: 359px;
	height: 73px;
	background: url(../images/logo.png);
}
#logo:hover{
	padding: 7px 0 25px;
}
#fast_credit{
	height: 183px;
	width: 430px;
	background: url(../images/fast_credit_bg.png);
	float: left;
}
#fast_credit .module{
	padding: 15px 45px 0;
}
#fast_credit .module input, #fast_credit .module select{
	margin: 0;
}
#fast_credit .module h3{
	font: italic bold 18px Georgia, sans-serif;
	color: #129725;
	margin: 0 0 7px;
}
#fast_credit select option:hover{
	background: #f2f3f4 !important;
}
#fast_credit .module label{
	display: inline-block;
	//display: inline;
	vertical-align: middle;
	width: 90px;
	font-size: 13px;
}
#fast_credit .module div.sum_of_credit{
	display: inline-block;
	//display: inline;
	vertical-align: middle;
}
#fast_credit .module div.sum_of_credit,
#fast_credit .module div.type_of_credit,
#fast_credit .module div.region{
	margin: 0 0 3px;
}
#sum_of_credit{
	display: inline-block;
	//display: inline;
	vertical-align: middle;
	width: 153px;
	margin: 0 6px 0 0 !important;
}
#extchange_credit{
	width: 65px;
}
#type_of_credit, #region{
	width: 230px;
}
#fast_credit .module .submit{
	text-align: right;
	position: relative;
	margin: 0 16px 0 0;
}
#fast_credit .module .submit input{
	border: none;
	display: inline-block;
	height: 35px;
	padding: 0 0 4px 16px;
	color: #fff;
	 font: italic bold 14px Georgia,sans-serif;	
	background: url(../images/button_sprite.png);
}
#fast_credit .module .submit:after{
	display: block;
	content: "";
	width: 16px;
	height: 35px;
	position: absolute;
	top: 0;
	right: -16px;
	background: url(../images/button_sprite.png) 100% 0;
}

#exchange{
	width: 164px;
	float: right;
	height: 180px;
}
#exchange .module{
	padding: 40px 0 0;
}
#exchange .module h3{
	font: italic bold 13px Georgia, sans-serif;
}
#exchange .module table td{
	padding: 5px 0 5px 10px;
}
#exchange .module span.up{
	background: url(../images/exchange_up_down.png) 0 2px no-repeat;
	color: #129725;
	padding: 0 0 0 16px;
}
#exchange .module span.down{
	background: url(../images/exchange_up_down.png) 0 104% no-repeat;
	color: #a71c26;
	padding: 0 0 0 16px;
}

/*********************************************************** main menu ********************************************/

#main_menu_wrapper{
	width: 100%;
	overflow: hidden;
}
#main_menu{
	float: left;
}
#main_menu ul{
	list-style: none;
}
#main_menu ul li{
	float: left;
	height: 149px;
	width: 159px;
	background: url(../images/main_menu_bg.png);
	text-align: center;
	
}
#main_menu ul li:hover{
	background: url(../images/main_menu_bg.png) 160px 0;	
}
#main_menu ul li a{
	display: block;
	width: 132px;
	height: 41px;
	margin: 0 15px;
	color: #fff;
	padding: 77px 0 0;
	font: italic bold 13px Georgia, sans-serif;
	background: url(../images/menu1.png) 50% 0;
}
#main_menu ul li+li a{
	height: 41px;
	padding: 77px 0 0;
	background: url(../images/menu3_1.png) 50% 0;
}
#main_menu ul li+li+li a{
	height: 41px;
	padding: 77px 0 0;
	background: url(../images/menu2.png) 50% 0;
}
#main_menu ul li+li+li+li a{
	height: 36px;
	padding: 82px 0 0;
	background: url(../images/menu4.png) 50% 0;
}
#main_menu ul li+li+li+li+li a{
	height: 36px;
	padding: 82px 0 0;
	background: url(../images/menu5.png) 50% 0;
}

/***************************************************************** end main menu *****************************************/

#calculator_button{
	width: 164px;
	height: 149px;
	float: right;
}
#calculator_button a{
	display: block;
	width: 149px;
	height: 149px;
	margin: 0 12px 0 17px;
	background: url(../images/calculator_button.png);
}
#calculator_button a:hover{
	background: url(../images/calculator_button.png) 148px 0;	
}

/************************************************************ end header *********************************************/

/* structure */


#content_wrapper{
	background: url(../images/header_shadow.png) 50% 0 no-repeat;
	padding: 20px 0;
}
#content_wrapper:after{
	display: block;
	content: "";
	clear: both;
}
/* two column */

#twocolumn{
	width: 970px;
	margin: 0 auto;
}
#content{
	width: 700px;
	float: right;
}
#sidebar{
	float: left;
	width: 270px;
}
#sidebar .inner{
	width: 270px !important;
}



/******************************************************** content **********************************************************/

/* breadcrumbs */

#breadcrumbs{
	padding: 10px;
}
#breadcrumbs span{
	color: #949494;	
}
#breadcrumbs .separator{
	padding: 0 5px;
}

.content_holder{
	border: 1px solid #c6c6c6;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 0 0 14px;
	padding: 10px 0;
}
#content .content_holder > .holder{
	padding: 0 10px;
}
#content h1.title{
	font: italic 25px Georgia, sans-serif;
}
#content .content{
	padding: 5px 15px;
}
#content .content ul, #content .content ol{
	margin: 0 0 10px 30px;
}
#content .content li{
	margin: 0 0 5px;
}
#content .content .content_img_shadow_b{
	padding: 0 0 9px;
	margin: 0 0 0 15px;
	background: url(../images/content_img_shadow_b.png) 100% 100% no-repeat;
}
#content .content .content_img_shadow_t{
	padding: 9px 0 0;
	background: url(../images/content_img_shadow_t.png) 100% 0 no-repeat;
}



/* social_button */

#content .content .social_button{
	width: 100%;
	margin: 25px 0 0;
	text-align: center;
}
#content .content .social_button ul{
	list-style: none;
	display: inline-block;
	//display: inline;
}
#content .content .social_button ul:after{
	display: block;
	content: "";
	clear: both;
}
#content .content .social_button ul li{
	float: left;
	margin: 0 15px;
}

/* comments */

#comments{
	background: url(../images/comments_border_t.gif) repeat-x;
	padding: 5px 0 0;
}
#comments .comments_wrapper{
	padding: 15px 20px 20px;
	background: url(../images/comments_border_b.gif) 0 100% repeat-x #f9f9f9;
}
#comments .comment{
	background: url(../images/comments_separator.png) 50% 100% no-repeat;
	padding: 0 0 20px;
	margin: 0 0 10px;
}
#comments .heading p, #comments h3.name{
	color: #949494;
}
#comments .comment_form{}
#comments .comment_form dl{
	padding: 0 0 0 10px;
}
#comments .comment_form dt, #comments .comment_form dd{
	display: inline-block;
	//display: inline;
	margin: 0 0 10px;
}
#comments .comment_form dt{
	width: 190px;
}
#comments .comment_form input, #comments .comment_form textarea{
	border: 1px solid #c6c6c6;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	vertical-align: top;
	margin: 0;
}
#comments .comment_form input{
	width: 438px;
}
#comments .comment_form dd.last{
	width: 100%;
	text-align: right;
}
#comments .comment_form dd.last input{
	width: 243px;
	height: 33px;
	background: url(../images/comment_button.png);
	border: none;
	cursor: pointer;
}

/* Другие статьи по данной теме */

#other_posts{
	padding: 20px;
}
#other_posts:after{
	display: block;
	content: "";
	clear: both;
}
#other_posts h3.title{
	font: italic 17px Georgia, sans-serif;
	margin: 0 0 20px;
}
#other_posts .row{
	width: 100%;	
}
#other_posts .width33{
	float: left;
	width: 33%;
}
#other_posts .width33 img{
	max-width: 100%;
	height: auto;
	margin: 0 0 10px;
}
#other_posts .width33 h4, #other_posts .width33 p{
	width: 80%;
	margin: 0 auto;
}

/*     Каталог банков */

#search_wrap{
	width: 100%;
	background: #ebebeb;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#search_wrap:after{
	display: block;
	content: "";
	clear: both;
}
#search_wrap .search_name{
	width: 55%;
	float: left;
	background: url(../images/search_separator.png) 100% 50% no-repeat;
}
#search_wrap .search_name input[type="text"]{
	margin: 14px 10px 14px 12px;
	width: 190px;
	padding: 0 0 0 5px;
}
#search_wrap .search_name input[type="image"]{
	margin: 11px 0;
}
#search_wrap .search_region{
	width: 45%;
	float: right;
}
#search_wrap .search_region label{
	display: inline-block;
	//display: inline;
	margin: 19px 10px;
}
#cuselFrame-city_search{
	width: 145px !important;
}

#sorting_wrapper{
	width: 100%;
	margin: 10px 0 20px;
}

#sorting_wrapper .row, #sorting_wrapper .row .name_cell,
#sorting_wrapper .row .phone_cell, #sorting_wrapper .row .department_cell,
#sorting_wrapper .row .raiting_cell, #sorting_wrapper .row .more_cell,
#sorting_wrapper .row .review_cell{
	display: inline-block;
	//display: inline;
	vertical-align: middle;
}
#sorting_wrapper .row{
	width: 100%;
	padding: 10px 0 5px;
	border-bottom: 1px solid #c6c6c6;
}
#sorting_wrapper .row .name_cell{
	width: 140px;
}
#sorting_wrapper .row .phone_cell{
	width: 120px;
}
#sorting_wrapper .row .department_cell{
	width: 90px;
}
#sorting_wrapper .row .raiting_cell{
	width: 90px;
}
#sorting_wrapper .row .review_cell{
	width: 80px;
}
#sorting_wrapper .row .more_cell{
	width: 70px;
}
#sorting_wrapper .row .more_cell a{
	font-size: 12px;
}
#sorting_wrapper p{
	margin: 0 0 5px;
}
#sorting_wrapper span.up, #sorting_wrapper span.up label,
#sorting_wrapper span.down, #sorting_wrapper span.down label{
	cursor: pointer;
	display: inline-block;
	width: 10px;
	height: 14px;
	cursor: pointer;
}
#sorting_wrapper span.up label{
	background: url(../images/sorting_up.png);
}
#sorting_wrapper span.up label:hover{
	background: url(../images/sorting_up_hover.png);	
}
#sorting_wrapper span.down label{
	background: url(../images/sorting_down.png);	
}
#sorting_wrapper span.down label:hover{
	background: url(../images/sorting_down_hover.png);
}
#sorting_wrapper span input[type='radio']{
	display: none;
}

#sorting_wrapper .row .name_cell img,
#sorting_wrapper .row .raiting_cell img,
#sorting_wrapper .row .review_cell img{
	width: 90%;
}
#sorting_wrapper .raiting span.star,
#sorting_wrapper .raiting div{
	display: inline-block;
	//display: inline;
	vertical-align: middle;	
}
#sorting_wrapper .raiting span.star{
	width: 13px;
	height: 13px;
	background: url(../images/bank_raiting.png) 100% 0 no-repeat;	
}
#sorting_wrapper .raiting span.star.active{
	background: url(../images/bank_raiting.png) no-repeat;	
}

/* Кредит наличными */

#content_wrapper .inner{
	width: 970px;
	margin: 0 auto;
}
#fullcontent h1.title {
    font: italic 25px Georgia,sans-serif;
}
#selection_of_credit{
	width: 100%;
	background: #ebebeb;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 0 15px;
}
#selection_of_credit .holder{
	padding: 10px 15px;
}
#selection_of_credit h3{
	font-family: Georgia, sans-serif;
	font-style: italic;
}
#selection_of_credit .row, #selection_of_credit .row .sum,
#selection_of_credit .row .time, #selection_of_credit .row .stake,
#selection_of_credit .row input, #selection_of_credit .row label,
#selection_of_credit .row p, #selection_of_credit .row .cusel{
	display: inline-block;
	//display: inline;
	vertical-align: middle;
	margin: 0;
}
#selection_of_credit .row .sum,
#selection_of_credit .row .time{
	background: url(../images/search_separator.png) 100% 50% no-repeat;
	padding: 0 15px;
}
#selection_of_credit .row .stake{
	padding: 0 0 0 15px;
}
#selection_of_credit .row label{
	padding: 0 5px 0 0;
}
#selection_of_credit .row .stake input[type="image"]{
	margin: 0 10px;
}
#sorting{
	margin: 0 0 20px;
}
#sorting .show_count p,
#sorting .show_count label{
	display: inline-block;
	vertical-align: middle;
}
#sorting .show_count label{
	width: 30px;
	height: 22px;
	text-align: center;
	font-size: 12px;
	padding: 8px 0 0;
	cursor: pointer;
	background: url(../images/show_count_bg.png);
}
#sorting .show_count input[type='radio']{
	display: none;
}
#sorting .show_count label:hover,
input[type="radio"]:checked+label{
    background: url(../images/show_count_bg.png) 100% 0;
}
#bank_list .row{
	padding: 30px 0;
}
#bank_list .row h4{
	padding: 0 0 0 20px;
}
#bank_list .row .bank_logo_cell, #bank_list .row .stats_cell,
#bank_list .row .docs_cell, #bank_list .row .raiting_cell,
#bank_list .row .button_cell{
	float: left;
}
#bank_list .row p{
	margin: 0 0 5px;
}
#bank_list .row .bank_logo_cell{
	position: relative;
	padding: 15px 0 0 20px;
	width: 180px;
}
#bank_list .row .bank_logo_cell img{
	/*width: 90%;*/
}
#bank_list .row .bank_logo_cell .percent{
	margin: 0 0 0 15px;
	font-weight: bolder;
}
#bank_list .row .bank_logo_cell .recomend{
	position: absolute;
	background: url("../images/recomend.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 26px;
    width: 156px;
    top: -5px;
    left: 0;
    z-index: 2;
}
#bank_list .row .stats_cell,
#bank_list .row .docs_cell{
	width: 200px;
	padding: 20px 0 0;
	
}
#bank_list .row .raiting_cell{
	width: 150px;
	padding: 20px 0 0;
}
#bank_list .row .button_cell{
	width: 215px;
	
}
#bank_list .row .stats_cell p{
	padding: 0 0 0 25px;
	font-size: 15px;
    font-weight: bolder;
}
#bank_list .row .stats_cell .sum{
	background: url("../images/sum.png") no-repeat;	
}
#bank_list .row .stats_cell .time_of_registration{
	background: url("../images/time_of_registration.png") no-repeat;
}
#bank_list .row .stats_cell .credit_term{
	background: url("../images/credit_term.png") no-repeat;
}
#bank_list .row .raiting_cell{
	text-align: center;
}
#bank_list .row .raiting_cell .raiting div{
	margin: 0 0 5px;
}
#bank_list .row .raiting_cell .raiting span.star,
#bank_list .row .raiting_cell .raiting div{
	display: inline-block;
	//display: inline;
	vertical-align: middle;	
}
#bank_list .row .raiting_cell .raiting span.star{
	width: 13px;
	height: 13px;
	background: url(../images/bank_raiting.png) 100% 0 no-repeat;
}
#bank_list .row .raiting_cell .raiting span.star.active{
	background: url(../images/bank_raiting.png) no-repeat;
}
#bank_list .row .button_cell p.register_button{
	margin: 0 0 10px;
}
#bank_list .row .button_cell p.register_button a{
	display: block;
	width: 193px;
	height: 33px;
	background: url(../images/register_button.png);
}
#bank_list .row .button_cell p{
	margin: 0 0 5px 15px;
}
#bank_list .row.grey_shadow_b{
	background: url(../images/credit_shadow_b.png) 0 100% repeat-x #eee;
}
#bank_list .row.grey_shadow_t{
	background: url(../images/credit_shadow_t.png) repeat-x #eee;
}
#bank_list .row.grey{
	background: #eee;
}
#bank_list .row.special{
	background: #fff8d2;
	padding: 0 0 10px;
}
#bank_list .row h3.special_time{
	background: url(../images/special_time_bg.gif) repeat-x;
	height: 36px;
	padding: 10px 0;
	text-align: center;
	color: #6e3303;
	font: italic bolder 16px Georgia, sans-serif;
}
.ten_offers{
	text-align: center;
	margin: 10px 0 20px;
}
.ten_offers a{
	display: inline-block;
	//display: inline;
	width: 306px;
	height: 45px;
	background: url(../images/ten_offers.png);
}

div.next_offers_wrapper{
 	display: inline-block;
 	//display: inline;
 	position: relative;
}
div.next_offers_wrapper:after{
	display: block;
	content: "";
	width: 16px;
	height: 35px;
	position: absolute;
	top: 0;
	right: -16px;
	background: url(../images/button_sprite.png) 100% 0;
}
div.next_offers_wrapper input.next_offers{
 	border: none;
 	height: 35px;
	padding: 0 0 0 16px;
	margin: 0;
	color: #fff;
	font: italic bold 14px Georgia,sans-serif;	
	background: url(../images/button_sprite.png);
}


/******************************************************** end content *******************************************************/

/******************************************************** sidebar ***********************************************************/

#select_credit{
	margin: 0 0 20px;
}
#select_credit ul{
	width: 272px;
	height: 128px;
	list-style: none;
	background: url(../images/select_credit.png);
}
#select_credit ul li{
	height: 40px;
	line-height: 40px;
	padding: 2px 1px 0 70px;
	margin: 0 1px;
}
#select_credit ul li a, #select_credit ul li a:hover{
	text-decoration: none;
	color: #000;
	font-size: 13px;
}
#select_credit ul li:hover{
	background: url(../images/select_credit_hover1.png) 0 1px no-repeat;
}
#select_credit ul li+li:hover{
	background: url(../images/select_credit_hover2.png) 0 1px no-repeat;
}
#select_credit ul li+li+li:hover{
	background: url(../images/select_credit_hover3.png) no-repeat;
}
#techic_menu{
	margin: 0 0 10px;
}
#techic_menu ul{
	list-style: none;
	width: 272px;
	padding: 12px 0 0;
	background: url(../images/technic_menu_separator.png) no-repeat;
}
#techic_menu ul li{
	height: 54px;
	background: url(../images/technic_menu_separator.png) 0 100% no-repeat;
}
#techic_menu ul li a{
	display: block;
	height: 32px;
	padding: 22px 0 0 70px;
	text-decoration: none;
	color: #000;
	font-size: 13px;
	background: url(../images/techic_menu1.png) no-repeat;
}
#techic_menu ul li+li a{
	background: url(../images/techic_menu2.png) no-repeat;
}
#techic_menu ul li+li+li a{
	background: url(../images/techic_menu3.png) no-repeat;
}
#techic_menu ul li+li+li+li a{
	background: url(../images/techic_menu4.png) no-repeat;
}
#techic_menu ul li a:hover{
	color: #000;
	text-decoration: underline;
}

/* Лучшие предложения банков по кредитным картам! */

#sidebar_offers{
	width: 100%;
	margin: 0 0 20px;
}
#sidebar_offers .t{
	background: url(../images/article_sidebar_t.png) repeat-x;
}
#sidebar_offers .tl{
	background: url(../images/article_sidebar_tl.png) no-repeat;
}
#sidebar_offers .tr{
	background: url(../images/article_sidebar_tr.png) 100% 0 no-repeat;
}
#sidebar_offers .b{
	background: url(../images/article_sidebar_b.png) 0 100% repeat-x;
}
#sidebar_offers .bl{
	background: url(../images/article_sidebar_bl.png) 0 100% no-repeat;
}
#sidebar_offers .br{
	background: url(../images/article_sidebar_br.png) 100% 100% no-repeat;
	padding: 16px;
}
#sidebar_offers .l{
	background: url(../images/article_sidebar_l.png) repeat-y;
}
#sidebar_offers .r{
	background: url(../images/article_sidebar_r.png) 100% 0 repeat-y;
}
#sidebar_offers .holder{
	overflow: hidden;
	background: #f6f6f6;
	padding: 10px;
}
#sidebar_offers h3{
	font: italic 18px Georgia, sans-serif;
	background: url(../images/offers_separator.png) 50% 100% no-repeat;
	padding:  0 0 15px;
}
#sidebar_offers .card{
	background: url(../images/offers_separator.png) 50% 100% no-repeat;
	padding:  15px 0;
}
#sidebar_offers .card p.images{
	text-align: center;
}
#sidebar_offers .card h4{
	margin: 0 0 10px 20px;
}

/************************************************************ end sidebar ****************************************************/

/********************************************** modules *******************************************/

/* Лучшие предложения */

#notice_wrap{
	width: 100%;
	background: url(../images/notice_wrap_in_bg.png) 0 100% repeat-x;
	overflow: hidden;
}
#notice_wrap_in{
	width: 100%;
	background: #f4f5f6;
	margin: 95px 0 0;
}
#notice_wrap .inner{
	width: 970px;
	margin: 0 auto;
	position: relative;
}
#best_offers{
	width: 546px;
	height: 121px;
	position: absolute;
	background: url(../images/best_offers.png);
	top: -96px;
	left: 35px;
	z-index: 2;
}
#notice_wrap .notice_t{
	background: url(../images/notice_t.png) no-repeat;
	padding: 12px 0 0;
}
#notice_wrap .notice_b{
	background: url(../images/notice_b.png) 0 100% no-repeat;
	padding: 0 0 12px;
}
#notice_wrap .notice_c{
	background: url(../images/notice_c.png) repeat-y;
	padding: 22px 35px 35px;
	position: relative;
}
#notice_wrap .tabs{
	position: absolute;
	width: 100%;
	height: 38px;
	top: -44px;
	right: 65px;
	text-align: right;
}
#notice_wrap .tabs ul{
	list-style: none;
	display: inline-block;
	//display: inline;
}
#notice_wrap .tabs ul li{
	float: left;
	height: 38px;
	line-height: 38px;
}
#notice_wrap .tabs ul li span{
	display: inline-block;
	//display: inline;
	font: italic 18px Georgia,serif;
	color: #000;
	border-bottom: 1px dotted #000;
	margin: 12px 22px 0;
	text-decoration: none;
	cursor: pointer;
}
#notice_wrap .tabs ul li span:hover{
	text-decoration: none;
}
#notice_wrap .tabs ul li span.active{
	border: 1px solid #e2e2e4;
	border-bottom: none;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	padding: 10px 21px 7px;
	margin: 0;
	color: #ff9600;
}
#notice_wrap .content_tabs{
	width: 900px;
}
#notice_wrap .content_tabs ul{
    list-style: none;
}
#notice_wrap .content_tabs ul li{
    width:900px;
}
#notice_wrap .content_tabs .holder:after{
	display: block;
	content: "";
	clear: both;
}
#notice_wrap .content_tabs .holder .card{
	width: 25%;
	float: left;
	margin-bottom: 15px;
}
#notice_wrap .content_tabs .holder .card p.images{
	text-align: center;
}
#notice_wrap .content_tabs .holder .card h4{
	font-size: 14px;
	margin: 0 0 10px 20px;
}
#notice_wrap .content_tabs .holder .all_offers{
	position: absolute;
	width: 100%;
	bottom: 12px;
	left: 0;
	text-align: center;
}
#notice_wrap .content_tabs .holder .all_offers a{
	display: inline-block;
	//display: inline;
	width: 433px;
	height: 28px;
	background: url(../images/all-offers.png);
}
#notice_wrap .content_tabs .holder .all_offers a:hover{
	background: url(../images/all-offers.png) 433px 0;	
}

/* Кнопки заявки на кредит, на карту */

#application_button{
	height: 190px;
	width: 100%;
}
#application_button .inner{
	position: relative;
	width: 740px;
	height: 190px;
	margin: 0 auto;

}
#application_button .button1{
	position: absolute;
	width: 370px;
	height: 107px;
	top: 35px;
	left: 0;
}
#application_button .button2{
	position: absolute;
	width: 370px;
	height: 107px;
	top: 23px;
	left: 400px;
}
#application_button .button1 a{
	display: block;
	width: 370px;
	height: 107px;
	background: url(../images/application_button.png);
}
#application_button .button2 a{
	display: block;
	width: 370px;
	height: 107px;
	background: url(../images/application_button.png) 0 120px;
}
#application_button .button1:hover{
	top: 25px;
	left: 0;
}
#application_button .button2:hover{
	top: 13px;
	left: 400px;
}

/* Блок Новости, Статьи, Вопрос-ответ, Каталог банков, Инструменты на главной */

#main_page_tabs{
	width: 100%;
	margin: 0 0 20px;
}
#main_page_tabs .t{
	background: url(../images/main_page_tabs_top.png) no-repeat;
	padding: 70px 0 0;
}
#main_page_tabs .b{
	background: url(../images/main_page_tabs_bottom.png) 0 100%;
}
#main_page_tabs .l{
	width: 670px;
	height: auto;
	margin: 0 auto;
	position: relative;

}
#main_page_tabs .l .holder{
	border-top: 2px solid #2ecc44;	
	padding: 20px;
	position: relative;
	top: -70px;
	left: 0;
	min-height: 35px;
}
#main_page_tabs ul.tabs{
	list-style: none;
	margin: 0 15px -2px 30px;
	overflow: hidden;
}
#main_page_tabs ul.tabs:after{
	display: block;
	content: "";
	clear: both;
}
#main_page_tabs ul.tabs li{
	float: left;
	width: 20%;
	padding: 10px 0;
	cursor: pointer;
	text-align: center;
}
#main_page_tabs ul.tabs li.active{
	background: #2ecc44;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: 2px solid #129725;
	padding: 13px 0 5px;
}
#main_page_tabs ul.tabs li span{
	color: #129725;
	font-size: 13px;
	border-bottom: 1px dashed #129725;
}
#main_page_tabs ul.tabs li:hover span{
	border-bottom: 1px solid #129725;
	text-decoration: none;
}
#main_page_tabs ul.tabs li.active span{
	color: #fff;
	text-decoration: none;
	border: none;
	font-size: 14px;
}
#main_page_tabs ul.content_tabs{
	list-style: none;
	margin: 0 0 -60px;
}
#main_page_tabs ul.content_tabs li{
	display: none;
	position: relative;
}
#main_page_tabs ul.content_tabs li.active{
	display: block;
}
#main_page_tabs ul.content_tabs li .post h3 span{
	font-size: 15px;
	color: #129725;
	text-decoration: underline;
}
#main_page_tabs ul.content_tabs li .all_news{
	margin: 20px 0 0;
	text-align: right;
}
#main_page_tabs ul.content_tabs li .all_news a{
	display: inline-block;
	//display: inline;
	width: 153px;
	text-align: center;
	padding: 7px 0;
	font: bolder italic 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: url(../images/all_news.png) no-repeat;
}
#main_page_tabs ul.content_tabs li .all_news a:hover{
	background: url(../images/all_news_hover.png) no-repeat;	
}


/* Отзывы на главной + блок с информацией */

#reviews_information{
	width: 970px;
	margin: 0 auto 20px;
}
#reviews_information:after{
	display: block;
	content: "";
	clear: both;
}
#bank_review{
	width: 400px;
	float: left;
}
#reviews_information .information{
	width: 568px;
	float: right;
	border: 1px solid #e2e6e8;
}
#bank_review .title{
	font: italic 22px Georgia, sans-serif;
}
#bank_review .review{
	display: inline-block;
	//display: inline;
	margin: 0 0 10px;
}
#bank_review .review h4{
	color: #949494;
}
#bank_review .review a.more{
	text-indent: 10px;
}
#reviews_information .information .holder{
	padding: 25px;
}
#reviews_information .information img{
	float: left;
	margin: 0 5px 0 0;
}
#reviews_information .information p{
	margin: 0 0 10px 200px;
}
#reviews_information .information p.more{
	text-align: right;
}

/* Текстовый модуль в нижней части страницы */

#content_bottom_module{
	background: url(../images/content_bottom_module_b.png) 0 100% repeat-x #f4f5f6;
	overflow: hidden;
	margin: 0 0 -20px;
}
#content_bottom_module .bg{
	background: url(../images/content_bottom_module_t.png) repeat-x;
}
#content_bottom_module .inner{
	width: 970px;
	margin: 0 auto;
	padding: 40px 0 25px;
}
#content_bottom_module h1{
	font-size: 16px;
}

/* Кредитный калькулятор */

#calc_wrap .tabs{
	width: 100%;
	height: 31px;
}
#calc_wrap .tabs ul{
	list-style: none;
	display: inline-block;
	//display: inline;
}
#calc_wrap .tabs ul:after{
	display: block;
	content: "";
	clear: both;
}
#calc_wrap .tabs ul li{
	float: left;
	height: 31px;
	line-height: 31px;
}
#calc_wrap .tabs ul li span{
	display: inline-block;
	//display: inline;
	font: italic 14px Georgia,serif;
	color: #000;
	border-bottom: 1px dotted #000;
	margin: 6px 19px 0;
	text-decoration: none;
	cursor: pointer;
}
#calc_wrap .tabs ul li span:hover{
	text-decoration: none;
}
#calc_wrap .tabs ul li span.active{
	border: 1px solid #e2e2e4;
	border-bottom: none;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	padding: 6px 18px 7px;
	margin: 0;
	color: #ff9600;
}
#calc_wrap .content_tabs{
	width: 100%;
}
#calc_wrap .content_tabs ul{
    list-style: none;
    /*background: url(../images/calc_bg.jpg) 0 100% no-repeat;
    padding: 0 0 290px !important;*/
    margin: 0 0 30px;
}
#calc_wrap .content_tabs ul li{
    width:100%;
}
#calc_wrap .calc_content{
	background: url(../images/border_shadow_t.png) repeat-x;	
	padding: 20px 20px 0;
}
#calc_lite{
}
#calc_lite:after{
	display: block;
	content: "";
	clear: both;
}

#calc_lite .label{
	margin: 0 0 5px;
}
#calc_wrap input{
	margin: 0;
}
#calc_lite .price_of_estate input{
	width: 140px;
}
#calc_lite .price_of_estate select{
	width: 65px;
}
#calc_lite .percent_prepay input,
#calc_lite .bank_stake input[type="text"]{
	width: 90px;
}
#calc_lite .bank_stake span.radio{
	margin: 0 5px 0 35px;
}
#calc_wrap .group, #calc_wrap .group span,
#calc_wrap .group input, #calc_wrap .group .cusel,
#calc_full .group, #calc_full .group span,{
	display: inline-block;
	//display: inline;
	vertical-align: middle;
}
#calc_wrap input[type="radio"]{
	display: none;	
}
#calc_wrap .credit_time select{
	width: 190px;
}
#calc_wrap .price_of_estate, #calc_wrap .percent_prepay,
#calc_wrap .bank_stake, #calc_wrap .credit_time{
	margin: 0 0 12px;
}
#calc_lite p.more_info span{
	color: #129725;
	cursor: pointer;
	border-bottom: 1px dotted #129725;
}
#calc_lite p.more_info span:hover{
	color: #3c7aa9;
	border-bottom: 1px solid #3c7aa9;
}
#calc_full{}
#calc_full .holder{
	width: 600px;
	margin: 0 auto;
	padding: 60px 0 0;
}
#calc_full span.radio{
	margin: 0 5px 0 0;
}
#calc_full h3{
	font-size: 16px;
	font-style: italic;
	border-bottom: 1px solid #b9b9b9;
	margin: 25px 0 10px;
	padding: 0 0 7px;
	clear: both;
}
#calc_full .width50 p{
	padding: 0 20px 0 0;
}
#calc_full .width50 p.radio{
	margin: 0 0 5px;
}
#calc_button{
	text-align: center;
	padding: 30px 0 0;
}

/* bank page */

#bank_header .logo{
	float: left;
}
#bank_header .tabs{
	float: left;
}
#bank_header .tabs ul{
	list-style: none;
}
#bank_header .tabs ul li{
	float: left;
}
#bank_header .tabs ul li span{
	display: block;
	width: 123px;
	height: 33px;
	padding: 8px 0 0;
	cursor: pointer;
	text-align: center;
	font: italic bolder 12px Georgia, sans-serif;
	color: #1ca758;
	background: url(../images/bank_page_button.png) 50% 0 no-repeat;
}
#bank_header .tabs ul li span.active{
	color: #fff;
	background: url(../images/bank_page_button_active.png) 50% 0 no-repeat;
}
#bank_header .tabs ul li.tab2 span{
	position: relative;
	margin: 0 0 0 15px;
}
#bank_header .tabs ul li.tab2 span .reviews_count{
	position: absolute;
	width: 29px;
	height: 29px;
	line-height: 29px;
	top: -12px;
	right: -5px;
	text-align: center;
	background: url(../images/reviews_count.png);
	z-index: 2;
}
#bank_header .tabs ul li.tab2 span .reviews_count span{
	width: auto;
	height: auto;
	margin: 0;
	padding: 7px 0 0;
	font: bolder 11px Arial, Helvetica, sans-serif;
	color: #fff;
	background: none;
}
#bank_header .raiting{
	float: right;
}
#bank_header .raiting p{
	text-align: center;
	margin: 0;
	color: #767676;
}
#bank_header .raiting span.star, #bank_header .raiting div
#bank_header .raiting span.raiting_count{
	display: inline-block;
	//display: inline;
	vertical-align: middle;	
}
#bank_header .raiting span.star{
	width: 13px;
	height: 13px;
	background: url(../images/bank_raiting.png) 100% 0 no-repeat;	
}
#bank_header .raiting span.star.active{
	background: url(../images/bank_raiting.png) no-repeat;	
}
#bank_header .raiting span.raiting_count{
	font: bold 14px Georgia, sans-serif;
	margin: 0 0 0 12px;
}
#bank_header .bank_data{
	clear: both;
	padding: 15px 0 28px;
}
#bank_header .bank_data p{
	font-size: 12px;
	color: #767676;
}
#bank_header .bank_data .bigger{
	font-size: 13px;
	color: #000;
}

/* bank review */

.add_bank_review{
	text-align: right;
	margin: 0 0 15px;
}
.add_bank_review a{
	display: inline-block;
	//display: inline;
	width: 253px;
	height: 25px;
	padding: 8px 0 0;
	text-align: center;
	font: italic bolder 12px Georgia, sans-serif;
	background: url(../images/add_bank_review.png);
	color: #fff;
	text-decoration: none;
}
.bank_review_tl{
	background: url(../images/bank_review_bg_tl.png) no-repeat;
	padding: 0 0 0 8px;
}
.bank_review_tr{
	background: url(../images/bank_review_bg_tr.png) 100% 0 no-repeat;
	padding: 0 8px 0 0;
}
.bank_review_t{
	background: url(../images/bank_review_bg_t.png) repeat-x;
	height: 38px;
	line-height: 38px;
	clear: both;
	overflow: hidden;
	padding: 0 22px;
}
.bank_review_t .name, .answer .heading .name{
	float: left;
	font-size: 14px;
	font-weight: bolder;
}
.bank_review_t .name .number{
	font-size: 12px;
}
.bank_review_t .date, .answer .heading .date{
	float: right;
	font-size: 12px;
}
.bank_review_t p, .answer .heading p{
	margin: 0;
}
.bank_review_l{
	background: url(../images/bank_review_bg_l.png) repeat-y;
	padding: 0 0 0 8px;
}
.bank_review_r{
	background: url(../images/bank_review_bg_r.png) 100% 0 repeat-y;
	padding: 0 8px 0 0;	
}
.bank_review{
	background: #fff;
	padding: 15px 22px;
}
.bank_review_bl{
	background: url(../images/bank_review_bg_bl.png) no-repeat;	
	padding: 0 0 0 8px;
	margin: 0 0 15px;
}
.bank_review_br{
	background: url(../images/bank_review_bg_br.png) 100% 0 no-repeat;	
	padding: 0 8px 0 0;
}
.bank_review_b{
	background: url(../images/bank_review_bg_b.png) repeat-x;	
	height: 8px;
}
.answer{
	margin: 20px 0 0 40px;
}
.answer .heading{
	clear: both;
	overflow: hidden;
	margin: 0 0 10px;
}

#credits{
	background: url(../images/border_shadow_t.png) repeat-x #f9f9f9;
}
#credits .holder{
	background: url(../images/border_shadow_b.png) 0 100% repeat-x;
	padding: 20px 10px 0;
}
#credits h3.title, #credits_card h3.title{
	font: italic 18px Georgia, sans-serif;
	margin: 0 0 15px;
}
#credits .holder .row, #credits_card .row{
	margin: 0 0 20px;
	overflow: hidden;
}
#credits .row h4, #credits_card .row h4{
	padding: 0 5px 0 20px;
	text-align: center;
}
#credits .row p, #credits_card .row p{
	padding: 0 5px 0 0;
}

#credits_card .holder{
	padding: 20px 10px 0;
}
#credits_card p.images{
	text-align: center;
}

/* review pagination */

.review_pagination{
	width: 100%;
	text-align: right;
	margin: 0 0 55px;
}
/* .review_pagination ul{
	list-style: none;
	display: inline-block;
	//display: inline;
}
.review_pagination ul li{
	display: block;
	float: left !important;
	width: auto !important;
} */
.review_pagination a.page-numbers{
	display: inline-block;
	width: 36px;
	height: 26px;
	text-align: center;
	background: url(../images/review_pagination.png);
	color: #454d53;
	padding: 10px 0 0;
	margin: 0 3px;
	font-weight: bolder;
	text-decoration: none;
}
.review_pagination a.page-numbers:hover{
	background: url(../images/review_pagination_hover.png);
	color: #454d53;
}

/* add_review */

#add_review h3{
	font: italic 17px Georgia, sans-serif;
}
#add_review div.name, #add_review div.email{
	width: 100%;
	margin: 0 0 10px;
	vertical-align: middle;
	display: inline-block;
	//display: inline;
	vertical-align: middle;
}
#add_review div.name, #add_review div.email,
#add_review div.textarea_review, #add_review div.submit_review{
	margin: 0 0 10px;
}
#add_review dt, #add_review dd, #add_review .raiting{
	display: inline-block;
	//display: inline;
	vertical-align: middle;
	margin: 0;
	float: none;
}
#add_review label{
	width: 125px;
	display: inline-block;
	//display: inline;
}
#add_review input[type="text"]{
	margin: 0;
	width: 215px;
}
#add_review div.textarea_review dt, #add_review div.textarea_review dd{
	vertical-align: top;	
}
#add_review .raiting input[type="checkbox"]{
	display: none;
}
#add_review .raiting{
	margin: 0 0 0 10px;
}
#add_review .raiting p{
	margin: 0 0 5px;
	text-align: left;
}
#add_review .raiting span.checkbox{
	cursor: pointer;
}
#add_review .raiting span.checkbox, #add_review .raiting div{
	display: inline-block;
	//display: inline;
}
#add_review .raiting span.checkbox{
	width: 13px;
	height: 13px;
	background: url(../images/bank_raiting.png) 100% 0 no-repeat;	
}
#add_review .raiting span.checkbox.checked{
	background: url(../images/bank_raiting.png) no-repeat;	
}
#add_review div.submit_review{
	text-align: right;
}
#add_review div.submit_review input[type="submit"]{
	display: inline-block;
	//display: inline;
	width: 193px;
	height: 33px;
	border: none;
	background: url(../images/add_bank_review_submit.png);
	color: #fff;
	font: italic bolder 12px Georgia, sans-serif;
	cursor: pointer;
}

/* предложения банков табы */

#breadcrumbs_wrapper{
	width: 950px;
	margin: 0 auto;
}
#offers_wrapper{
	overflow: hidden;
	margin: 0 0 20px;
}
#offers_wrapper .offers_wrapper{
	width: 100%;
	background: #f4f5f6;
}
#offers_wrapper .inner{
	width: 970px;
	margin: 0 auto;
	position: relative;
}
#offers_wrapper .offers_t{
	background: url(../images/notice_t.png) no-repeat;
	padding: 12px 0 0;
}
#offers_wrapper .offers_b{
	background: url(../images/notice_b.png) 0 100% no-repeat;
	padding: 0 0 12px;
}
#offers_wrapper .offers_c{
	background: url(../images/notice_c.png) repeat-y;
	padding: 10px 18px;
	position: relative;
}
#offers_wrapper .offers_c:after{
	display: block;
	content: "";
	clear: both;
}
#offers_wrapper .offers_c h1{
	font: italic 24px Georgia, sans-serif;
	padding: 0 15px;
}
#offers_wrapper .offers_c .left{
	width: 178px;
	float: left;
	text-align: center;
}
#offers_wrapper .offers_c .center{
	width: 370px;
	float: left;
}
#offers_wrapper .offers_c .right{
	width: 380px;
	float: right;
}
#offers_wrapper .offers_c .bank_logo{
	margin: 0 0 10px;
}
#offers_wrapper .offers_c .raiting{
	margin: 0 0 5px;
}
#offers_wrapper .offers_c .raiting span.star,
#offers_wrapper .offers_c .raiting div{
	display: inline-block;
	//display: inline;
}
#offers_wrapper .offers_c .raiting span.star{
	width: 13px;
	height: 13px;
	background: url(../images/bank_raiting.png) 100% 0 no-repeat;	
}
#offers_wrapper .offers_c .raiting span.star.active{
	background: url(../images/bank_raiting.png) no-repeat;	
}
#offers_wrapper .offers_c .reviews_counter span.count{
	color: #129725;
	text-decoration: underline;
}
#offers_wrapper .offers_c .percent span.count{}

#offers_wrapper .offers_c .center .sum,
#offers_wrapper .offers_c .center .time_of_registration,
#offers_wrapper .offers_c .center .credit_term,
#offers_wrapper .offers_c .center .monthly_payment{
	font-size: 15px;
	font-weight: bolder;
	overflow: hidden;
}
#offers_wrapper .offers_c .center .sum span,
#offers_wrapper .offers_c .center .time_of_registration span,
#offers_wrapper .offers_c .center .credit_term span,
#offers_wrapper .offers_c .center .monthly_payment span{
	float:left;
	display: inline-block;
	//display: inline;
	width: 200px;
	padding: 0 0 0 26px;
	height: 18px;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
}
#offers_wrapper .offers_c .center .sum span{
	background: url(../images/sum.png) no-repeat;
}
#offers_wrapper .offers_c .center .time_of_registration span{
	background: url(../images/time_of_registration.png) no-repeat;
}
#offers_wrapper .offers_c .center .credit_term span{
	background: url(../images/credit_term.png) no-repeat;
}
#offers_wrapper .offers_c .center .monthly_payment span{
	background: url(../images/monthly_payment.png) no-repeat;
}
#offers_wrapper .offers_c .center div.spoiler p.spoiler span{
	color: #129725;
	font-weight: bolder;
	font-style: italic;
	border-bottom: 1px dashed #129725;
	cursor: pointer;
}
#offers_wrapper .offers_c .center div.spoiler p.spoiler{
	display: inline-block;
	//display: inline;
	background: url(../images/spoiler_arrow_down.png) 100% 50% no-repeat;
	padding: 0 15px 0 0;
	font-size: 14px;
}
#offers_wrapper .offers_c .center div.spoiler p.spoiler.active{
	background: url(../images/spoiler_arrow_up.png) 100% 50% no-repeat;	
}
#offers_wrapper .offers_c .center div.spoiler div.spoiler_content{
	display: none;
	padding: 0 0 10px;
}
#offers_wrapper .offers_c .center div.spoiler div.spoiler_content table{
	border-collapse: collapse;
	border: 1px solid #cecece;
	margin: 0 0 10px;
}
#offers_wrapper .offers_c .center div.spoiler div.spoiler_content table td{
	border: 1px solid #cecece;
	padding: 10px;
}

#offers_wrapper .offers_c .right{
	background: url(../images/girl.png) 50% 85% no-repeat;
}
#offers_wrapper .offers_c .right .place{
	height: 85px;
	width: 100%;
	background: url(../images/light_and_fast.png) 20px 100% no-repeat;
	margin: 0 0 10px;
}
#offers_wrapper .offers_c .right .place_button{
	height: 63px;
	width: 270px;
}
#offers_wrapper .offers_c .right .place_button a{
	display: block;
	height: 63px;
	width: 270px;
	background: url(../images/pace_button.png) 0 100%;
}
#offers_wrapper .offers_c .right .place_button a:hover{
	background: url(../images/pace_button.png) 270px 0;	
}
#offers_wrapper .offers_c .right .people_counter p{
	font: italic bolder 14px Trebuchet MS, Helvetica, sans-serif;
	padding: 0 0 0 195px;
}
#offers_wrapper .offers_c .right .people_counter p span{
	display: inline-block;
	//display: inline;
	color: #fff;
	width: 22px;
	height: 23px;
	background: url(../images/counter_span.png);
	font: italic bolder 15px Trebuchet MS,Helvetica,sans-serif;
	text-align: center;
	padding: 3px 0 0;
}
#offers_wrapper .offers_c .right .people_counter p.has_credit{
	color: #ff9600;
	font: italic bolder 16px Trebuchet MS, Helvetica, sans-serif;
	padding: 0 0 0 177px;
}
#offers_wrapper .offers_c .right .place_count{
	font: italic 16px Trebuchet MS, Helvetica, sans-serif;
	margin: 180px 0 0;
	padding: 0 0 0 103px;
}
#offers_wrapper .offers_c .right .place_count span.count,
#offers_wrapper .offers_c .right .place_count span.only{
	font-weight: bolder;
}

/* offers credit menu */

#offers_credit_menu{
	width: 100%;
}
#offers_credit_menu:after{
	display: block;content: "";
	clear: both;
}
#offers_credit_menu .inner{
	width: 970px;
	margin: 0 auto;
	text-align: center;
}
#offers_credit_menu ul{
	list-style: none;
	display: inline-block;
	//display: inline;
}
#offers_credit_menu ul li{
	float: left;
	width: 155px;
	height: 80px;
	position: relative;
}
#offers_credit_menu ul li.of1{
	background: url(../images/spesial-icons-for-offers.png) -5px -8px no-repeat;
}
#offers_credit_menu ul li.of2{
	background: url(../images/spesial-icons-for-offers.png) -163px -8px no-repeat;	
}
#offers_credit_menu ul li.of3{
	background: url(../images/spesial-icons-for-offers.png) -306px -8px no-repeat;	
}
#offers_credit_menu ul li.of4{
	background: url(../images/spesial-icons-for-offers.png) -450px -8px no-repeat;	
}
#offers_credit_menu ul li.of5{
	background: url(../images/spesial-icons-for-offers.png) -590px -8px no-repeat;	
}
#offers_credit_menu ul li.of6{
	background: url(../images/spesial-icons-for-offers.png) -712px -8px no-repeat;	
}
#offers_credit_menu ul li.of7{
	background: url(../images/spesial-icons-for-offers.png) -5px -425px no-repeat;	
}
#offers_credit_menu ul li.of8{
	background: url(../images/spesial-icons-for-offers.png) -163px -425px no-repeat;	
}
#offers_credit_menu ul li.of9{
	background: url(../images/spesial-icons-for-offers.png) -306px -425px no-repeat;	
}
#offers_credit_menu ul li.of10{
	background: url(../images/spesial-icons-for-offers.png) -443px -425px no-repeat;	
}
#offers_credit_menu ul li.of11{
	background: url(../images/spesial-icons-for-offers.png) -578px -425px no-repeat;	
}
#offers_credit_menu ul li.of12{
	background: url(../images/spesial-icons-for-offers.png) -721px -425px no-repeat;	
}
#offers_credit_menu ul li.of1:hover{
	background: url(../images/spesial-icons-for-offers.png) -5px -119px no-repeat;
}
#offers_credit_menu ul li.of2:hover{
	background: url(../images/spesial-icons-for-offers.png) -163px -119px no-repeat;	
}
#offers_credit_menu ul li.of3:hover{
	background: url(../images/spesial-icons-for-offers.png) -306px -119px no-repeat;	
}
#offers_credit_menu ul li.of4:hover{
	background: url(../images/spesial-icons-for-offers.png) -450px -119px no-repeat;	
}
#offers_credit_menu ul li.of5:hover{
	background: url(../images/spesial-icons-for-offers.png) -590px -119px no-repeat;	
}
#offers_credit_menu ul li.of6:hover{
	background: url(../images/spesial-icons-for-offers.png) -712px -119px no-repeat;	
}
#offers_credit_menu ul li.of7:hover{
	background: url(../images/spesial-icons-for-offers.png) -5px -541px no-repeat;	
}
#offers_credit_menu ul li.of8:hover{
	background: url(../images/spesial-icons-for-offers.png) -163px -541px no-repeat;	
}
#offers_credit_menu ul li.of9:hover{
	background: url(../images/spesial-icons-for-offers.png) -306px -541px no-repeat;	
}
#offers_credit_menu ul li.of10:hover{
	background: url(../images/spesial-icons-for-offers.png) -443px -541px no-repeat;	
}
#offers_credit_menu ul li.of11:hover{
	background: url(../images/spesial-icons-for-offers.png) -578px -541px no-repeat;	
}
#offers_credit_menu ul li.of12:hover{
	background: url(../images/spesial-icons-for-offers.png) -721px -541px no-repeat;
}
#offers_credit_menu ul li a{
	display: block;
	width: 100%;
	height: 80px;
	text-indent: -99999px;
}
#offers_credit_menu .hint_t{
	position: absolute;
	display: none;
	width: 265px;
	background: url(../images/credit_menu_hint_t.png) no-repeat;
	padding: 9px 0 0;
	z-index: 2;
}
#offers_credit_menu .hint_b{
	background: url(../images/credit_menu_hint_b.png) 0 100% no-repeat;
	padding: 0 0 15px;	
}
#offers_credit_menu .hint_c{
	padding: 5px 15px;
	background: url(../images/credit_menu_hint.png) repeat-y;
}
#offers_credit_menu .hint_c p{
	margin: 0;
	font-size: 11px;
}

/* offers tabs */

#offers_tabs{
	clear: both;
	margin: 40px 0 0;
}
#offer_content_tabs{
	background: url(../images/border_shadow_t.png) repeat-x;
}
#offers_tabs .inner, #offer_content_tabs .inner{
	width: 970px;
	margin: 0 auto;
}
#offers_tabs .tabs ul{
	list-style: none;
	display: inline-block;
	//display: inline;
}
#offers_tabs .tabs ul:after{
	display: block;
	content: "";
	clear: both;
}
#offers_tabs .tabs ul li{
	float: left;
	height: 31px;
	line-height: 31px;
}
#offers_tabs .tabs ul li span{
	display: inline-block;
	//display: inline;
	font: italic 15px Georgia,serif;
	color: #000;
	border-bottom: 1px dotted #000;
	margin: 6px 40px 0;
	text-decoration: none;
	cursor: pointer;
}
#offers_tabs .tabs ul li span:hover{
	text-decoration: none;
}
#offers_tabs .tabs ul li span.active{
	border: 1px solid #e2e2e4;
	border-bottom: none;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	padding: 6px 39px 7px;
	margin: 0;
	color: #ff9600;
}
#offer_content_tabs .content_tabs{
	width: 100%;
}
#offer_content_tabs .content_tabs ul{
    list-style: none;
    margin: 0 0 30px;
}
#offer_content_tabs .content_tabs ul li{
    width:100%;
}
#offer_content_tabs .content_tabs ul li .holder{
	padding: 25px 0;
}
#offer_content_tabs .content_tabs ul li .holder ul.list_img li{
	display: block;
	margin: 0 0 10px !important;
	background: url(../images/list_style.png) 0 50% no-repeat;
	padding: 0 0 0 28px !important;
}
#offer_content_tabs .content_tabs ul li.tab2 h4{
	padding: 0 5px 0 20px;
}
#offer_content_tabs .content_tabs ul li.tab2 p{
	padding: 0 5px 0 0;
}
#offer_content_tabs .content_tabs ul li.tab3 h3{
	font: italic bolder 18px Georgia,sans-serif;
	float: left;
	margin: 0 0 3px 25px;
}
#offer_content_tabs .content_tabs ul li.tab3 .add_review{
	float: right;
	margin: 0 25px 0 0;
	font: bolder 14px Trebuchet MS,Helvetica,sans-serif;
}


/********************************************************** end modules *************************************************/

/************************************************************* footer *****************************************************/

#footer {
	width:100%;
	overflow:hidden;
	display:table-footer-group;
}
#footer .footer-holder {
	height:1%;
	display:table-row;
}
#footer .footer-frame {
	display:table-cell;
	height: 192px;
	background: url(../images/footer_bg.gif) repeat-x;
}
#footer .inner{
	width: 970px;
	margin: 0 auto;
}
#footer .width25{
	width: 25%;
	height: 142px;
	padding: 20px 0 0;
	float: left;
	background: url(../images/footer_separator.png) 0 50% no-repeat;
}
#footer .width25:first-child{
	background: none;
}
#footer .width25 ul{
	list-style: none;
}
#footer .width25 ul li{
	padding: 3px 20px;
}
#footer .width25 ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}
#footer .width25 ul li a:hover{
	color: #fff;
	text-decoration: underline;
}
#footer .inst, #footer .fb {
	display: inline-block;
}
#footer .social {
	padding-left: 20px;
	padding-top: 10px;
}
#footer .fb {
	padding-right: 10px;
}
.copyright{
	clear: both;
	padding: 7px 0 7px 20px;
}
.copyright p{
	margin: 0;
}

.copyright{
	clear: both;
	padding: 7px 0 7px 20px;
}
.copyright p{
	margin: 0;
}
/*Mobile version*/
#application_button .button2 {
	top:35px;
}
#application_button .button1 a{
	display: block;
	width: 370px;
	height: 107px;
	background: url(../images/application_button1.png)no-repeat;
}
#application_button .button2 a{
	display: block;
	width: 370px;
	height: 107px;
	background: url(../images/application_button2.png)no-repeat;
}
#application_button .button1:hover{
	top: 15px;
	left: 0;
}
#application_button .button2:hover{
	top: 14px;
	left: 400px;
}
#mobile-menu {
	display: none;
}
#reviews_information .information p {
	margin:0 0 10px;
}
#notice_wrap .content_tabs .holder .all_offers a {
    display: inline-block;
    width: 434px;
   height: auto;
    border: 1px dashed #0c95c8;
    padding: 7px;
    border-radius: 25px;
    text-decoration: none;
    background:none;
}
#sorting .show_count label {
height: 22px;
}
.post img {
   max-width: 100%;
    height: auto;
}
.cuselText {
	height: 19px!important;
}
.review_pagination a.page-numbers {
    height: 36px;
}
#offer_content_tabs .content_tabs ul li.tab3 .add_review {
    float: left;
    margin: 10px 25px 10px 25px;
}
#comments .comment_form dl {
	padding: 0;
}
#notice_wrap .content_tabs .holder .all_offers a:hover{
background: none;
}
@media (max-width: 970px){

#fast_credit{display:none;}
#selection_of_credit{display:none;}
#sorting{display:none;}


#credits_card p.images {
    text-align: center;
    margin: 0 auto;
    width: 150px;
}
#bank_header .logo, #bank_header .tabs, #bank_header .raiting {
	float: none;
}
#bank_header .logo img{
max-width: 100%;
height: auto;
margin-bottom: 10px;
}
#bank_list .row .bank_logo_cell {
    padding: 15px 0 0 0px;
    width: 100%;
    text-align: center;
}
	#content .content {
    padding:0;
}
#content_bottom_module .inner {
    padding: 40px 15px 25px 15px;
}
.inner {
	width: 750px!important;
	padding-right: 15px;
	padding-left: 15px;
}
#reviews_information, #twocolumn {
	width: 750px;
	padding-right: 15px;
	padding-left: 15px;
}
#sidebar .inner {
width: auto!important;	
}
#logo {
	width: 100%;
	float: none;
}
#logo a {
	margin:0 auto;
}
#exchange {
    width: 100%;
    float: none;
    height: auto;
    text-align: center;
    display: none;
}
#fast_credit {
	float: none;
	margin: 0 auto;
}
#header_info {
    height: auto;
}
#main_menu {
	float: none;
}
#main_menu_wrapper {
    width: 100%;
}
#notice_wrap .content_tabs {
    width: 100%;
}
#notice_wrap .content_tabs .holder .card {
	width: 50%;
	padding: 15px;
}
#notice_wrap .notice_t, #notice_wrap .notice_c, #notice_wrap .notice_b {
	background: none;
}
#notice_wrap .content_tabs ul li {
	width: 100%;
}
#notice_wrap .content_tabs .holder .all_offers {
	position: relative;
    width: 100%;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
}
#application_button .button1, #application_button .button2 {
	width: 50%;
	position: initial;
	margin: 0 auto;
}
#notice_wrap {

}
#main_page_tabs .l {
	width: auto;
}
#main_page_tabs .t, #main_page_tabs .b {
	background: none;
}
#main_page_tabs .t {
		box-shadow: 0px 0px 20px 1px #444;
}
.holder .post{
padding-bottom: 15px;
}
#notice_wrap .tabs {
    position: absolute;
    width: 100%;
    height: 38px;
    top: -44px;
    right: 0px;
    text-align: center;
}
#best_offers {
	background: none;
	width: auto;
}
#notice_wrap .notice_t {
	padding: 5px 0 0;
}
#application_button .inner, #application_button {
	height: auto;
	padding: 15px 0px;
}
.holder .images a {
width: auto;
text-align: center;
height: 120px;
}
#sidebar_offers .card p.images {
    text-align: center;
    width: 150px;
    margin: 0 auto;
}
.card h3, center {
    /*height: 58px;*/
    font-size: 20px;
    line-height: 30px;
    /*margin-bottom: 20px;*/
}
.card p {
	font-size: 14px;
}
#main_page_tabs ul.tabs {
	margin-top: 20px;
}
#notice_wrap .content_tabs .holder .card p.images {
    margin: 0 auto;
    width: 150px;
    height: 120px;
}
#content, #sidebar, #bank_review, #reviews_information .information {
	float: none;
	width: 100%;
}
#sidebar {
	/*margin-top: 40px;*/
}
#select_credit {
	width: 50%;
    display: inline-block;
    float: left;
}
#techic_menu {
	width: 50%;
    display: inline-block;
}
#footer .width25 {
	width: 50%;
}
#footer .footer-frame {
	background-repeat: repeat;
}
#footer .width25 ul li a {
	font-size: 16px;
}
#main_menu ul li {
    float: left;
    height: 149px;
    width: 50%;
    background: url(../images/main_menu_bg_blue-no-hover.png) no-repeat;
    text-align: left;
}
#main_menu ul li:hover {
    background: url(../images/main_menu_bg_blue-hover.png)no-repeat;
}
#main_menu ul li a {
    display: block;
    width: 100%;
    height: 120px;
    margin: 0 15px;
    color: #000;
padding: 10px 10px 10px 170px;
    font: italic bold 18px Georgia, sans-serif;
    background: url(../images/menu1.png) 0% 32px no-repeat;
    vertical-align: middle;
    display: table-cell;
    background-repeat: no-repeat;
}
#main_menu ul li+li a, #main_menu ul li+li+li a, #main_menu ul li+li+li+li a, #main_menu ul li+li+li+li+li a {
padding: 10px 10px 10px 170px;
    height: 120px;
    background-repeat: no-repeat;
background-position: 0 32px;
}
#main_menu ul {
	margin-top: 10px;
}
#content_wrapper {
	background: none;
	padding-bottom: 0px;
}
#header {
	height: 100%;
	background: none;

}
#calculator_button {
	float: left;
	display: none;
}
#mobile-menu {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    padding: 17px;
    color: #fff;
    background: #00a3df;
    font: italic bold 14px Georgia,sans-serif;
    border-radius: 5px;
    border-bottom: solid 3px #007d34;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#51e948), to(#11b334));
    background: -moz-linear-gradient(#51e948, #11b334);
    background: linear-gradient(#51e948, #11b334);
}
#main_menu {
	display: none;
}
#notice_wrap_in {
	margin-top: 60px;
}
#bank_list .row .stats_cell, #bank_list .row .docs_cell {
    padding: 20px 0px 0px 20px;
}
#bank_list .row h3.special_time {
height: auto;
}
#calc_wrap .content_tabs ul .tab1, #calc_wrap .content_tabs ul .tab2 {
	background-size: 100%;
}

.similar-articles .images {
width: auto;
display: block;
text-align: center;
}
.similar-articles .images a {
display: block;
height: auto;
margin: 0 auto;
}
#bank_list .row h4 {
	text-align: center;
	padding: 0;
}

#comments .comment_form dd.last input {
background-repeat: no-repeat;
}
#comments .comment_form input, #comments .comment_form textarea {
	width: 100%!important;
}
#comments .comment_form dt, #comments .comment_form dd {
	display: block;
}
#sidebar_offers h4 {
	text-align: center;
}
#offers_wrapper .offers_c .right .place_button a, #offers_wrapper .offers_c .right .place_button{
	margin:0 auto;
}
#offers_wrapper .offers_c, #offers_wrapper .offers_b, #offers_wrapper .offers_t {
	background:none;
	padding: 10px 0px;
}
#sorting_wrapper .raiting_count {
	position: initial;
	margin-top: 0px;
    margin-left: 0px;
}
#sorting_wrapper .row .phone_cell {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	text-align: left;
}
#sorting_wrapper .row .department_cell {
	width: 100%;
}
#sorting_wrapper .row .review_cell {
    width: 80px;
    /* display: block; */
    margin-top: 5px;
}
.name_cell p {
	text-align: center;
}
#sorting_wrapper .row .name_cell {
	width: 100%;
}
#sorting_wrapper .row:first-child {
	display: none;
}
body, #select_credit ul li a, #select_credit ul li a:hover {
	font-size: 14px;
}
#offer_content_tabs .content_tabs ul li.tab2 h4 {
	padding: 0;
	text-align: center;
}
#offer_content_tabs .content_tabs ul li.tab2 p {
	text-align: left;
}
.content_tabs p.images {
    height: 120px;
    width: 150px;
    margin: 0 auto;
}
}
@media (max-width: 767px) {
.textarea_review textarea{
width: 100%;
}
#add_review dt, #add_review dd, #add_review .raiting {
	display: block;
	margin-bottom: 5px;
}
#add_review label {
	width: 100%;
}
.add_bank_review a {
    width: 100%;
    background-position: center;
    height: 25px;
    display: block;
    background-repeat: no-repeat;
}
#bank_header .raiting p {
	text-align: left;
}
#bank_header .raiting {
 float: left;
}
#bank_header .tabs ul {
	display: flex;
	margin:0;
}
#bank_header .tabs ul li.tab2 span {
	margin:0px;
}
#bank_list .row .button_cell p.register_button a {
	margin:0 auto;
}
#bank_list .row .button_cell {
	text-align: center;
	width: 100%;
}

.similar-articles .card {
		width: 50%;
	}
#credits .row h4, .similar-articles h4 {
text-align: center;
}

.similar-banks {
		text-align: center;
}
.similar-banks .card {
	width: 100%;
}
.similar-banks .images {
text-align: -webkit-center;
}
.width33 {
	width: 100%;
 }
#search_wrap .search_name, #search_wrap .search_region label, #search_wrap .search_region {
	width: 100%;
}
.search_name input, #cuselFrame-city_search {
	margin-left: 10px;
}
#cuselFrame-city_search {
	margin-bottom: 14px;
}
#breadcrumbs_wrapper {
	width: 100%;
}
#footer .width25 {
	height: auto;
}
#bank_list .row .raiting_cell {
	text-align: left;
	width: 100%;
	margin-left: 15px;
}
#sidebar_offers {
	margin-top: 10px;
	margin-bottom: 0px;
}
#select_credit ul, #techic_menu ul {
	margin: 0 auto;
}
.inner {
	width: auto!important;
	padding-right: 15px;
	padding-left: 15px;
}
#reviews_information, #twocolumn {
	width: auto;
	padding-right: 15px;
	padding-left: 15px;

}
.reverse {
	display: flex;
    flex-direction: column-reverse;	
}
#sidebar .inner {
width: 100%!important;
padding-left: 0px;
padding-right: 0px;
}
#footer .width25 {
	width: 100%;
}
#main_page_tabs .l {
    width: 100%;
}
#wrapper1, #wrapper2 {
	display: block;
}
#select_credit, #techic_menu {
width: 100%;
margin-bottom: 10px;
}
#techic_menu {
	margin-top: 20px;
}
#application_button .button1 a, #application_button .button2 a {
    width: 300px;
    background-size: 100%;
    margin: 0 auto;
    height: 74px;
}
#application_button .button1, #application_button .button2{
 	height: 74px;
 }
 #application_button .button1 {
 margin-bottom: 25px;
 }
#notice_wrap .content_tabs .holder .card {
	width: 100%;
	padding: 15px 15px 0px;
}
#notice_wrap .notice_c {
	padding:0;
}
#notice_wrap .content_tabs .holder .all_offers a {
 width: 100%; 
    width: -moz-available;   /* WebKit-based browsers will ignore this. */ 
    width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */ 
    width: fill-available; 
    text-align: center;
}
#application_button .button1, #application_button .button2 {
	width: 100%;
}
#selection_of_credit .row .sum, #selection_of_credit .row .time{
	padding-bottom: 10px;
}
 .stake .submit_btn  {
 	margin-top: 10px!important;
 }
#bank_list .row .button_cell p.register_button {
	margin-top: 10px;
}
#main_menu ul li {
    width: 100%;
}
#calc_wrap .tabs ul li {
	float: none;
}
#calc_wrap .tabs {
	height: auto;
}
.content_holder {
margin:0;
}
#comment_text {
width: 100%;
}
.wp-pagenavi {
	display: grid;
}
#offers_wrapper .offers_c .left, #offers_wrapper .offers_c .center, #offers_wrapper .offers_c .center span  {
	width: 50%!important;
}
}
@media (max-width: 525px) {
.content_tabs .row .card {
		width: 100%;
}
.alignright {
	float: left;
	padding-top: 10px;
}
.post .alignright {
float:none!important;
}
.post .content div {
	float: none!important;
}
#offers_wrapper .offers_c .left, #offers_wrapper .offers_c .center, #offers_wrapper .offers_c .center span  {
	width: 100%!important;
}
#offers_wrapper .offers_c .right {
	width: 100%;
}
#offers_wrapper .offers_c .right {
    background: url(../images/girl.png) 50% 77% no-repeat;
}
#offers_wrapper .offers_c .right .place_count {
    padding: 0 0 0 30px;
}
}
@media (max-width: 460px) {
#offers_tabs .tabs ul li {
		float: none;
	}
#logo a {
height: 90px;
}
#calc_wrap .calc_content {
	overflow: scroll;
}
#main_page_tabs ul.tabs li {
	width: 100%;
}
#fast_credit {
    width: 100%;
    background: #fafcfd;
    box-shadow: 1px 1px 11px 5px #d4d4d4;
height: 200px;
}
#logo a {
	width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}
#fast_credit .module {
padding: 15px 8px 15px 10px;
}
#sum_of_credit {
	width: 90px;
}
#fast_credit .module .submit {
	margin-top: 15px;
	margin-right: 15px;
}
#main_menu ul li {
	width: 100%;
}
#notice_wrap .tabs ul li span {
	font-size: 14px;
}
#selection_of_credit .sum input {
	width: 100px;
}
#selection_of_credit .submit_btn {
	margin-left: 10px!important;
}
.similar-articles .card {
	width: 100%;
}
#notice_wrap .tabs ul li {
	width: 140px;
}
}
@media (max-width: 390px) {
#bank_list .row .docs_cell {
	width: 100%;
}
#selection_of_credit .submit_btn {
	margin-left: 0px!important;
}
#bank_list .row .button_cell p.register_button {
	margin-top: 0px;
}
#logo a {
height: 73px;
}
#offers_credit_menu ul li {
	width: 145px;
}
#offers_tabs .tabs ul li {
	height: 40px;
}
#notice_wrap .tabs ul li {
	width: 140px;
}
#notice_wrap .tabs {
	top: -56px;
}
}
