

/* Start:/local/assets/css/components/clinics_map.css?17327784673687*/
.adds {
    margin-bottom: 100px;
}

.adds-map .adds__list{
    max-height: 490px;
    overflow: hidden;
}

.adds__col-ul{
    min-width: 340px;
}

.adds__container {
    display: flex;
    background: var(--light-grey);
    border-radius: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
    max-height: 522px;
    padding-right: 16px;
}

.adds__list_el:hover{
    background: #EDEFFD;
}

.adds__list_head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    position: relative;
    padding-bottom: 16px;
}

.adds__list_head::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    border-bottom: 1px solid var(--border);
}

.adds__title {
    font-weight: 500;
    font-size: 14px;
    padding-left: 21px;
}

.count.count-map:after{
    width: 32px;
    height: 24px;
    background-color: var(--red);
    color: white;
}
.adds__show-more {
    position: relative;
}

.adds__show-more .dropdown__container {
    overflow: unset;
}

.adds__list_body ul {
    overflow: auto;
    height: 490px;
    scrollbar-width: thin;
}

.adds__info_adress,
.adds__info_time1,
.adds__info_time2,
.adds__info_time3,
.adds__info_link,
.adds__info_tel{
    display: none;
}

.map_address_info2{
    background: #FFFFFF;
    width: 220px;
    border-radius: 8px;
    box-shadow: 0px 16px 24px 0px rgba(22, 34, 51, 0.08), 0px 4px 8px -4px rgba(22, 34, 51, 0.08);
    padding: 16px;
    position: relative;
}

.adds__list_body .custom-ul{
    position: relative;
    padding-bottom: 60px;
}

.map_address_info__tel{
    padding-bottom: 18px;
}

.map_address_info-timeWork{
    padding-bottom: 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.map_address_info-timeWork i,
.map_address_info__tel i{
    padding-right: 5px;
}

.adds__list_body .scroll .ps__rail-y {
    right: 8px !important;
}

.adds__list_body li {
    cursor: pointer;
    padding-top: 21px;
    padding-bottom: 21px;
    padding-left: 21px;
}

.adds__list_body li:hover .adds__info_title {
    color: #1FBE70;
}

.adds__list_body li:not(:last-child)::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc(100% - 44px);
    border-bottom: 1px solid var(--border);
}

.adds__list_body li:not(:last-child) {
    position: relative;
}

.adds__list_body li:not(:last-child):hover::before {
    opacity: 0;
}

.adds__info {
    display: flex;
    flex-direction: column;
    gap: 17px;
    font-family: 'Golos';
    font-weight: 400;
    grid-column: 7 span;
    padding-bottom: 12px;
}

.adds__info_title {
    font-size: 12px;
    transition: color .2s;
}

.adds__scheme {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 400;
    font-size: 12px;
    grid-column: 4 span;
    cursor: pointer;
    width: fit-content;
}

.adds__map {
    height: 100%;
    max-height: 562px;
    border-radius: 12px;
    overflow: hidden;
}

.adds__col-map{
    width: 100%;
    flex-grow: 1;
}

.map_address_info2 i{
    padding-right: 8px;
}

.map_address_info2 .smСard__link{
    color: #2D264B;
}

.map_address_info2 .smСard__link:hover{
    color: #2CC379;
}

.map_address_info2 .map_address_info__tel{
    font-size: 14px;
}

@media (max-width:1199px) {
    .adds__info_title {
        font-size: 14px;
    }
}

@media (max-width:767px) {

    .map_address_info2{
        display: none;
    }

    .adds__col.adds__col-ul{
        visibility: hidden;
        height: 0;
        overflow: hidden;
        min-width: 1px;
    }

    .adds__list{
        width: 1px;
    }

    .adds__col-map{
        height: 500px;
    }

    .adds__container {
        padding: 16px;
    }

}
/* End */
/* /local/assets/css/components/clinics_map.css?17327784673687 */
