/*overlay*/
.white-blue-btn {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #2F99CC;
    box-sizing: border-box;
    border-radius: 3px;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    color: #2F99CC;
}
.white-blue-btn:hover .blue-link {
    border-bottom-color: transparent;
    color: #4BB2E4;
}

.white-blue-btn:hover {
    border: 1px solid #4BB2E4;
    color: #4BB2E4;
}

.white-blue-btn:active {
    border: 1px solid #2A6496;
    color: #2A6496;
}
.white-blue-btn:active .blue-link {
    border-bottom-color: transparent;
    color: #2A6496;
}

.city_header {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    cursor: pointer;
}

.city_header:hover{
    text-decoration: underline;
}

.spacer2 {
    display: flex;
}
.spacer_bottom,
.spacer_top,
.spacer {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.spacer > * {
    -ms-flex-item-align: center;
    align-self: center;
}
.spacer_bottom > * {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.spacer_top > * {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.pos-center {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}

.overlay_agg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
    background: rgba(0, 0, 0, 0.5);
    overflow: auto;
    padding: 20px;
    box-sizing: border-box;
    z-index: 999;
    display:none;
}

.popup {
    position: relative;

    /*position: fixed;
	left: 0; top: 0;*/

    background: #FFFFFF;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    max-width: 750px;
    box-sizing: border-box;
    margin: 10px auto;
    z-index: 99999;
    opacity: 1;
}


.popup__close {
    position: absolute;
    cursor: pointer;
    top: 16px;
    right: 16px;
}
.popup__close .svg-icon {
    width: 16px;
    height: 16px;
    stroke: rgba(153, 153, 153, 0.6);
}
.popup__close:hover .svg-icon {
    stroke: #2F99CC;
}

.popup-app {
    padding: 34px 12px;
    text-align: center;
}
.popup__title {
    font-size: 24px;
    line-height: 32px;
    color: #222222;
}
.popup__desc {
    font-size: 14px;
    line-height: 20px;
    margin-top: 25px;
}

.form__btn {
    width: 100%;
    margin-top: 25px;
}
.popup__info {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: #999999;
    margin-top: 16px;
}
.cities__label {
    position: relative;
}

.autocomplete2 {
    width:100% !important;
    position: absolute !important;
    right: 257px !important;
    top: 100% !important;
    left: 0 !important;
    background: #FFFFFF !important;
    border: 1px solid #2F99CC !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    border-radius: 0 0 3px 3px !important;
    margin-top: -1px !important;
    z-index: 999999 !important;
}
.autocomplete2-item {
    cursor: pointer  !important;
    padding-left: 9px  !important;
    height: 38px  !important;
    line-height: 38px  !important;
   /* font-size: 12px  !important; */
    z-index: 9999999  !important;
    color: #999999  !important;
    margin-top:0px;
    margin-bottom:0px;
    padding-top:0px;
    padding-bottom:0px;
    font-family: 'MuseoSansCyrl', Sans-Serif;
    font-weight: 300;
}

.autocomplete2-item {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}
.autocomplete2-item em {
    font-size: 14px;
    font-style: normal;
    color: #444444;
}
.autocomplete2-item:hover {
    color: #ffffff  !important;
    background: #2F99CC  !important;
    border: 1px solid #2F99CC !important;
}
.autocomplete2-item:hover em {
    color: #ffffff !important;
}
.autocomplete2-empty {
    font-size: 12px !important;
    padding: 8px 10px 8px  9px !important;
    color: #999999 !important;
}

.autocomplete2-block .autocomplete2 {
    left: 0;
    right: 0;
}
.autocomplete2-block.open .form__field {
    border-radius: 3px 3px 0 0;
}


.popup-cities {
    overflow: hidden;
    padding: 34px 98px;
}
.cities__label {
    width: 71.89%;
}
.cities__btn {
    width: 26.3%;
}
.popup-cities .popup__title {
    text-align: center;
}
.cities {
    margin-top: 23px;
    position: relative;
    z-index: 3;
}
.cities__list {
    z-index: 1;
    margin-top: 25px;
    position: relative;
}
.cities__list:after {
    content: '';
    position: absolute;
    width: 549px;
    height: 296px;
    left: 0; top: 0;
    background: url('../images/map.svg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.cities__list-col {
    position: relative;
    z-index: 4;
    list-style-type: none !important;
}
.cities__list-col li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
    color:lightgrey;
}

.cities__list-col li.active {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    color: #444444;
}
.cities__list-col li.active:hover {
    color: #2F99CC;
    cursor: pointer;
}
.cities__list-col li.active:active {
    color: #2A6496;
}
.cities__list-col li.active em:hover {
    color: #2F99CC;
}

.cities__list-col li:last-child {
    margin-bottom: 0;
}
.cities__list-col li em {
    font-weight: 700;
    color:black;
}
.popup-sizes {
    padding: 34px 20px;
    max-width: 1140px;
}
.popup-sizes .popup__title {
    text-align: center;
}
.popup-sizes__col {
    width: 15.27%;
}
.popup-sizes__col:nth-child(4) {
    width: 19.27%;
}
.popup-sizes__col:last-child {
    width: 14.81%;
}

.popup-sizes__col a
{
    margin-bottom: 10px !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-family: 'MuseoSansCyrl', sans-serif !important;
    font-weight: 300 !important;

    text-decoration: none;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding-top: 6px;

    outline:none;
}


.popup-sizes__size {
    height: 34px;
    margin-bottom: 10px;
}
.popup-sizes__size:last-child {
    margin-bottom: 0;
}
.popup-sizes__list {
    margin-top: 24px;
}
.popup-order .file {
    top: 0;
}
.popup-order {
    padding: 34px 48px;
}
.popup-order .popup__title,
.popup-order .popup__title {
    text-align: center;
}

.cities__list-col li em {font-style: normal; font-weight: bold}

/*end overlay*/

@media all and (max-width: 550px) {
    .overlay {
        padding: 15px;
    }

    .cities {
        display: none;
    }
/*
    .cities__btn {
        width: 46.3%;
    }
*/
}