.select-city-wrap {
	position: relative;
}

.select-city__block__text {
	color: #222222/*#919294*/;
	/*font-family: 'NotoSans';*/
    font-family: Inter, sans-serif;
	font-size: /*12*/14px;
	line-height: /*30*/17px;
}

.select-city__block__text-city {
	color: #222222/*#414141*/;
	/*font-family: 'NotoSans';*/
    font-family: Inter, sans-serif;
	font-size: /*12*/14px;
	line-height: /*30*/17px;
	/*text-decoration: underline;
	text-decoration-style: dotted;*/
	cursor: pointer;
}
.select-city__block__text-city:hover {
    color: #067234;
}

.select-city__dropdown__title {
	/*color: #414141;*/
    color: #222222;
	font-size: 13px;
	/*line-height: 30px;
	font-family: "NotoSans";*/
    line-height: 23px;
    font-family: Inter, sans-serif;
	display: block;
	/*margin-bottom: 10px;*/
    margin-bottom: 12px;
}


.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;*/
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
    width: 248px;
    padding: 20px;
    border-radius: 8px;
}

.select-city__dropdown-wrap {
	z-index: 99;
	position: absolute;
}

.select-city__dropdown__choose {
	display: inline-block;
	/*height: 32px;*/
	/*width: 82px;*/
    height: 34px;
    width: auto;
	/*font-size: 12px;
	line-height: 32px;
	text-transform: uppercase;
	font-family: 'ProximaNova';*/
    font-size: 13px;
    line-height: 16px;
    font-family: Inter, sans-serif;
	text-align: center;
	cursor: pointer;
    border-radius: 8px;
    padding: 9px 16px;
}

.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;*/
    color: #ffffff;
    border: 1px solid #067234;
    margin-right: 12px;
    background: #067234;
}

.select-city__dropdown__choose__no {
	/*color: #ffffff;
	background: #333333;*/
    color: #067234;
    background: rgba(6, 114, 52, 0.1);
    border: 1px solid rgba(6, 114, 52, 0.1);
}

.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;
}

.modal__overlay {
	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: #067234;/*#ffffff;*/
	/*box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.22);*/
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
	/*width: 684px;*/
    width: 471px;
	/*padding: 37px 53px 40px 53px;*/
    padding: 30px;
	position: relative;
	margin: 30vh auto;
	transition: width .2s;
    border-radius: 8px;
}

.select-city__modal__title {
	/*color: #000000 !important;*/
    color: #EEC201 !important;
	/*font-family: 'ProximaNova' !important;*/
    font-family: Inter, sans-serif !important;
	/*line-height: 30px;*/
    line-height: 19px;
	/*font-size: 25px !important;*/
    font-size: 20px;
    font-weight: 500;
	/*margin-bottom: 20px !important;*/
    margin-bottom: 16px !important;
}

.select-city__modal__list {
	/*columns: 3;
	margin-bottom: 23px;*/
    display: flex;
    flex-direction: column;
}

.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 {
	/*color: #414141 !important;
	font-family: 'ProximaNova' !important;
	line-height: 30px;
	font-size: 14px;
	margin-bottom: 0 !important;
	cursor: pointer;*/
    color: #ffffff !important;
    font-family: Inter, sans-serif !important;
    line-height: 29px;
    font-size: 13px;
    margin-bottom: 0 !important;
    cursor: pointer;
}

.select-city__modal__list__item::before {
    content: url("img/select-city__triangle.png");
    margin-right: 15px;
}

.select-city__modal__list__item.current {
    color: #EEC201 !important;
}

.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;*/
    color: #067234;
}

.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: url("img/select-city__close__white.png") no-repeat;
	background-position: center;
	/*width: 20px;
	height: 20px;*/
    width: 26px;
    height: 26px;
	position: absolute;
	/*top: 0;*/
	/*right: -30px;*/
    top: 16px;
    right: 17px;
	cursor: pointer;
    border: 1px solid #fff;
    border-radius: 50%;
}

.select-city__close:hover {
	opacity: .7;
}

@media ( max-width : 991px) {
    .select-city__modal {
        max-width: 375px;
    }
    .select-city__modal-wrap {
        width: 90%;
        padding: 27px 16px 30px 20px;
    }
}

@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: 90%;
		padding: 27px 16px 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:100%;
		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__modal__submit__vars {
	position: absolute;
	top: 100%;
	left: 0px;
	background-color: #fff;
	box-shadow: 2px 3px 3px #a0a0a0;
	padding: 3px;
	cursor: pointer;
	max-height: 171px;
	overflow-y: auto;
}

.select-city__modal__submit__vars .regions_vars:hover {
	background-color: #f0f0f0;
}


/*Изменения от 17.04.2025*/

/**/