.location-box__title svg {
	margin: 0 5px -2px 0;
}
.site-header__city-popup {
	position: absolute;
	left: 0;
	bottom: -106px;
	width: 632px;
	height: 106px;
	background: #fff;
	box-shadow: 4px 4px 20px 0px #00000033;
	padding: 16px 24px;
	z-index: 1000;
}
.header-city-popup {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: space-between;
}
.header-city-popup__text {
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
}
.header-city-popup__text p {
	margin: 0;
}
.header-city-popup__text p:first-child {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 2px;
}
.header-city-popup__text p:first-child span {
	font-weight: 500;
}
.header-city-popup__buttons {
	display: flex;
}
.header-city-popup__button-yes {
	width: 119px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #fff;
	background: #ED6C06;
	cursor: pointer;
	border: 2px solid #fff;
	margin-right: 14px;
}
.header-city-popup__button-yes:hover {
	border: 2px solid #ED6C06;
}
.header-city-popup__button-no {
	width: 132px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #EDEDED;
	box-shadow: 0px 4px 7px 0px #0000001A;
	font-size: 18px;
	cursor: pointer;
}
.header-city-popup__button-no:hover {
	box-shadow: none;
}
@media (max-width: 1719px) {
	.location-box__title {
		padding: 3px 28px 3px 10px;
	}
	.location-box__title::before {
		right: 8px;
	}
}
@media (max-width: 1024px) {
	.site-header__city-popup {
		width: 563px;
		height: 92px;
		padding: 16px 24px 16px 16px;
		bottom: -92px;
	}
	.header-city-popup__text {
		font-size: 14px;
	}
	.header-city-popup__text p:first-child {
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 5px;
	}
	.header-city-popup__button-yes {
		height: 42px;
	}
	.header-city-popup__button-no {
		height: 40px;
	}
}
@media (max-width: 799px) {
	.site-header__city-popup.left-margin {
		left: 80px;
	}
}
@media (max-width: 639px) {
	.site-header__city-popup {
		width: 299px;
		height: 143px;
		padding: 16px;
		bottom: -143px;
		left: 24px;
	}
	.header-city-popup {
		flex-wrap: wrap;
	}
	.header-city-popup__text {
		width: 100%;
		padding: 0 2px;
		margin-bottom: 11px;
	}
	.header-city-popup__text p:first-child {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 4px;
	}
}