.progress-card-top {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .progress-card-top {
    height: auto;
  }
}
.progress-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.progress-card-bottom {
  flex-grow: 0;
  height: fit-content;
}

@media (max-width: 1024px) {
  .progress-card__img {
    max-height: 500px;
  }
}

@media (max-width: 768.98px) {
  .progress-card__img {
    max-height: 400px;
  }

  .thefloors-widget-title {
    display: none !important;
  }

  .pop-up__slider-btn-wrapper {
    margin-top: 0 !important;
  }
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100% !important;
  width: 100%;
}

.progress-pop-up .pop-up__slider-img,
.progress-pop-up .pop-up__slider-video {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: contain;
  object-position: bottom;
  /* margin-bottom: 100px; */
}

.progress-pop-up .pop-up__slider-btn-wrapper {
  margin-bottom: 20px;
}

.progress-pop-up {
  display: block;
  padding: 0;
}

.progress-pop-up-inner {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template:
    var(--top-padding) repeat(4, auto) var(--top-padding) / var(--lr-paddings)
    repeat(24, minmax(var(--popular-indent), 1fr)) var(--lr-paddings);
  overflow-x: hidden;
}

@media (max-width: 1920px) {
  .progress-pop-up-inner {
    grid-template:
      var(--top-padding) repeat(4, auto) var(--top-padding) / var(--lr-paddings)
      repeat(21, minmax(var(--popular-indent), 1fr)) var(--lr-paddings);
  }
}

@media screen and (max-width: 1360px) {
  .progress-pop-up-inner {
    display: grid;
    grid-template:
      var(--top-padding) repeat(4, auto) var(--top-padding) / var(--lr-paddings)
      repeat(21, 1fr) var(--lr-paddings);
  }
}

@media (max-width: 1024px) {
  .progress-pop-up-inner {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 40px;
  }
}

@media screen and (max-width: 767px) {
  .progress-pop-up-inner {
    padding: 10px 15px;
  }
}

.progress-pop-up::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 1024px) {
  .progress-pop-up .pop-up__slider-img,
  .progress-pop-up .pop-up__slider-video {
    aspect-ratio: auto;
    margin-bottom: 20px;
  }

  .progress-pop-up .swiper-slide {
    overflow: hidden;
  }

  .progress-pop-up .pop-up__text-wrapper {
    overflow: visible;
  }

  /* .progress-pop-up .pop-up__slider {
   
    height: 100%;
  } */

  .progress-pop-up.active {
    height: 100vh;
    overflow-y: scroll;
  }

  .progress-pop-up-inner {
    height: fit-content;
  }

  /* .pop-up__text-wrapper {
    height: 20vh;
    overflow-y: scroll;
  } */
}

.filter__label {
  pointer-events: all;
}

.purple-block {
  top: -20px;
}

.irs {
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  .header-left {
    display: none;
  }

  .header-link-houses {
    flex-grow: 1;
    justify-content: flex-end;
    display: none;
  }

  .header-link-houses > svg {
    margin-right: 0;
    display: none;
  }

  .header-btn-call {
    margin-right: 0;
    font-size: 14px;
    border: 1px solid #4a3a5e;
    background-color: #4a3a5e;
    height: 70px;
    border-radius: 100px;
    color: #fff;
    padding: 0 20px;
    font-weight: 500;
  }

  .header-btn-call::after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header-btn-call {
    font-size: 12px;
    height: 45px;
  }
}
.section-1__location-link {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 10px;
  color: #fff;
  font-size: 14px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.568);
  padding: 10px;
  background-color: #4a3a5e75;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .section-1__location-link {
    font-size: 20px;
    transition: all 0.3s ease-in-out;
  }
  .section-1__location-link:hover {
    border: 1px solid #4a3a5e;
    background-color: #4a3a5ea4;
  }
}

@media screen and (max-width: 767px) {
  .main-home .start-section .second-column__img__wrapper .second-column__img {
    height: 90vh;
  }
}
.second-column__img__wrapper {
  position: relative;
}

.second-column__img-wrap {
  position: relative;
}

.section-1__video-button {
  position: absolute;
  top: 100px;
  left: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.section-1__video-button svg {
  width: 25px;
  height: auto;
}

.section-1__video-button-on {
  display: none;
}

.advantages-text-slider__item {
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .pop-up__btn-wrapper {
    order: 1;
  }

  .pop-up__header {
    order: 2;
  }

  .pop-up__text-wrapper {
    order: 5;
  }

  .pop-up__slider {
    order: 3;
  }

  .pop-up__slider-btn-wrapper {
    order: 4;
  }
}

.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: #4a3a5d;
  cursor: pointer;
  transition: all 0.25s ease-out;
}
.pop_up__button button:hover {
  background-color: #9885b5;
}
@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;
  }
}
.footer-cell__call-btn,
.contacts-cb__call-btn {
  background-color: #9cff00 !important;
  color: #4a3a5e !important;
}
.footer-cell__call-btn:hover,
.contacts-cb__call-btn:hover {
  color: #4a3a5e !important;
  border: 1px solid #4a3a5e !important;
  background-color: #f9f8fc !important;
}
.header-btn-phone .header-right__btn {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header-right__btn.header-btn-call.js-btn-call.js-mobile-popup-call {
    display: none;
  }
  .header-btn-phone .header-right__btn {
    display: block;
    border-radius: 100px;
    height: 70px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    /* background-color: #dc143c !important;
    color: #ffff !important; */
  }

  .header-btn-phone .header-right__btn:hover {
    /* background-color: #dc143c !important; */
  }
}

@media screen and (max-width: 767px) {
  .header-btn-phone .header-right__btn {
    height: 45px;
    font-size: 12px;
  }
}

.hidden {
  display: none;
}
.visible {
  display: block;
}

[aria-label="4 / 11"] img {
  object-position: bottom;
}

@media (max-width: 1024px) {
  .header-btn-menu {
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .header__logo-img {
    width: 100px;
  }
}

.footer-cell {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-cell .pdf {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 270px;
  width: max-content;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .footer-cell .pdf {
    min-width: 170px;
  }
}

.footer-cell svg path {
  transition: 0.25s ease-out;
}

@media (min-width: 1024px) {
  .footer-cell .pdf:hover svg path {
    fill: #4a3a5e;
  }
}
