.filter {
  max-width: 1175px;
  margin: 0 auto 87px; }
  .filter__mobile {
    display: none; }
  .filter__close-mobile {
    display: none; }
  .filter__buttons {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 43px;
    row-gap: 20px;
    padding: 30px 0;
    position: relative;
    margin: 0 0 35px;
    overflow: visible;
    z-index: 5;
    flex-wrap: wrap; }
    .filter__buttons:before {
      content: '';
      position: absolute;
      width: 100vw;
      height: 100%;
      left: 50%;
      transform: translateX(-50%);
      background-color: #f9f9f9;
      z-index: -1; }
    @media (max-width: 1250px) {
      .filter__buttons {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 20px; } }
  .filter__change-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    line-height: 1.1;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 15px;
    min-width: 200px;
    min-height: 51px;
    background-color: #EBB788;
    transition: 0.2s ease; }
    .filter__change-btn:hover {
      background-color: #C19267; }
    .filter__change-btn:after {
      content: '';
      position: absolute;
      right: -21px;
      top: 50%;
      transform: translateY(-50%);
      height: 30px;
      width: 1px;
      background-color: #E3D0BF; }
    @media (max-width: 1199px) {
      .filter__change-btn:after {
        display: none; } }
  .filter__item:last-child .filter__change-btn:after {
    display: none; }
  .filter__form-bottom, .filter__form-top {
    display: flex;
    justify-content: space-between; }
  .filter__form-item {
    width: 280px;
    margin-bottom: 16px; }
    .filter__form-item select {
      border: 1px solid rgba(0, 0, 0, 0.2);
      width: 100%;
      height: 46px;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 19px;
      color: #605147;
      padding-left: 8px !important; }
      .filter__form-item select:focus-visible {
        outline: none; }
    .filter__form-item label {
      display: block;
      font-family: "Oswald", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 27px;
      letter-spacing: 0.04em;
      color: #000000;
      margin-bottom: 4px;
      padding-left: 10px; }
  .filter__id-content {
    display: flex; }
  .filter__price {
    background: rgba(0, 0, 0, 0.2); }
  .filter__id {
    height: 46px;
    width: 140px; }
    .filter__id input {
      width: 140px;
      height: 46px; }
  .filter__price-content {
    display: flex;
    justify-content: space-between;
    width: 470px; }
    .filter__price-content input {
      width: 230px;
      height: 46px; }
  .filter__buttons-mobile {
    margin-top: 32px; }
  .filter__form-id {
    width: 140px; }
  .filter .btn-reset {
    display: none; }
  .filter .btn-found {
    position: relative;
    width: 228px;
    height: 46px;
    background: #ebb788;
    padding: 12px 0;
    align-items: center;
    transition: 0.5s; }
    .filter .btn-found span {
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 20px;
      text-align: center;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      font-family: "Oswald", sans-serif;
      color: #000000;
      padding: 0; }
    .filter .btn-found:hover {
      cursor: pointer; }

.filter__buttons-mobile .button--winona::after {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  color: #000000;
  padding: 12px; }

@media (max-width: 4500.98px) and (min-width: 1199.98px) {
  .filter__buttons-mobile .button--winona:hover::after {
    transition: all 0.5s;
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.filter input {
  color: #000000;
  font-size: 16px;
  line-height: 19px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 6px 8px; }
  .filter input::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #605147; }

.filter__form-item select {
  background: url(/assets/desktop/icons/arrow.svg) no-repeat center right 20px;
  padding-left: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 30px; }
  .filter__form-item select:hover {
    cursor: pointer; }

.filter__form-item.filter__form-price {
  width: 470px; }

.filter__form-item select:focus {
  outline: none !important; }

@media (max-width: 1440px) {
  .filter {
    margin: 45px auto 87px; } }

@media (max-width: 1199px) {
  .filter {
    max-width: 100%;
    padding: 0 20px; }
  .filter__form-item {
    width: 24%; }
  .filter {
    margin: 40px auto 60px; }
  .filter__price-content,
  .filter__form-item.filter__form-price {
    width: 340px; }
  .filter__form-item.filter__form-id {
    width: 140px; }
  .filter__price-content input {
    width: 49%; }
  .filter__buttons-mobile {
    margin-top: 31px; } }

@media (max-width: 1023px) {
  .filter__form-item label {
    font-size: 17px; }
  .filter .btn-found {
    width: 160px; }
  .filter__price-content,
  .filter__form-item.filter__form-price {
    width: 220px; } }

@media (max-width: 767px) {
  #filter-form {
    padding-bottom: 70px; }
  .filter__content {
    height: 100vh; }
  .filter__mobile {
    max-width: 300px;
    height: 55px;
    display: flex;
    background: #ebb788;
    margin: 0 auto;
    justify-content: center;
    align-items: center; }
    .filter__mobile p {
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 20px;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      font-family: "Oswald", sans-serif;
      color: #000000; }
  .filter__mobile img {
    margin-right: 10px; }
  .filter__block {
    display: none; }
  .filter {
    margin: 30px auto; }
  .filter__block.show {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1013;
    background: #fafafa;
    padding: 50px;
    overflow: auto; }
  .button-close {
    position: absolute;
    top: 15px;
    right: 50px; }
  .button-close img {
    width: 35px; }
  .filter__close-mobile {
    display: block; }
  .filter__form-bottom,
  .filter__form-top {
    flex-wrap: wrap; }
  .filter__form-item {
    width: 48%; }
  .filter__form-item.filter__form-id {
    width: 48%; }
  .filter__id,
  .filter__id input {
    width: 100%; }
  .filter__price-content,
  .filter__form-item.filter__form-price {
    width: 100%; }
  .filter__price-content input {
    width: 48%; }
  .filter__buttons-mobile {
    margin: 40px auto 0; }
  .button-close img {
    width: 35px; }
  .filter__buttons-mobile {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 50px;
    background: #fafafa;
    z-index: 7;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    color: #000000; }
  .filter__buttons-mobile .btn-reset {
    font-style: normal;
    margin-bottom: 10px;
    justify-content: center;
    display: flex;
    align-items: center;
    background: inherit;
    border: 1px solid #ebb788;
    font-weight: 400;
    height: 46px;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    color: #000000; }
  .filter__buttons-mobile .btn-found {
    background-color: #ebb788;
    color: #000000;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    justify-content: center;
    display: flex;
    align-items: center; }
  .filter__buttons-mobile .btn-reset,
  .filter__buttons-mobile .btn-found {
    width: 48%;
    height: 40px;
    border-radius: 0; }
  .filter__form-bottom {
    padding-bottom: 110px; } }

@media (max-width: 480px) {
  .filter__block.show {
    padding: 50px 20px; }
  .filter__form-item.filter__form-id,
  .filter__form-item {
    width: 100%; }
  .filter__form-item.filter__form-id,
  .filter__id {
    height: auto; }
  .filter__form-item label {
    font-size: 16px;
    line-height: 22px; }
  .button-close {
    top: 10px;
    right: 10px; }
  .filter__form-item select {
    height: 40px;
    font-size: 14px;
    line-height: 16px; }
  .filter__id input {
    font-size: 14px;
    line-height: 16px;
    height: 40px; }
  .filter input {
    font-size: 14px;
    line-height: 16px; }
    .filter input::placeholder {
      font-size: 14px;
      line-height: 16px; }
  .filter__form-bottom {
    padding-bottom: 60px; } }

/*# sourceMappingURL=filter.css.map */
