.reps-map-root > .des_rep_city_wrap {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
    padding: 0 100px;
}

.rep-city-select {
    position: relative;
    max-width: 360px;
    width: 100%;
}

.rep-city-select__toggle {
    width: 100%;
    text-align: left;
    background: #fff;
    border: 1px solid #F1F1F1;
    border-radius: 2px;
    padding: 15px 40px 15px 15px;
    font-size: 16px;
    color: #2C2E35;
    cursor: pointer;
    background-image: url(/local/templates/stout/img/select-1-strelka.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    appearance: none;
}

.rep-city-select__toggle:focus {
    outline: none;
}

.rep-city-select_open .rep-city-select__toggle {
    border-color: #1377BF;
}

.rep-city-select__dropdown {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 4px);
    z-index: 20;
    background: #fff;
    border: 1px solid #F1F1F1;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(143, 143, 143, 0.07);
}

.rep-city-select_open .rep-city-select__dropdown {
    display: block;
}

.rep-city-select__options {
    display: flex;
    flex-direction: column;
    max-height: 320px;
    overflow-y: auto;
}

.rep-city-select__search {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #fff;
    padding: 8px 12px;
}

.rep-city-select__search-input {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #F1F1F1;
    border-radius: 2px;
    padding: 10px 12px;
    font-size: 16px;
}

.rep-city-select__option {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 0;
    background: transparent;
    text-align: left;
    padding: 15px;
    font-size: 16px;
    color: #2C2E35;
    cursor: pointer;
}

.rep-city-select__option:hover {
    background: #f5f5f5;
}

.rep-city-select__option_selected {
    background: #e1f5fe;
}

.des_rep_empty {
    padding: 0 100px 40px;
    font-size: 16px;
}

.reps_map .no-results {
    padding: 20px 0;
    font-size: 16px;
}

ymaps .reps-schedule-day > div {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

ymaps .reps-schedule-day img {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    margin-top: 2px;
}

ymaps .reps-schedule-day p {
    margin: 0;
}

.reps_map.des_map {
    display: flex;
    background-color: #F5F5F5;
}

.reps_map [class*=ymaps][class*=-ground-pane] {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
}

.reps_map .des_map_marks {
    height: 600px;
    width: 100%;
}

.reps_map .des_map_list {
    width: 60%;
    padding: 80px 0 100px;
}

.reps_map .locations-list {
    max-height: 440px;
    overflow-y: scroll;
}

.reps_map .locations-list .list-items {
    display: flex;
    flex-direction: column;
    padding: 0 30px;
}

.reps_map .locations-list .list-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 30px 30px;
    border-bottom: 1px solid #A8A8A8;
    cursor: pointer;
}

.reps_map .locations-list .list-item.is-active {
    background-color: rgba(30, 59, 92, 0.06);
}

.reps_map .locations-list .item-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
}

.reps_map .locations-list .item-address {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

.reps_map .locations-list .map-button {
    background-color: #00000000;
    border: 1px solid #000;
    color: #000;
    padding: 10px;
    margin-top: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 112%;
    min-width: 180px;
    cursor: pointer;
}

.reps_map .locations-list::-webkit-scrollbar {
    background-color: #fff;
    border-radius: 8px;
    width: 7px;
    overflow: hidden;
}

.reps_map .locations-list::-webkit-scrollbar-thumb {
    background-color: #D9D9D9;
    border-radius: 8px;
}

@media (max-width: 1024px) {
    .rep-city-select {
        max-width: none;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .reps-map-root > .des_rep_city_wrap {
        padding: 0 5.089vw;
    }

    .des_rep_empty {
        padding: 5.089vw;
    }

    .reps_map.des_map {
        flex-direction: column;
    }

    .reps_map .des_map_list {
        width: 100%;
        padding: 5.089vw;
    }

    .reps_map .des_map_marks {
        height: 400px;
    }

    .reps_map .locations-list .map-button {
        background-color: #F5F5F5;
        color: #000;
        font-size: 3vw;
        padding: 2vw;
        font-weight: 700;
    }
    .reps_map .des_map_list{
        padding: unset;
    }
    .reps_map .locations-list .list-item{
        padding: 10px 10px;
    }
    .reps_map .locations-list .list-items{
        padding: unset;
    }
}
