.city-wrap {
    position: absolute;
    right: 4px;
    top: -30px;
}

.cities-block-popup .header{
	height: auto;
	padding-top: 20px;
	padding-right: 35px;
}


.city-popup .cities-list{
	list-style: none;
	padding-left: 0;
}

.city-popup .cities-list li{
	cursor: pointer;
}

.question-city {
    position: absolute;
    white-space: nowrap;
    background-color: #ffffff;
    border-radius: 0;
    box-shadow: 0 -1px 7px -1px #000;
    margin-top: 17px;
    left: 50%;
    margin-left: -135px;
    z-index: 1050;
    width: 270px;
    color: #05263d;
}

.question-city-label {
    padding: 15px 10px 5px;
	text-align: center;
}

.question-city-title {
    padding: 0 10px 10px;
    padding-bottom: 20px;
    text-align: center;
    color: #05263d;
    font-size: 15px;
}

.question-city-btn { 

    color: #ffffff;
    overflow: hidden;
	text-align: center;
	padding-bottom: 20px;
	
}

.question-city-btn .btn-no {
    box-sizing: border-box;
    display: inline-block;
	vertical-align: top;
    font-size: 13px;
    line-height: 100%;
    padding: 10px;
    text-align: center;
    width: 115px;
    cursor: pointer;
    border: 0;
    background: transparent;
    color: #fff;
    outline: none;
	color: #2a7fb9;
}

.question-city-btn .btn-yes {
    box-sizing: border-box;
    display: inline-block;
	vertical-align: top;
    font-size: 13px;
    line-height: 100%;
    padding: 10px;
    text-align: center;
    width: 115px;
    cursor: pointer;
    border: 0;
    background: #2a7fb9;   
    color: #fff;
    outline: none;
    text-align: center;
}
.question-city:before {
    position: absolute;
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    display: block;
    right: 50%;
    bottom: 100%;
}

.header-info .cities-block {
  float: left;  
  font-size: 12px;
  padding-left: 35px;
}

.cities-block{
	font-size: 14px;
	margin-bottom: 5px;
}

.cities-row{
	position: relative;
  padding: 0;
  display: inline-block;
}

.cities-row .cities-row{
	position: relative;
}

.cities-row .cities-label {
  display: inline-block;
  font-size: 13px;
}
/* .cities-block .city-name {
  display: inline-block;
  color: #999999;
  text-decoration: none;
  position: relative;
  padding-right: 15px;
} */


/*.cities-row .city-name {*/
/*       color: #fff;*/
/*    text-decoration: none;*/
/*    background: no-repeat;*/
/*    display: inline-block;*/
/*    height: auto;*/
/*    line-height: 25px;*/
/*    padding-left: 10px;*/
/*    padding-right: 25px;*/
/*    position: relative;*/
/*    font-size: 13px;*/
/*    border: 1px solid #fff;*/
/*}*/

/*.cities-row .city-name:after{*/
/*	content: '';*/
/*	display: block;*/
/*	background: url('images/arrow-icon.png') no-repeat center center;*/
/*	width: 9px;*/
/*	height: 5px;*/
/*	position: absolute;*/
/*	right: 10px;*/
/*	top: 10px;*/
/*}*/

.cities-row .city-name {
  display: flex;
  align-items: center
  gap 10px;
}

.cities-block .city-name::before {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 16px;
}



.city-popup .city-item a {
    color: #3E3E3F;
	font-size: 15px;
	text-decoration: none;
}
.city-item{
    margin-bottom:5px;
}
.city-popup .city-item a:hover{
  color: #2a7fb9;
}


.city-popup .cities-list {
    padding-bottom: 25px;
}

.city-popup .letter-title-wrap {
    padding-bottom: 5px;
    font-weight: bold;
}

.city-popup .city-popup-body{
	height: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

.city-popup .search-city-input{
  display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;      
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  
	border-radius: 0;
	padding-right: 30px;
	margin-bottom: 0;
  
}

.city-popup .search-city:hover .search-city-input{
	border-color: #2a7fb9;
	outline: none;
	box-shadow: none;
}


.city-popup  .search-city{
	    max-width: 100%;
    width: auto;
    position: relative;
    float: none;;	
}   


.city-popup .search-city::after{
	content: "";
    display: inline-block;   
	width: 18px;
	height: 17px;
	background: url('images/search-icon.png') no-repeat center;
	position: absolute;
   right: 18px;
    top: 17px;
    width: 18px;
    height: 17px;
	
}

.location-top{
	cursor: pointer;
}


.letter-title {
    color: #05263d;
    /* border: 2px solid #59af30; */
    /* width: 35px; */
    /* height: 35px; */
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 32px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}


/* свойства модального окна по умолчанию */
.city-popup {
  position: fixed; /* фиксированное положение */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*background: rgba(0,0,0,0.5); !* цвет фона *!*/
  z-index: 9999;
  opacity: 0; /* по умолчанию модальное окно прозрачно */
  -webkit-transition: opacity 200ms ease-in;  
  -moz-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in; /* анимация перехода */
  pointer-events: none; /* элемент невидим для событий мыши */
  margin: 0;
  padding: 0;
}
/* при отображении модального окно */
.city-popup.active {
  opacity: 1; /* делаем окно видимым */
  pointer-events: auto; /* элемент видим для событий мыши */
  overflow-y: auto; /* добавляем прокрутку по y, когда элемент не помещается на страницу */
}
/* ширина модального окна и его отступы от экрана */
.city-popup-window {
  position: relative;
  width: auto;
  margin: 10px;
}
@media (min-width: 576px) {
  .city-popup-window {
      max-width: 250px;
      left: -379px;
      top: 71px;
      margin: 30px auto;
  }
}
/* свойства для блока, содержащего контент модального окна */  
.city-popup-wrapper {
	  position: relative;
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -webkit-flex-direction: column;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  background-color: #fff;
	  -webkit-background-clip: padding-box;
	  background-clip: padding-box;
	  border: 1px solid rgba(0,0,0,.2);
	  border-radius: .3rem;
	  outline: 0;
}
@media (min-width: 768px) {
  .city-popup-wrapper {
	  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	  box-shadow: 0 5px 15px rgba(0,0,0,.5);
  }
}
/* свойства для заголовка модального окна */
.city-popup-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eceeef;
}
.city-popup-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 500;
}
/* свойства для кнопки "Закрыть" */
.city-popup-close {
  float: right;
  font-family: sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  text-decoration: none;
}
/* свойства для кнопки "Закрыть" при нахождении её в фокусе или наведении */
.city-popup-close:focus, .city-popup-close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .75;
}
/* свойства для блока, содержащего основное содержимое окна */
.city-popup-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px 15px 0px 15px;
  overflow: auto;
}