/* за замовчуванням заголовок прихований */
.alt-filter__title-wrapper {
    display: none;
}

@media (max-width: 1024px) {

    .alt-filter {
        width: -webkit-fill-available;
        height: 54px;
    }
    .alt-filter.active {
        background: #000000;
        border: 1px solid #161616;
        padding: 16px;
        border-radius: 10px;
        height: fit-content;
        z-index: 999;
    }
    .alt-filter.active::before {
        content: '';
        background: #00000080;
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 0;
    }
    .alt-filter__title-wrapper {
        border: 2px solid #700002;
        border-radius: 10px;
        height: 54px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px 16px;
        position: relative;
    }
    .alt-filter__title {
        color: var(--second-text-color);
        margin: 0px;
    }
    .alt-filter__title-wrapper::after {
        content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTS0yLjE4NTU3ZS0wNyA2TDkuNjY4MjkgNk01LjM1NjEgMUwxMCA2TDUuMzU2MSAxMSIgc3Ryb2tlPSIjRjRFQkUwIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==")
    }

    .alt-filter.active .alt-filter__title-wrapper::after {
        content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMSAxMSAxMSAxTTEgMWwxMCAxMCIgc3Ryb2tlPSIjRjRFQkUwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K")
    }

    .alt-filter__body {
        display: none;
    }
    .alt-filter.active .alt-filter__body {
        display: flex;
        position: relative;
        margin-top: 24px;
        flex-direction: column;
        gap: 24px;
    }
    .alt-filter__body-section.row {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        flex-direction: column;
    }
    .alt-filter__body-section.col {
        display: flex;
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
    }
    .alt-filter__body-input__wrapper {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        gap: 8px;
    }
    .alt-filter__body-input__wrapper.hidden {
        display: none;
    }
    .alt-filter__body-input__wrapper label {
        line-height: 24px;
        color: var(--second-text-color);
    }
    .alt-filter__body-checkbox {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;

        width: 16px;
        height: 16px;
        border: 2px solid #700002;
        border-radius: 50%;
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
        transition: background-color 0.2s ease, border-color 0.2s ease;
        flex-shrink: 0;
        margin-top: -3px;
    }

    .alt-filter__body-checkbox:checked {
        background-color: #700002;
    }

    .alt-filter__divider {
        border-bottom: 1px solid #6E050F;
    }


    .alt-filter__buttons {
        margin-top: 30px;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        gap: 16px; 
        width: 327px; 
        margin-left: auto;
        margin-right: auto;
    }

    .alt-filter__button {
        height: 54px;
        border: 1px solid transparent;
        border-radius: 10px;
        padding: 0px 14.5px ;
        font-size: 16px;
        background: #700002;
        color: var(--second-text-color);
        box-sizing: border-box;
    }

    /* кнопка "Застосувати зміни" */
    .alt-filter__button#filter_apply {
        width: 174px;
    }

    /* кнопка "Очистити" */
    .alt-filter__button#filter_reset {
        width: 137px;
    }
    
    .alt-filter__button.border {
        border-width: 2px;
        border-color: #700002;
        background: transparent;
    }

    .alt-filter__button[disabled] {
        width: 174px;
        height: 54px;
        border: 2px solid #700002;
        border-radius: 10px;
        background: transparent;
        box-sizing: border-box;
        padding: 0px 13.2px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }


    body.accessibility-mode .alt-filter.active::before {
        display: none;
    }
    body.accessibility-mode .alt-filter.active {
        background: #ffffff;
        border: 1px solid #161616;
        padding: 16px;
        border-radius: 10px;
        height: fit-content;
        z-index: 999;
    }
   
    body.accessibility-mode .alt-filter__button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 8px 8px 8px 8px;
        height: auto !important;
        min-height: unset !important;
        background: #606060;
        color: var(--second-text-color);
        white-space: nowrap !important;
        width: auto !important;        
        max-width: 100%;                
        box-sizing: border-box;
    }
      body.accessibility-mode .alt-filter__button[disabled] {
        width: 174px;
        height: 54px;
        border: 2px solid #bfbfbf;
        border-radius: 10px;
        background: transparent;
        box-sizing: border-box;
        padding: 8px 8px 8px 8px;
        display: flex;
        flex-direction: row;
        align-items: center;
        
    }


   body.accessibility-mode .alt-filter__body-input__wrapper label {
  line-height: 32px;                
  color: var(--second-text-color);
  display: inline-block;
}

    body.accessibility-mode .alt-filter.active .alt-filter__title-wrapper::after {
content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMSAxMSAxMSAxTTEgMWwxMCAxMCIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K");
    }
   body.accessibility-mode .alt-filter__title-wrapper::after {
content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTS0yLjE4NTU3ZS0wNyA2TDkuNjY4MjkgNk01LjM1NjEgMUwxMCA2TDUuMzU2MSAxMSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==");
    }

}