.header .headContacts {
	position: relative;
}

.region-req-city {
	position: absolute;
	top: 30px;
	right: 50%;
	transform: translateX(50%);
	width: 100%;
	min-width: 250px;
	padding: 20px;
	border: 2px solid #eee;
	border-radius: 8px;
	background: #fff;
	z-index: 100;
	display: none;
}

.region-req-city p {
	font-size: 13px;
	line-height: 20px;
	color: #232323;
	font-weight: 500;
	text-align: center;
}

.region-req-city__wr {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-evenly;
	max-width: 200px;
	margin: 15px auto 0;	
}

.region-req-city label {
	font-size: 12px;
	padding: 5px 20px;
	color: white;
	background-color: #026EF9;
	border-radius: 8px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}

.region-req-city label:hover {
    background-color: #0B51AA;
}

.region-req-city input {
	display: none;
}

.close-reg-req {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0;
	width: 27px;
	height: 27px;
	opacity: .8;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	z-index: 2;
}

.close-reg-req:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    background-image: url(images/arr-plus.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.close-reg-req:hover {
	opacity: 1;
}

@media (max-width: 767px) {
	.region-req-city {
		top: 42px;
	}
}

/*ledneva 24.12.21*/
body .locationModal {
    max-width: 750px;
}

.modalLocationsList {
    columns: 3;
}

body .modalLocationsList li + li {
    margin-top: 12px;
}

body  .modalLocationsList label {
    line-height: 1.2;
}

.search-actions {
    position: relative;
    margin-bottom: 15px;
}

.search-actions__wr {
    height: 34px;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 4px;
    border: 1px solid #F2F2F3;
    background-color: #F2F2F3;
    position: relative;
}

.search-actions__search {
    height: 32px;
    padding: 6px 20px 4px 20px;
    font-size: 13px;
    line-height: 20px;
    color: #232323;
    font-weight: 500;
    background-color: #F2F2F3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.search-hints {
    /*position: absolute;*/
    width: 100%;
    top: 34px;
    left: 0;
/*    padding-top: 4px;
    padding-bottom: 4px;*/
    z-index: 1;
    background: #fff;
    box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.1);
    /*display: none;*/
}

.search-hints__item a {
    display: block;
    width: 100%;
    padding: 8px 10px 9px 16px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #232323;
    transition: .2s ease;
}

.search-hints__item a:hover {
    background-color: #EDEDED;
    color: #026EF9;
}

 @media (max-width: 991px) {
    .modalLocationsList {
        columns: 2;
    }
 }

 @media (max-width: 767px) {
    .modalLocationsList {
        columns: 1;
    }
 }
 
.modalLocationsList li a:hover {
	color: #026EF9;
} 
 
.modalLocationsList li a {
	display: inline-block;
	font-family: "Open Sans";
	font-size: 15px;
	line-height: 24px;
	color: #979797;
	letter-spacing: 0.22px;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
	cursor: pointer;
}

.search-hints-loc {
	position: absolute;
	width: 100%;
	top: 34px;
	left: 0;
	z-index: 1;
	background: #fff;
	box-shadow: 4px 4px 24px rgb(0 0 0 / 10%);
	display: none;
}
