/**/
.buy-widget {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 120px;
}

.filter-wrap-js {
  width: 100%;
}
.buy-widget__title {
  font-weight: 500;
  border-bottom: none;
  padding-bottom: 5px;
}
.buy__label {
  font-size: 13px;
  display: block;
  margin-bottom: 0;
  padding-bottom: 1rem;
}
.select2-container--default .select2-results > .select2-results__options {
  padding-bottom: 5px;
  border-radius: 0 0 5px 5px;
}
.buy__cusom-select .select2-container .select2-selection--single {
  height: 28px;
}
.buy__cusom-select
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 28px;
  font-size: 13px;
}
.buy__input {
  height: 28px;
}
.buy-year .buy__label {
  min-height: inherit;
  margin-bottom: 0;
}
.buy__cusom-select
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 6px;
}
.buy-year__title {
  margin-right: 20px;
}
.buy__label {
  min-height: 16px;
  line-height: 1;
}
.buy-section {
  margin-bottom: 0.7rem;
}
.buy-year {
  display: flex;
  align-items: center;
}
.buy-year-controls .col {
  padding-left: 6px;
  padding-right: 6px;
}
.buy-section .radio__label {
  padding: 0.2rem 2.5rem;
  font-size: 1.3rem;
  line-height: 1;
}
.buy-section .checkbox__btn .radio__label {
  padding: 0.8rem 2.5rem;
}

.buy-year-controls {
  display: flex;
  align-items: center;
  flex: 1;
}
.buy-widget .btn_submit {
  margin-top: 15px;
  padding: 1rem 3rem;
}
.section_t-offset {
  padding-top: 3rem;
}
.full_auto {
  padding-top: 2rem;
  padding-bottom: 2rem;
  min-height: inherit;
  height: inherit;
}
.full_auto .page-title {
  position: absolute;
  bottom: 0;
  left: 15px;
  margin-bottom: 0 !important;
}
.full .wrapper.wrapper_medium {
  align-items: center;
  height: 100%;
  min-height: calc(100vh - 30.6rem);
}
.select2-results__option {
  padding: 6px;
  -webkit-user-select: none;
  user-select: none;
  font-size: 13px;
  padding-left: 15px;
}
.select2-search--dropdown {
  display: block;
  padding: 4px 15px;
}
.select2-search.select2-search--dropdown {
  position: relative;
}
.select2-search.select2-search--dropdown:before {
  content: "";
  width: 22px;
  top: 9px;
  height: 22px;
  background: url(../images/select-magnifiying-glass.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 23px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e8e6e6;
  height: 34px;
  padding-left: 15px;
  padding-right: 50px;
}
.buy__cusom-select .select2-selection__placeholder {
  line-height: 3rem;
}
.filter-w.active {
  background: #fff;
  border-radius: 3px 3px 0 0;
}

.filter-w.active .buy__label {
  color: #000;
}
.buy__label {
  position: relative;
}
.select2-container--open .select2-dropdown--below {
  -webkit-box-shadow: 0px 4px 6px 0px rgba(34, 60, 80, 0.09);
  -moz-box-shadow: 0px 4px 6px 0px rgba(34, 60, 80, 0.09);
  box-shadow: 0px 4px 6px 0px rgba(34, 60, 80, 0.09);
}
.select2-dropdown {
  border: none;
}

@media (max-width: 1400px) {
  .buy-section {
    margin-bottom: 0.8rem;
  }
}
@media (max-height: 695px) {
}
@media (max-width: 990px) {
  .full-info {
    background-color: #404243;
  }
  .full .wrapper.wrapper_medium {
    padding-left: 0;
    padding-right: 0;
    min-height: auto;
  }
  .full-buy .page-title {
    padding-left: 0;
    font-size: 20px;
  }
  .buy-widget {
    padding: 0 15px 15px;
    width: 100%;
  }
  .full_auto {
    padding-top: 0;
  }
  .full__picture {
    display: none;
  }
  .full {
    background: #333435;
  }
  .full_auto .page-title:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 4px;
    left: -15px;
  }
  .buy-widget__title {
    padding: 1rem 1.5rem;
    padding-left: 0;
    text-align: left;
  }
  .full_auto .page-title {
    position: relative;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 28px;
  }
  .filter-wrap-js {
    max-width: inherit;
  }
  .buy__label {
    font-size: 12px;
  }
}

@media (max-width: 760px) {
  .buy__label {
    white-space: nowrap;
  }
  .buy-section .checkbox__btn .radio__label {
    padding: 0.8rem 1rem;
  }
  .buy__input {
    height: 35px;
  }
  .buy__cusom-select .select2-container .select2-selection--single {
    height: 35px;
  }
  .buy__cusom-select
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 36px;
  }
  .buy-widget .btn_submit {
    margin-top: 10px;
  }
  .buy__cusom-select
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 8px;
  }
  .buy__label {
    font-size: 14px;
  }
  .buy__input {
    font-size: 1.2rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .buy-widget__title {
    padding-left: 0 !important;
    padding-right: 0;
  }
  .row_small {
    margin-right: -4px;
    margin-left: -4px;
  }
  .buy-year-controls .col {
    padding-left: 4px;
    padding-right: 4px;
  }
  .full_auto .page-title {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }
  .buy-section {
    margin-bottom: 0.7rem;
  }
  .buy-widget__title {
    padding: 0.8rem 1.5rem;
    font-size: 1.6rem;
  }
  .row_small .col {
    padding-right: 4px;
    padding-left: 4px;
  }
}
@media (max-width: 400px) {
  .buy-radio {
    margin-bottom: 0.8rem;
  }
  .buy__cusom-select
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 31px;
  }
  .buy__input {
    height: 30px;
  }
  .buy__cusom-select .select2-container .select2-selection--single {
    height: 30px;
  }
}

.filter-new {
  background: #333435;
  padding: 40px 0 70px 0;
}


.buy-section:nth-child(5) .row_small {
  flex-direction: column;
}

.filter-new .row_small {
  margin: 0;
}

.filter-new .row_small .col {
  padding: 0;
}

.buy-year {
  flex-direction: column;
  align-items: flex-start;
}

.buy-year-controls {
  width: 100%;
  max-width: 100%;
  flex: auto;
  gap: 40px;
}

.buy-year-controls .col.col--xs-6 {
  padding: 0;
  width: 100%;
  flex: auto;
  max-width: 100%;
}

.buy-section .buy-section {
  margin-bottom: 30px;
}

.buy-section .buy-section:last-child {
  margin-bottom: 0;
}

.buy-section .buy-section .row_small {
  flex-wrap: nowrap;
  flex: auto;
  gap: 20px;
  align-items: flex-end;
}

.buy-section .buy-section .row_small > div {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  flex: auto;
}

.buy-section .buy-section {
  width: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 1399px) {
  .filter-new .buy-widget {
    gap: 40px;
  }

  .filter-new {
    padding: 40px 0;
  }

  .buy-section .buy-section {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .filter-new .buy-widget {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .buy-section:nth-child(3) {
    grid-row: 3/4;
  }
}

@media only screen and (max-width: 767px) {
  .buy-year-controls {
    gap: 20px;
  }

  .filter-new .buy-widget {
    gap: 20px;
  }
}

.filter-screen .buy-widget {
  grid-template-columns: 1fr;
  gap: 10px;
  max-width: 600px;
}

.filter-screen .buy-section:nth-child(4) {
  grid-row: 3/4;
}

.filter-screen .buy-section .buy-section {
  margin-bottom: 10px;
}

.filter-screen-rent .buy-section:nth-child(5) .row_small {
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
}

.filter-screen-rent .buy-section:nth-child(4) .row_small {
  gap: 20px;
  align-items: flex-end;
  flex-wrap: nowrap;
}

.filter-screen-rent .buy-section:nth-child(6) .row_small {
  gap: 20px;
  align-items: flex-end;
  flex-wrap: nowrap;
}

.filter-screen-rent .row_small .col {
  width: 100%;
}

.filter-screen-rent .buy-section * {
  flex: auto;
}

@media only screen and (max-width: 991px) {
  .filter-screen{
    padding-left: 15px;
    padding-right: 15px;
  }

  .filter-screen .buy-widget{
    max-width: 100%;
  }
}

.buy-section:nth-child(5) .buy-section:nth-child(2) .row.row_small{
  flex-direction: row;
  align-items: flex-end;
}