.section_location {
    padding: 0 40px;
    margin-top: 100px;
}


.section_location_addresses, .section_location_map {
    /*background-color: var(--bs-gray-light);*/
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #FFFFFF33;
}
.section_location_map {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-left: none;
}
.section_location_addresses {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-right: none;
    height: 100%;
}
.section_location_addresses__wrapper {
    /*padding-right: 10px!important;*/
}

.section_location_addresses {
    padding: 30px 24px 0 24px;
}

.section_location_addresses h2 {
    font-family: Onest, sans-serif;
    font-size: 42px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 0;
    text-align: left;
    color: #F1F1EF;
}

.section_location_map__wrapper {
    /*padding-left: 10px!important;*/
}

.section_location_map__wrapper .section_location_map__container.block_interaction {
    pointer-events: none;
}

.section_location_map__wrapper .toggle_interaction {
    background: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
    padding: 5px;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.section_location_map__wrapper .toggle_interaction.active {
    background: #FFB61C;
}


.section_location_map {
    position: relative;
    min-height: 470px;
    width: 100%;
}

.section_location_map__container {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    min-height: 660px;
}

.section_location_map__container > ymaps,
.section_location_map__container > ymaps > ymaps,
.section_location_map__container > ymaps > ymaps > ymaps
{
    border-radius: 20px;
}

.components_runtec_location h2 {
    font-family: Onest, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 43px;
    letter-spacing: 0;
    text-align: left;
    color: #F1F1EF;
    margin-bottom: 40px;
}

.location_addresses_search {
    /*margin-right: 60px;*/
    width: 100%;
    /*min-width: 25vw;*/
}

.location_addresses_search__label {
    position: relative;
    color: white;
    width: 100%;
    /*max-width: 25vw;*/
}



.location_addresses_search__label_icon {
    position: absolute;
    top: 13px;
    right: 13px;
}

.location_addresses_search__input {
    width: 100%;
    /*max-width: 25vw;*/
    height: 46px;
    border-radius: 10px;
    border: none;
    background: #505559;
    color: white;
    padding: 13px 50px 13px 20px;
}

.location_addresses_search__input::placeholder {
    color: #fff;
}

.location_addresses_search__input:hover {
    background: rgba(80, 85, 89, 0.6);
}

.location_addresses_list {
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
    max-height: 540px;
    margin-top: 16px;
}
.location_addresses_list .location_addresses_item.row:first-child {
    /*padding-top: 0;*/
}

.location_addresses_item.active {
    background: rgba(255, 255, 255, 0.06);
}

.location_addresses_item.row {
    padding: 30px;
    /*border-bottom: 1px solid #FFFFFF33;*/
}
.location_addresses_item.__title {
    font-family: Onest, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 2px;
}
.location_addresses_item.__contact, .location_addresses_item.__contact a {
    font-family: Onest, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 12px;
}
.location_addresses_item.__contact a {
    white-space: nowrap;
}
.location_addresses_item.__contact img/*,
.location_addresses_item.__contact svg*/ {
    margin-right: 8px;
}

.location_addresses_item.__contact svg {
    width: 16px;
}
.location_addresses_item.__contact > div > span {
    max-width: calc(100% - 24px);
}

.location_addresses_item > a.__map_action {
    color: #FFB61C;
    font-family: Onest, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
    text-align: left;
    text-decoration: underline;
    margin-top: 6px;
}

#map ymaps {
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}



.title_label {
    opacity: 0.6;
}

.location_addresses_list {
    margin-left: -24px;
    margin-right: -24px;
}

.location_addresses_list::-webkit-scrollbar {
  width: 4px; !important;           /* ширина всей полосы прокрутки */
}

.location_addresses_list::-webkit-scrollbar-track  {
  background: #F1F1EF; !important;           /* цвет зоны отслеживания */
}

.location_addresses_list::-webkit-scrollbar-thumb {
  background-color: #616568; !important;   /* цвет бегунка */
  border-radius: 0.875rem !important;     /* округлось бегунка */
  border: 3px solid #616568 !important;   /* отступ вокруг бегунка */
}

.location_addresses_item.row {
    padding-left: 40px;
    padding-right: 40px;
}

.bottom_line {
    height: 1px;
    width: 100% !important;
    background: rgba(255, 255, 255, 0.06);
    margin-top: 30px !important;
    margin-bottom: -30px;
}

@media (max-width: 992px) {
    .section_location {
        padding: 0 10px;
        margin-top: 40px;
    }

    .components_runtec_location h2 {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; /* 28.8px */
    }

    .location_addresses_item.row {
        
    }

    .section_location_addresses {
        border-radius: 16px;
        border: 1px solid rgba(255, 255, 255, 0.20);
        padding: 14px;
    }

    .location_addresses_item.__title {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .location_addresses_item.__contact, .location_addresses_item.__contact a {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 19.6px */
    }

    .section_location_map {
        margin-top: 16px;
        border: 1px solid rgba(255, 255, 255, 0.20);
        border-radius: 16px;
    }

    .section_location_map__container, .section_location_map {
        min-height: 25rem;
        max-height: 25rem;
    }

    #map ymaps {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .components_runtec_location .row{
        flex-direction: column;
    }

    .section_location_addresses__wrapper.col-md-4  {
        width: 100%;
    }

    .section_location_map__wrapper.col-md-8 {
        width: 100%;
    }

    .location_addresses_list {
        margin-left: -14px;
        margin-right: -14px;
    }
}