/*.select-city__modal__list {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    margin: 20px 0;
    font: 700 16px/22px 'Avenir';
}*/
p.select-city__modal__list__item {
    width: 100%;
    height: 40px;
    font-weight: 400;
}
.select-city-wrap{

}
.select-city__block__text{
color:#aeaeae
}
.select-city__block__text-city{
font-weight:500;
position:relative;
padding-right:16px;
cursor:pointer;


}
.header .select-city__block__text-city:after{
content:'';
position:absolute;
width:0;
height:0;
border:4px solid transparent;
border-top:4px solid #fff;
top:8px;
right:0
}
.select-city__dropdown__title{
color:#414141;
font-size: 16px;
line-height:30px;
display:block;
margin-bottom:10px
}
.select-city__dropdown {
  background-color: #ffffff;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.22);
  width: 400px;
  height: 200px;
  text-align: center;
  padding: 11px 5px 17px 5px;
  display: flex
;
  flex-flow: column;
  justify-content: center;
  border-radius: 20px;
}
.select-city__dropdown-wrap {
  z-index: 99;
  position: absolute;
  top: 33%;
  left: 46%;
}
.select-city__dropdown__choose {
  display: flex;
  height: 40px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  width: 120px;
  font-size: 12px;
  line-height: 32px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  cursor: pointer;
  background: #ffe500;
  border-radius: 10px;
}
.select-city__dropdown__choose:hover,.select-city__dropdown__choose:active,
.select-city__dropdown__choose:focus{
opacity:.7
}
.select-city__dropdown__choose__yes {
  color: #000;
  border: none;
  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;
height:100%;
width:100%;
display:none
}
.select-city__modal h3{
font:800 24px/34px 'Circe';
text-transform:uppercase;
padding:24px 60px 16px 30px;
border-bottom:1px solid #eee;
color:#1a1a1a
}
.modal__overlay{
display:none;
position:fixed;
left:0;
top:0;
bottom:0;
right:0;
width:100%;
height:100%;
background-color:rgba(0,0,0,0.5);
z-index:2500
}
/*.select-city__modal-wrap{
margin: 9vh 12%;
background:#fff;
position:relative;
box-sizing:border-box;
width: 400px;
max-height:95vh
}*/
.select-city__modal__title{
color:#1a1a1a !important;
margin-bottom:20px !important;
display: none;
}
.select-city__modal__list__title {
    color: #660000;
    display: none;
    height: 50px;
    align-items: center;
    border-bottom: 1px solid #660000;
}
.select-city__modal__list__item{
color:#414141 !important;
margin-bottom:0 !important
}

.select-city__modal__submit__block-wrap{
position:relative
}
.select-city__modal__submit__title{
color:#1a1a1a
}
.select-city__modal__submit__btn:hover,.select-city__modal__submit__btn:active,
.select-city__modal__submit__btn:focus{
color:#1a1a1a;
background:#fff323
}
.select-city__close{
background:url(/local/templates/glavsnab/public/images/close.png) 50% 50% no-repeat;
position:absolute;
text-indent:-999px;
overflow:hidden;
right:11px;
top:12px;
width:50px;
height:50px;
border:0
}
.select-city__close:hover{
opacity:.7
}
@media ( max-width :991px){
.select-city__modal-wrap{
width:450px;
padding:37px 25px 40px 25px
}
.select-city__modal__list{
columns:2
}
}
@media ( min-width :992px) and ( max-width :1919px){
.select-city__modal-wrap{
margin: 12vh 7%;
}
}
@media ( max-width :767px){
.select-city__modal{
overflow:auto
}
}
@media ( min-width :576px) and ( max-width :991px){
.select-city__modal-wrap{
margin: 9vh 12%;
}
}
@media ( max-width :575px){
.select-city__modal-wrap{
width:80%;
padding:27px 20px 30px 20px;
position:absolute;
top:29%;
left:50%;
transform:translate(-50%,-50%);
margin:0 auto
}
.select-city__modal__title{
font-size:14px !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:auto;
overflow:auto
}
.select-city__modal__list__title{
line-height:20px
}
.select-city__modal__submit__block-wrap{
width:calc(100% - 30px);
}
.select-city__modal__submit__input{
margin-right:0px
}
.select-city__modal-wrap{
width: 100%;
padding:15px 20px
}
.select-city__modal__submit__btn{
width:65px
}
}
.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;
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-wrap {
    display: none;
}
span.select-city__block__text-city span {
    font-size: 14px;
    padding-left: 25px;
    color: #a0a0a0;
}
span.select-city__block__text-city span:before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(/local/templates/new_glavsnab/img/loco_city.png)no-repeat;
    background-size: 80%;
    left: 3px;
}
.select-city-wrap {
    position: absolute;
    z-index: 11;
}