:root {
    --swiper-navigation-color: rgba(10, 188, 34, 1);
}

.swiper.random_house {
    user-select: none;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    max-width: 1420px;
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.swiper-slide.random_house {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    /* background-color: rgba(51, 51, 51, 1); */
    border-radius: 0px;
}

.swiper-slide-content.random_house {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    padding: 0px 40px;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.swiper-button-next,
.swiper-button-prev {
    top: 25% !important;
}

.project__title-wrap {
    width: 100%;
}

.project__title {
    font-size: 20px;
    text-align: left;
}

.project__stats-item {
    align-items: center;
}

.project__stats-num {
    font-size: 16px;
}

.project__options-price {
    align-items: center;
}

.project__options-wrap {
    width: 100%;
}

.img_wrapper {
    width: 100%;
    height: 250px;
    position: relative;
}

.img_wrapper>img {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 10px;
}

.project__title-wrap {
    display: flex;
    margin: 17px 0 17px 0;
}

@media (max-width: 1200px) {
    .swiper.random_house {
        max-width: 870px;
    }

    .project__stats-name {
        font-size: 14px;
    }

    .project__stats-num {
        font-size: 14px;
    }
}

@media (max-width: 870px) {
    .swiper.random_house {
        max-width: 670px;
    }
}

@media (max-width: 690px) {
    .swiper.random_house {
        max-width: 100%;
    }

    .project__stats-item {
        width: 100%;
        gap: 2px;
        justify-content: center;
    }

    .project__stats-wrap {
        gap: 5px;
    }

    .project__title {
        font-size: 18px;
        margin: 0px;
    }

    .img_wrapper {
        height: 200px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: 20% !important;
    }

    .project__options-time-title,
    .project__options-time-value,
    .project__options-price-value,
    .project__options-price-value span {
        font-size: 13px;
    }

    .project__stats-wrap {
        padding: 0 0 10px;
    }

    .random_housees {
        width: 370px;
        margin: 0 auto;
    }

    .price-block {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 0;
        left: 20px;
        z-index: 2;
        width: 70%;
        background: #44c054;
        border-radius: 10px 10px 0px 0px;
        padding: 5px 0px;
        color: white;
        font-weight: 400;
        font-size: 12px;
    }
}