@media (max-width: 1499px) {
    .sn-bcrumb>a {
        padding: 0 10px;
        font-size: 0.8rem;
        line-height: 0.8rem;
    }
}

@media (max-width: 1299px) {
    .sn-bcrumb {
        display: none;
    }
}

@media (max-width: 1199px) {
    .sn-tabs {
        position: absolute;
        top: calc(50px + 20px);
        z-index: 99;
        background: #2E3440;
        height: 50px;
        width: calc(100% - 20px);
        border-radius: 2px;
        overflow: hidden;
    }

    .site-page {
        padding-top: calc(50px + 20px);
    }

    .site-box.full-height {
        height: unset;
        margin-bottom: 20px;
    }

    .scrolling-listed-items-box {
        overflow: visible;
        height: unset;
    }

    .site-box.ajax-hotel-mobile {
        display: none;
        position: fixed;
        z-index: 999;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        overflow-y: auto;
        padding-top: 50px;
    }

    .site-box.ajax-hotel-mobile.active {
        display: block;
    }

    .ajax-hotel-mobile-close {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        background: #BF616A;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.2rem;
        line-height: 1.2rem;
        color: #fff !important;
        border-radius: 2px;
        transition: 0.2s ease 0s;
    }

    .ajax-hotel-mobile-close:hover {
        background: #D08770;
    }

    .price-list>.item {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

@media (max-width: 991px) {
    .pricelabel {
        display: block;
        color: #2E3440;
        font-weight: 600;
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    .hotel-item .side {
        border: none;
        border-top: solid 1px #88C0D0;
    }

    .mobile-block-table,
    .mobile-block-text {
        display: block;
    }

    .mobile-block-table thead {
        display: none;
    }

    .mobile-block-table td,
    .mobile-block-table tr,
    .mobile-block-table tbody {
        display: block;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .sn-menu-open>span {
        display: none;
    }

    .sn-icon,
    .sn-lang>a {
        padding: 0 10px;
    }

    .sn-logo {
        min-width: 150px;
    }

    .sn-tabs>.sn-tab>span {
        display: none;
    }

    .sn-tabs>.sn-tab>i {
        margin: 0;
    }

    .hotel-rooms-table,
    .hotel-rooms-table tr,
    .hotel-rooms-table td,
    .hotel-rooms-table tbody {
        display: block;
        width: 100%;
    }

    .hotel-rooms-table tr {
        margin-bottom: 10px;
    }

    .hotel-rooms-table thead {
        display: none;
    }

    .listed-items-header {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .listed-items-header>.left,
    .listed-items-header>.right {
        width: 100%;
    }

    .listed-items-header .result {
        margin-bottom: 5px;
    }

    .listed-items-header .search-group {
        width: 100% !important;
    }

    .bank-account>.content>.item {
        flex-direction: column;
        align-items: flex-start;
    }

    .bank-account>.img {
        display: none;
    }
}