

.select-city__modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3000;
	display: none;
}

.modal__overlay {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2500;
}

.select-city__modal-wrap {
	background-color: #ffffff;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.22);
	width: 684px;
	padding: 37px 53px 40px 53px;
	position: relative;
	margin: 30vh auto;
	transition: width .2s;
}

.select-city__modal__title {
	color: #000000 !important;
	font-family: 'ProximaNova' !important;
	line-height: 30px;
	font-size: 25px !important;
	margin-bottom: 20px !important;
}

.select-city__modal__list {
	columns: 3;
	margin-bottom: 23px;
}

.select-city__modal__list__title {
	color: #000000;
	font-family: 'ProximaNovaBold';
	line-height: 30px;
	font-size: 14px;
	display: block;
	margin-bottom: 11px;
}

.select-city__modal__list__item {
	cursor: pointer;
}



.select-city__modal__submit__block-wrap {
	background: #eceef1;
	padding: 21px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: calc(100% - 42px);
}

.select-city__modal__submit__title {
	color: #000000;
	font-family: 'ProximaNovaBold';
	line-height: 30px;
	font-size: 14px;
	display: block;
	margin-bottom: 0px;
}

.select-city__modal__submit__input {
	border: 1px solid #d3d3d3;
	background: #ffffff;
	box-shadow: none;
	height: 32px;
	width: calc(100% - 32px);
	max-width: 517px;
	color: #414141;
	font-family: 'ProximaNova';
	font-size: 14px;
	margin-right: 15px;
	padding: 0 15px;
}

.select-city__modal__submit__btn {
	background: #000000;
	border: none !important;
	box-shadow: none !important;
	width: 147px;
	height: 32px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'ProximaNova';
	font-size: 12px;
}

.select-city__modal__submit__btn:hover, .select-city__modal__submit__btn:active,
.select-city__modal__submit__btn:focus {
	opacity: .7;
}

.select-city__close {
	background: url("img/select-city__close.png") no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	right: -30px;
	cursor: pointer;
}

.select-city__close:hover {
	opacity: .7;
}

@media ( max-width : 768px) {
	.select-city__modal-wrap {
		width: 484px;
		padding: 37px 25px 40px 25px;
	}
	.select-city__modal__list {
		columns: 2;
	}
}

@media ( max-width : 575px) {
	.select-city__modal-wrap {
		width: 80%;
		padding: 27px 20px 30px 20px;
	}
	.select-city__modal-wrap {
		margin: 20vh auto;
	}
	.select-city__modal__title {
		font-size: 20px !important;
		margin-bottom: 10px !important;
	}
	.select-city__close {
		top: 15px;
		right: 15px;
	}
	.select-city__modal__list__item {
		font-size: 14px !important;
	}
}

@media ( max-width : 400px) {
	.select-city__modal__list {
		columns: unset;
		max-height:100px;
		overflow:auto;
	}
	.select-city__modal-wrap {
		margin: 5vh auto;
	}
	.select-city__modal__list__title {
		line-height: 20px;
	}
	.select-city__modal__submit__block-wrap {
		display: block;
	}
	.select-city__modal__submit__input {
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.select-city__modal-wrap {
		padding: 15px 20px;
	}
	.select-city__modal__submit__btn
	{
		width:100%;
	}
}
.select-city__modal__submit__block-wrap__input_wrap
{
	position:relative;
	width:100%;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-container
{
	position:absolute;
	width:100%;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-list
{
	padding-left:0;
	margin:0;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-list li
{
	list-style:none;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-list .sey-item
{
	border-bottom: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	background: #ffffff;
	height: 32px;
	width: 100%;
	max-width: 517px;
	color: #414141;
	font-family: 'ProximaNova';
	font-size: 14px;
	padding: 0 15px;
	line-height:32px;
	margin:0!important;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-list .sey-hide
{
	display:none;
}
.select-city__modal__submit__block-wrap__input_wrap_error
{
	color:red;
	position:absolute;
	top:-20px;
}
/* Выбор города */
/* Стили для плашки с подтверждением города */
.select-city-wrap {
	position: absolute;
	left: 0;
	top: 80px;
}
@media (max-width: 991px) {
	.select-city-wrap {
		left: 0;
	}
}
.select-city__block__text-city {
	color: #ec8b33;
	cursor: pointer;
}
.select-city__dropdown__title {
	font-family: Rubik-Medium;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #333333;
	display: block;
	margin-bottom: 14px;
}
.select-city__dropdown {
	background-color: rgba(255, 255, 255, 0.85);
	border: solid 1px #dedede;
	border-radius: 4px;
	backdrop-filter: blur(4px);
	width: 270px;
	padding: 14px 24px;
	text-align: center;
}
@media (max-width: 1200px) {
	.select-city__dropdown {
		width: 230px;
	}
}
@media (max-width: 991px) {
	.select-city__dropdown {
		width: 250px;
	}
}
.select-city__dropdown-wrap {
	z-index: 99;
	position: absolute;
}
.select-city__dropdown__choose {
	display: inline-block;
	cursor: pointer;
	padding: 5px 25px;
	transition: all 0.3s ease-in-out;
}
.select-city__dropdown__choose__yes:hover, .select-city__dropdown__choose__yes:active, .select-city__dropdown__choose__yes:focus {
	background: #ec8b33;
	color: #ffffff;
}
.select-city__dropdown__choose__no:hover, .select-city__dropdown__choose__no:active, .select-city__dropdown__choose__no:focus {
	background: #333333;
	color: #ffffff;
}
.select-city__dropdown__choose__yes {
	color: #333333;
	border: solid 1px #ec8b33;
	margin-right: 15px;
	border-radius: 4px;
}
.select-city__dropdown__choose__no {
	color: #333333;
	border: solid 1px #333333;
	border-radius: 4px;
}
.select-city__dropdown__choose-wrap {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.change-city__close {
	position: absolute;
	top: 12px;
	right: 0;
	margin-top: 0 !important;
}
@media screen and (max-width: 991px) {
	.change-city__close {
		top: 7px;
	}
}
.change-city__close-img {
	width: 14px;
	height: 14px;
}
.change-city__title {
	color: rgba(51, 51, 51, 1) !important;
	font-size: 22px !important;
	font-weight: 700 !important;
	line-height: 25.78px !important;
	text-align: left !important;
	margin-bottom: 20px;
}

.change-city__content {
	width: 90vw !important;
	max-width: 1100px;
	height: calc(100vh - 40px) !important;
	max-height: 800px;
	border: 1px solid rgba(245, 238, 245, 1);
	border-radius: 0 !important;
	padding: 40px !important;
}
@media screen and (max-width: 991px) {
	.change-city__content {
		width: 100vw !important;
		height: 100vh !important;
		padding: 20px 14px !important;
		border: none !important;
		max-height: 100vh !important;
	}
}
.change-city__input {
	width: 100%;
	box-sizing: border-box;
	padding: 22px 22px 21px 14px;
	font-size: 14px;
	font-weight: 400;
	line-height: 16.59px;
	text-align: left;
	color: rgba(51, 51, 51, 1);
	border: 1px solid rgba(236, 139, 51, 1);
	border-radius: 3px;
	margin-bottom: 12px;
}
.change-city__input::placeholder {
	color: rgba(157, 157, 157, 1);
	font-size: 14px;
	font-weight: 400;
	line-height: 16.59px;
	text-align: left;
}
.change-city__topbar {
	flex-direction: column;
	align-items: flex-start !important;
	margin-bottom: 28px !important;
	position: relative;
}
.change-city__content li a {
	color: rgba(25, 25, 25, 1) !important;
	font-size: 14px !important;;
	font-weight: 400 !important;;
	line-height: 16.8px !important;;
	text-align: left !important;;
}
/*.change-city__content li a:not(:last-of-type) {*/
/*	margin-bottom: 8px !important;*/
/*}*/
/*.change-city__content li a:last-of-type {*/
/*	margin-bottom: 0px !important;*/
/*}*/
.select-list {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	max-height: 600px;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
@media screen and (max-width: 991px) {
	.select-list {
		max-height: 100%;
	}
}
@media screen and (max-width: 440px) {
	.select-list {
		max-height: fit-content;
	}
}
.change-city__content li {
	margin-bottom: 0 !important;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.change-city__content li:not(:last-of-type) {
	margin-bottom: 20px !important;
}
.header__city {
	display: flex !important;
}
@media screen and (max-width: 991px) {
	#regions_choose_component {
		display: none !important;
	}
}
.header__nav-close {
	width: 14px !important;
	height: 14px !important;
}
.header__nav-close svg{
	width: 100%;
	height: 100%;
}
.change-city__popular-cities {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	column-gap: 24px;
	row-gap: 4px;
}
@media screen and (max-width: 768px) {
	.change-city__popular-cities {
		display: none;
	}
}
.change-city__popular-cities p {
	margin: 0;
	color: rgba(51, 51, 51, 1);
	font-size: 16px;
	font-weight: 400;
	line-height: 20.8px;
	text-align: left;
	position: relative;
	transition: transform .24s linear;
}
.change-city__popular-cities p:hover {
	cursor: pointer;
	transform: translateY(-2px);
}
.change-city__popular-cities p::after {
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: rgba(51, 51, 51, 1);
	top: 50%;
	transform: translateY(-50%);
	right: -13px;
}
.change-city__popular-cities p:last-of-type::after {
	display: none;
}