.select-city-wrap {
	position: relative;
	margin-top: 5px;
}

.select-city__block {
    display: flex;
    align-items: center;
}

.select-city__modal__submit-wrap {
	display: none;
}

.select-city__block__text {
	color: #919294;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 30px;
}

.select-city__block__text-city {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0D0C36;
	font-family: 'Roboto', sans-serif;
	font-size: inherit;
	line-height: inherit;
	text-decoration: none;
	cursor: pointer;
	font-weight: 400;
}
.select-city__block__text-city .select-city__text-svg{
	stroke: #ff1626;
	transition: transform .2s;
	margin-left: 5px;
	width: 8px;
	height: 5px;
}
.select-city__block_active .select-city__block__text-city .select-city__text-svg{
	transform: rotate(180deg);
}
.select-city__block__text-city-abbr{
	display: none;
}
@media only screen and (min-width:1024px){
	.select-city-wrap {
		margin-top: 0;
	}
	.select-city__block__text-city{
		display: inline;
		color: #ff1626;
		text-decoration: underline;
	}
	.select-city__block__text-city-abbr{
		display: inline;
	}
	.select-city__block__text-city .select-city__text-svg{
		display: none;
	}
}

.select-city__modal {
	position: absolute;
    left: 0;
    top: calc(100% + 2px);
	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: 0 0 15px rgba(132, 132, 132, 0.14);
	width: 377px;
	padding: 25px 10px 26px 33px;
	position: relative;
	transition: width .2s;
	border: 1px solid #0D0C361A;
	border-radius: 10px;
}

.select-city__modal__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #ff1626;
    margin-bottom: 12px;
}

.select-city__modal__list {
	columns: 2;
	margin-top: 20px;
}

.select-city__modal__list__title {
    font-size: 14px;
    line-height: 1.37;
    color: #0d0c36;
}

.select-city__modal__list__item {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.2;
    color: #0d0c36;
    width: 150px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.select-city__modal__list__item:hover, .select-city__modal__list__item:focus,
.select-city__modal__list__item:active {
    color: #ff1626;
}

.select-city__modal__submit__block-wrap {
	background: #eceef1;
	padding: 21px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.select-city__modal__submit__title {
	color: #797979;
	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: 100%;
	max-width: 517px;
	color: #414141;
	font-size: 14px;
	margin-right: 15px;
	padding: 0 15px;
}

.select-city__modal__submit__btn {
	background: #ff1654;
	border: none !important;
	box-shadow: none !important;
	width: 147px;
	height: 32px;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 14px;
}

.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: 12px;
	height: 12px;
	position: absolute;
	top: 29px;
	right: 29px;
	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: 13px !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;
}

@media (max-width:1023px) {
	.select-city__modal {
		top: 60%;
		left: 0px;
	}
	.address-exact{
		display: none;
	}
}