/* .filter__label {
  display: none !important;
} */
.filter__label:nth-child(-n + 4) {
  display: flex !important;
}

body.progress #nextel-click-to-call-button-template {
  visibility: hidden !important;
  opacity: 0 !important;
}

.menu .menu-main {
  height: 100%;
  overflow: auto;
  padding-bottom: 220px;
}

@media (max-width: 576px) {
  .menu .menu-main {
    padding-bottom: 100px;
  }
}

.black_friday {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(38, 38, 44, 0.8);
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-out;
}
.black_friday.inactive {
  opacity: 0;
  visibility: hidden;
}
.pop_up__wrapper {
  position: relative;
  width: auto;
  height: 72vh;
}
.pop_up__close {
  position: absolute;
  top: -76px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 1s ease-out;
  overflow: hidden;
}
.pop_up__close:hover {
  background-color: #929292;
}
.pop_up__close svg {
  position: relative;
  z-index: 10;
  width: 11px;
  height: 11px;
}
.pop_up__img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.pop_up__button {
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translate(-50%);
}
.pop_up__button button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  color: #ffff;
  background-color: #8bb514;
  cursor: pointer;
  transition: all 0.25s ease-out;
}
.pop_up__button button:hover {
  background-color: #649732;
}
@media screen and (max-width: 1024px) {
  .pop_up__wrapper {
    width: 90vw;
    height: auto;
  }
  .pop_up__img {
    width: 100%;
    height: auto;
    max-height: 74vh;
    object-fit: contain;
  }
}
@media screen and (max-width: 480px) {
  .pop_up__close {
    top: -42px;
    width: 32px;
    height: 32px;
  }
  .pop_up__button {
    bottom: -60px;
  }
  .pop_up__button button {
    width: 200px;
    height: 50px;
    font-size: 12px;
  }
}

@media screen and (max-width: 576px) {
  .header-mobile__choose-flat {
    display: none !important;
  }
}

@media screen and (max-width: 576px) {
  header .header-mobile__wrapper {
    display: flex;
    justify-content: flex-end;
  }
  header .header-mobile__choose-flat,
  header .header-mobile__popup-mobile,
  header .header-mobile__menu {
    width: 45px;
  }

  header .header-mobile__popup-mobile {
    width: fit-content;
    background-color: #bd2a2e;
    border-color: #bd2a2e;
    padding: 0 20px;
    border-radius: 100px;
    color: #fff;
  }
}
