@media (max-width: 1400px) {}

@media (max-width: 1200px) {}

@media (max-width: 1000px) {

  .contact__block {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    width: 32%;
  }

  .contact__block:last-of-type {
    width: 32%;
  }

  .contact__block img {
    margin: 0 0 20px;
  }

  .contact__block h4 {
    line-height: 2;
  }

}

@media (max-width: 991px) {

  .open-nav {
    display: block;
  }

  nav {
    display: none;
    padding: 20px;
    height: auto;
  }

  nav ul {
    display: block;
    justify-content: flex-start;
    align-items: flex-start;
  }

  nav ul li {
    display: block;
    font-size: 1rem;
    padding: 0;
    margin-right: 0;
    text-transform: none;
  }

  nav > ul > li:after {
    display: none;
  }

  nav ul li:last-of-type {
    margin-right: 0;
  }

  nav ul li:last-of-type:after {
    display: none;
  }

  nav ul li a {
    margin-bottom: 12px;
  }

  nav ul ul {
    display: block;
    position: static;
    top: auto;
    left: auto;
    width: auto;
    padding: 0;
    background-color: transparent;
  }

  nav ul ul li {
    line-height: 1;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0 0 0 16px;
  }

  nav ul ul li:last-of-type {
    margin-bottom: 0;
  }

  nav ul li.here ul a,
  nav ul ul li a {
    color: #fff;
    font-weight: 300;
  }

  nav ul li.here ul a:hover,
  nav ul ul li a:hover {
    color: #89c33f;
  }

  nav ul li.has-drop:hover ul {
    display: block;
  }

  nav a.book-now {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #89c33f;
    height: 44px;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0 16px;
  }

}

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

  .sliders__slide {
    min-height: 520px;
  }

  .page-blocks__block h3 {
    font-size: 1.125rem;
  }

}

@media (max-width: 767px) {

  .open-nav {
    top: 12px;
    right: 12px;
  }

  header .container {
    padding: 0;
  }

  .header {
    justify-content: flex-start;
  }

  .header__logo {
    width: auto;
    height: auto;
    padding: 20px;
  }

  .header__logo img {
    width: 64px;
  }

  .header__contact {
    margin: 0 0 10px 12px;
    font-size: 0.75rem;
  }

  .header__contact a {
    color: #1d1d1b;
  }

  .banners__banner {
    display: block !important;
  }

  .banners__banner img {
    width: 100%;
  }

  .text {
    padding: 20px 0;
  }

  .body h2 {
    line-height: 1.25;
    margin-bottom: 24px;
    font-size: 1.75rem;
  }

  .body h2 em {
    font-size: 1.25rem;
  }

  .body h3 {
    line-height: 1.5;
    margin-bottom: 24px;
    font-size: 1.25rem;
  }

  .body h4 {
    margin-bottom: 20px;
    font-size: 1.125rem;
  }

  .body p {
    margin-bottom: 20px;
    font-size: 1.125rem;
  }

  .testimonial__quote {
    min-height: 0;
    padding: 20px 0;
  }

  .testimonial__quote p {
    font-size: 1.125rem;
    line-height: 1.375;
  }

  .testimonial__quote p:first-of-type {
    background-size: auto 40px;
    padding-top: 60px;
  }

  .page-blocks__block {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .container--page-blocks,
  .container--contact {
    padding: 20px;
  }

  .container--contact {
    padding: 0 20px 20px;
  }

  .contact {
    margin-bottom: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .contact__block {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }

  .contact__block:last-of-type {
    width: 100%;
  }

  .contact__block img {
    margin: 0 0 20px;
  }

  .rooms__room {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .rooms__room__image {
    width: 100%;
  }

  .rooms__room__description {
    width: 100%;
    min-height: 0;
    padding: 40px 20px;
  }

  .menus {
    padding: 20px 0;
  }

  .menus h2 {
    margin-bottom: 36px;
  }

  .menus__menu {
    margin-bottom: 36px;
  }

  .sliders__slide {
    min-height: 200px;
  }

  .sliders__slide__text {
    padding: 20px 0;
  }

  .sliders__slide__text h2 {
    font-size: 1.25rem;
    text-transform: uppercase;
    line-height: 1.25;
  }

  .sliders__slide__text p {
    font-size: 1rem;
  }

  .footer__legal {
    font-size: 0.875rem;
  }

}
