/* .filters__check input:checked ~ .filters__checkmark
{
  background-color: #222;
  border-color: #222;
}

.filters__check input:checked ~ .filters__checkmark::after
{
  display: block;
}

.filters__check--checked .filters__list-link
{
  pointer-events: initial;
  color: #01161e;
  font-weight: 600;
  letter-spacing: -.08px;
} */



.disabled_block {
    pointer-events: none;
    filter: blur(2px);
}


.wrap-myLoader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #424242;
    z-index: 999999999999 !important;
    transition: 0.5s all;
    opacity: 0.8;
    visibility: visible;
}

.myLoader {
    position: absolute;
    left: 49%;
    top: 49%;
    transform: translate(-50%, -50%);
    width: 76px;
    height: 76px;
    border: 10px solid white;
    /* border-top-color: #0ca70c; */
    border-top-color: #000;
    border-radius: 50%;
    animation: 1s myAnim linear infinite;
}

.cansel {
    opacity: 0;
    visibility: hidden;
}

.cansel .myLoader  {
    animation-play-state: paused;
}

@keyframes myAnim {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}





.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}


.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}


.pagination-wrap {
    display: flex;
    justify-content: center;
}
#inner_area_max{
    font-family: Nunito Sans, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    margin: 2px 8px 6px 0;
    padding: 6px 22px 5px 16px;
    border: 1px solid #c4c4c4;
    border-radius: 6px;
    outline: 0;
    color: #222;
    position: relative;
}
#inner_area_min{
    font-family: Nunito Sans, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    margin: 2px 8px 6px 0;
    padding: 6px 22px 5px 16px;
    border: 1px solid #c4c4c4;
    border-radius: 6px;
    outline: 0;
    color: #222;
    position: relative;

}
.form-control{
    font-family: Nunito Sans, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    margin: 2px 8px 6px 0;
    padding: 6px 22px 5px 16px;
    border: 1px solid #c4c4c4;
    border-radius: 6px;
    outline: 0;
    color: #222;
    position: relative;
}
#apply_filters{
    
}
.attribute-group h4{
    padding: 12px 12px 12px 0;
    font-size: 16px;
    width: 100%;
    height: 100%;
    font-weight: 700;
    line-height: 22px;
    color: #222;
    position: relative;
}
.filters__projects-count{
    padding: 12px 12px 12px 0;
    font-size: 16px;
    width: 100%;
    height: 100%;
    font-weight: 700;
    line-height: 22px;
    color: #222;
}
#home-filter-form label{
    padding: 8px 8px 6px 0;
    font-size: 14px;
    width: 100%;
    height: 100%;
    font-weight: 500;
    line-height: 20px;
    color: #222;
}
#home-filter-form  form > div{
    margin-bottom: 8px;;
}
#home-filter-form select{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 8px 0 12px;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.filter-button-wrapper {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding: 10px 0;
    z-index: 100;
}
#home-filter-form-wrapper {
    position: relative;
}

.filter-sticky-footer {
    position: sticky;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 10000;
}
.form-switch {
  position: relative;
  display: flex;
  align-items: center;
}

.form-switch .form-check-input {
  appearance: none;
  width: 2.5em;
  height: 14px;
  background-color: #dee2e6;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(0,0,0,0.25)'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1em 1em;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out, background-color 0.15s ease-in-out;
  border: 1px solid #ced4da;
  cursor: pointer;
}

.form-switch .form-check-input:checked {
  background-color: #0d6efd;
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
}

.form-switch .form-check-label {
  margin-left: 0.5em;
  user-select: none;
}
.form-group > label{
    padding: 8px 8px 8px 0;
    font-size: 14px !important;
    width: 100%;
    height: 100%;
    font-weight: 700 !important;  
    line-height: 20px;
    color: #222;
    margin-bottom: 8px;;
}
.form-group .form-check{
  /* padding: 8px 8px 8px 0;   */
}
.filter--title-sp{
    padding: 8px 8px 8px 0;
    font-size: 16px !important;
    width: 100%;
    height: 100%;
    font-weight: 700 !important;  
    line-height: 20px;
    color: #222;
    margin-bottom: 8px;
}
.active-filters__group{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 10px;
    margin-bottom: 10px;;
}
.active-filters__group .active-filters__title{
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-right: 8px;
    line-height: 20px;
}
.active-filters__tags > span{
       font-family: Nunito Sans, sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #646464;
    background: #fff;
    height: 24px;
    padding: 4px 12px 4px 12px;
    border: 1px solid #ddd;
    border-radius: 12px;
    cursor: pointer;
    transition: .3s;
    outline: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    position: relative; 
    margin-right: 8px;
}
.clear-all-filters{
      font-family: Nunito Sans, sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #646464;
    background: #fff;
    height: 24px;
    padding: 4px 12px 4px 12px;
    border: 1px solid #ddd;
    border-radius: 12px;
    cursor: pointer;
    transition: .3s;
    outline: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    position: relative; 
    margin-right: 8px; 
}
.form-check{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.form-check-input {
    margin-right: 5px;
}


.filter-count {
    background:#d61229;
    color: #fff;
    border-radius: 50%;
    padding: 0px 8px;
    font-size: 12px;
    margin-left: 6px;
    display: none;
}

.active-value {
    color: #d61229; /* Красная подсветка активного значения */
    font-weight: 600;
}

.filter-content.collapsed {
    display: none;
}

.arrow {
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border: solid #646464;
    border-width: 0 2px 2px 0;
    border-radius: 1px;
    transform: rotate(45deg);
    transition: .3s;
    pointer-events: none;
}
.filter-header.collapsed .arrow {
    transform: rotate(0deg);
}
.form-group-wrapper.collapsed {
    display: none;
}
.attribute-group{
    border-bottom: 1px solid #eee;
}
.selected-values {
    font-size: 12px;
    margin-top: 4px;
    color: #d61229;
}
.hide-count {
  display: none !important;
}
.filters__filter-list{
    overflow: visible !important;
}
@media (max-width: 1260px) {
    
    .filters{
        padding: 0 20px 100px;
        overflow-y: auto !important;
        justify-content: flex-start !important;
    }
    .filters__projects-count{
        height: auto;
    }
        .listing__offers .offer {
        margin-left: 13px !important;
    }

}