.map {
    margin-top: 104px;
}

.inn_map {
    height: 893px;
    overflow: hidden;
    border-radius: 10px;
}

#map {
    width: 100%;
    height: 100%;
}


.map_card {
    width: 100%;
    display: flex;
    gap: 6px;
    background-color: var(--c-white);
    padding: 10px;
    border-radius: 10px;
}

.map_card_ava {
    position: relative;
    width: 122px;
    min-width: 122px;
    height: 179px;
    overflow: hidden;
    border-radius: 10px;
}

.map_card_img img,
.map_card_img {
    width: 100%;
    height: 100%;
}

.map_card_img img {
    object-fit: cover;
}

.map_card_tags {
    color: var(--c-white);
    position: absolute;
    top: 5px;
    left: 5px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.map_card_favo {
    top: 9px;
    left: 10px;
    position: absolute;
    width: 20px;
}

.map_card_favo svg {
    width: 100%;
    height: auto;
}

.map_card_favo svg path {
    transition: .3s;
    fill: #fff0;
}

.map_card_favo:hover svg path {
    stroke: var(--c-red);
}

.map_card_favo.active svg path {
    fill: var(--c-red);
    stroke: var(--c-red);
}

.map_card_favo.active:hover svg path {
    fill: var(--c-red);
    stroke: var(--c-white);
}

.map_card_favo svg {
    width: 100%;
    height: 100%;
}

.map_card_favo svg path {
    transition: .3s;
}

.map_card_favo.active svg path {
    fill: var(--c-red);
}

.map_card_tag {
    padding: 0 2px;
    height: 14px;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map_card_info {
    display: flex;
    flex-direction: column;
}

.map_card_prices,
.map_ci_station,
.map_ci_params {
    margin-top: auto;
}

.map_ci_station,
.map_ci_params {
    margin-bottom: 5px;
}

.map_ci_params {
    gap: 8px 15px;
    display: flex;
    flex-wrap: wrap;
}

.map_ci_params * {
    letter-spacing: normal;
}

.map_ci_station {
    display: flex;
    align-items: center;
}

.map_cis_color {
    width: 15px;
    min-width: 15px;
    height: 15px;
    background-color: #0001;
    border-radius: 100%;
}

.map_cis_name {
    padding-top: 2px;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}

.map_card_info {
    width: 100%;
}

.map_card_prices {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.map_cpr_k,
.map_cpr_v {
    font-size: 10px;
}

.map_cpr_v {
    padding-top: 2px;
}

.map_card_price_row {
    display: flex;
    background-color: #E7ECEA;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 0 5px;
    height: 25px;
    border-radius: 6px;
}

.map_cip_k {
    font-weight: 700;
    font-size: 8px;
}

.map_cip_v {
    font-size: 8px;
}

.map_ci_param {
    display: flex;
    align-items: center;
    gap: 5px;
}

.map_ci_name {
    line-height: 135%;
    font-size: 11px;
}

.ymaps-2-1-79-balloon__content > :first-child {
    min-width: 250px;
}

@media (max-width: 1728px) {
    .inn_map {
        height: 550px;
    }
}

@media (max-width: 1440px) {
    .inn_map {
        height: 550px;
    }

    .map {
        margin-top: 70px;
    }
}

@media (max-width: 808px) {
    .inn_map {
        height: 600px;
    }

    .map {
        margin-top: 24px;
    }
}

@media (max-width: 495px) {
    .inn_map {
        height: 440px;
    }

    .inn_map {
        width: 100%;
    }
}