/*.pagination .pagination__arrow svg {
    width: 1.6rem;
    height: 1.6rem;
    fill: none;
}

.swiper-button-lock {
    display: none;
}

.btn-up svg {
    fill: none;
}

.share-block {
    background-color: #F4F4F4;
    padding: 14px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    margin-top: 8px;
    opacity: 0;
    pointer-events: none;
    transition: all .2s;
}

.share-block.shown {
    opacity: 1;
    pointer-events: all;
}

.share-block__title {
    margin-bottom: 10px;
}

.share-block__links {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.share-block__link {
    
}

.share-block__wrap {
    position: relative;
}

.share-block__link img {
    width: 36px;
    height: 36px;
}

.apartment-card .apartment-actions__row {
    position: relative;
}

.action-card__img-wrap {
    height: 18vw;
}

.apartment-card .apartment-gallery-thumbs .thumbs-img img {
    object-fit: contain;
}

@media screen and (max-width: 640px) {
    .action-card__img-wrap {
        height: 56vw;
    }
}*/

.hero__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
}

.swiper-button-lock {
    display: none;
}

.steps-btn[data-current-step="1"] .steps-btn__prev {
    visibility: hidden;
    pointer-events: none;
  }
.steps-btn[data-current-step="4"] .steps-btn__next {
    visibility: hidden;
    pointer-events: none;
  }