.sunPath_Filter {
    display:flex;
    flex-direction: column;
    font-size: 0.8rem;
    width: 100%;
    position: relative;
    max-height: 100%;
}

.sunPath_Filter_content{
    display: flex;
    flex-direction: column;
    max-height: 100%;
}

.sunPath_FilterCountFlats_Wrapper {
    /*position: fixed;
    top: 0%;
    left: 0%;*/
    width: 100%;
    background-color: white;
    border-radius: 6px;
    margin: 10px;
    padding: 5px 20px;
    border-radius: 10px;
    /*background-color: var(--sunPathSecondMainColor);
    border: 1px solid var(--sunPathSecondMainColor_opacity05);
    box-shadow: 0 5px 15px 10px var(--sunPathSecondMainColor_opacity02);
    color:white;*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;


}


.sunPath_Filter_contentWrapper{
    padding:20px;
    height:100%;
    flex-grow: 1;
    max-height:100%;
    overflow-y: scroll;
    overflow-x: scroll;
}

.sunPath_FilterCountFlats_Wrapper,.sunPath_Filter_Buttom {
    width:100%;
    flex-shrink: 1;
    flex: 0;
}


.sunPath_FilterList {
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid var(--sunPathFilterBorderColor);
    margin-bottom: 5px;
}

.sunPath_FilterListRange {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    margin-bottom: -4px;
}

.sunPath_FilterItem {
    transition: all 0.3s ease-out;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 20px 8px 20px;
    position: relative;
    z-index: 0;
}

.sunPath_FilterItem_Active {
    border: 1px solid var(--sunPathSecondMainColor);
    color: var(--sunPathSecondMainColor);
}

.sunPath_FilterItem_Active > .sunPath_FilterSelect {
    background-color: #ffffffef;
    border-radius: 8px;
}

.sunPath_FilterItem_Active > .sunPath_FilterListRange {
    background-color: #ffffffef;
    border-radius: 8px;
}

.sunPath_FilterItem:not(:first-child) {

}

.sunPath_FilterItem:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
    height: 60%;
    width: 1px;
    background-color: var(--sunPathFilterBorderColor);
}

.sunPath_Filter_Input {
    flex-grow: 1;
    width: 0;
    display: flex;
    min-width: 30%;
    height: 100%;
    padding: 0 3px;
    margin: 0 3px;
    border: none;
    outline: none;
    text-align: center;
    font-size: 0.9rem;
    font-weight: bold;
    background: none;
}

.sunPath_Filter_Input[type="number"]::-webkit-inner-spin-button,
.sunPath_Filter_Input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}


.sunPath_Filter_Label {
    display: flex;
    align-items: center;
    flex-shrink: 1;
    white-space: nowrap;
    /*color: var(--sunPathTextGrayColor);*/
    cursor: text;
}

.sunPath_Filter_Range {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
}


/*Buttons*/
.sunPath_FilterListButtons {
    display: flex;
    justify-content: space-between;
    sunPath_FilterItem
    width: 100%;
}

.sunPath_Filter_ButtonsItem {
    flex-grow: 1;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    padding: 10px 0;
    transition: all 0.3s ease-out;
    background: none;
    border-radius: 8px;
    border: 1px solid #ffffff00;

}

.sunPath_Filter_ButtonsItem:hover {
    cursor: pointer;
    border: 1px solid var(--sunPathThridMainColor);
    background: var(--sunPathThridMainColor_opacity02);
    z-index: 1;
}

.sunPath_FilterItem.sunPath_Filter_ButtonsItem:hover::after {
    opacity: 0;
}

.sunPath_Filter_ButtonsItemActive {
    border: 1px solid var(--sunPathSecondMainColor);
    background: var(--sunPathSecondMainColor_opacity02);
    color: var(--sunPathSecondMainColor);
}

.sunPath_Filter_ButtonsItemActive:hover {

}

.sunPath_FilterItem.sunPath_Filter_ButtonsItemActive::after {
    opacity: 0;
}


/*Select*/
.sunPath_FilterSelect {
    display: flex;
    position: relative;
}

.sunPath_FilterSelectArrow {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 100%;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 21"> <path fill="%232AB6A5" d="M10.5 10.5l1.06 1.06 1.06-1.06-1.06-1.06-1.06 1.06zM.44 2.56l9 9 2.12-2.12-9-9L.44 2.56zm9 6.88l-9 9 2.12 2.12 9-9-2.12-2.12z"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 6px 10px;
    transform: translateY(-50%) rotate(90deg);
    transition: transform .3s ease;
}

.sunPath_FilterSelectArrow_Active {
    transition: transform .3s ease;
    transform: translateY(-50%) rotate(-90deg);
}

.sunPath_FilterSelectTitle {
    white-space: nowrap;
    padding: 10px 20px;
}

.sunPath_FilterSelect_Content {
    box-shadow: 0 0 1px rgba(0, 0, 0, .04), 0 2px 6px rgba(0, 0, 0, .04), 0 16px 24px rgba(0, 0, 0, .06);
    transition: all 0.3s ease-out;
    border-left: 1px solid var(--sunPathFilterBorderColor);
    border-right: 1px solid var(--sunPathFilterBorderColor);
    border-bottom: 1px solid var(--sunPathFilterBorderColor);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    width: calc(100% + 2px);
    left: -1px;
    top: 100%;
    position: absolute;
    display: none;
    z-index: 4;
    opacity: 0;
    background: #ffffffe0;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.sunPath_FilterList_BorderNone {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: none;
    border-top: 1px solid var(--sunPathFilterBorderColor);
    border-left: 1px solid var(--sunPathFilterBorderColor);
    border-right: 1px solid var(--sunPathFilterBorderColor);
}

.sunPath_FilterSelect_Content.sunPath_FilterSelect_Show {
    display: block;
    opacity: 1;
}

.sunPath_FilterOptionWrapper {
    cursor: pointer;
    color: var(--sunPathTextColor);
    display: block;
    position: relative;
    padding: 10px 20px 10px 30px;
}

.sunPath_FilterOption_Clear {
    color: var(--sunPathTextColor) !important;
    font-size: 0.8rem !important;
}

.sunPath_FilterOption_Active .sunPath_FilterOption_Clear {
    color: var(--sunPathTextGrayColor) !important;
    font-size: 0.75rem !important;
}


.sunPath_FilterOption:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    transform: translate3d(0, -50%, 0);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px 8px;
    border-radius: 4px;
    border: 1px solid var(--sunPathFilterBorderColor);
    background-color: #ffffff00;
}

.sunPath_FilterOption_Active:before {
    border: 1px solid var(--sunPathSecondMainColor);
    background-color: var(--sunPathSecondMainColor);
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 10 6"> <path fill="%23fff" d="M9.3 1.1L4.3 6 .7 2.45l1.1-1.09 2.5 2.46L8.2 0l1.1 1.1z"/></svg>');
}

.sunPath_FilterOption_Active {
    color: var(--sunPathSecondMainColor);
}

.sunPath_FilterOptionWrapper:hover {
    background-color: #f6f8fc;
    color: #202e35
}

.sunPath_FilterSelect_SelectText {
    color: var(--sunPathTextGrayColor);
    font-size: 0.75rem;
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
    padding: 10px 0;
    margin-right: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    -webkit-mask-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 25%);
    mask-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 25%);
}

.sunPath_FilterSelect_SelectText::after {
    /*  content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 70%;
      background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));*/
}

/* select single */
.sunPath_FilterOptionWrapper_Single {
    cursor: pointer;
    color: var(--sunPathTextColor);
    display: block;
    position: relative;
    padding: 10px 20px 10px 20px;
}

.sunPath_FilterOptionWrapper_Single:hover {
    background-color: #f6f8fc;
    color: #202e35
}

.sunPath_FilterOption_Single:before {
    position: absolute;
    top: 50%;
    left: 10px;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    transform: translate3d(0, -50%, 0);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px 8px;
    border-radius: 4px;
    border: 1px solid var(--sunPathFilterBorderColor);
    background-color: #ffffff00;
}

.sunPath_FilterOption_Active_Single:before {
    border: 1px solid var(--sunPathSecondMainColor);
    background-color: var(--sunPathSecondMainColor);
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 10 6"> <path fill="%23fff" d="M9.3 1.1L4.3 6 .7 2.45l1.1-1.09 2.5 2.46L8.2 0l1.1 1.1z"/></svg>');
}


/* RowButtons */


.sunPath_Filter_RowButtons {
    display: flex;
    flex-wrap: wrap;
}

.sunPath_Filter_RowButtons_Title {
    margin-bottom: 8px;
}

.sunPath_Filter_RowButtons_Wrapper {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.sunPath_Filter_RowButtons_ButtonWrapper_Euro {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-bottom: 0 !important;
}

.sunPath_Filter_RowButtons_ButtonWrapper {
    /*flex-grow: 1;
    flex-shrink: 0;*/
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-out;
    display: flex;
    border-radius: 8px;
    border: 1px solid var(--sunPathFilterBorderColor);
    padding: 2px 12px 3px 10px;
    margin-bottom: 10px;
}

.sunPath_Filter_RowButtons_ButtonWrapper:hover {
    border: 1px solid var(--sunPathThridMainColor);
}

.sunPath_Filter_RowButtons_ButtonWrapper_Active {
    border: 1px solid var(--sunPathSecondMainColor);
    background: var(--sunPathSecondMainColor_opacity02);
}

/*maksim отмени для мобилки марнинги эти*/
.sunPath_Filter_RowButtons_ButtonWrapper:not(:last-child) {
    margin-right: 10px;
}

.sunPath_Filter_RowButtons_ButtonWrapper.sunPathRowButton_disabled,
.sunPath_Filter_ButtonsItemDisable {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none;
}


.sunPath_Filter_RowButtons_ButtonCircle {
    border-radius: 100px;
    background-color: red;
    width: 10px;
    height: 10px;
    margin-top: 5px;
}

.sunPath_Filter_RowButtons_ButtonImages {
    margin-right: 6px;
}

.sunPath_Filter_RowButtons_ButtonImage {
    width: 1rem;
}

.sunPath_Filter_RowButtons_ButtonTitle {
    white-space: nowrap;
}
