

/* Start:/local/templates/aspro_max/components/bitrix/news.list/map_rent/style.css?16588172075218*/
.map__wrapper {
    position: relative;
}



.map__floors {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
    color: #000000;
    z-index: 1;
}

.map__floors-title {
    margin-bottom: 15px;
}

.map__floors-item {
    color: #D2334D;
    font-weight: 500;
    border-radius: 100%;
    border: 1px solid #D2334D;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
    line-height: 28px;
}
.map__floors-item + .map__floors-item {
    margin: 10px 0 0;
}

.map__floors-item--active {
    color: #fff;
    background: #D2334D;
}

.map__icons {
    display: flex;
    margin: 50px 0 0;
    text-align: center;
    justify-content: center;
}

@media (max-width: 1199px) {
    .map__icons {
        justify-content: space-evenly;
    }

}
@media (max-width: 480px) {
    .map__icons {
        display: block;
    }
}

@media (max-width: 480px) {
    .map__icons--mobile {
        display: block;
    }
    .map__icons {
        text-align: left;
    }
    .map__icons-item {
        display: flex;
    }
    
}

.map__icons-item + .map__icons-item {
    margin-left: 50px;
}

@media (max-width: 480px) {
    .map__icons-item + .map__icons-item {
        margin-left: 0;
        margin: 20px 0 0;
    }
}
.map__icons-item > img {
    width: 35px;
    margin-bottom: 10px;
}

@media (max-width: 480px) {
    .map__icons-item > img {
        margin: 0;
        margin-right: 20px;
    }
}

.map__icons-item__name {
    font-weight: 500;
    color: #000;
}

.map__container {
    margin: 80px 0 0;
    overflow: hidden;
    width: 100%;
    position: relative;
}

@media (max-width: 1199px) {
    .map__container {
        width: 100%;
    }
}

.map__container > img {
    width: 100%;
}

.map__objects {
    position: absolute;
    left: 0;
    top: 0;
}

.map__area-value {
    font-size: 20px;
    font-weight: 500;
}

.map__area-value tspan {
    font-size: 12px;
}

.map__brands {
    position: absolute;
    top: 0;
    left: 80%;
    width: 20%;
}

.map__brands-type {
    cursor: pointer;
    user-select: none;
    font-weight: 500;
    color: #000000;
    position: relative;
}
.map__brands-type::after {
    position: absolute;
    right: 0;
    content: url(/local/templates/aspro_max/images/svg/arrow_down_accordion.svg);
    transition: all 0.2s ease;
}
.map__brands-type.collapsed::after {
    position: absolute;
    right: 0;
    content: url(/local/templates/aspro_max/images/svg/arrow_down_accordion.svg);
    transform: rotate(-180deg);
}
.map__brands-type__wrapper {
    border-bottom: 1px solid #000000;
    padding: 10px 0;
}

.map__brands-type__item {
    cursor: pointer;
    display: block;
    color: unset;
}
.map__brands-type__item:hover {
    font-weight: 500;
}

.map__brands-type__item:first-of-type {
    padding: 5px 0 0;
}


.map__types {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0 0 150px;
}

.map__types-item {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    margin-right: 15px;
    color: #fff;
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .map__types {
        margin-left: 0;
    }
}

.map__brands-mobile__head {
    display: none;
    cursor: pointer;
    font-weight: 500;
    color: #000000;
}
.map__brands-mobile__head::after {
    position: absolute;
    right: 0;
    content: url(/local/templates/aspro_max/images/svg/arrow_down_accordion.svg);
    transition: all 0.2s ease;
}
.map__brands-mobile__head.collapsed::after {
    position: absolute;
    right: 0;
    content: url(/local/templates/aspro_max/images/svg/arrow_down_accordion.svg);
    transform: rotate(-180deg);
}
.map__brands-type > span {
    display: none;
}



@media (max-width: 1199px) {
    .map__floors {
        position: relative;
        display: block;
    }
    .map__floors-list {
        display: flex;
    }
    .map__floors-item + .map__floors-item {
        margin: 0;
        margin-left: 15px;
    }
    .map__brands {
        position: relative;
        left: unset;
        width: 100%;
        top: unset;
        margin: 20px 0 0;
    }
    .map__brands-mobile__head {
        display: block;
        border-bottom: 1px solid #000;
        padding-bottom: 10px;
    }
    .map__brands-type {
        display: flex;
        align-items: center;
        padding-left: 20px;
    }
    .map__brands-type > span {
        left: 0;
        width: 15px;
        height: 15px;
        position: absolute;
        display: block;
    }
    .map__brands-type::after,
    .map__brands-type.collapsed::after,
    .map__brands-mobile__head::after,
    .map__brands-mobile__head.collapsed::after {
        right: 10px;
    }

    .map__brands-type__body {
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 3px;
        padding: 15px 10px;
        margin: 10px 0 0;
        /* column-count: 3; */
        /* -webkit-column-count: 3; */
    }
    .map__brands-type__item:first-of-type {
        padding: 0;
    }
    .map__brands-type__item {
        width: 49%;
        display: inline-block;
    }
}


/* End */
/* /local/templates/aspro_max/components/bitrix/news.list/map_rent/style.css?16588172075218 */
