@media screen and (min-width: 1024px) and (max-width: 1170px) {

  /* tour */
  .tour-content__side {
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
    max-width: 260px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1190px) {
  .hotels-list .hotel-card, .excursions-list .excursion-card {
    width: 49%;
  }
}

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

  /* header */
  .nav-cat__item {
    font-size: 12px;
    margin-left: 24px;
  }

  .nav-cat__item:before {
    left: -13px;
  }
}

@media screen and (max-width: 1023px) {
  .body-bars .body-overlay, .body-side .body-overlay {
    display: block !important;
    opacity: 1 !important;
  }

  /* section */
  .section {
    padding: 40px 0;
  }

  .section__title {
    font-size: 26px;
  }

  .section__desc {
    margin-top: 15px;
  }

  .section__desc-telegram {
    margin-top: 25px;
  }

  .section-search-content {
    padding: 25px 0;
  }

  .section-hotel-search {
    padding-top: 20px;
  }

  /* header */
  .header__bottom, .header__category, .header__notify {
    display: none;
  }

  .header__bars, .body-bars .header__bottom {
    display: block;
  }

  .header__top {
    position: fixed;
    width: 100%;
    border: 0;
    z-index: 50;
    -webkit-box-shadow: 0 5px 15px 0 rgba(128, 131, 144, 0.2);
    box-shadow: 0 5px 15px 0 rgba(128, 131, 144, 0.2);
  }

  .header__top-inner {
    padding: 0;
  }

  .header__bottom {
    position: fixed;
    width: 400px;
    right: 0;
    top: 0;
    bottom: 0;
    padding-top: 53px;
    border: 0;
    -webkit-box-shadow: 0 5px 10px rgba(72, 72, 72, 0.61);
    box-shadow: 0 5px 10px rgba(72, 72, 72, 0.61);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    z-index: 49;
  }

  .header__bottom-inner {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    margin: 0;
    padding-top: 10px;
  }

  .header__offices, .header__nav, .header__offer, .navbar__item {
    width: 100%;
    margin: 0;
  }

  .head-button {
    padding-left: 0;
    padding-right: 0;
  }

  .header__offices {
    text-align: center;
  }

  .navbar {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .navbar__link {
    text-align: left;
    border-bottom: 1px solid #e3e3e6;
  }

  .header__offer .head-button {
    border-bottom: 1px solid #e3e3e6;
  }

  /* search form */
  .search-form__main {
    padding: 0;
  }

  .search-form__item>label {
    display: none;
  }

  .search-form__item_country {
    margin-bottom: 10px;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .search-form__item_resort {
    margin-bottom: 10px;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .search-form__item_hotel {
    margin-bottom: 10px;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .search-form__item_destination {
    margin-bottom: 10px;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .search-form__item_date {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    border: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .search-form__item_people {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .search-form__submit {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .search-form_country .search-form__item_resort, .search-form_country .search-form__item_hotel {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .search-form_country .search-form__item_people {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .search-form_hotel .search-form__item_date {
    border-left: 1px solid #999;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .search-form_hotel .search-form__item_people {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .search-form_hotel .search-form__submit {
    margin-top: 10px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  /* hotel */
  .hotel-head {
    padding: 0;
  }

  .hotel-head__info {
    padding-right: 40px;
  }

  .hotel-head__title h1, .hotel-stars {
    font-size: 32px;
    line-height: 38px;
  }

  .hotel-stars i {
    font-size: 24px;
  }

  /* excursion */
  .excursion-head, .excursion-info {
    padding: 0;
  }

  .excursion-head__main {
    padding: 0;
  }

  .excursion-head__side {
    display: none;
  }

  .excursion-info {
    margin-top: 10px;
  }

  .excursion-head__title {
    font-size: 32px;
    line-height: 38px;
  }

  .excursion-card__name {
    font-size: 15px;
    line-height: 20px;
  }

  .excursion-card__price {
    padding-top: 15px;
  }

  .excursion-card__price-value span {
    font-size: 17px;
  }

  .section-excursion-content {
    padding: 25px 0 0;
  }

  .excursion-price__value {
    font-size: 26px;
  }

  /* content */
  .content {
    padding-top: 53px;
  }

  /* home */
  .resort-card, .hotel-mini-card {
    width: 31.33333%;
  }

  /* search */
  .m-search .search-content__side, .m-search-hotel .search-content__side {
    display: none;
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 300px;
    padding: 20px;
    background: #f9f9f9;
    -webkit-box-shadow: 0 5px 15px 0 rgba(128, 131, 144, 0.2);
    box-shadow: 0 5px 15px 0 rgba(128, 131, 144, 0.2);
    z-index: 200;
  }

  .m-search .search-content__main, .m-search-hotel .search-content__main {
    padding-left: 0;
  }

  .m-side-close, .m-side-open {
    display: block;
  }

  .body-side .m-search .search-content__side, .body-side .m-search-hotel .search-content__side {
    display: block;
  }

  /* tour */
  .tour-alert__side {
    display: none;
  }

  .tour-alert__main {
    padding: 0;
  }

  .tour-info {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  .tour-info__col-1, .tour-info__col-2 {
    width: 100%;
  }

  .tour-info__col-1 {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 900px) {
  /* header */
  .header__order {
    display: none;
  }

  /* title block */
  .title-block__name {
    font-size: 30px;
    line-height: 45px;
  }

  /* country */
  .country-sort {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
  }

  .country-sort__text {
    display: none;
  }

  /* hotel */
  .hotels-list .hotel-card, .excursions-list .excursion-card {
    width: 49%;
  }

  .hotel-head__info {
    padding-right: 20px;
  }

  .hotel-head__title h1, .hotel-stars {
    font-size: 28px;
    line-height: 34px;
  }

  .hotel-stars i {
    font-size: 22px;
  }

  .hotel-location {
    font-size: 13px;
  }

  .hotel-price {
    display: none;
  }

  .hotel-features-mini {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
  }

  /* excursion */
  .excursion-head__title {
    font-size: 28px;
    line-height: 34px;
  }

  .excursion-gallery__item img {
    height: 300px !important;
  }

  /* search form */
  .search-form__item:before {
    left: 10px;
  }

  .search-form__item>input {
    padding: 0 15px 0 30px;
  }

  .search-form_country, .search-form_hotel {
    padding: 15px;
  }

  /* hotel card */
  .hotel-gallery__notific-scroll {
    display: none!important;
  }

  /* tour */
  .tour-content__side, .tour-order__side {
    display: none;
  }

  .tour-content__main, .tour-order__main {
    padding: 0;
    width: 100%;
  }

  /* footer */
  .footer__nav {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) {

  /* home */
  .resort-card__visa {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .layout, .layout-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* section */
  .section-tour-content {
    padding: 25px 0;
  }

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

  .breadcrumbs__item:last-child {
    display: block;
    padding: 0 0 0 17px;
  }

  .breadcrumbs__item:before {
    content: "\f0d9";
    position: absolute;
    top: 50%;
    margin-top: -8px;
    height: auto;
    width: auto;
    font-size: 16px;
    line-height: 16px;
    color: #9a9da4;
    font-weight: bold;
    background: transparent;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
  }

  /* title block */
  .title-block {
    margin-top: 20px;
  }

  .content-block {
    padding: 20px 0;
  }

  /* header */
  .header__geo {
    display: none;
  }

  .header__bottom {
    width: 100%;
  }

  /* home */
  .resort-card, .hotel-mini-card {
    width: 48%;
  }

  /* advantages */
  .advantages__item {
    width: 48%;
  }

  /* search form */
  .search-form_hotel .search-form__item_date {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .search-form_hotel .search-form__item_people {
    margin-top: 10px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    border: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .search-form_hotel .search-form__submit {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .datepicker--nav, .datepicker--body {
    width: 50%;
  }

  /* country */
  .section-country-head__inner {
    height: auto;
  }

  .country-head__title {
    font-size: 34px;
    line-height: 38px;
  }

  /* result */
  .search-head__result-text {
    display: none;
  }

  .search-head__data {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
  }

  /* hotel */
  .hotel-services {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
  }

  .hotel-service {
    margin-bottom: 15px;
  }

  .hotel-gallery__item img:hover {
    opacity: 1;
  }

  /* excursion */
  .excursion-gallery__item img:hover {
    opacity: 1;
  }

  /* tour */
  .tour-alert {
    margin-bottom: 15px;
  }

  .tour-order {
    margin-top: 25px;
    padding-top: 25px;
  }

  /* footer */
  .footer__bottom {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
  }

  .footer__info {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 600px) and (max-width: 900px) {

  /* hotel card */
  .hotel-card__name {
    font-size: 16px;
  }

  .hotel-card__price-text {
    margin-top: 2px;
  }

  /* tour card */
  .tour-card__date {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 5px;
    margin-bottom: 7px;
    border-bottom: 1px solid #cbd2d6;
  }
}

@media screen and (max-width: 599px) {
  .input, .textarea, .select {
    font-size: 16px;
  }

  .ul-style_2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .layout, .layout-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* section */
  .section {
    padding: 30px 0;
  }

  .section-banners {
    padding-top: 10px;
  }

  .section-search-content {
    padding: 10px 0;
  }

  .section-hotel-search {
    padding-top: 0;
  }

  .section-hotel-content {
    padding-top: 0;
  }

  .section__title {
    font-size: 22px;
    line-height: 26px;
  }

  .section__desc {
    font-size: 13px;
    line-height: 18px;
  }

  .section__body {
    margin-top: 40px;
  }

  /* title block */
  .title-block__name {
    font-size: 26px;
    line-height: 34px;
  }

  /* link list */
  .link-list__inner {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
  }

  /* header */
  .header__logo-link img {
    height: 20px;
  }

  .logo-name {
    display: none;
  }

  /* search form */
  .section-search-form {
    padding: 10px 0 !important;
  }

  .search-form_country {
    margin: 0 -10px;
    padding: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .search-form_hotel {
    margin: 0 -10px;
    padding: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .m-button-search-form {
    display: block;
  }

  .search-form_search .search-form__main, .search-form_hotel .search-form__main {
    display: none;
  }

  .search-form_search .search-form__main.active, .search-form_hotel .search-form__main.active {
    display: flex;
    margin-top: 10px;
  }

  .search-form__item_city, .search-form__item_country, .search-form__item_resort, .search-form__item_hotel, .search-form__item_destination, .search-form__item_date, .search-form__item_people, .search-form__submit {
    margin: 0 0 10px !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    border: 0 !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
  }

  .search-form__submit {
    margin-bottom: 0 !important;
  }

  .search-form__options {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 0 0 10px;
  }

  .search-form__options-item {
    width: 50%;
  }

  .search-form__options-item_city {
    width: 100%;
    margin: 10px 0 0;
    order: 2;
  }

  .search-form__options-item_budget {
    width: 100%;
    margin: 10px 0 0;
  }

  .search-option-budget {
    max-width: 100%;
  }

  .search-form__options-item_meal .search-option__result {
    left: auto;
    right: 0;
  }

  .search-form_home .search-form__options, .search-form_search .search-form__options {
    order: 5;
  }

  .search-form_home .search-form__submit, .search-form_search .search-form__submit {
    order: 6;
  }

  .search-form_country .search-form__options {
    order: 4;
  }

  .search-form_country .search-form__submit {
    order: 5;
  }

  /* home */
  .resort-card__visa {
    display: none;
  }

  /* hotel mini */
  .hotel-mini-card__cover {
    width: 50px;
    height: 50px;
  }

  .hotel-mini-card__content {
    padding-left: 7px;
  }

  .hotel-mini-card__title {
    font-size: 13px;
  }

  .hotel-mini-card__location {
    font-size: 12px;
  }

  .hotel-mini-card__more {
    margin-top: 0;
    font-size: 11px;
  }

  .hotel-mini-card__more:after {
    margin-left: 3px;
    font-size: 10px;
  }

  /* partners */
  .partners-list__item {
    padding: 10px;
  }

  .partners-list__item img {
    max-height: 20px;
  }

  /* advantages */
  .advantages {
    margin-top: 25px;
  }

  .advantages__icon {
    margin-bottom: 0;
    font-size: 34px;
  }

  .advantages__name {
    font-size: 14px;
  }

  .advantages__text {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  /* country */
  .country-list__currency {
    display: none;
  }

  .country-head {
    margin-bottom: 40px;
  }

  .country-head__title {
    font-size: 30px;
    line-height: 34px;
  }

  /* hotel card */
  .hotels-list .hotel-card, .excursions-list .excursion-card {
    width: 100%;
  }

  /* search */
  .search-content_hotel {
    margin-top: 10px;
  }

  .m-search .search-content__side, .m-search-hotel .search-content__side {
    max-width: 100%;
  }

  /* tour card */
  .tour-card__date, .tour-card__number {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 5px;
    margin-bottom: 7px;
    border-bottom: 1px solid #cbd2d6;
  }

  /* hotel */
  .section-hotel-head {
    padding: 15px 0 !important;
  }

  .hotel-head__title h1, .hotel-stars {
    font-size: 26px;
    line-height: 32px;
  }

  .hotel-stars {
    margin-left: 10px;
  }

  .hotel-stars i {
    font-size: 20px;
  }

  .hotel-features-mini {
    display: none;
  }

  .section-hotel-features {
    padding: 10px 0 !important;
    background: #444457;
    border-bottom: 1px solid #565665;
  }

  .hotel-features-more {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  .hotel-features-more .button {
    padding: 6px 10px;
    width: 100%;
  }

  .hotel-content {
    margin: 0 -10px 15px;
    padding: 15px 10px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .hotel-content__title {
    margin: 0 0 15px;
    font-size: 18px;
  }

  .hotel-service__list li {
    font-size: 13px;
    line-height: 18px;
  }

  /* excursion */
  .excursion-head__title {
    font-size: 26px;
    line-height: 32px;
  }

  .section-excursion-head {
    padding-top: 15px!important;
  }

  .section-excursion-content {
    padding: 15px 0 0!important;
  }

  .excursion-info {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
  }

  .excursion-order {
    order: 2;
  }

  .excursion-date {
    order: 1;
    margin: 0 0 15px;
  }

  .excursion-content {
    margin: 0 -10px 15px;
    padding: 15px 10px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .excursion-content__title {
    margin: 0 0 15px;
    font-size: 18px;
  }

  /* offices */
  .offices-list .office-card {
    width: 100%;
  }
  .office-card__map {
    display: none;
  }
  .office-card__map.active {
    display: block;
  }
  .m-office-map-open {
    display: inline-block;
    margin-top: 15px;
  }
}
