.city-selection .town.titleHeader {
  /*  border-bottom: 1px dotted; */
    cursor: pointer;
}
.city-selection .titleHeader {
  /*  margin-left: 5px;*/
}
.city-sectoion .cities ul {
    position: relative;
    width: calc(100%-10px);
    list-style: none;
    backface-visibility: hidden;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
    margin: 0px -5px;
    padding: 15px 0px 0px 0px;
    justify-content: left;
}
.city-sectoion .cities li span {
    padding: 10px 16px;
    margin: 0px 5px;
    border: none;
    outline: 0px;
    cursor: pointer;
    font-size: 13px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    z-index: 10;
    background-color: #7a46bb;
    color: #fff;
    -webkit-transition: color .3s ease-in-out,background-color .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out,color .3s ease-in-out,background-color .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
    -moz-transition: box-shadow .3s ease-in-out,color .3s ease-in-out,background-color .3s ease-in-out;
}
.city-sectoion .cities li span.active {
    background: #000000;
}
#select-city-list .popup-window-content {
    background-color: #ffffff;
    padding: 10px;
}
#select-city-list .search-modal__input-search {
    border: none;
    font-weight: 500;
    font-size: 50px;
    outline: 0px;
    padding: 10px 80px 10px 20px;
    width: 100%;
    caret-color: #272931;
}
.city-sectoion .search-result {
    list-style-type: none;
    border: 1px solid #d3d3d5;
    border-top: 0px;
    margin: 0px;
    width: calc(100% + -40px);
    position: absolute;
    left: 20px;
    background: #ffffff;
    padding: 12px;
    font-size: 15px;
    line-height: 14px;
    border-radius: 0px 0px 6px 6px;
    z-index: 1201;
    -webkit-box-shadow: 0 7px 21px rgb(83 92 105 / 12%), 0 -1px 6px 0 rgb(83 92 105 / 6%);
    box-shadow: 0 7px 21px rgb(83 92 105 / 12%), 0 -1px 6px 0 rgb(83 92 105 / 6%);
}
.city-sectoion .search-result a {
    text-decoration: none;
    margin: 0px;
    padding: 12px 0px;
}
.city-sectoion .search-form_holder_label {
    position: relative;
    width: 100%;
    height: 33px;
    display: block;
    overflow: hidden;
}
.city-sectoion .search-form_holder_label::after {
    content: '';
    display: block;
    position: absolute;
    width: 200%;
    bottom: 0px;
    height: 2px;
    -webkit-transition: left .5s ease-in-out;
    -moz-transition: left .5s ease-in-out;
    transition: left .5s ease-in-out;
    background: -webkit-gradient(linear,left top,right top,color-stop(50%,rgba(39,41,49,.2)),color-stop(50%,#272931));
    background: -webkit-linear-gradient(left,rgba(39,41,49,.2) 50%,#272931 50%);
    background: -moz-linear-gradient(left,rgba(39,41,49,.2) 50%,#272931 50%);
    background: linear-gradient(to right,rgba(39,41,49,.2) 50%,#272931 50%);
    left: 0px;
}
.city-sectoion .search-form_holder_label_input {
    border: none;
    font-weight: 500;
    font-size: 18px;
    outline: 0px;
    padding: 5px 23px 5px 0px;
    width: 100%;
    caret-color: #272931;
}
.city-sectoion .search-form_holder_label_button {
    padding: 0px;
    margin: 0px;
    background: none;
    border: none;
    outline: 0px0px;
    position: absolute;
    width: 20px;
    height: 30px;
    right: 21px;
    top: 47%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.city-sectoion .search-form_holder_label_button svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    pointer-events: none;
    -webkit-transition: fill .5s ease-in-out;
    -moz-transition: fill .5s ease-in-out;
    transition: fill .5s ease-in-out;
    fill: rgba(39,41,49,.2);
}
.mob-menu-modal .header__icon-btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
}