.swiper-button-next, .swiper-button-prev {
	color: #4F728E;
}
.work-container {
	width: 992px;
	margin: 0 auto 40px;
}
h1 {
	text-align: center;
	font-size: 56px;
	margin-bottom: 20px;
}
.select-city__title {
	text-align: center;
	font-size: 25px;
	margin-bottom: 25px;
}
.select-city__btns {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 2px solid #FA8A4B;
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 50px;
}
.select-city__btn {
	width: calc(50%);
	text-align: center;
	color: #FA8A4B;
	background-color: white;
	cursor: pointer;
	font-size: 40px;
	padding: 20px 0;
	transition: background-color .2s;
}
.select-city__btn:hover {
	background-color: #f4f4f4;
}
.select-city__btn.active {
	color: white;
	background-color: #FA8A4B;
	transition: background-color .2s;
}
.select-city__btn.active:hover {
	background-color: #ed681d;
}
.str-top {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 30px;
}
.str-top__text {
	color: #FA8A4B;
	font-size: 25px;
	margin-right: 30px;
	margin-left: 30px;
	text-decoration: none;
	transition: color .2s;
}
.str-top__text:hover {
	color: #ed681d;
}
.work-banner-2 {
	margin-bottom: 30px;
}
.offers {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.offer {
	display: flex;
	align-items: center;
}
.offer__img img {
	width: 100px;
}
.offer__text {
	font-size: 18px;
	margin-left: 10px;
}
.lists {
	display: flex;
}
.list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 17px;
}
.list.first {
	margin-left: 66px;
}
.contacts-bg {
	background-color: #ffe7d8;
	padding: 30px 0 1px;
}
.contacts__title {
	font-size: 25px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 25px;
}
.contact {
	font-size: 25px;
	margin-bottom: 10px;
}
@media (max-width: 1400px) {

}

@media (max-width: 1200px) {
	.work-container {
		width: calc(992px - 40px);
	}
	h1 {
		font-size: 54px;
	}
}

@media (max-width: 992px) {
	.work-container {
		width: calc(768px - 40px);
	}
	h1 {
		font-size: 41px;
		margin-bottom: 15px;
	}
	.select-city__title {
		font-size: 21px;
		margin-bottom: 15px;
	}
	.select-city__btns {
		margin-bottom: 30px;
	}
	.select-city__btn {
		font-size: 30px;
		padding: 10px 0;
	}
	.str-top {
		margin-bottom: 15px;
	}
	.str-top__img img {
		width: 100px;
	}
	.str-top__text {
		margin-right: 0;
		margin-left: 22px;
		font-size: 21px;
	}
	.work-banner-2 {
		margin-bottom: 15px;
	}
	.offers {
		margin-bottom: 15px;
	}
	.offer__img img {
		width: 60px;
	}
	.offer__text {
		font-size: 14px;
	}
	.list ul {
		font-size: 12px;
	}
	.work-container {
		margin-bottom: 20px;
	}
	.contacts-bg {
		padding: 18px 0 1px;
	}
	.contacts__title {
		font-size: 21px;
	}
	.contact {
		font-size: 19px;
	}
}

@media (max-width: 768px) {
	.work-container {
		width: calc(576px - 40px);
	}
	h1 {
		font-size: 30px;
	}
	.select-city__btn {
		font-size: 21px;
	}
	.str-top__text {
		font-size: 16px;
	}
	.offer__img img {
		width: 47px;
	}
	.offer__text {
		font-size: 12px;
	}
	.list {
		width: calc(50% - 10px);
	}
	.list.first {
		margin-left: 20px;
	}
	.contacts__title {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.contact {
		font-size: 14px;
	}
}

@media (max-width: 576px) {
	.work-container {
		width: calc(320px - 0px);
	}
	h1 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.select-city__title {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.select-city__btn {
		font-size: 16px;
	}
	.str-top__text {
		font-size: 12px;
	}
	.offers {
		overflow-x: auto;
	}
	.offer {
		min-width: 174px;
	}
	.lists {
		flex-direction: column;
	}
	.list {
		width: 100%;
		margin: 10px 0;
	}
	.list.first {
		margin-left: 0;
	}
	.contacts__title {
		text-align: left;
	}
}