.dealer-block{
	float: left;
	width: 49%;
}
.dealer-block_first{
	margin-right: 2%;
}

.company-details-type{
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	height: 40px;
}
.company-details-type__item{
	position: relative;
	float: right;
	width: 49%;
	color: #737373;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	background: #e7e7e7;
	cursor: pointer;
}
.company-details-type__item:first-child{
	float: left;
}
.company-details-type__item_active{
	color: #fff;
	background: #737373;
}
.company-details-type__item_active:after{
	content: "";
	position: absolute;
	top: 39px;
	left: 50%;
	margin-left: -8px;
	border-width: 8px;
	border-style: solid;
	border-color: #737373 transparent transparent transparent;
}

@media screen and (max-width: 900px) {
	.dealer-block{
		width: 49.5%;
	}
	.dealer-block_first{
		margin-right: 1%;
	}
}

@media screen and (max-width: 750px) {
	.dealer-block{
		float: none;
		margin: 0;
		width: auto;
		max-width: 400px;
	}
}

@media screen and (max-width: 520px) {
	.company-details-type{
		height: auto;
	}
	.company-details-type__item,
	.company-details-type__item:first-child{
		float: none;
		margin-bottom: 2px;
		width: auto;
	}
	.company-details-type__item_active::after{
		display: none;
	}
}