/*общие*/
#filters {
  z-index: 5;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0;
}

.filters.s-desktop .filter {
  width: auto;
  margin-right: 8px;
}

.for-filter {
  width: 100%;
  left: 0;
  display: block;
  height: 0;
  overflow: hidden;
  background-color: #fff;
}

.filter.active .for-filter {
  height: auto;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  height: auto;
  opacity: 1;
}

.filter h1.small {
  font: normal 700 36px/42px 'Montserrat';
  color: #121212;
  letter-spacing: 0.2px;
  padding-bottom: 19px;
  letter-spacing: 0.2px;
  margin: -3px 0 0 0;
}

/*для результата фильтра в catalog-data-item*/
.catalog-data .catalog-data-item {
  position: relative;
  display: inline;
  padding: 0 10px;
}

.catalog-data .catalog-data-item::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: -5px;
  width: 3px;
  height: 20px;
  background-color: #a32829;
}

/*вращение стрелки + её стили*/
#filters .s-darr:after,
.filters .s-darr:after {
  right: 5px;
  bottom: 0;
  top: 8px;
}

.active.filter .s-darr::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

/*общие стили для кнопок*/
.btn-all-style {
  display: inline-block;
  max-height: 28px;
  padding: 5px 10px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 100px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}

/*общие для кнопки фильтра*/
.filters .hd {
  display: inline-block;
  min-width: 140px;
  max-height: 28px;
  padding: 5px 15px;
  border: 2px solid #ebebe5;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 14px "IBM Plex Sans", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.7px;
  cursor: pointer;
}

/*общий враппер для компонентов нижнего блока*/
.wrapper-component {
  width: 100%;
  padding: 40px 0 20px;
}

.filters-items-desktop {
  float: right;
}

/*конец общих стилей для кнопок*/

/* радиокнопки*/
.radio-btn {
  display: inline-block;
  margin-right: 8px;
  float: left;
}

.radio-btn input[type="radio"] {
  display: none;
}

.radio-btn label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  letter-spacing: 0;
}

/*конец радиокнопок*/

/*начало floors фильтра*/
.filters .hd.filter-floors-btn {
  min-width: 204px;
}

.select-content-floors {
  text-align: center;
}

.select-content-floors .select-item:not(:last-child) {
  margin-bottom: 20px;
}

.select-item:hover {
  cursor: pointer;
  color: #00d157;
}

/*конец floors фильтра*/

/*начало size фильтра*/
.house-size {
  max-width: 395px;
  padding: 34px 77px 35px 61px;
  background-image: url(/upload/Path582.svg);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: contain;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.filters.s-desktop .l-l {
  width: 100%;
  max-width: 398px;
  float: left;
}

.filters.s-desktop .l-r {
  padding-top: 0;
  width: 100%;
  max-width: 820px;
  margin-right: 0;
  float: right;
}
/*конец size фильтра*/

/*начало price фильтра*/
.filter-price-title {
  display: block;
  font: 14px/24px "IBM Plex Sans", sans-serif;
  letter-spacing: 0.7px;
  color: #404040;
  text-transform: uppercase;
  float: left;
}

.price-from::before,
.price-before::before {
  position: absolute;
  top: 5px;
  bottom: 0;
  text-transform: lowercase;
}

.price-from::before {
  content: "от";
  left: 10px;
}

.price-before::before {
  content: "до";
  left: 8px;
}

.icon-Rub {
  width: 100%;
  display: inline-block;
}

.icon-Rub::after {
  content: " \20BD";
}

.select-content-price .select-item::after {
  content: "\20BD";
}

.select-content-price {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  text-align: center;
  max-width: 290px;
  margin: 0 auto;
}

.select-content-price .select-item {
  margin-bottom: 10px;
}
/*конец price филььтра*/

/*btn показать*/
.btn-view {
  padding: 7px;
  min-width: 120px;
  background: #00d157 0% 0% no-repeat padding-box;
  color: #fff;
  letter-spacing: 0;
  font-weight: bold;
  float: right;
}

/*перебиваю дефолтный от button красный, чтобы не слился*/
.button.btn-view:hover {
  color: #fff;
}
/*конец btn */

.btn-filter {
  display: none;
  padding: 5px;
  min-width: 110px;
  border: 2px solid #ebebe5;
  border-radius: 100px;
  float: right;
  margin-right: 8px;
}

.btn-filter.active.s-darr::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.mobil-filter-menu {
  display: none;
  height: 28px;
  width: 100%;
}

.btn-reset:hover svg path {
  stroke:#A32829
}

@media screen and (min-width: 1301px) {
  .filters.s-desktop {
    position: relative;
  }

  .for-filter {
    position: absolute;
    height: auto;
  }

  .filter.active .wrapper-component {
    border-bottom: 2px solid #a32829;
  }

  .filters-items-price {
    float: right;
  }
}

@media screen and (max-width: 1300px) {

  /* появление блоков*/
  .f-js-mobile {
    height: 0;
    overflow: hidden;
    opacity: 0;
    display: block;
    -webkit-transition: height 0.2s ease-out;
    -o-transition: height 0.2s ease-out;
    transition: height 0.2s ease-out;
  }

  .f-js-mobile.active {
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    height: auto;
    opacity: 1;
  }

  /*кнопка Фильтр*/
  .btn-filter {
    display: inline-block;
  }

  /*общие */
  .filters-items-desktop {
    display: none;
    width: 100%;
  }

  .wrapper-component {
    width: auto;
    padding: 20px;
  }

  .filter-mobile {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .filters.s-desktop .filter {
    width: 100%;
    max-width: 627px;
    margin-right: 0;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    border: 2px solid #ebebe5;
    border-radius: 100px;
  }

  .filters.s-desktop .filter.active {
    border-radius: 10px;
  }

  .filters .hd {
    width: 100%;
    border: none;
  }

  .filter .filter-floors-btn,
  .filter .filter-sizes-btn {
    text-align: left;
  }

  .filters.s-desktop .l-l {
    margin-bottom: 3px;
    max-width: unset;
  }

  .filters.s-desktop .l-r {
    margin-bottom: 10px;
  }

  .house-size {
    width: 100%;
    max-width: none;
    background-image: none;
    padding: 0;
  }

  .house-size-radio-item {
    width: calc(100% / 2 - 10px);
  }

  .item-size {
    float: left;
  }

  .item-area {
    float: right;
  }

  .select-item-sizes {
    padding: 3px 0;
  }

  .filters-items-price .wrapper-component {
    width: unset;
  }

  .filter-price-title {
    margin-right: 27px;
  }

  .filters-items-price {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 627px;
  }

  #price-min {
    margin-right: 15px;
  }

  #price-min,
  #price-max {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    max-width: 268px;
  }
}

.filter-text {
  font: normal 400 14px/21px 'IBM Plex Sans';
  color: #000000;
  position: relative;
  left: -68px;
  margin: 5px 0 13px 0;
}

.filter-text a {
  border-bottom: 1px solid #000;
  display: inline;
  line-height: 1;
  color: #000;
  text-decoration: none;
} 

.filter-text a:hover {
  border-bottom: 1px solid transparent;
}

.filter-text-small {
  display: none;
}

.radio-btn.active label {
  color:#A32829;
}

@media screen and (max-width: 1228px) {
  .filter-text{
    display: none;
  }

  div.filter-text-small {
    width: auto;
    display: block;
    left: 0;
    margin: 0 0 24px 0;
    color: #000000;
}
}

@media screen and (max-width: 840px) {
  .wrapper {
    width: calc(100% - 32px);
  }

  .btn-filter {
    display: inline-block;
  }

  .filter h1.small {
    font: normal 700 32px/42px 'Montserrat';
    display: flex;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #121212;
    letter-spacing: 0.2px;
    padding-bottom: 15px;
  }

  .catalog-data .catalog-data-item:not(:last-child) {
    display: none;
  }

  .query-result {
    padding: 0 0 12px 0;
    display: block;
    width: 100%;
    text-align: start;
  }

  .btn-reset {
    margin: 0;
  }
  
  /* общие   */
  .f-js-popup {
    height: 0;
    overflow: hidden;
    opacity: 0;
    display: block;
    -webkit-transition: height 0.2s ease-out;
    -o-transition: height 0.2s ease-out;
    transition: height 0.2s ease-out;
  }

  .f-js-popup.active {
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    height: auto;
    opacity: 1;
  }

  .filter-popup.popup {
    top: 0;
    z-index: 1000;
  }

  .popup .l-center {
    display: block;
  }

  .filter-popup .popup-top {
    position: fixed;
    top: 12px;
    right: 24px;
    z-index: 1100;
    height: 30px;
    width: 30px;
  }

  .filter-popup.center-popup .content {
    padding-top: 18px;
  }

  .filter-popup.center-popup .popup-top .close {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #a32829;
  }

  .filter-popup.popup .close .b {
    height: 1px;
    background: #ffffff;
  }

  .filter-mobil {
    display: none;
  }

  .mobil-filter-menu {
    display: block;
  }

  .filters .filter {
    width: 100%;
    margin-bottom: 15px;
    border: 2px solid #ebebe5;
    border-radius: 100px;
  }

  .filters .filter.active {
    border-radius: 10px;
  }


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

  .btn-filter {
    float: right;
    border: none;
    margin: 0 4px 0 0;
  }

  .popular-mobil label {
    min-width: auto;
  }

  /* popup title Фильтр*/
  .mobile-title {
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    color: #404040;
    padding-bottom: 15px;
    border-bottom: 2px solid #942023;
    margin-bottom: 14px;
  }

  .radio-buttons {
    display: block;
    text-align: left;
  }

  .radio-btn-popup {
    position: relative;
    width: 100%;
    text-align: left;
    line-height: 40px;
    border-bottom: solid 1px #d9d9d9;
    color: #404040;
    display: block;
  }

  .radio-btn-popup .btn-all-style._view-all {
    width: 100%;
    text-align: left;
  }

  .radio-btn-popup .btn-all-style._view-all::after {
    right: 0;
  }

  .radio-btn-popup ._view-all.active::after {
    right: 0;
  }

  .for-filter-floors .button {
    letter-spacing: 0.1em;
  }

  .radio-btn-popup .for-filter-floors {
    position: relative;
    top: 0;
    left: 0;
  }

  .radio-btn label {
    text-align: left;
    width: 100%;
  }

  .filters-items-popup {
    max-width: 282px;
    display: block;
    margin: 0 auto;
  }

  .brus {
    margin-right: 0;
  }

  .popular {
    max-width: 282px;
    width: 100%;
  }

  .wrapper-component {
    width: auto;
  }

  .for-filter-sizes .wrapper-component .l-l {
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .for-filter-sizes .wrapper-component .l-r {
    width: 100%;
    margin-bottom: 0;
  }

  .house-size-radio-item {
    width: auto;
  }

  .item-size,
  .item-area {
    float: none;
  }

  .select-content-sizes {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .radio-name {
    line-height: 1.5;
  }

  .filters-items-price {
    display: block;
    max-width: none;
  }

  .filter-price-title {
    text-align: center;
    float: none;
  }

  #price-min_popup,
  #price-max_popup {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% / 2 - 4px);
    float: left;
  }

  .filters .hd {
    min-width: inherit;
  }

  .select-content-price {
    -webkit-column-count: unset;
    -moz-column-count: unset;
    column-count: unset;
    text-align: left;
  }

  .wrapper-component {
    max-height: none;
  }

  .filter-price-min {
    margin-right: 8px;
  }

  .btn-view {
    width: 100%;
    max-width: 282px;
    margin: 0 auto;
    display: block;
    height: 40px;
    float: none;
    max-height: none;
    margin-top: 15px;
    line-height: 2;
    cursor: pointer;
  }

  .filter h1.small {
    padding-bottom: 10px;
  }

  .filter-text-small {
    width: 100%;
    display: block;
    left: 0;
    line-height: 1.65;
    margin: 0 0 24px 0;
  }

  .radio-btn.active::after {
    content: "";
    margin-left: -16px;
    width: auto;
  }

  .popular-mobil {
    position: relative;
    width: 50%;
    display: block;
  }

  .filter-controls {
    position: relative;
    width: 100%;
    display: flex;
    align-items: start;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 21px 0 19px 0;
  }
}

.filter-mobil-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.no-display {
  display: none;
}

/* стили с шаблона */
.filter {
  padding-bottom: 0;
  padding-top: 140px;
  -webkit-transition: padding-top 0.7s;
  -o-transition: padding-top 0.7s;
  transition: padding-top 0.7s;
}

label.btn-all-style {
  margin: 0 0 15px 0;
}

@media (max-width: 1000px) {
  .filter {
    padding-top: 110px;
    -webkit-transition: padding-top 0.7s;
    -o-transition: padding-top 0.7s;
    transition: padding-top 0.7s;
  }
}

.catalog.s-top {
  padding-top: 50px;
}

#filters {
  border-bottom: 1px solid #b2b2b2;
}

.filters {
  height: 43px;
  padding-top: 0;
}

.filters.s-desktop .wrapper {
  height: 100%;
}

.radio-btn.active::after {
  content: "";
  height: 3px;
  background: #00d157 0% 0% no-repeat padding-box;
  width: 100%;
  display: block;
  margin-top: 15px;
  margin-left: -1px;
}

.radio-btn label {
  min-width: 80px;
  display: inline-block;
}

.btn-all-style {
  text-align: center;
  font: 14px/24px IBM Plex Sans;
  letter-spacing: 0px;
  color: #000000;
}

.query-result {
  text-align: center;
  font: 14px/24px IBM Plex Sans;
  letter-spacing: 0px;
  color: #00d157;
  padding: 6px 0 18px 0;
  min-height: 24px;
}

.radio-btn label:hover {
  color: #00d157;
}

.radio-btn.no-hover label:hover {
  color: #000000;
}

.btn-view {
  min-width: 120px;
  max-height: 28px;
  color: #ffffff;
  font: Bold 14px IBM Plex Sans;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  line-height: 1.5;
  background: #00d157 0% 0% no-repeat padding-box;
  border-radius: 100px;
  padding: 5px 21px;
}

.btn-reset {
  text-align: left;
  font: 14px/18px IBM Plex Sans;
  letter-spacing: 0px;
  color: #707070;
  text-transform: uppercase;
  position: absolute;
  right: 0px;
  bottom: 20px;
}

.btn-reset:hover {
  color: #00d157;
}

.btn-reset:hover .close .a {
  stroke: #00d157;
}

.btn-reset .close {
  padding-left: 10px;
  width: 17px;
  height: auto;
  line-height: 18px;
  display: block;
  float: right;
}

.btn-reset .close .a {
  stroke-width: inherit;
}

.filter-popup .radio-buttons .radio-btn:hover:after {
  content: none;
}

/* new btn */
.filters.s-desktop .filter-mobil-content .l-l {
  max-width: 292px;
}

.filters.s-desktop .filter-mobil-content .l-r {
  max-width: 432px;
  min-width: 155px;
  width: auto;
  margin: 0px 0 15px 0;
}

.l-r ._float {
  float: left;
  position: relative;
  width: 100%;
}

.btn-all-style._view-all {
  position: relative;
  top: 3px;
  padding: 0 16px 0 0;
  text-align: end;
  width: 100%;
}

.btn-all-style._view-all::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0px;
  height: 6px;
  width: 6px;
  background-color: #ffffff;
  transform: rotate(45deg);
  border-right: 1px solid #404040;
  border-bottom: 1px solid #404040;
  transition: 0.2s all;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
}

.prices .btn-all-style {
  margin-right: 0;
}

._view-all.active::after {
  transform: rotate(225deg);
  transition: 0.2s all;
  top: 12px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
}

.for-filter {
  position: absolute;
  height: auto;
  /*left: -27px;*/
  left: -34px;
  top: 44px;
  width: auto;
  padding: 13px 33px 21px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  font: 14px/24px "IBM Plex Sans";
  letter-spacing: 0px;
  color: #000000;
  display: none;
  z-index: 1;
}

.floors [type="radio"] {
  display: none;
}

.radio-label {
  display: block;
  cursor: pointer;
  margin-bottom: 6px;
}

.radio-label:hover {
  color: #00d157;
  cursor: pointer;
}

.radio {
  position: relative;
  top: 5px;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  border: 1px solid #404040;
  border-radius: 6px;
  background-color: #fff;
  cursor: pointer;
  float: left;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.radio:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #00d157;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
}

.floors [type="radio"][checked]~.radio,
.floors [type="radio"]:checked~.radio {
  border-color: #00d157;
}

.floors [type="radio"][checked]~.radio:before,
.floors [type="radio"]:checked~.radio:before {
  width: 10px;
  height: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.floors [type="radio"][checked]~.radio-name,
.floors [type="radio"]:checked~.radio-name {
  color: #00d157;
}

.floors-view-js[disabled] {
  opacity: 0.7;
  pointer-events: none;
}

.for-filter-floors .button {
  margin-top: 12px;
  z-index: 1;
  padding: 5px 21px 5px;
  font: Bold 14px "IBM Plex Sans";
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .query-result {
    text-align: left;
  }
}

@media (max-width: 550px) {
  .btn-reset {
    display: inline-block;
    float: none;
    left: 0;
    bottom: 10px;
  }

  .btn-reset .close {
    display: inline-block;
    vertical-align: text-top;
    float: none;
  }

  .query-result {
    line-height: normal;
    padding: 10px 0 35px 0;
  }
}

.filter-mobil-content .l-clear {
  position: absolute;
  clear: both;
}

.l-clear {
  clear: both;
}

.filter .l-l,
.filter .l-r {
  margin-bottom: 0;
}

@media screen and (max-width: 840px){
  filter-mobil-content.filter-mobil-content {
    display: none;
  }

  .catalog.s-top {
    padding-top: 0px;
}
}

@media screen and (max-width: 840px){
  .banner-top-padding .wrapper {
    width: calc(100% - 32px);
    width: 100%;
  }
  .filter h1.small{
    padding-left: 16px;
    padding-right: 16px;
  }
  div.filter-text-small{
    padding-left: 16px;
    padding-right: 16px;
  }
  #filters{
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 840px){
  .filter-popup.center-popup .popup-top .close:hover {
    background-color: #fff;
    border: 2px solid #a32829;
}

  button.close.s-circle.l-fixed.j-popup-focusable.j-close-all::before{
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 32px;
    height: 32px;
    border: 2px solid #a32829;
    box-sizing: border-box;
    border-radius: 50%;
  }

  .filter-popup.center-popup .popup-top .close:hover .b {
    position: absolute;
    width: 16px;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #a32829;
  }
  button.close.s-circle.l-fixed.j-popup-focusable.j-close-all:hover:before {
    opacity: 0;
  }
}

@media screen and (max-width: 840px){
  .filter-popup.center-popup .popup-top .close:hover {
    background-color: #fff;
    border: 2px solid #a32829;
}

  button.close.s-circle.l-fixed.j-popup-focusable.j-close-all::before{
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 32px;
    height: 32px;
    border: 2px solid #a32829;
    box-sizing: border-box;
    border-radius: 50%;
  }

  .filter-popup.center-popup .popup-top .close:hover .b {
    position: absolute;
    width: 16px;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #a32829;
  }
  button.close.s-circle.l-fixed.j-popup-focusable.j-close-all:hover:before {
    opacity: 0;
  }
}