.hide_submit input{display:none;}

.show-room .new-category .category__slider_top {
    height: 500px;
}
.button-calculate {padding-left: 25px;}

@media only screen and (max-width: 991px) {

    .show-room .new-category .category__slider_top {
        height: 390px;
    }
}

@media only screen and (max-width: 767px) {

    .show-room .new-category .category__slider_top {
        height: 310px;
    }
}


@media only screen and (max-width: 575px) {

    .show-room .new-category .category__slider_top {
        height: 100%;
    }
}


.video-tour {
    width: 100%;
    height: 635px
}


.show-room .drunk-line::after {
    background-color: #dfecff;
    left: 0;
}


.show-room .drunk-line:after {
    background-color: #dfecff;
    left: 0;
}


@media screen and (max-width: 992px) {
#preOrderForm{
    display: none;
}
}
nav.menu {
    display: none !important;
}