.page-content_brokers {
	display: flex;
}
.brokers-side {
	width: 250px;
	margin-right: 40px;
	flex-shrink: 0;
}
.brokers-side-title {
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: 300;
	color: #333;
	border-bottom: 3px solid #ffd803;
}
.brokers-side-title-highlight {
	font-size: 21px;
	font-weight: 400;
}
.brokers-main {
	width: 100%;
}
.brokers-title {
	margin-top: 25px;
	margin-bottom: 36px;
	font-size: 36px;
	font-weight: 300;
	color: #333;
}
.brokers-text {
	margin-bottom: 40px;
	font-size: 17px;
	font-weight: 300;
	color: #333;
	line-height: 30px;
}
.brokers-filter {
	margin-bottom: 40px;
}
.brokers-filter-form-group {
	border-bottom: 1px solid #bcbcbc;
}
	.brokers-filter-form-group:last-of-type {
		border-bottom-color: transparent;
	}
.brokers-filter-form-toggle {
	display: block;
	padding: 10px 15px;
	color: #333333;
	background: center right 18px url('../img/dropdown-arrow.png') no-repeat;
	font-size: 17px;
}
.brokers-filter-form-toggle.active {
	background: center right 18px url('../img/dropdown-arrow-up.png') no-repeat;
}
.brokers-filter-form-collapse {
	display: none;
	padding: 14px 16px;
}
.brokers-filter-form-collapse-checkbox {
	position: absolute;
	left: -9999px;
}
.brokers-filter-form-collapse-label {
	position: relative;
	margin-bottom: 8px;
	padding-left: 30px;
	cursor: pointer;
	color: #333;
	line-height: 21px;
}
	.brokers-filter-form-collapse-label:before {
		content: '';
		position: absolute;
		left: 0; top: 0;
		width: 19px; height: 19px;
		background-color: #fff;
		border: 1px solid #cacaca;
		border-radius: 5px;
		box-shadow: inset 2.828px 2.828px 1px 0px rgba(222, 227, 238, 0.46);
	}
	.brokers-filter-form-collapse-checkbox:checked+.brokers-filter-form-collapse-label:before {
		background: #fff center center url('../img/brokers-filter-tick.png') no-repeat;
	}
.btn-filter-reset {
	width: 142px;
	height: 30px;
	margin: 5px auto 0;
	padding: 0;
	font-size: 15px;
	color: #333;
	background-color: #ffd803;
}
	.btn-filter-reset:hover {
		background-color: #ffb503;
	}
.brokers-list-controls {
	display: flex;
	flex-wrap: wrap;
	margin: -15px -15px 40px -15px;
}
.oversearch{
	width:510px;
}
.brokers-oversearch{
	position:relative;
}
.brokers-oversearch span {
	position:absolute;
	top:0;
	right:0;
	display:inline-block;
	height:78px;
	width:63px;
	cursor:pointer;
}
.brokers-list-controls-search-input {
	width: 690px;
	height: 48px;
	margin: 15px;
	font: 300 18px 'Open Sans', sans-serif;
	padding: 0 10px;	
	background: #fff center right 15px url('../img/brokers-list-search-input-bg.png') no-repeat;
}
.brokers-list-controls-search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
}
.brokers-list-controls-search-input::-moz-placeholder { /* Firefox 19+ */
  color: #333;
}
.brokers-list-controls-search-input:-ms-input-placeholder { /* IE 10+ */
  color: #333;
}
.brokers-list-controls-search-input:-moz-placeholder { /* Firefox 18- */
  color: #333;
}
.brokers-list-controls-sort-brokers-select {
	width: 215px;
	height: 48px;
	margin: 15px;
	font-weight: 300;
	font-size: 15px;
	line-height: 34px !important;
}
.brokers-list-controls-sort-rating-select {
	width: 230px;
	height: 48px;
	margin: 15px;
	font-weight: 300;
	font-size: 15px;
	line-height: 34px !important;
}
.brokers-list-item {
	display: flex;
	margin: 10px 0;
	padding: 38px 30px;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
}
.brokers-list-item-left {
	flex-shrink: 0;
	margin-right: 25px;
}
.brokers-list-item-img-container {
	width: 200px;
	height: 130px;
	overflow: hidden;
	padding-top: 30px;
	border: 1px #d9d9d9 solid;
}
.brokers-header-link {
	color: #333;
}

.brokers-list-item-img {
	width: 100%;
}
.brokers-list-item-compare {
	margin-top: 20px;
	padding-left: 25px;
	background: left top url('../img/brokers-list-item-compare-bg.png') no-repeat;
}
.brokers-list-item-title-container {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.brokers-list-item-title {
	margin-bottom: 0;
	font-size: 24px;
	color: #333;
	line-height: 1;
}
.brokers-list-item-rating {
	height: 20px;
	margin-left: 10px;
	background: left center url('../img/brokers-list-rating-star.png') repeat-x;
}
.brokers-list-item-rating_5 {
	width: 100px;
}
.brokers-list-item-rating_4 {
	width: 80px;
}
.brokers-list-item-rating_3 {
	width: 60px;
}
.brokers-list-item-rating_2 {
	width: 40px;
}
.brokers-list-item-rating_1 {
	width: 20px;
}
.brokers-list-item-rating_0 {
	background: left center url('/i/rating_0.png') no-repeat;
	width: 100px;
}

.brokers-list-item-description {
	position: relative;
	height: 90px;
	overflow: hidden;
	font-weight: 300;
	color: #333;
	line-height: 1.2;
	text-align: justify;
	font-size: 14px;
}
	.brokers-list-item-description:before {
		content: '...';
		position: absolute;
		right: 0;
		bottom: 0;
		background: #fff;		
	}
	.brokers-list-item-description:after {
		content: '';
		position: absolute;
		right: 0;
		width: 1em; height: 100%;
		background: #fff;
	}	
.brokers-list-item-links {
	display: flex;
	margin-top: 20px;
}
.brokers-list-item-links-link {
	margin-right: 15px;
}
	.brokers-list-item-links-link:last-of-type {
		margin-right: 0;
	}
.brokers-list-item-right {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	margin-left: 20px;
}
.brokers-list-item-offer {
	padding-top: 46px;
	text-align: center;
	font-size: 24px;
	font-weight: 300;	
}
.btn-brokers-list-item {
	width: 152px;
	height: 46px;
	/* margin-top: auto; */
	margin-top: 0;
	padding: 0;
	font: 300 18px 'Open Sans', sans-serif;
	background-color: #ffd803;
	line-height: 44px;
}
	.btn-brokers-list-item:hover {
		background-color: #ffb503;
	}
.brokers-list-item-description_md {
	display: none;
}
.brokers-list-item-code {
	text-decoration: none;
	float: right;
	text-align: right;
	color: #333;
	margin-right: 20px;
}

@media screen and (max-width:1270px){
	.brokers-list-controls-search-input {
		width: 430px;
	}
}
@media screen and (max-width:540px){
	.brokers-list-controls-search-input{
		width:calc(100% - 30px);
	}
	.brokers-oversearch{
		width:100%;
	}
}