/* 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) {

.sign {
    display:none;
}
.searchresults__showmore {
        margin-bottom: 20px!important;
}
    .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;
    }

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

    .blog__wrapper {
        width: 100%;
    }

    .searchbox__wrapper.searchbox__wrapper_toggled .searchbox__form .searchbox__row:first-child {
        display: flex;
        flex-direction: column;
    }

    .searchbox__wrapper.searchbox__wrapper_toggled .searchbox__form .searchbox__row:first-child .searchbox__separator {
        display: none;
    }

    .searchbox__wrapper_toggled {
        height: 210px;
    }

    .searchbox_inner-countries .searchbox__control-group {
        width: 100%;
    }


    .searchbox__wrapper.searchbox__wrapper_toggled {
        display: none;
    }

    .breadcrumbs {
        /* display: none; */
    }

    .article-special-table .special__offer {
        width: auto;
        margin-bottom: 20px;
    }

    .article-special-table tr {
        display: flex;
        flex-direction: column;
    }

    .article-special-table tr td {
        padding: 0 !important;
    }

    .article-special-table tr td:nth-child(1), .article-special-table tr td:nth-child(2) {
        padding: 0 !important;
    }

    .article-special-table {
        width: initial !important;
    }

    .blog__title {
        padding: 20px;
        text-align: center;
        margin-bottom: 0;
        margin-top: -30px;
    }

    .payments__center-content.center-content {
        padding: 0;
        margin: 0;
    }

    .payments__item {
        margin-top: 20px;
        width: 100%;
    }

    .pagination__link_next {
        display: none;
    }

    .right-sidebar-article {
        display: none;
    }

    .blog__content {
        margin-top: 0;
    }

    .searchbox {
        display: none;
    }

    .payments {
        margin-top: -20px;
    }




    .excursionrecord__wrapper, .excursionrecord__contentwrapper, .excursionrecord__details {
        display: flex;
        flex-direction: column;
    }

    .blog__content > h2, .blog__content > .blog__text {
        /*display: none;*/
    }

    .excursionrecord__pic {
        width: 100%;
    }

    .blog__content > p {
        margin-bottom: -20px;
    }

    .excursionrecord__desc > .excursionrecord__text {
        display: none !important;
    }

    .excursionrecord__desc {
        box-sizing: border-box;
    }

    .excursionrecord__contentwrapper {
        margin-bottom: 0;
        border-bottom: none;
    }

    .excursionrecord__details {
        padding-left: 0 !important;
        margin: 10px 0 10px 0 !important;
    }

    .excursionrecord__details li {
        margin: 0 !important;
    }

    .excursionrecord__price {
        padding: 7px 20px !important;
        border-top: 1px solid #dee6eb;
        position: relative;
        display: flex;
        justify-content: space-between;
    }

    .excursionrecord__price:before {
        position: absolute;
        width: 17px;
        height: 15px;
        display: block;
        content: "";
        background: transparent url(/img/cart-icon.png) 0 0 no-repeat;
        right: 20px;
        top: 17px;
    }

    .excursionrecord__price:hover:before {
        display: none;
    }

    .excursionrecord__price:hover {
        justify-content: center;
    }

    .officedescr {
        position: static !important;
        margin: 0 0 40px 0 !important;
        padding-bottom: 30px !important;
    }
    .searchresults-vblocks {
        padding: 10px;
        box-sizing: border-box;
    }

    .searchresults-vblocks .searchresults-vblocks__hotel {
        width: 100%;
    }

    .searchresults__wrapper {
        width: 100%;
    }

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

    .modalcontent .hotel__wrapper, .modalcontent .article__wrapper {
        width: 100%;
    }

    .remodal {
        min-width: 100%;
    }

    .hotel__title {
        flex-wrap: wrap;
    }

    .modalcontent .hotel__name, .hotel__star {
        padding-left: 20px;
    }

    .hotel__star {
        margin-bottom: 10px;
    }

    .hotel__contacts {
        padding-left: 20px;
    }

    .hotel__services-section {
        column-count: unset;
    }

    .hotel__nearby-wrapper {
        flex-wrap: wrap;
    }

    .hotel-gallery__list {
        display: flex !important;
    }

    .hotel-gallery__container, .hotel-gallery__main-pic {
        height: 100%;
    }

    .searchresults-vblocks__pricelink {
        display: flex;
        position: relative;
    }

    .searchresults-vblocks__pricelink:before {
        position: absolute;
        width: 17px;
        height: 15px;
        display: block;
        content: "";
        background: transparent url(/img/cart-icon.png) 0 0 no-repeat;
        right: 14px;
        top: 17px;
    }

    .searchresults-vblocks__pricelink > span {
        margin-left: 15px;
    }
}
