* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

html {
  height: 100%;
}

img {
  border: 0;
}

ul {
  list-style: none;
}

body {
  font-family: "helveticaneuecyr", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  background: #fff;
  color: #040405;
  letter-spacing: 0.15px;
}

a {
  color: #dd4842;
  text-decoration: none;
}
a:hover {
  color: #9d211c;
}

a,
button {
  transition: all 0.15s ease-in-out;
}

.container-full {
  padding: 0 24px;
  min-width: 320px;
}

.container {
  max-width: 1440px;
  min-width: 320px;
  padding: 0 24px;
  margin: auto;
  position: relative;
}

.row {
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
  flex-wrap: wrap;
}

.col {
  padding: 0 12px;
}

.text-center {
  text-align: center;
}

strong {
  font-weight: 700;
}

h1 {
  font-size: 36px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 32px;
}

h2,
.h2,
h3,
.h3 {
  font-size: 20px;
  margin-bottom: 24px;
  font-weight: 600;
}

p {
  margin-bottom: 20px;
}

.btn {
  text-decoration: none;
  font-family: inherit;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #040405;
  padding: 8px 16px;
  border-radius: 4px;
  background: linear-gradient(38.93deg, #863b46 -905.19%, #f29d98 -433.69%, #fbc8b1 -207.69%, #ec7973 74.82%, #c3615a 341.74%, #f2aab2 772.32%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  border: 0;
}
.btn.btn-black {
  background: #040405;
  color: #fff;
}
.btn.btn-black:hover {
  opacity: 0.8;
  color: #fff;
}
.btn:hover {
  opacity: 0.8;
  color: #040405;
}
.btn img {
  margin-right: 10px;
}
.btn.btn-lg {
  padding: 16px;
  font-weight: 500;
  font-size: 30px;
  line-height: 45px;
  border-radius: 14px;
}

header {
  height: 72px;
  background: #fff;
  margin-bottom: 24px;
  position: relative;
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
}

.header-scroll {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.logo {
  position: absolute;
  left: 24px;
  top: 8px;
}

.nav-close,
.btn-header {
  display: none;
}

.hamburger-nav {
  position: absolute;
  right: 24px;
  top: 15px;
  cursor: pointer;
  display: none;
}

.overflow {
  overflow: hidden;
}

#main-nav {
  position: absolute;
  right: 24px;
  top: 18px;
}
#main-nav ul {
  display: flex;
  align-items: center;
}
#main-nav ul li.nav-item {
  margin-right: 34px;
}
#main-nav ul li.nav-item a {
  color: #040405;
  text-transform: uppercase;
  display: block;
  padding: 0 15px;
  line-height: 35px;
}
#main-nav ul li.nav-item a:hover {
  background: url("../images/selected-nav.png") no-repeat center;
  background-size: contain;
}
#main-nav ul li.nav-item.active a {
  background: url("../images/selected-nav.png") no-repeat center;
  background-size: contain;
}

.index-page {
  display: flex;
  padding: 100px 0;
  align-items: center;
  justify-content: center;
}
.index-page .container {
  text-align: center;
}
.index-page .container .index-img {
  margin-bottom: 32px;
}
.index-page .container .index-img img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.index-page .container p {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.index-page .container h1 {
  font-weight: 500;
  font-size: 48px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0;
}

.gallery-wrap {
  position: fixed;
  z-index: 9;
  left: 0;
  top: calc(100% - 56px);
  right: 0;
  bottom: 0;
  min-height: 56px;
  background: #040405;
  transition: top 0.3s ease-in-out;
}
.gallery-wrap.z-index-12 {
  z-index: 12;
  top: 56px;
}

.gallery-checker {
  border-radius: 8px;
  width: 72px;
  cursor: pointer;
  background: #fff;
  height: 72px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -36px;
  top: -36px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.gallery-checker div {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background: #f6c5af;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14), 0px 4px 5px rgba(0, 0, 0, 0.12), 0px 1px 10px rgba(0, 0, 0, 0.2);
}
.gallery-checker span {
  display: none;
}
.gallery-checker img {
  width: 48px;
  height: 48px;
  display: block;
}
.gallery-checker p {
  position: absolute;
  background: rgba(4, 4, 5, 0.6);
  border-radius: 4px;
  width: 78px;
  height: 24px;
  line-height: 24px;
  left: -3px;
  top: -24px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.4px;
  opacity: 0;
  transition: all 0.15s ease-in-out;
}
.gallery-checker:hover p {
  opacity: 1;
}
.gallery-checker.active {
  background: #040405;
}
.gallery-checker.active p {
  display: none;
}

.gallery-in {
  color: #fff;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
  position: relative;
}
.gallery-in.extend {
  height: 100%;
}

.wrap {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.wrap.fadeOut {
  opacity: 0;
}

.gallery-scroll {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}

.gallery-box {
  display: flex;
  min-height: 100%;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.gallery-box .container {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.gallery-logo {
  text-align: center;
  padding: 75px 0 0 0;
  height: 320px;
}

.bottom-scroll-text {
  text-align: center;
  padding: 80px 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
}

.gallery-thumbs-wrap {
  overflow: auto;
  padding-right: 5px;
  flex-grow: 1;
  margin-top: 64px;
}

.gallery-thumbs-in {
  width: 100%;
  overflow: hidden;
}

.gallery-thumbs .col {
  width: 16.666%;
  margin-bottom: 32px;
}

.thumb div {
  border-radius: 8px;
}
.thumb div a {
  display: block;
  padding-top: 71.2264150943%;
  border-radius: 8px;
  position: relative;
  background: #fff;
}
.thumb div a span {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.15s ease-in-out;
  opacity: 0;
}
.thumb div a:hover span {
  opacity: 1;
}
.thumb div img {
  display: none;
  border-radius: 8px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  object-fit: cover;
}

.gallery-thumbs-wrap::-webkit-scrollbar {
  width: 5px;
  border-radius: 3px;
}

.gallery-thumbs-wrap::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 3px;
}

.gallery-thumbs-wrap::-webkit-scrollbar-thumb {
  background: linear-gradient(38.93deg, #863b46 -905.19%, #f29d98 -433.69%, #fbc8b1 -207.69%, #ec7973 74.82%, #c3615a 341.74%, #f2aab2 772.32%);
  border-radius: 3px;
}

.gallery-thumbs-wrap::-webkit-scrollbar-thumb:hover {
  background: #dd4842;
}

.gallery-scroll::-webkit-scrollbar {
  width: 5px;
  border-radius: 3px;
}

.gallery-scroll::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 3px;
}

.gallery-scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(38.93deg, #863b46 -905.19%, #f29d98 -433.69%, #fbc8b1 -207.69%, #ec7973 74.82%, #c3615a 341.74%, #f2aab2 772.32%);
  border-radius: 3px;
}

.gallery-scroll::-webkit-scrollbar-thumb:hover {
  background: #dd4842;
}

.fancybox-is-open .fancybox-bg {
  background: #040405 !important;
  opacity: 1 !important;
}

.fancybox-image {
  border-radius: 8px;
}

.fancybox-button--zoom,
.fancybox-button--play,
.fancybox-button--thumbs {
  display: none !important;
}

.about-page {
  padding: 190px 0 100px 0;
}

.about-wrap {
  display: flex;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
}

.about-left {
  width: 448px;
}
.about-left img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.about-right {
  flex: 1;
  padding: 0 0 0 140px;
  font-size: 20px;
}

.about-logo {
  text-align: center;
  margin-top: 75px;
}
.about-logo img {
  width: 130px;
  height: auto;
}

.contact-us-page {
  padding: 140px 0 100px 0;
}
.contact-us-page h1 {
  text-align: center;
}

.contact-us-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.contact-us-txt {
  text-align: center;
  margin: 64px 0;
  font-size: 22px;
}

.contact-us-wrap {
  display: flex;
}

.contact-us-left {
  order: 2;
  flex: 1;
}
.contact-us-left #messageError {
  margin-bottom: 20px;
  display: block;
}

.contact-us-right {
  order: 1;
  width: 236px;
}
.contact-us-right p {
  letter-spacing: 0.75px;
  font-size: 14px;
  margin-bottom: 32px;
}
.contact-us-right ul li {
  margin-bottom: 24px;
}
.contact-us-right ul li a {
  display: flex;
  align-items: center;
  color: #040405;
  letter-spacing: 0.75px;
}
.contact-us-right ul li a:hover {
  color: #dd4842;
}
.contact-us-right ul li a img {
  margin-right: 8px;
}

.w50 .col {
  width: 50%;
  margin-bottom: 20px;
}

input.form-control {
  border: 1px solid rgba(4, 4, 5, 0.5);
  border-radius: 2px;
  height: 47px;
  font-family: inherit;
  font-size: 16px;
  letter-spacing: 0.75px;
  padding: 0 16px;
  width: 100%;
  display: block;
}

textarea.form-control {
  border: 1px solid rgba(4, 4, 5, 0.5);
  border-radius: 2px;
  height: 47px;
  font-family: inherit;
  font-size: 16px;
  letter-spacing: 0.75px;
  padding: 12px 16px;
  width: 100%;
  min-height: 100px;
  resize: none;
  overflow: auto;
  display: block;
}

.contact-us-submit {
  align-items: center;
  justify-content: space-between;
}
.contact-us-submit button:disabled {
  background-color: grey;
}
.contact-us-submit button:disabled:hover {
  opacity: 1;
}

.confirmation-form #messageError {
  margin-bottom: 20px;
  display: block;
}

.w100 {
  width: 100%;
}

.confirmation-form {
  max-width: 680px;
  margin: 0 auto;
}

.thank-you-page {
  display: flex;
  min-height: 100vh;
  padding: 100px 0;
  align-items: center;
  justify-content: center;
}
.thank-you-page .container {
  text-align: center;
}
.thank-you-page .container div {
  margin-bottom: 64px;
}
.thank-you-page .container p {
  font-size: 32px;
}

.service-page {
  padding: 130px 0 30px 0;
}
.service-page h1 {
  text-align: center;
  margin-bottom: 48px;
  font-size: 32px;
}

.service-wrap {
  max-width: 920px;
  margin: 0 auto;
}

.service-box {
  cursor: pointer;
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 4px rgba(79, 79, 80, 0.35);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  transition: all 0.15s ease-in-out;
}
.service-box:hover {
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.14), 0px 6px 30px rgba(0, 0, 0, 0.12), 0px 8px 10px rgba(0, 0, 0, 0.2);
  background: #fbe2d7;
}
.service-box:hover .service-box-right div span {
  color: #040405;
}

.service-box-left {
  width: 275px;
}
.service-box-left img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.service-box-right {
  flex: 1;
  padding-left: 24px;
}
.service-box-right h3 {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.service-box-right p {
  color: #666;
  line-height: 1.25;
  letter-spacing: 0.75px;
  margin-bottom: 24px;
}
.service-box-right div {
  text-transform: uppercase;
}
.service-box-right div span {
  font-weight: bold;
  color: #ee837b;
}

.booking-page {
  padding: 140px 0 50px 0;
}
.booking-page h1 {
  font-size: 32px;
  margin-bottom: 32px;
  text-align: center;
}

.calendar-wrap {
  max-width: 760px;
  margin: 0 auto;
}

.calendar-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  padding: 0 30px;
}
.calendar-nav span {
  font-size: 28px;
  letter-spacing: 0.75px;
  margin: 0 auto;
}
.calendar-nav .next-calendar {
  transform: rotate(180deg);
}

.calendar--weeks {
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.75px;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 24px;
}
.calendar--weeks div {
  width: 14.285%;
}

.calendar-days {
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.75px;
  text-align: center;
  font-weight: 500;
  font-size: 32px;
  flex-wrap: wrap;
  align-items: center;
}
.calendar-days div {
  width: 14.285%;
  height: 94px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar-days a {
  border-radius: 8px;
  display: inline-block;
  color: #040405;
  padding: 0 7px;
  min-width: 51px;
}
.calendar-days a:hover, .calendar-days a.active {
  background: #f6c5af;
}

.past-month {
  color: #e1e1e1;
}

.booked-date-full a {
  color: #e1e1e1;
}

.booking-over {
  background: rgba(4, 4, 5, 0.7);
  position: fixed;
  z-index: 11;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.booking-popup {
  position: fixed;
  z-index: 12;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  background: #f6c5af;
  display: none;
}

.booking-popup-close {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}

.booking-popup-date {
  position: absolute;
  top: 30px;
  left: 24px;
  font-weight: 500;
  letter-spacing: 0.75px;
}

.booking-popup-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  font-weight: 500;
  letter-spacing: 0.75px;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}

.booking-popup-submit {
  position: absolute;
  bottom: 32px;
  right: 24px;
  left: 24px;
  display: none;
}

.booking-popup-time {
  position: absolute;
  left: 24px;
  right: 14px;
  top: 124px;
  bottom: 140px;
  padding-right: 10px;
  overflow: auto;
}
.booking-popup-time li {
  background: #fbe2d7;
  transition: background 0.15s ease-in-out;
  border-radius: 14px;
  height: 74px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 34px;
  letter-spacing: 0.75px;
  margin-bottom: 24px;
  cursor: pointer;
}
.booking-popup-time li:last-child {
  margin-bottom: 0;
}
.booking-popup-time li:hover {
  background: #fff;
}
.booking-popup-time li.active {
  background: #d33f49;
  color: #fff;
}

.booking-popup-time::-webkit-scrollbar {
  width: 5px;
  border-radius: 3px;
}

.booking-popup-time::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 3px;
}

.booking-popup-time::-webkit-scrollbar-thumb {
  background: linear-gradient(38.93deg, #863b46 -905.19%, #f29d98 -433.69%, #fbc8b1 -207.69%, #ec7973 74.82%, #c3615a 341.74%, #f2aab2 772.32%);
  border-radius: 3px;
}

.booking-popup-time::-webkit-scrollbar-thumb:hover {
  background: #dd4842;
}

.booking-popup-time .booked-hour {
  display: none;
}
.error {
  color: red;
}

@media (max-width: 1439px) {
  .index-page .container h1 {
    font-size: 40px;
  }

  .gallery-thumbs .col {
    width: 20%;
  }

  .about-right {
    padding-left: 64px;
  }
}
@media (max-width: 999px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .col {
    padding: 0 8px;
  }

  .container {
    padding: 0 16px;
  }

  .logo {
    left: 16px;
    top: 4px;
  }

  .hamburger-nav {
    display: block;
  }

  .over {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(4, 4, 5, 0.7);
    display: none;
  }

  #main-nav {
    z-index: 11;
    width: 100%;
    max-width: 360px;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    display: none;
  }
  #main-nav .nav-close {
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
  }
  #main-nav .nav-in {
    display: flex;
    align-items: center;
    min-height: 100vh;
  }
  #main-nav ul {
    display: block;
    width: 100%;
  }
  #main-nav ul li.nav-item,
#main-nav ul li {
    text-align: center;
    margin: 60px 0;
  }
  #main-nav ul li.nav-item a {
    font-size: 22px;
  }

  .btn-header {
    display: block;
    position: absolute;
    top: 15px;
    right: 76px;
  }

  .index-page .container h1 {
    font-size: 30px;
  }

  .gallery-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0 0 0;
    height: 200px;
  }

  .bottom-scroll-text {
    padding: 20px 0 0px;
  }

  .gallery-thumbs-wrap {
    overflow: auto;
    padding-right: 5px;
  }

  .gallery-thumbs .col {
    width: 25%;
  }

  h1 {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .about-page {
    padding: 100px 0;
  }

  .about-wrap {
    display: block;
    text-align: center;
  }

  .about-left {
    width: 100%;
  }

  .about-right {
    padding: 32px 0 0 0;
    font-size: 18px;
  }

  .about-logo {
    margin-top: 24px;
  }

  .contact-us-txt {
    margin: 24px 0 64px 0;
  }

  .contact-us-wrap {
    max-width: 640px;
    display: block;
  }

  .contact-us-left {
    margin-bottom: 90px;
  }

  .contact-us-right {
    display: flex;
    width: 100%;
  }
  .contact-us-right > * {
    width: 50%;
  }
  .contact-us-right p {
    line-height: 2.3;
  }

  .service-page h1 {
    margin-bottom: 48px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .btn-header {
    color: #dd4842;
    padding: 8px 0;
    background: none;
  }
  .btn-header:hover {
    opacity: 1;
  }

  #main-nav {
    max-width: 100%;
  }
  #main-nav .nav-in {
    display: flex;
    align-items: center;
    min-height: 100vh;
  }
  #main-nav ul {
    display: block;
    width: 100%;
  }
  #main-nav ul li.nav-item,
#main-nav ul li {
    text-align: center;
    margin: 15px 0;
  }
  #main-nav ul li.nav-item a {
    font-size: 14px;
  }

  .index-page .container h1 {
    font-size: 17px;
  }

  .index-page .container p {
    font-size: 12px;
  }

  .gallery-wrap {
    min-height: 32px;
    top: calc(100% - 32px);
  }
  .gallery-wrap.z-index-12 {
    top: 32px;
  }

  .gallery-in .extend {
    height: 100%;
  }

  .gallery-checker {
    width: 40px;
    height: 40px;
    margin: 0 0 0 -20px;
    top: -20px;
  }
  .gallery-checker div {
    width: 32px;
    height: 32px;
  }
  .gallery-checker div img {
    width: 24px;
    height: 24px;
  }
  .gallery-checker span {
    display: none;
  }
  .gallery-checker p {
    display: none;
  }

  .index-page {
    padding: 0;
    top: 25%;
    position: absolute;
  }

  .gallery-logo {
    padding: 0;
    height: 180px;
  }

  .bottom-scroll-text {
    padding: 30px 0 0 0;
  }

  .gallery-thumbs-wrap {
    overflow: auto;
    padding-right: 5px;
  }

  .gallery-thumbs .col {
    width: 33.33%;
  }

  .contact-us-page {
    padding: 100px 0 70px 0;
  }

  .w50 .col {
    width: 100%;
  }

  .thank-you-page {
    padding: 80px 0;
  }
  .thank-you-page .container div {
    margin-bottom: 40px;
  }
  .thank-you-page .container div img {
    width: 50px;
    height: 50px;
  }
  .thank-you-page .container p {
    font-size: 18px;
  }

  .service-page h1 {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .service-box {
    display: block;
    padding: 0;
  }

  .service-box-left {
    width: 100%;
  }

  .service-box-right {
    padding: 24px;
  }

  .service-box-right p {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .service-box-right h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .service-box-right div {
    font-size: 14px;
  }

  .service-page {
    padding: 100px 0 30px 0;
  }

  .booking-page {
    padding: 100px 0 50px 0;
  }

  .booking-page h1 {
    font-size: 20px;
  }

  .calendar-nav {
    padding: 0 10px;
  }
  .calendar-nav span {
    font-size: 14px;
  }
  .calendar-nav img {
    width: 13px;
    height: auto;
  }

  .calendar--weeks {
    font-size: 12px;
  }

  .calendar-days {
    font-size: 14px;
  }

  .calendar-days div {
    height: 35px;
    margin-bottom: 16px;
  }
  .calendar-days div a {
    min-width: 27px;
    padding: 2px 5px;
  }

  .booking-popup {
    max-width: 330px;
  }

  .booking-popup-close {
    top: 16px;
    right: 16px;
  }

  .booking-popup-date {
    left: 16px;
    top: 21px;
    font-size: 14px;
  }

  .booking-popup-title {
    top: 62px;
    font-size: 18px;
  }

  .booking-popup-time {
    top: 112px;
    bottom: 100px;
    left: 16px;
    right: 6px;
  }
  .booking-popup-time ul {
    flex-wrap: wrap;
    display: flex;
  }
  .booking-popup-time ul li {
    font-size: 26px;
    height: 66px;
    margin-bottom: 16px;
    width: calc(50% - 8px);
  }
  .booking-popup-time ul li:hover {
    background: #fbe2d7;
  }
  .booking-popup-time ul li.active {
    background: #d33f49;
  }
  .booking-popup-time ul li.active:hover {
    background: #d33f49;
  }
  .booking-popup-time ul li:nth-child(odd) {
    margin-right: 16px;
  }

  .booking-popup-submit {
    left: 16px;
    right: 16px;
    bottom: 12px;
  }
  .booking-popup-submit .btn.btn-lg {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 480px) {
  .gallery-thumbs .col {
    width: 50%;
  }

  .bottom-scroll-text {
    font-size: 14px;
  }

  .gallery-logo {
    height: 150px;
  }

  .gallery-logo img {
    width: 180px;
    height: auto;
  }

  .gallery-thumbs-wrap {
    overflow: auto;
    padding-right: 5px;
  }

  .contact-us-left {
    margin-bottom: 50px;
  }

  .contact-us-right p {
    font-size: 12px;
  }
  .contact-us-right ul li {
    margin-bottom: 16px;
    font-size: 12px;
  }
  .contact-us-right ul li img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 374px) {
  .btn-header {
    font-size: 12px;
  }

  .logo {
    top: 8px;
  }
  .logo img {
    width: 80px;
    height: auto;
  }

  .contact-us-submit .col {
    width: 100%;
  }
  .contact-us-submit .btn {
    width: 100%;
    margin-top: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
