.select-city-wrap {
	position: relative;
}

.select-city__block__text {
	color: #919294;
	/*font-family: 'NotoSans';*/
	font-size: 12px;
	line-height: 30px;
}

.select-city__block__text-city {
	/*color: #414141;
	font-family: 'NotoSans';
	font-size: 12px;
	line-height: 30px;
	text-decoration: underline;
	text-decoration-style: dotted;*/
	cursor: pointer;
}

.select-city__dropdown__title {
	color: #414141;
	font-size: 13px;
	line-height: 18px;
	/*font-family: "NotoSans";*/
	display: block;
	margin-bottom: 10px;
}

.select-city__dropdown {
	background-color: #ffffff;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.22);
	width: 211px;
	text-align: center;
	padding: 11px 5px 17px 5px;
}

.select-city__dropdown-wrap {
	z-index: 99;
	position: absolute;
}

.select-city__dropdown__choose {
	display: inline-block;
	height: 32px;
	width: 82px;
	font-size: 12px;
	line-height: 32px;
	text-transform: uppercase;
	/*font-family: 'ProximaNova';*/
	text-align: center;
	cursor: pointer;
}

.select-city__dropdown__choose:hover, .select-city__dropdown__choose:active,
.select-city__dropdown__choose:focus {
	opacity: .7;
}

.select-city__dropdown__choose__yes {
	color: #919294;
	border: 1px solid #d3d3d3;
	margin-right: 15px;
}

.select-city__dropdown__choose__no {
	color: #ffffff;
	background: #333333;
}

.select-city__dropdown__choose-wrap {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.select-city__modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3000;
	display: none;
}

.modal__overlay {
	display: none;
	z-index: 2500;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: rgba(216, 216, 216, 0.52);
}

.select-city__modal-wrap, .select-city__modal-wrap2{
	background-color: #ffffff;
	-webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    -webkit-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.13);
	width: 650px;
	padding: 50px 50px 40px;
	position: relative;
	margin: 15vh auto;
	max-height: 85vh;
	overflow: auto;
    -webkit-transition: transform .5s ease 0s;
    -moz-transition: transform .5s ease 0s;
    -ms-transition: transform .5s ease 0s;
    -o-transition: transform .5s ease 0s;
    transition: transform .5s ease 0s;
}

.select-city__modal-wrap {
	width:95%;
}

.select-city__modal__title-wrap{
	text-align: center;
    margin: 0;
    padding-bottom: 30px;
    font-size: 16px;
    line-height: 20px;
    color: #1D3448;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.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: 7;
	margin-bottom: 26px;
	/*max-height: 315px;*/
	width: 100%;
}

.points{
	overflow-y: auto;
	width: 100%;
	/*max-height: 40vh;*/
	/*height:300px;*/
	/*overflow-x:hidden;*/
	overflow-x:auto;
}

.points-container{
	width:100%;
	column-fill:balance;
}




.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 {
	margin-bottom: 0 !important;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #1B1B1B!important;
    padding: 10px 0;
    display: inline-flex;
    line-height: 24px;
    -webkit-transition: color .325s ease 0s;
    -moz-transition: color .325s ease 0s;
    -ms-transition: color .325s ease 0s;
    -o-transition: color .325s ease 0s;
    transition: color .325s ease 0s;
    text-decoration: none;
}
.select-city__modal__list__item.active {
    color: #D0021B!important;
}

.bold{
	font-weight: bold;
}

.points .select-city__modal__list__item{
	font-size: 14px;
	line-height: 21px;
}


/*
.select-city__modal__list__item:hover, .select-city__modal__list__item:focus,
.select-city__modal__list__item:active {
	color: #0978c6 !important;
	text-decoration: underline;
	text-decoration-color: #c1ddf1;
}
*/
.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 {
	width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    color: #939393;
	cursor: pointer;
}
.select-city__close:hover {
    color: #D0021B;
}

@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;
}

.select-city__wrapper__input {
	margin: 0 0 50px 0;
}

.select-city__input {
	border: 1px solid #ededed;
	height: 40px;
	width: 300px;
	padding: 0 10px;
	margin: 0 0 10px 0;
	border-radius: 8;
	font-size: 13px;
	color: #000000;
}

.select-city__modal2 {
	display: none;
}
.select-city__list_wrapper_cities {
	height: 250px;
	overflow-x: hidden;
	overflow-y: auto;
}

.select-city__list_wrapper_cities {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.select-city__list_letter_wrapper {
	width: 33%;
}

.select-city__list_letter {
	font-size: 20px;
	margin: 0 0 20px 0;
	color:#D0021B;
}

.select-city__list_item {
	padding: 0;
	margin: 0;
}


.select-city__list_item {
	font-size: 14px;
	padding: 0;
	line-height: 21px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.select-city__list_item:hover {
	color: #000000;
}

.select-city__list {
	margin: 0 0 15px 0;
}

.city-big{
	font-weight: bold;
}

.select-city__top{
	position: sticky;
	top: 0px;
	background-color: #fff;
}


@media ( max-width : 600px) {
	.select-city__modal__title{
		margin-top:8px;
	}

	.select-city__top{
		position: sticky;
		top: -15px;
		background-color: #fff;
	}

	.select-city__close {
		top: -5px;
		right: -10px;
	}

	.select-city__modal__title-wrap {
		padding-bottom: 0px;
	}

	.select-city__modal__title-wrap h3 {
		padding-top: 20px;
		padding-bottom: 10px;
	}

	.select-city__input{
		width:100%;

	}

	.select-city__list_letter_wrapper {
		width: 50%;
	}

	.select-city__list_letter {
		margin-bottom: 0px;
	}

	.select-city__list {
		margin-right: 15px;
	}
	.select-city__list_item {
		padding-top: 10px;
		padding-bottom: 10px;
	}


}