.balcony-info {
    margin-bottom: 64px;
}

.balcony-info-text {
    display: flex;
    margin-bottom: 24px;
}

.balcony-info-text__wrap {
    display: flex;
}

.balcony-info-text .section-title {
    max-width: 392px;
}

.balcony-info-grid:not(.swiper-initialized) .balcony-info-grid__item {
    margin-right: 24px;
}

.balcony-info-grid__item.swiper-slide {
    width: 360px;
}

.balcony-info-grid .hand-cursor {
    display: none;
}

.balcony-info-slider {
    width: 100%;
    max-width: 624px;
}

.balcony-info__descr {
    margin-right: 16px;
    max-width: 400px;
}

.balcony-info__discount_tablet {
    display: none;
}

.balcony-info__discount span {
    display: block;
    text-align: center;
    color: rgba(35, 31, 32, 0.50);
    font-size: 14px;
    line-height: normal;
}

.balcony-info__subtitle {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
}

.balcony-info__more {
    color: #E30611;
    line-height: normal;
    text-decoration-line: underline;
}

.balcony-info-block {
    position: relative;
}

.balcony-info-list {
    position: absolute;
    width: calc(100% - 32px);
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 2;
    display: grid;
    gap: 16px;
}

.balcony-info-list__item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 14px;
}

.balcony-info-list__item>img {
    margin-right: 8px;
}

.balcony-info-grid {}

.balcony-info-grid__item-title {
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
}

.balcony-slider {
    max-width: 360px;
}

.balcony-slider .slider-nav__prev {
    background: #FEED00;
    position: absolute;
    top: 300px;
    left: 8px;
    z-index: 1;
}

.balcony-slider .slider-nav__next {
    background: #FEED00;
    position: absolute;
    top: 300px;
    right: 8px;
    z-index: 1;
}

.balcony-info-card {
    border-radius: 8px;
    overflow: hidden;
    height: 528px;
    position: relative;
    padding: 16px 48px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.balcony-info-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 250px;
    background: linear-gradient(0deg, #1D2023 7.21%, rgba(29, 32, 35, 0.00) 100%);
    z-index: -1;
}

.balcony-info-card__image {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.balcony-info-card__price {
    margin-bottom: 8px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
}

.balcony-info-card__price span {
    font-size: 28px;
}

.balcony-info-card__more {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #E31E24;
    height: 32px;
    color: #FFF;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
}

.show-galery {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background: #F2F3F7;
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 1;
    cursor: pointer;
}

.balcony-slider-pagintation.swiper-pagination-bullets {
    display: flex;
    margin-top: 16px;
}

.balcony-slider-pagintation .swiper-pagination-bullet {
    flex: 1;
    margin: 0 4px !important;
    border-radius: 100px;
    background: #EEEEEF;
    height: 5px;
}

.balcony-slider-pagintation .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #E30611;
}

.balcony-info-footer {
    margin-top: 32px;
    display: flex;
    justify-content: center;
}

.balcony-info-footer .btn {
    border-radius: 100px;
    width: 328px;
    height: 48px;
    font-weight: 500;
}

.balcony-info-tabs {
    display: none;
    gap: 8px;
    overflow: auto;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.balcony-info-tabs button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    min-width: 144px;
    border-radius: 100px;
    border: 1px solid #F3F3F4;
    background: #FFF;
    color: #969FA8;
    line-height: 20px;
}

.balcony-info-tabs button.active {
    color: #E30611;
    border-color: #E30611;
}

@media (max-width: 767px) {
    .balcony-info-tabs {
        display: flex;
    }

    .balcony-info-grid .balcony-slider-pagintation {
        display: none;
    }

    .balcony-info-grid .hand-cursor {
        display: block;
        margin: 16px auto 0;
    }

    .balcony-info-footer {
        margin-top: 16px;
    }
}