/* Шрифты */
#cityShop label {
  font-family: Playfair Display;
  font-size: 30px;
  font-weight: 400;
}

.cit-li-adress {
  font-size: 16px;
}

.cit-li-phone {
  font-size: 16px;
}

#select2-cities-container {
  font-size: 16px;
}

.select2-results__option {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  color: #4a4a49;
  font-size: 16px;
}

input.select2-search__field {
  font-size: 16px;
}

.city-comment {
  padding-top: 16px;
  font-size: 16px;
}





.uc-region {
  display:none;
}

.uc-map * {
  box-sizing: border-box;    
}

.city-map-wrapper {
    width: 100%;
    margin-bottom: 60px;
    display: flex;
    gap: 24px;
}

.city-rigth-col {
  width: 100%;
}

/* контроль скролла */
.city-map-list {
    z-index: 9;
    overflow-y: scroll;
    overflow-x: auto;
    width: 300px;
    max-height: 514px;
    margin-top: 20px;
    padding-top: 0px;
}

.city-map-list::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
}

.city-map-list::-webkit-scrollbar-track {
    background-color: rgb(212 212 212 / 60%);
    border-radius: 8px;
}

.city-map-list::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgb(142 142 142 / 60%);
}




@media screen and (max-width: 960px) {
.city-map-wrapper {
    display: flex;
    flex-direction: column;
}    
.city-map-list {
    width: 100%;
    max-height: 300px;
    margin-bottom: 20px;
}
#map {
    height: 400px !important;
}
}

#cityShop {
    margin-bottom: 30px;
}

.cityShop-select label {
    display: block;
    margin-bottom: 8px;
}



.uc-map #shops {
    list-style: none;
    padding-left: 0;
}

#shops li {
    flex: 0 1 auto;
    padding: 16px 10px 16px 0;
    /* border-bottom: 1px solid #d1d1d1; */
    position: relative;
    margin-left: 3px;
}

/*
#shops li:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    width: 3px;
    left: -3px;
    background-color: #397fc5;
}
*/

#shops .shop-active {
    background-color: white;
    color: black;
}

.uc-map #shops .cit-li-title {
  font-weight: 600;
  margin-bottom: 8px;
}

.uc-map #shops .cit-li-adress {
  margin-bottom: 8px;
}



.uc-map #shops .cit-li-site {
    font-weight: 600;
    color: #397fc5;
    cursor: pointer;
    margin-top: 8px;
    display: block;
}

.uc-map #shops .cit-li-phone {
    font-weight: 600;
    color: #397fc5;
    cursor: pointer;
}

.uc-map #map .cit-bal-title {
    font-weight: 600;
    display: block;
    margin-top: 6px;
    margin-bottom: 6px;
}

.uc-map #map .cit-li-site {
    font-weight: 600;
    color: #397fc5;
    cursor: pointer;
    margin-top: 6px;
}

.uc-map #map .cit-bal-phone {
    font-weight: 600;
    color: #397fc5;
    cursor: pointer;
    margin-top: 6px;
}

/* Окно поиска */


/*
#allrecords .select2-selection__arrow {
  display: none;  
}

.cityShop-select [name="cities"] {
  display: none;
}
*/

.select2-results__option {
    padding-left: 20px;
}

.select2.select2-container {
  width: 100% !important;
}


.select2-container .select2-selection--single {
    height: 48px;
    width: 100% !important;
    border-radius: 24px;
}

.select2-selection {
    font-weight: 600;
    border-radius: 24px;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px;
    padding-left: 20px;
    padding-right: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    position: absolute;
    top: 0px;
    right: 8px;
    width: 25px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #606060 transparent transparent transparent;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    margin-left: -5px;
}


.select2-search--dropdown {
  display: block;
  padding: 4px 16px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  padding: 8px 16px;
}

.select2-search__field {
  outline-color: lightgray;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 0 0 24px 24px
}