/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {	}
/* Small Devices, Tablets */
@media only screen and (max-width: 640px) {}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 768px) {

    .left-sidebar2 {
        /*display: none;*/
        width: 0;
        flex: 0;
    }

    .left-sidebar2__pickmetour {
        display: none;
    }

    .leftmenu2 {
        display: none;
    }

    .leftsubmenu2 {
        transition: .2s all;
        position: fixed;
        top: 0;
        left: -280px;
        height: 100%;
        margin: 0;
        width: 280px;
        padding: 16px 0 75px 0;
        border-radius: 0;
        box-sizing: border-box;
        margin: 0 !important;
    }

    .leftsubmenu2--state-open {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
        left: 0;
    }

    .leftsubmenu2__show-btn {
        position: absolute;
        left: 100%;
        top: 50%;
        margin-top: -40px;
        width: 40px;
        height: 80px;
    }
    .leftsubmenu2__show-btn-inner {
        /*background-color: #056297;*/
        background-color: #db383c;
        border-radius: 0 2px 2px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
        width: 16px;
        height: 80px;
    }

    .leftsubmenu2__list {
        overflow-y: auto;
        height: 100%;
    }

    .leftsubmenu2__show-btn-icon {
        transition: .2s all;
        width: 24px;
        height: 24px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24' fill='%23fff'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
    }
    .leftsubmenu2--state-open .leftsubmenu2__show-btn-icon {
        left: 0;
        transform: rotate(-180deg);
    }

    .cityhotels__wrapper {
        width: 100%;
    }

    .hotels-list {
        display: flex;
        flex-direction: column;
        padding: 15px;
        box-sizing: border-box;
    }

    .hotels-vblocks {
        display: none;
    }

    .cityhotels .hotels-list__section {
        margin-bottom: 0;
        border: none;
        padding-top: 0;
    }

    .hotels-vblocks__hotel {
        width: auto;
        height: auto;
    }

    .hotels-vblocks__image {
        width: 100%;
        height: auto;
    }

    .selected-options {
        margin: 15px;
        box-sizing: border-box;
        width: calc(100% - 30px);
    }

    .map {
        display: none;
    }

    .hotelstabs {
        display: none;
    }

    .cityhotels__title {
        text-align: center;
        margin-top: -250px;
        margin-bottom: 230px;
    }

    .search-cityhotels {
        margin-top: 40px;
    }

    .search-cityhotels__empty {
        display: none;
    }

    .search-cityhotels__content {
        padding: 0;
        display: flex;
        flex-direction: column;
    }

    .search-cityhotels__indicator {
        top: 0;
    }

    .search-cityhotels__wrapper {
        width: 100%;
    }

    .search-cityhotels__control-group_reverse {
        margin-left: 15px;
        margin-bottom: 8px;
    }

    .search-cityhotels__content .search-cityhotels__control-group:first-child {
        margin-bottom: 20px;
        padding-top: 10px;
        padding-right: 15px;
    }

    .search-cityhotels__content .search-cityhotels__control-group:first-child .search-cityhotels__label {
        display: none;
    }

    .search-cityhotels__search-input {
        width: calc(100% - 30px);
    }

    .search-cityhotels__search-input::placeholder {
        font-size: 11px;
    }

    .search-cityhotels__submenu {
        display: block;
        position: relative;
        padding: 0;
        margin: 0;
        background: transparent;
        display: none;
    }

    .search-cityhotels__otherlink {
        display: none;
    }

    .search-cityhotels__subitem {
        position: relative;
        border: none;
    }

}
