﻿.home-room {
    position: relative;
}


.home-room::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 101%;
    height: 100%;
    background: url(../../../Design/img/bg-room-home.png), lightgray 50% / cover no-repeat;
    z-index: 2;
    background-size: cover;
}

.home-room .grid.wide {
    max-width: 1680px;
    position: relative;
    z-index: 2;
}


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

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

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

.home-room-decor img {
}


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

.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);
}



/*RS*/
@media(max-width:1023px) {
}

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

@media(max-width:739px) {
    .home-room-container {
        padding-top: 55px;
    }
}
