

.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: 3px;
	top: 33px;
}
@media (max-width: 1200px) {
	.select-city-wrap {
		left: -166px;
	}
}
@media (max-width: 991px) {
	.select-city-wrap {
		left: 0;
	}
}
.select-city__block__text {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 28px;
}
@media (max-width: 991px) {
	.select-city__block__text {
		font-family: Roboto;
		font-style: normal;
		font-weight: normal;
		font-size: 12px;
		line-height: 16px;
	}
}
.select-city__block__text-city {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 28px;
	color: #414141;
	cursor: pointer;
}
@media (max-width: 991px) {
	.select-city__block__text-city {
		font-family: Roboto;
		font-style: normal;
		font-weight: normal;
		font-size: 12px;
		line-height: 16px;
	}
}
.select-city__dropdown__title {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 17px;
	line-height: 28px;
	color: #262626;
	display: block;
	margin-bottom: 10px;
}
@media (max-width: 991px) {
	.select-city__dropdown__title {
		font-family: Roboto;
		font-style: normal;
		font-weight: bold;
		font-size: 12px;
		line-height: 16px;
	}
}
.select-city__dropdown {
	background-color: #f2f1f1;
	width: 250px;
	padding: 10px 20px;
	text-align: center;
}
@media (max-width: 1200px) {
	.select-city__dropdown {
		width: 230px;
	}
}
@media (max-width: 991px) {
	.select-city__dropdown {
		width: 200px;
	}
}
.select-city__dropdown-wrap {
	z-index: 99;
	position: absolute;
}
.select-city__dropdown__choose {
	display: inline-block;
	cursor: pointer;
	padding: 5px 25px;
}
.select-city__dropdown__choose:hover,
.select-city__dropdown__choose:active,
.select-city__dropdown__choose:focus {
	opacity: 0.7;
}
.select-city__dropdown__choose__yes {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 28px;
	color: white;
	background: #80d500;
	margin-right: 15px;
	border-radius: 4px;
}
@media (max-width: 991px) {
	.select-city__dropdown__choose__yes {
		font-family: Roboto;
		font-style: normal;
		font-weight: normal;
		font-size: 12px;
		line-height: 16px;
	}
}
.select-city__dropdown__choose__no {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 28px;
	color: white;
	background: #686868;
	border-radius: 4px;
}
@media (max-width: 991px) {
	.select-city__dropdown__choose__no {
		font-family: Roboto;
		font-style: normal;
		font-weight: normal;
		font-size: 12px;
		line-height: 16px;
	}
}
.select-city__dropdown__choose-wrap {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}


.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;
	padding-top: 32px !important;
	padding-bottom: 15px !important;
}
@media screen and (max-width: 768px) {
	.change-city__content {
		width: 100% !important;;
		height: 100% !important;
		max-height: fit-content;
		padding-top: 28px !important;
		padding-left: 22px !important;
		padding-right: 22px !important;
	}
}
@media screen and (max-width: 530px) {
	.change-city__content {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
.change-city__close {
	position: absolute;
	top: 6px;
	right: 0;
	font-size: 27px;
	color: rgba(149, 149, 149, 1);
}
@media screen and (max-width: 677px) {
	.change-city__close {
		top: -43px;
	}
}
@media screen and (max-width: 530px) {
	.change-city__close {
		top: -51px;
	}
}
.change-city__topbar {
	flex-direction: column;
	align-items: flex-start !important;
	margin-bottom: 28px !important;
	position: relative;
}
@media screen and (max-width: 677px) {
	.change-city__topbar {
		margin-top: 40px;
	}
}
@media screen and (max-width: 530px) {
	.change-city__topbar {
		margin-bottom: 0 !important;
	}
}
.change-city__title {
	color: rgba(47, 42, 42, 1) !important;
	font-size: 24px !important;
	font-weight: 700 !important;
	line-height: 32px !important;
	text-align: left !important;
	margin-bottom: 16px;
}
@media screen and (max-width: 530px) {
	.change-city__title {
		margin-bottom: 12px;
		font-size: 16px !important;
		font-weight: 700 !important;
		line-height: 20px !important;
		text-align: left !important;
	}
}
.change-city__countries {
	position: absolute;
	display: flex;
	align-items: center;
	top: 5px;
	right: 52px;
	gap: 20px;
}
@media screen and (max-width: 677px) {
	.change-city__countries {
		top: -45px;
		left: 0;
	}
}
.change-city__country {
	display: flex;
	align-items: center;
	gap: 8px;
	color: rgba(51, 51, 51, 1);
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
}
@media screen and (max-width: 530px) {
	.change-city__country {
		font-size: 12px;
		font-weight: 700;
		line-height: 16px;
		text-align: left;
	}
}
.change-city__country:hover {
	cursor: pointer;
}
.change-city__input {
	width: 100%;
	box-sizing: border-box;
	padding: 16px;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
	color: #000000;
	border: 2px solid rgba(128, 212, 0, 1);
	border-radius: 4px;
	margin-bottom: 16px;
}
@media screen and (max-width: 530px) {
	.change-city__input {
		font-size: 12px;
		font-weight: 400;
		line-height: 16px;
		text-align: left;
		margin-bottom: 20px;
		padding: 12px 15px;
	}
}
.change-city__input::placeholder {
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
	color: rgba(177, 177, 177, 1);
}
@media screen and (max-width: 530px) {
	.change-city__input::placeholder {
		font-size: 12px;
		font-weight: 400;
		line-height: 16px;
		text-align: left;
	}
}
.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;
	transition: transform .24s ease;
	width: fit-content;
}
@media screen and (max-width: 530px) {
	.change-city__content li a {
		font-size: 12px;
		font-weight: 400;
		line-height: 16px;
		text-align: left;
	}
}
.change-city__content li a:not(:last-of-type) {
	margin-bottom: 10px;
}
@media screen and (max-width: 530px) {
	.change-city__content li a:not(:last-of-type) {
		margin-bottom: 4px;
	}
}
.change-city__content li a:hover {
	transform: translateY(-1px);
	cursor: pointer;
}
/*.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: 768px) {
	.select-list {
		max-height: 100%;
	}
}
@media screen and (max-width: 530px) {
	.select-list {
		flex-wrap: nowrap;
	}
}
.change-city__content li {
	margin-bottom: 0 !important;
	display: flex;
	flex-direction: column;
}
.change-city__content li p {
	color: rgba(255, 255, 255, 1);
	padding: 5px 9px;
	box-sizing: border-box;
	background: rgba(177, 177, 177, 1);
	width: fit-content;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	text-align: left;
	margin-bottom: 12px;
}
@media screen and (max-width: 530px) {
	.change-city__content li p {
		font-size: 16px;
		font-weight: 700;
		line-height: 20px;
		text-align: left;
		margin-bottom: 8px;
	}
}
.change-city__content li a {
	color: rgba(25, 25, 25, 1);
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
}
.change-city__content li:not(:last-of-type) {
	margin-bottom: 20px !important;
}
.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: 530px) {
	.change-city__popular-cities {
		display: none;
	}
}
.change-city__popular-cities p {
	margin: 0;
	color: rgba(51, 51, 51, 1);
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	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;
}