/*Главная страница-Новости*/

.b-mainnews {
	margin-bottom: 20px;
	padding-bottom: 10px;
	width: 100%;
	border-bottom: 1px dashed #e0e0e0;
}

.b-mainnews__header {
	height: 25px;
}

.b-mainnews__header_title {
	font-size: 18px;
	color: #2b9bdb;
	float: left;
}

.b-mainnews__header_link {
	line-height: 20px;
	font-size: 12px;
	float: right;
}

	.b-mainnews__header_link a {
		color: #2b9bdb;
	}

.b-mainnews__cell {

}

	.b-mainnews__cell.last {
		width: 300px;
		margin-right: 0;
	}

.b-mainnews__cell_date {
	line-height: 20px;
	height: 20px;
	font-size: 11px;
	color: #b4b4b4;
}

.b-mainnews__cell_text {
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	overflow: hidden;
	position: relative;
	height: 120px;
	width: 300px;
}

	.b-mainnews__cell_text::after {
		content: '';
		position: absolute;
		left: 0;
		width: 100%;
		bottom: 0;
		height: 20px;
		background: -moz-linear-gradient(top, rgba(255,255,255, 0.2), #fff 100%);
		background: -webkit-linear-gradient(top, rgba(255,255,255, 0.2), #fff 100%);
		background: -o-linear-gradient(top, rgba(255,255,255, 0.2), #fff 100%);
		background: -ms-linear-gradient(top, rgba(255,255,255, 0.2), #fff 100%);
		background: linear-gradient(to bottom, rgba(255,255,255, 0.2), #fff 100%);
	}

	.b-mainnews__cell_text p {
		text-overflow: ellipsis;
		clear: none;
		padding: 0;
		margin: 0;
		line-height: 20px;
	}

	.b-mainnews__cell_text a {
		color: #2b9bdb;
	}

.b-mainnews__cell_link {
	width: 100%;
	text-align: right;
}/*Главная страница--Как это работает------------------------------*/

.b-howItWorks__Main
{
	margin-bottom: 14px;
	border-bottom: 1px dashed #e0e0e0;
	padding-bottom: 12px;
}
.b-howItWorks__Main img.left {
	margin-right: 10px;
}
.b-howItWorks__Main img.right {
	margin-left: 10px;
}
.b-howItWorks__Banner
{
	width: 300px;
	height: 220px;
	margin-right: 20px;
	float: left;
}

.b-howItWorks__Text
{
	margin-top: 5px;
	text-align: left;
	float: none;
}

.b-howItWorks__TextMain
{
	text-align: left;
	float: none;
}


.b-howItWorks__Text p
{
	clear: none;
	margin-bottom: 10px;
}
.b-howItWorks__Text ul
{
	padding-left: 15px;
	list-style-type: disc;
}

.b-howItWorks__Text li
{
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 17px;
}

.b-howItWorks__benefits {
	margin-top: -5px;
	margin-bottom:10px;
}
/*Главная страница--Способы перевода денег------------------------------*/

.b-mtrans
{
	border-bottom: 1px dashed #e0e0e0;
}

.b-mtrans__title {
	margin-bottom: 17px;
}

.b-mtrans__entry {
}

.b-mtrans__img
{
	width: 97px;
	float: left;
	min-height: 55px;
}

.b-mtrans__text
{
	font-size: 11px;
	line-height: 13px;
	color: #b4b4b4;
	text-align: left;
}

.b-mtrans__text a
{
	font-size: 12px;
	line-height: 14px;
	color: #2b9bdb;
}
.b-search {
}

.b-search.b-search__short {
	height: 170px;
}

	.b-search input[type="text"] {
	}

	.b-search.b-search__short input[type="text"] {
		width: 160px;
		height: 22px;
		margin-right: 9px;
		padding: 2px 10px 2px 2px;
		float: left;
		text-align: right;
	}

.b-search__type
{
	float: left;
	position: relative;
	height: 30px;
	line-height: 30px;
	min-width: 1px;
	padding: 0 19px;
	-webkit-border-radius: 8px 8px 0 0;
	-khtml-border-radius: 8px 8px 0 0;
	-moz-outline-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	font-size: 14px;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

.b-search__type.on
{
	background: #d3d3d3;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#eeeeee), to(#cbcbcb));
	background: -webkit-linear-gradient(#eeeeee, #cbcbcb);
	background: -moz-linear-gradient(#cbcbcb, #eeeeee);
	background: -ms-linear-gradient(#eeeeee, #cbcbcb);
	background: -o-linear-gradient(#eeeeee, #cbcbcb);
	background: linear-gradient(#eeeeee, #cbcbcb);
	-pie-background: linear-gradient(#eeeeee, #cbcbcb);
	border-right: 1px solid #b8b8b8;
	color: #676767;
	cursor: default;
}

.b-search__type.off
{
	background: #e5e5e5;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f6f6f6), to(#e5e5e5));
	background: -webkit-linear-gradient(#f6f6f6, #e5e5e5);
	background: -moz-linear-gradient(#e5e5e5, #f6f6f6);
	background: -ms-linear-gradient(#f6f6f6, #e5e5e5);
	background: -o-linear-gradient(#f6f6f6, #e5e5e5);
	background: linear-gradient(#f6f6f6, #e5e5e5);
	-pie-background: linear-gradient(#f6f6f6, #e5e5e5);
	border-right: 1px solid #dfdfdf;
	color: #b3b3b3;
	cursor: pointer;
}

.b-search__type.off .b-search__type_title
{
	border-bottom: 1px dashed #b3b3b3;
}

.b-search__params
{
	background: white;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 0 0 8px 8px;
	-khtml-border-radius: 0 0 8px 8px;
	-moz-outline-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	float: left;
}

.b-search.b-search__short .b-search__params {
	width: 260px;
	height: 116px;
	padding-top: 22px;
	padding-left: 38px;
}

.b-search__link
{
	margin-left: 19px;
	padding: 0;
	font-size: 12px;
	line-height: 23px;
	color: #2b9bdb;
}

.b-search__input
{
	height: 40px;
	clear: both;
	line-height: 28px;
}

.b-search__input.dueperiod {
	margin-left: -20px;
}

.b-search__word
{
	float: left;
}

.b-search__input.dueperiod .b-search__word:first-child
{
	margin-right: 6px;
}