﻿.home-product {
    background-image: url(../../../Design/img/bg-home-product.png);
    background-size: cover;
    position: relative;
    z-index: 3;
}

    .home-product .grid.wide {
        max-width: 1438px;
    }


.home-product-container {
    padding-top: 81px;
    position: relative;
    padding-bottom: 207px;
}

    .home-product-container .p-title {
        color: #fff;
    }

    .home-product-container .p-descript {
        color: #fff;
    }

.home-product-swiper {
    margin-top: 50px;
    overflow: hidden;
}

.home-product-container .p-product-list {
    margin-top: 49px;
}

.home-product-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    bottom: -186px;
}

    .home-product-banner a {
    }

    .home-product-banner img {
        max-width: 100%;
        margin: 0 auto;
    }



/*RS*/
@media(max-width:1023px) {
    .home-product-container {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .home-product-banner {
        position: relative;
        top: unset;
        left: unset;
        bottom: unset;
        width: 100%;
    }

        .home-product-banner img {
            width: 100%;
            margin-top: 50px;
        }
}

@media(min-width:740px) and (max-width:1023px) {
}

@media(max-width:739px) {
    .home-product-container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .home-product-swiper {
        margin-top: 30px;
    }
}
