

.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;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
}

.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;
		font-family: var(--font-family);
		font-weight: 400;
		font-size: 14px;
		line-height: 120%;
	}
}

@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: -4px;
    top: 133px;
    width: 100vw;
}
@media (max-width: 1200px) {
	.select-city-wrap {
		left: -166px;
	}
}
@media (max-width: 991px) {
	.select-city-wrap {
		left: 0;
	}
}
.select-city__block__text {
	font-family: var(--font-family);
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 28px;
}
@media (max-width: 991px) {
	.select-city__block__text {
		font-family: var(--font-family);
		font-style: normal;
		font-weight: normal;
		font-size: 12px;
		line-height: 16px;
	}
}
.select-city__block__text-city {
	font-family: var(--font-family);
	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: var(--font-family);
		font-style: normal;
		font-weight: normal;
		font-size: 12px;
		line-height: 16px;
	}
}
.select-city__dropdown__title {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 18px;
	line-height: 120%;
	color: #000a08;
	display: block;
	margin-bottom: 16px;
}
@media (max-width: 991px) {
	.select-city__dropdown__title {
		font-family: var(--font-family);
		font-weight: 700;
		font-size: 14px;
		line-height: 120%;
		color: #000a08;
	}
}
.select-city__dropdown {
	box-shadow: 0 11px 14px 0 rgba(17, 17, 20, 0.25);
	background: #fdfdff;
	width:270px;
	padding: 16px 24px;
	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: fixed;
}
.select-city__dropdown__choose {
	display: inline-block;
	cursor: pointer;
	padding: 5px 25px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #f8f8fe;
	width: 100%;
	transition: all 0.3s ease-in;
}
.select-city__dropdown__choose:hover,
.select-city__dropdown__choose:active,
.select-city__dropdown__choose:focus {
	opacity: 0.7;
}
.select-city__dropdown__choose__yes {
	background: #003229;
	color: white;
	margin-right: 15px;
	border-radius: 4px;
}
@media (max-width: 991px) {
	.select-city__dropdown__choose__yes {
		font-family: var(--font-family);
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	}
}
.select-city__dropdown__choose__no {
	border: 1px solid #003229;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	text-align: center;
	color: #003229;
	border-radius: 4px;
	background: transparent;
	border-radius: 4px;
}
.select-city__dropdown__choose__no:hover {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	text-align: center;
	color: #fdfdff;
	background: #003229;
	opacity: 1;
}
@media (max-width: 991px) {
	.select-city__dropdown__choose__no {
		font-family: var(--font-family);
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	}
}
.select-city__dropdown__choose-wrap {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.change-city__content{
	overflow: auto;
    width: 400px;
    height: 550px;
    background-color: #fff;
    padding: 25px;
    border-radius: 4px;
    overflow: auto;
}

.change-city__content span {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
}
@media (max-width: 991px) {
    .change-city__content span {
        font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
    }
}
.change-city__content ul {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
    margin-top: 20px;
    padding: 0;
}
.change-city__content li {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
    margin-bottom: 15px;
}
.change-city__content li a {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
    color: #262626;
    transition: 0.3s;
}
.change-city__content li a:hover {
    color: #02342b;
}
@media (max-width: 767px) {
    .change-city__content {
        width: 100%;
        height: 100%;
        padding: 15px;
        border-radius: 0px;
    }
}
.change-city__topbar {
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.change-city__back {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
    display: flex;
    align-items: center;
    color: #02342b;
    cursor: pointer;
}
.change-city__back img {
    margin-right: 8px;
}
.change-city__close {
    cursor: pointer;
    font-size: 36px;
}
