.filter {
  padding: 20px 0 30px 0;
  font-size: 16px;
}
.filter div.filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .filter {
    display: none;
  }
}
.filter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 100%;
}
.filter input::-webkit-input-placeholder {
  color: var(--c-lightengrey3);
}
.filter input::-moz-placeholder {
  color: var(--c-lightengrey3);
}
.filter input:-ms-input-placeholder {
  color: var(--c-lightengrey3);
}
.filter input::-ms-input-placeholder {
  color: var(--c-lightengrey3);
}
.filter input::placeholder {
  color: var(--c-lightengrey3);
}
.filter button {
  cursor: pointer;
}
.filter a {
  text-decoration: none;
  color: var(--c-lightblue);
}
.filter .Title {
  margin-top: 0;
  margin-bottom: 0;
}
.filter__psychoCheckBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.filter__psychoCheckItem input:disabled + span {
  cursor: inherit;
}
.filter__psychoCheckItem input:checked + span {
  background: var(--c-darkred);
  color: var(--c-white);
}
.filter__psychoCheckItem span {
  padding: 10px 15px;
  min-height: 45px;
  cursor: pointer;
  background: var(--c-white);
  display: block;
  color: var(--c-darkblack);
}
.filter__psychoCheckItem:first-of-type span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.filter__psychoCheckItem:not(:last-of-type) {
  border-right: 1px solid var(--c-grey);
}
.filter__psychoCheckItem input[type=checkbox] {
  display: none;
}
.filter__psychoCheckItem--space span {
  border-radius: 6px;
}
.filter__psychoCheckItem--space:not(:first-of-type) span {
  margin: 0;
}
@media screen and (max-width: 769px) {
  .filter__psychoCheckItem--space {
    width: 100%;
  }
  .filter__psychoCheckItem--space span {
    width: 100%;
    text-align: center;
  }
}
.filter__psychoCheckItem--cottages span {
  padding: 10px 10px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  border-right: 1px solid var(--c-grey);
}
.filter__searchBox {
  position: relative;
  padding: 11px 19px 11px 14px;
  background: var(--c-white);
  width: 473px;
  border-left: 1px solid var(--c-grey);
  border-right: 1px solid var(--c-grey);
}
.filter__searchBox input {
  outline: none;
  border: 0;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--c-darkblack);
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 130px;
  max-width: 130px;
  background: var(--c-white);
}
@media screen and (max-width: 576px) {
  .filter__searchBox {
    width: 100%;
  }
}
.filter__searchBoxItem input {
  display: none;
}
.filter__searchBoxList {
  position: absolute;
  z-index: 99;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px 0;
  border: 1px solid var(--c-grey);
  top: 50px;
  left: 0;
  width: 100%;
  padding: 10px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  background: var(--c-white);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-height: 135px;
  overflow: auto;
  scrollbar-color: var(--c-darkred) var(--c-grey);
  scrollbar-width: thin;
}
.filter__searchBoxList::-webkit-scrollbar {
  height: 20px;
  width: 7px;
}
.filter__searchBoxList::-webkit-scrollbar-track {
  background: var(--c-grey);
  border-radius: 5px;
}
.filter__searchBoxList::-webkit-scrollbar-thumb {
  background: var(--c-darkred);
  border-radius: 5px;
  border: 1px solid var(--c-darkred);
}
.filter__searchBoxList.focused {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filter__searchBoxList .filterModal__itemsItem {
  cursor: pointer;
}
.filter__currencyBox .filter__currencyItem {
  height: 45px;
  min-width: 102px;
  max-width: 102px;
  border-right: 1px solid var(--c-grey);
}
.filter__currencyBox .filter__currencyItem input {
  outline: none;
  border: 0;
  padding: 11px 14px;
  height: 45px;
  width: 100%;
}
.filter__currencyBox .filter__currencyItem input[type=number] {
  -moz-appearance: textfield;
}
.filter__currencyBox .filter__currencyItem input[type=number]::-webkit-outer-spin-button, .filter__currencyBox .filter__currencyItem input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.filter__currencyBox .filter__currencyItem .dropDownElement {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  min-width: 81px;
}
.filter__currencyBox .filter__currencyItem .dropDownElement input {
  width: 81px;
}
.filter__currencyBox .filter__currencyItem .dropDownElement .dropDownElement__text {
  min-width: 85px;
  border: 0;
  background: var(--c-white);
  height: 45px;
  line-height: 50px;
  border-radius: 0;
}
.filter__currencyBox .filter__currencyItem .dropDownElement .dropDownElement__icon {
  top: 15px;
}
@media screen and (max-width: 576px) {
  .filter__currencyBox {
    width: 100%;
    gap: 10px 0;
  }
  .filter__currencyBox .filter__currencyItem input {
    height: calc(100% - 2px);
    margin: 1px 2px 2px 1px;
    width: calc(100% - 2px);
  }
  .filter__currencyBox .filter__currencyItem:not(:last-of-type) {
    width: 50%;
    min-width: 50%;
  }
  .filter__currencyBox .filter__currencyItem:nth-child(2n) {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
  }
  .filter__currencyBox .filter__currencyItem:last-of-type {
    border-radius: 6px;
    width: 90%;
    min-width: 90%;
  }
  .filter__currencyBox .filter__currencyItem:last-of-type .dropDownElement .dropDownElement__text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.filter__currencyBox--cottages .filter__currencyItem:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 184px;
  background: var(--c-white);
}
.filter__currencyBox--cottages .filter__currencyItem:last-of-type input {
  padding: 11px 0px 11px 14px;
}
.filter__currencyBox--cottages .filter__currencyItem:last-of-type span {
  display: block;
  min-width: 94px;
  background: var(--c-white);
  padding-right: 5px;
}
@media screen and (max-width: 576px) {
  .filter__currencyBox--cottages .filter__currencyItem:first-of-type {
    min-width: 30%;
    width: 30%;
  }
  .filter__currencyBox--cottages .filter__currencyItem:last-of-type {
    border-radius: 0;
    min-width: 70%;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
  }
}
.filter__currencyBox--rentFlats .filter__currencyItem:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 163px;
  background: var(--c-white);
}
.filter__currencyBox--rentFlats .filter__currencyItem:last-of-type input {
  padding: 11px 0px 11px 14px;
}
.filter__currencyBox--rentFlats .filter__currencyItem:last-of-type span {
  display: block;
  min-width: 94px;
  background: var(--c-white);
  padding-right: 5px;
}
.filter__currencyBox--rentFlats .filter__currencyItem:last-of-type .dropDownElement__text {
  min-width: 159px;
}
@media screen and (max-width: 576px) {
  .filter__currencyBox--rentFlats .filter__currencyItem:first-of-type {
    min-width: 50%;
    width: 50%;
  }
  .filter__currencyBox--rentFlats .filter__currencyItem:last-of-type {
    border-radius: 0;
    min-width: 90%;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
  }
  .filter__currencyBox--rentFlats .filter__currencyItem:last-of-type .dropDownElement {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.filter__currencyBox--commerce .filter__currencyItem:first-of-type {
  min-width: 115px;
  max-width: 115px;
}
.filter__currencyBox--commerce .filter__currencyItem:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 102px;
  background: var(--c-white);
}
.filter__currencyBox--commerce .filter__currencyItem:last-of-type input {
  padding: 11px 11px 11px 14px;
}
.filter__currencyBox--commerce .filter__currencyItem:last-of-type span {
  display: block;
  min-width: 30px;
  background: var(--c-white);
  padding-right: 5px;
}
@media screen and (max-width: 576px) {
  .filter__currencyBox--commerce .filter__currencyItem:first-of-type {
    min-width: 50%;
    width: 50%;
  }
  .filter__currencyBox--commerce .filter__currencyItem:last-of-type {
    border-radius: 0;
    min-width: 50%;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
  }
}
.filter__currencyBox--commercePrice .filter__currencyItem:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 109px;
  background: var(--c-white);
}
.filter__currencyBox--commercePrice .filter__currencyItem:last-of-type input {
  padding: 11px 11px 11px 14px;
}
.filter__currencyBox--commercePrice .filter__currencyItem:last-of-type span {
  display: block;
  min-width: 30px;
  background: var(--c-white);
  padding-right: 5px;
}
@media screen and (max-width: 576px) {
  .filter__currencyBox--commercePrice .filter__currencyItem:first-of-type {
    min-width: 50%;
    width: 50%;
  }
  .filter__currencyBox--commercePrice .filter__currencyItem:last-of-type {
    border-radius: 6px;
    min-width: 90%;
  }
  .filter__currencyBox--commercePrice .filter__currencyItem:last-of-type .dropDownElement {
    min-width: 100%;
  }
}
.filter .SmartFilterZagorod .filter__currencyBox .filter__currencyItem .dropDownElement .dropDownElement__text {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.filter .SmartFilterZagorod .filter__currencyBox .filter__currencyItem:last-of-type {
  border-right: none;
}
.filter .SmartFilterRent .filter__currencyBox .filter__currencyItem:last-of-type {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.filter .SmartFilterRent .filter__currencyBox .filter__currencyItem:last-of-type {
  border-right: none;
}
.filter .SmartFilterBuild .filter__currencyBox .filter__currencyItem:last-of-type {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.filter .SmartFilterBuild .filter__currencyBox .filter__currencyItem:last-of-type {
  border-right: none;
}
.filter .SmartFilterCommerce .filter__currencyBox .filter__currencyItem.currencyBox--commerce {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.filter .SmartFilterCommerce .filter__directionBox--cottages--commerceSmall:first-of-type .dropDownElement__text {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.filter .SmartFilterCommerce .filter__currencyBox .filter__currencyItem:last-of-type {
  border-right: none;
}
.filter .SmartFilterCommerce .filter__directionBox.filter__directionBox--cottages.filter__directionBox--cottages--commerceSmall:nth-child(1n) {
  max-width: 160px;
  min-width: 160px;
}
.filter .SmartFilterCommerce .filter__directionBox.filter__directionBox--cottages.filter__directionBox--cottages--commerceSmall:nth-child(1n) .dropDownElement {
  max-width: 160px;
  min-width: 160px;
}
.filter .SmartFilterCommerce .filter__directionBox.filter__directionBox--cottages.filter__directionBox--cottages--commerceSmall:nth-child(1n) .dropDownElement__text {
  max-width: 160px;
  min-width: 160px;
}
.filter .SmartFilterCommerce .filter__directionBox.filter__directionBox--cottages.filter__directionBox--cottages--commerceSmall:nth-child(2n) {
  max-width: 140px;
  min-width: 140px;
}
.filter .SmartFilterCommerce .filter__directionBox.filter__directionBox--cottages.filter__directionBox--cottages--commerceSmall:nth-child(2n) .dropDownElement {
  max-width: 140px;
  min-width: 140px;
}
.filter .SmartFilterCommerce .filter__directionBox.filter__directionBox--cottages.filter__directionBox--cottages--commerceSmall:nth-child(2n) .dropDownElement__text {
  max-width: 140px;
  min-width: 140px;
}
.filter .SmartFilterCommerce .filter__directionBox.filter__directionBox--cottages.filter__directionBox--cottages--commerceBig {
  max-width: 215px;
  min-width: 215px;
}
.filter .SmartFilterCommerce .filter__directionBox.filter__directionBox--cottages.filter__directionBox--cottages--commerceBig .dropDownElement {
  max-width: 215px;
  min-width: 215px;
}
.filter .SmartFilterCommerce .filter__directionBox.filter__directionBox--cottages.filter__directionBox--cottages--commerceBig .dropDownElement__text {
  max-width: 215px;
  min-width: 215px;
}
.filter__directionBox--cottages .dropDownElement {
  min-width: 237px;
  max-width: 237px;
  max-height: 45px;
}
.filter__directionBox--cottages .dropDownElement__text {
  max-height: 45px;
  background: var(--c-white);
  min-width: 237px;
  max-width: 237px;
  border: 0;
  border-radius: inherit;
  border-right: 1px solid var(--c-grey);
}
.filter__directionBox--cottages .dropDownElement__listItem {
  padding: 12px 9px;
}
.filter__directionBox--cottages .dropDownElement__listItem input[type=checkbox] {
  display: none;
}
.filter__directionBox--cottages .dropDownElement__listItem input[disabled] + span {
  color: var(--c-grey);
}
.filter__directionBox--cottages .dropDownElement__listItem label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.filter__directionBox--cottages .dropDownElement__listItem label input:checked + span:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiByeD0iNCIgZmlsbD0iI0FGMUI1NyIvPgo8cGF0aCBkPSJNNC41IDEyLjVMOSAxN0wxOSA2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==);
  border: 1px solid var(--c-darkred);
  background-size: contain;
}
.filter__directionBox--cottages .dropDownElement__listItem label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  line-height: 24px;
}
.filter__directionBox--cottages .dropDownElement__listItem label span:before {
  content: "";
  display: block;
  margin-right: 10px;
  border-radius: 6px;
  border: 1px solid var(--c-grey);
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.filter__directionBox--cottages--commerceSmall .dropDownElement {
  min-width: 171px;
  max-width: 171px;
  height: 45px;
}
.filter__directionBox--cottages--commerceSmall .dropDownElement__text {
  background: var(--c-white);
  min-width: 171px;
  max-width: 171px;
  height: 45px;
}
.filter__directionBox--cottages--commerceBig .dropDownElement {
  min-width: 245px;
  max-width: 245px;
  height: 45px;
}
.filter__directionBox--cottages--commerceBig .dropDownElement__text {
  background: var(--c-white);
  min-width: 245px;
  max-width: 245px;
  height: 45px;
}
@media screen and (max-width: 576px) {
  .filter__directionBox--cottages {
    width: 100%;
  }
  .filter__directionBox--cottages .dropDownElement {
    min-width: 100%;
    max-width: 100%;
  }
  .filter__directionBox--cottages .dropDownElement__text {
    min-width: 100%;
    max-width: 100%;
  }
}
.filter__currencyIcon {
  width: 20px;
  height: 20px;
}
.filter__currencyIcon div:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDIyLjVDMTcuNTIyOCAyMi41IDIyIDE4LjAyMjggMjIgMTIuNUMyMiA2Ljk3NzE1IDE3LjUyMjggMi41IDEyIDIuNUM2LjQ3NzE1IDIuNSAyIDYuOTc3MTUgMiAxMi41QzIgMTguMDIyOCA2LjQ3NzE1IDIyLjUgMTIgMjIuNVoiIHN0cm9rZT0iI0QzRDNEMyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTEyIDE2LjVWMTIuNSIgc3Ryb2tlPSIjRDNEM0QzIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTIgOC41SDEyLjAxIiBzdHJva2U9IiNEM0QzRDMiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  display: block;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .filter__currencyIcon {
    position: absolute;
    right: 5px;
    bottom: 38%;
    height: 25px;
    width: 25px;
  }
  .filter__currencyIcon div:before {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 576px) {
  .filter__currencyIcon--cottages {
    bottom: 21%;
  }
}
@media screen and (max-width: 576px) {
  .filter__currencyIcon--newbuild {
    bottom: 25%;
  }
}
@media screen and (max-width: 576px) {
  .filter__currencyIcon--commerce {
    bottom: 44%;
  }
}
.filter__moreFilter button {
  height: 45px;
  font-weight: bold;
  border: none;
  min-width: 77px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  outline: none;
  background: var(--c-white);
  padding: 12px 16px;
  color: var(--c-darkblack);
}
.filter__acceptFilter button {
  height: 45px;
  font-weight: bold;
  border: 1px solid var(--c-darkyellow);
  border-radius: 6px;
  outline: none;
  background: var(--c-darkyellow);
  padding: 12px 16px;
  min-width: 197px;
  color: var(--c-darkblack);
}
.filter__acceptFilter--commerce button {
  min-width: 248px;
}
.filter__clearFilter {
  margin-right: 20px;
}
.filter__clearFilter a {
  height: 45px;
  font-weight: bold;
  border-radius: 6px;
  outline: none;
  background: var(--c-white);
  padding: 12px 16px;
  color: var(--c-darkblack);
  border: none;
  min-width: 140px;
  width: 140px;
  display: block;
  text-align: center;
}
.filter__btnReloadPage {
  padding: 0 55px !important;
  font-size: 16px;
}
@media screen and (max-width: 576px) {
  .filter__btnReloadPage {
    width: 100%;
  }
  .filter__btnReloadPage a {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .filter__moreFilter, .filter__acceptFilter {
    width: 100%;
  }
  .filter__moreFilter button, .filter__acceptFilter button {
    width: 100%;
  }
}

.filterModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 769px) {
  .filterModal {
    z-index: 10000;
  }
}
.filterModal__container {
  position: relative;
  top: 32px;
  height: calc(100% - 64px);
  width: 1024px;
  margin: 0 auto;
  background: var(--c-white);
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .filterModal__container {
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .filterModal__container {
    top: 0;
  }
}
.filterModal__header {
  padding: 20px 30px;
}
.filterModal__headerTitle {
  color: var(--c-darkblack);
  font-weight: bold;
  font-size: 19px;
}
.filterModal__close {
  background: var(--c-white);
  border: 0;
  outline: none;
  padding: 0;
}
.filterModal__close:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxIDdMNyAyMSIgc3Ryb2tlPSIjMjIyNDI1IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNyA3TDIxIDIxIiBzdHJva2U9IiMyMjI0MjUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: contain;
  height: 28px;
  width: 28px;
  display: block;
}
.filterModal__body {
  height: calc(100% - 84px - 61px);
  padding: 20px 30px;
  overflow: auto;
  scrollbar-color: var(--c-darkred) var(--c-grey);
  scrollbar-width: thin;
}
.filterModal__body::-webkit-scrollbar {
  height: 20px;
  width: 7px;
}
.filterModal__body::-webkit-scrollbar-track {
  background: var(--c-grey);
  border-radius: 5px;
}
.filterModal__body::-webkit-scrollbar-thumb {
  background: var(--c-darkred);
  border-radius: 5px;
  border: 1px solid var(--c-darkred);
}
@media screen and (max-width: 769px) {
  .filterModal__body {
    padding: 0 30px 20px 30px;
    height: calc(100% - 105px - 61px);
  }
}
.filterModal__fastSearch {
  background: var(--c-white);
  border: 1px solid var(--c-grey);
  border-radius: 5px;
  height: 41px;
  padding: 10px 14px;
  outline: none;
}
.filterModal__itemsBox {
  width: 95%;
}
.filterModal__itemsBox--moreFilter {
  gap: 0 80px;
}
.filterModal__itemsBox--moreFilter .filter__currencyBox {
  min-width: 250px;
}
@media screen and (max-width: 769px) {
  .filterModal__itemsBox--moreFilter .filter__currencyBox {
    min-width: 100%;
  }
}
.filterModal__itemsBox--moreFilter .filter__currencyBox .filter__currencyItem {
  min-width: 125px;
  max-width: 125px;
}
@media screen and (max-width: 769px) {
  .filterModal__itemsBox--moreFilter .filter__currencyBox .filter__currencyItem {
    min-width: 50%;
    max-width: 50%;
  }
  .filterModal__itemsBox--moreFilter .filter__currencyBox .filter__currencyItem:last-of-type {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
  }
}
.filterModal__itemsBox--moreFilter .filter__currencyBox input {
  width: 98%;
}
@media screen and (max-width: 769px) {
  .filterModal__itemsBox--moreFilter {
    gap: 20px 0;
  }
}
@media screen and (max-width: 769px) {
  .filterModal__itemsBox {
    width: 100%;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
.filterModal__itemsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px;
  gap: 40px 0;
}
.filterModal__itemsList input[type=checkbox] {
  display: none;
}
.filterModal__itemsList input[disabled] + span {
  color: var(--c-grey);
}
.filterModal__itemsList label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.filterModal__itemsList label input:checked + span:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiByeD0iNCIgZmlsbD0iI0FGMUI1NyIvPgo8cGF0aCBkPSJNNC41IDEyLjVMOSAxN0wxOSA2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==);
  border: 1px solid var(--c-darkred);
  background-size: contain;
}
.filterModal__itemsList label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  line-height: 24px;
}
.filterModal__itemsList label span:before {
  content: "";
  display: block;
  margin-right: 10px;
  border-radius: 6px;
  border: 1px solid var(--c-grey);
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .filterModal__itemsList {
    gap: 10px 0;
  }
}
.filterModal__itemsList--commerce {
  gap: inherit;
  padding-top: 0;
}
.filterModal__itemsList--commerce span:before {
  background: var(--c-white);
}
@media screen and (max-width: 576px) {
  .filterModal__itemsList--commerce {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}
.filterModal__itemsColumn {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
}
@media screen and (max-width: 769px) {
  .filterModal__itemsColumn {
    width: 100%;
  }
}
.filterModal__itemsMainItem {
  font-weight: bold;
}
.filterModal__footer {
  position: relative;
  bottom: 0;
  min-height: 83px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 20px rgba(151, 151, 151, 0.2);
          box-shadow: 0px 4px 20px rgba(151, 151, 151, 0.2);
  border-radius: 0px 0px 5px 5px;
  padding: 0 20px;
}
.filterModal__footer button {
  min-width: 153px;
  height: 45px;
  lin-height: 45px;
  border-radius: 6px;
}
@media screen and (max-width: 769px) {
  .filterModal__footer {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 10px 0;
    padding: 10px 20px;
  }
}
.filterModal__clearBtn {
  color: var(--c-darkblack);
  border: 1px solid var(--c-darkblack);
  background: var(--c-white);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .filterModal__clearBtn {
    width: 60%;
  }
}
@media screen and (max-width: 576px) {
  .filterModal__clearBtn {
    width: 100%;
  }
}
.filterModal__acceptBtn {
  border: 1px solid var(--c-darkyellow);
  background: var(--c-darkyellow);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .filterModal__acceptBtn {
    width: 60%;
  }
}
@media screen and (max-width: 576px) {
  .filterModal__acceptBtn {
    width: 100%;
  }
}

.filterLoading {
  position: relative;
  z-index: 1;
}
.filterLoading:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #F4F4F4;
  z-index: 9999;
  opacity: 0.5;
}
.filterLoading:after {
  position: absolute;
  z-index: 9999 !important;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  height: 20px;
  content: "";
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-name: load8;
  animation-name: load8;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border: 4px solid #eee;
  border-top-color: #2A55A4;
  border-radius: 100%;
}
.filterLoading > .filterLoading__text {
  display: none;
}