﻿.home-room {
    height: 544px;
    position: relative;
}

    .home-room .grid.wide {
    }

    .home-room::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #0088e8;
        opacity: .8;
        z-index: 1;
    }

.home-room-container {
    position: relative;
    padding-top: 86px;
}

    .home-room-container .swiper {
        padding-bottom: 47px;
    }

.home-room-decor {
    position: absolute;
    top: 0;
    left: 0;
}

    .home-room-decor img {
    }

.home-room-container .swiper-wrapper {
    margin-top: 35px;
}

.home-room-container .swiper-pagination {
    left: unset;
    text-align: center;
    bottom: 0;
}

    .home-room-container .swiper-pagination span {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 1px solid #d4d4d4;
        background-color: #fff;
        opacity: 1;
        transition: all linear .3s;
        margin: 0 3px !important;
    }

    .home-room-container .swiper-pagination .swiper-pagination-bullet-active {
        border-color: var(--default-color-2);
    }

@media(max-width:1023px) {
    .home-room {
        height: auto;
    }

    .home-room-container .p-title {
        font-size: 34px;
    }

    .p-room-title {
        font-size: 28px;
    }

    .home-room-container .p-descript {
        width: 100%;
    }

    .home-room-container {
        padding: 50px 0;
    }
}

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

@media(max-width:739px) {
    .home-room-container .swiper {
        padding-bottom: 0;
    }
}