.about-city{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about-city__item{
	width: 49%;
}
.about-city__item:nth-child(3n){
	width: 100%;
}
.about-city__item-title{
	font-size: 24px;
	font-weight: 500;
	line-height: 140%;
	margin-bottom: 16px;
}
main .content .about-city__item-pic{
	margin-left: 0;
}
main .content .about-city__item-text{
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
main .content .about-city__item-text p{
	margin-top: 0;
}
main .content .about-city__item:nth-child(3n-2) .about-city__item-text p,
.about-city__item:nth-child(3n) .about-city__item-text p:first-child{
	padding-left: 20px;
	border-left: 2px solid #EDEDED;
}
.about-city__item:nth-child(3n) .about-city__item-text p{
	width: 49%;
}
.about-city__item-slider a{
	display: flex!important;
	max-width: fit-content;
	margin: 0 auto;
}
.about-slider-prev,
.about-slider-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	transition: 0.3s;
	z-index: 2;
}
.about-slider-prev{
	left: 20px;
	background: url('/local/templates/accuride/images/slider-nav-prev.svg')no-repeat 50%;
	background-size: contain;
}
.about-slider-next{
	right: 20px;
	background: url('/local/templates/accuride/images/slider-nav-next.svg')no-repeat 50%;
	background-size: contain;
}
.about-slider-prev:hover,
.about-slider-next:hover{
	cursor: pointer;
	opacity: 0.8;
}
