.balcony-products-slider:not(.swiper-initialized) .balcony-product {
    margin-right: 24px;
}

.balcony-products-slider .balcony-product {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 328px;
    width: 264px;
}

.balcony-product__image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.balcony-product__title {
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 4px;
    color: #fff;
}

.balcony-product__price {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px;
    border-radius: 8px;
    background: #FEED00;
    font-weight: 500;
    line-height: 24px;
}

.balcony-products-slider .balcony-product-service {
    height: 328px;
    width: 264px;
    padding: 24px;
    border-radius: 12px;
    background-color: #F2F3F7;
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-position: right;
}

.balcony-product-service__title {
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.balcony-product-service__text {
    line-height: 24px;
    color: #74767A;
    margin-bottom: auto;
}

.balcony-product-service__btn {
    border-radius: 100px;
    border: 1.5px solid #E30611;
    background: #FFF;
    width: 100%;
    font-weight: 500;
    line-height: 24px;
    padding: 9px 10px;
}

.m-service {
    display: none;
}

.slider-nav+.hand-cursor {
    display: none;
    margin-top: 16px;
}

@media (max-width: 767px) {
    .balcony-products-slider:not(.swiper-initialized) .balcony-product {
        margin-right: 8px;
    }

    .balcony-products-slider .balcony-product {
        width: 280px;
        height: 236px;
    }

    .balcony-product__title br {
        display: none;
    }

    .balcony-products-slider .balcony-product-service {
        display: none;
    }

    .m-service {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        margin-top: 16px;
        padding: 16px;
        border-radius: 16px;
        background: #F2F3F7;
    }

    .m-service__title {
        margin-bottom: 4px;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        display: block;
        color: #1d2023;
    }

    .m-service__text {
        color: #E30611;
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        display: block;
    }

    .balcony-products-slider .slider-nav {
        display: none;
    }

    .slider-nav+.hand-cursor {
        display: block;
    }
}