/**handles:filtr**/
.field-title
{
    text-align: right;
    padding-top: 8px;
}
.btn-ext-search-desktop {
  
  font-weight: 600;
  margin-top: 4px;
  cursor: pointer;
  margin: 15px 0;
  padding: 5px 0;
}
.d-none {
  display: none !important;
}
.wrapper {
  max-width: 1200px;
  margin-top: 20px;
}
.main-filter-side
{
  order: -11;
  width: 100%;
}

.main-filter-side-bg {
  background: #fff;
  border-radius: 5px;
  padding: 25px;
}
.custom-select select {
  display: none;
}

.select-hide {
  display: none;
}

.select-items {
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  max-height: 200px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.select-selected {
  color: #6c757d;
  padding: 8px 16px;
  border: 1px solid #ddd;
  border-radius: .25rem;
  cursor: pointer;
  user-select: none;
  background-color: #ffffff;
}
.select-selected::after {
  position: absolute;
  content: "";
  top: 20px;
  right: 15px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-color: #333 transparent transparent transparent;
}
.custom-select {
  position: relative;
}
.col {
  flex: 1 0 0%;
}
.row {
  --bs-gutter-x: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.select-items div {
  padding: 8px 16px;
  cursor: pointer;
  user-select: none;
}
.choices__placeholder {
  opacity: 1;
  color: #6c757d;
  font-weight: 400;
}
.select-items div {
  padding: 8px 16px;
  cursor: pointer;
  user-select: none;
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  margin-top: 8px;
}
.btn {
  display: inline-block;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  padding: 12px 30px;
  font-size: 14px;
  border-radius: 50px;
  width: 100%;
  transition: var(--transition);
  -o-transition: var(--transition);
  -moz-transition: var(--transition);
  -webkit-transition: var(--transition);
}
.btn-check:focus + .btn-primary, .btn-primary, .btn-primary:focus, .btn-primary:hover {
  background-color: #ff0000;
  border-color: #ff0000;
}
.form-control {
  display: block;
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 1.5;
  background-clip: padding-box;
  border: 1px solid #ddd;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.main-filter-selects {
  margin: 12px 0;
}

@media screen and (max-width: 750px) {
  .main-filter-selects .row {
    display: block;
  }
  .main-filter-selects .col {
    float:right;
  }
}