.popup-layer {
    background: #666;
    opacity: 0.85;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9000;
    display: none;
}
.popup {
    position: absolute;
    left: 50%;
    top: 60px;
    width: 1290px;
    padding: 30px;
    padding-bottom: 0;
    background: #f7f7f7;
    margin-bottom: 50px;
    margin-left: -675px;
    display: none;
    border-radius: 10px;
    z-index: 10000;
}
.popup-title{
    color: #000;
    font-size: 32px;
    font-weight: 700;
    text-align: left;
    margin:10px 0 40px;
}
.close-popup{
    position: absolute;
    top: 30px;
    right: 30px;
    background: url(../../images/close-popup.png) no-repeat center;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.form-popup{
    width: 750px;
    margin-left: -405px;
    text-align: left;
}
.popup.gorod-popup .city-items{
    text-align: left;
    margin-bottom: 30px;
    justify-content: space-between;
}
.popup.gorod-popup .city-name{
    width: 230px;
    display: inline-block;
    line-height: 40px;
    text-decoration: none;
    font-size: 1.3em;
    color: #000;
}
.popup.gorod-popup .city-name.active span{
    color: #000;
    font-weight: 700;
    background:url(../../images/blueplane.png) no-repeat right center;
    padding-right: 30px;
}
.popup .form-line{
    display: flex;
    margin-bottom: 20px;
    padding-left: 0px;
}
.popup .input-wrap{
    width: 520px;
}
.popup .long400{
    width: 400px;
    margin-right: 20px;
}

html body .main_wrapper header .tools .city{
    display: inline-block;
    vertical-align: top;
    margin: 34px 0 0 10px;
    position: relative;
    font-size: 14px;
    color: #838383;
    text-decoration: underline;
    padding-left: 6px;
  }
  
.get-city-form{
    padding-left: 25px;
    filter: invert(20%);
    background: url(../../images/plain.png) no-repeat center left;
    width: 80px;
    overflow: hidden;
    text-wrap: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
}



@media (max-width: 540px) {
	.form-popup	{
    width: 80%;
    margin-left: -48%;
}
.get-city-form {
	width: 100px;
}
}