.close-button_right_button {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 8;
    width: 30px;
    height: 30px
}

.close-button_right_button:before, .close-button_right_button:after {
    content: ' ';
    position: absolute;
    width: 24px;
    height: 2px;
    background: #0086e4;
    display: inline-block;
    left: 4px;
    top: 14px;
    transform: rotate(45deg)
}

.close-button_right_button:after {
    transform: rotate(-45deg)
}

@media (min-width: 1024px) {
    .groups-location .select-groups > .select-group,
    .groups-location .select-subgroups > .select-group,
    .groups-location .subgroup-item,
    .groups-location .select-subgroup {
        width: calc(25% - 14px);
    }


    .groups-location .select-subgroup__breadcrumbs li.label {
        min-width: calc(25% - 75px);
    }
}

@media (max-width: 1023px) {
    .groups-location .select-groups > .select-group,
    .groups-location .select-subgroups > .select-group,
    .groups-location .subgroup-item,
    .groups-location .select-subgroup {
        width: calc(33% - 12px);
    }


    .groups-location .select-subgroup__breadcrumbs li.label {
        min-width: calc(33% - 75px);
    }
}

@media (max-width: 767px) {
    .groups-location .select-groups > .select-group,
    .groups-location .select-subgroups > .select-group,
    .groups-location .subgroup-item,
    .groups-location .select-subgroup {
        width: calc(50% - 12px);
    }

    .groups-location .select-subgroup__breadcrumbs li.label {
        min-width: calc(50% - 60px);
    }
}