

/* Start:/local/components/swifts/dealers/templates/.default/style.css?17768341092189*/
.dealers {
	display: flex;
	margin-top: 40px;
}
.dealers-block:not(:last-child) {
	margin-bottom: 40px;
}
.dealers-filter {
	width: 350px;
	padding-right: 50px;
}
.js-dealers-city {
	padding-top: 40px;
}
.dealers-section {
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
}
.dealers-section-list {
	margin-top: 40px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
}
.dealers-section-item {
	box-shadow: 0 4px 14px rgba(0, 0, 0, .1);
	padding: 20px;
	border-radius: 12px;
	display: flex;
}
.dealers-item-logo {
	margin-right: 30px;
	width: 140px;
	height: 140px;
	display: flex;
	align-items: center;
	padding: 10px;
	background: #F5F5F6;
	border-radius: 5px;
}
.dealers-item-logo img {
	max-width: 100%;
	max-height: 100%;
}
.dealers-item-content-wrapper {
	width: calc(100% - 140px - 30px);

}
/*.dealers-item-content {
	display: flex;
}*/
.dealers-item-name {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 20px;
	margin-top: 3px;
}
.dealers-item-info {
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
}
.dealers-item-info > li {
	display: flex;
}
.dealers-item-info > li:not(:last-child) {
	margin-bottom: 8px;
}
.dealers-item-info > li > span:nth-child(1) {
	color: #97a4af;
	width: 95px;
}
.dealers-item-info > li > span:nth-child(2) {
	width: calc(100% - 95px);
}
.dealers-item-info > li > span:nth-child(2) a {
	color: #1E1F1F;
}
.dealers-item-info {
	width: 65%;
}
/*.dealers-item-location {
	width: 35%;
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	color: #97a4af;
	padding: 10px;
}*/
.dealers-item-location {
	color: #97a4af;
	margin-top: 10px;
	font-size: 14px
}
@media(max-width: 1900px) {
	.dealers-section-list {
		grid-template-columns: 1fr;
	}
}
@media(max-width: 1300px) {
	.dealers {
		flex-direction: column;
	}
	.dealers-content {
		margin-top: 30px;
		width: 100%;
	}
}
@media(max-width: 768px) {
	.dealers-section-item,
	.dealers-item-content {
		flex-direction: column;
	}
	.dealers-item-content-wrapper {
		width: 100%;
	}
	/*.dealers-item-location,*/
	.dealers-item-info {
		width: 100%;
	}
	/*.dealers-item-location {
		padding-left: 0;
	}*/
	.dealers-item-name {
		margin-top: 20px;
	}
}
/* End */
/* /local/components/swifts/dealers/templates/.default/style.css?17768341092189 */
