.shop__header:hover{
	cursor:pointer;
}

.air-map--2 {
	margin-bottom: -66px;
}

.air-map--2 .section-title {
	text-transform: none;
	color: #080B0D;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
}

.air-map--2 .air-map__row {
	margin-top: 63px;
}

.air-map--2 .air-map__right {
	color: #080B0D;
	font-size: 24px;
	font-weight: 500;
	line-height: 130%;
	max-width: 730px;
}

.air-map__right-icon-wrap {
	background-color: #020202;
	width: 64px;
	height: 64px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.air-map__right-icon {
	color: #fff;
}

@media (max-width: 1099px) {
	.air-map--2 {
		margin-bottom: -20px;
	}

	.air-map--2 .section-title {
		text-align: center;
	}

	.air-map--2 .air-map__row {
		margin-top: 32px;
		flex-direction: column;
		gap: 16px;
	}

	.air-map--2 .air-map__left {
		max-width: none;
	}

	.air-map--2 .air-map__right {
		max-width: none;
	}

	.air-map__right-icon-wrap {
		display: none;
	}
}

@media (max-width: 767px) {
	.air-map--2 .section-title {
		font-size: 26px;
		line-height: 110%;
	}

	.air-map--2 .air-map__right {
		font-size: 16px;
	}

	.air-map--2.air-map .form-control {
		border-radius: 6px;
	}

	.air-map--2.air-map .shops__filter {
		margin-top: 16px;
		border-radius: 16px;
		padding: 16px;
		background-color: #F6F6F6;
	}
}