.dilers-list{
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin-top: 30px;
}
.diler-item {
  width: calc(33% - 5px);
  font-size: 150%;
  padding: 15px;
  border-bottom: 1px solid #eee;
  background: linear-gradient(270deg, #FBFBFB -8.1%, #FFFFFF 106.72%);
}
@media (max-width: 560px){
  .diler-item{
    width: 100%;
    padding-left: 0;
  }
}
.diler-item a{
	color: #5B461E;
}
.dealer:last-child{
	margin-top: 20;
}
.dealer__info{
	width: 50%;
	display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 15px;
}
.dealer__city{
	font-size: 22px;
	font-weight: 700;
	background: linear-gradient(274.36deg, #D13A45 -15.21%, #E35767 103.17%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 5px;
}
.dealer__name{
	font-size: 18px;
	font-weight: 700;
	background: radial-gradient(114.44% 2588.9% at 43.64% 50.42%, #261F20 0%, rgba(38, 31, 32, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	margin-bottom: 15px;
}
.dealer__info-line{
	font-size: 16px;
	margin-top: 5px;
}
.dealer__map{
	width: 50%;
	height: 300px;
}
.dealer__map-link{
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	border-bottom: dashed 1px #da0000;
}