.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;
}
@media(max-width: 1500px){
	main .content .about-city__item-text{
		font-size: 15px;
	}
	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: 15px;
	}
	.about-city__item-title{
		font-size: 22px;
		margin-bottom: 12px;
	}
}
@media(max-width: 1349px){
	.about-city__item-title{
		font-size: 20px;
	}
	main .content .about-city__item-text {
        font-size: 14px;
    }
}
@media(max-width: 991px){
	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: 10px;
	}
}
@media(max-width: 767px){
	.about-city__item-title {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .about-city__item,
    .about-city__item:nth-child(3n) .about-city__item-text p{
	    width: 100%;
	}
	.about-city__item:nth-child(3n) .about-city__item-text p{
		margin: 30px 0 0 0;
		padding-left: 10px;
		border-left: 2px solid #EDEDED;
	}
	.about-city__item:nth-child(3n) .about-city__item-text p:first-child{
		margin: 0;
	}
}
@media(max-width: 576px){
	.about-slider-prev{
		left: -20px;
	}
	.about-slider-next{
		right: -20px;
	}
	.about-city__item:nth-child(3n) .about-city__item-text p{
		margin: 20px 0 0 0;
	}
}