@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body {
  background-color: #171615;
  font-family: "Open Sans", sans-serif;
}
body.homepage header .navbar {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1030;
  background-color: transparent;
}
body.default .container-wide {
  padding-left: 0;
  padding-right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url("/templates/img/common-bg.png");
  background-repeat: repeat-y;
  background-position: top;
}

.container-wide {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-right: auto;
  margin-left: auto;
  background-color: #1F1F1F;
}
@media only screen and (min-width: 1400px) {
  .container-wide {
    max-width: 1440px;
    box-shadow: 0px 0px 40px 5px black;
  }
}
.container-wide.default {
  padding-left: 0;
  padding-right: 0;
}

.btn-primary {
  background-color: #EF5725;
  color: #FFFFFF;
  border-color: #EF5725;
  border-radius: 4px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 28px;
  padding-right: 28px;
  font-weight: 600;
  font-size: calc(1.01241rem + 0.15012vw);
  line-height: 100%;
  letter-spacing: 0.5px;
}
@media (min-width: 1200px) {
  .btn-primary {
    font-size: 1.125rem;
  }
}
@media (min-width: 3000px) {
  .btn-primary {
    font-size: 1.125rem;
  }
}
@media (min-width: 3000px) {
  .btn-primary {
    font-size: 2.25rem;
  }
}
.btn-primary:hover {
  background-color: #9BE01C;
  color: #000;
  border-color: #9BE01C;
}
.btn-outline-secondary {
  background-color: #272420;
  border: 1px solid #B7F870;
  color: #B7F870;
  border-radius: 4px;
}
.btn-outline-secondary:hover {
  background-color: #EF5725;
  color: #fff;
  border-color: #EF5725;
}
.btn-outline-secondary.active {
  background-color: #EF5725;
  color: #fff;
  border-color: #EF5725;
}

.arrow-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
  font-weight: 600;
  font-size: calc(1.01241rem + 0.15012vw);
  line-height: 100%;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .arrow-link {
    font-size: 1.125rem;
  }
}
@media (min-width: 3000px) {
  .arrow-link {
    font-size: 1.125rem;
  }
}
@media (min-width: 3000px) {
  .arrow-link {
    font-size: 2.25rem;
  }
}
.arrow-link i {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/templates/img/other/arrow-w.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.3s ease;
  transform: translateX(0);
}
.arrow-link:hover {
  color: #9BE01C;
}
.arrow-link:hover i {
  transform: translateX(5px);
  background-image: url("/templates/img/other/arrow-g.png");
}

header .navbar {
  background-color: black;
  background-image: url("/templates/img/other/wood-header.png");
  background-repeat: repeat-x;
  background-position: top;
  position: relative;
}
header .navbar-toggler {
  z-index: 10;
  border: none;
  color: #FFFFFF;
}
header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
header .navbar-collapse {
  position: relative;
}
@media only screen and (max-width: 991px) {
  header .navbar-collapse {
    position: absolute;
    top: 8px;
    right: 0;
    width: 100%;
    background-color: #332F29;
    padding: 1rem;
    padding-top: 120px;
    z-index: 9;
  }
}
header .navbar-collapse .languages {
  padding-top: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2px;
}
@media only screen and (min-width: 992px) {
  header .navbar-collapse .languages {
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 0;
    margin-top: -1px;
    background-color: #000000;
    border: 1px solid rgba(255, 255, 255, 0.2784313725);
  }
}
header .navbar-brand {
  top: 7px;
  padding-top: 0;
  z-index: 10;
}
@media only screen and (min-width: 992px) {
  header .navbar-brand {
    position: absolute;
  }
}
header .navbar-brand img {
  width: 50vw;
  height: auto;
  object-fit: contain;
}
@media only screen and (min-width: 992px) {
  header .navbar-brand img {
    width: 319px;
  }
}
@media only screen and (min-width: 992px) {
  header .navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 3.4375rem;
    margin-left: 350px;
    padding-top: 35px;
  }
}
header .navbar .nav-item a {
  font-family: Open Sans;
  font-weight: 700;
  font-size: calc(1.02491rem + 0.30012vw);
  line-height: 100%;
  letter-spacing: 0.5px;
  color: #FFF;
}
@media (min-width: 1200px) {
  header .navbar .nav-item a {
    font-size: 1.25rem;
  }
}
@media (min-width: 3000px) {
  header .navbar .nav-item a {
    font-size: 1.25rem;
  }
}
@media (min-width: 3000px) {
  header .navbar .nav-item a {
    font-size: 2.5rem;
  }
}
header .navbar .nav-item a:hover {
  color: #9BE01C;
}
header .navbar .nav-item a.active {
  color: #9BE01C;
}

.hero {
  position: relative;
}
.hero-image {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: 0;
}
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .hero-image img {
    width: 100%;
    height: auto;
  }
}
.hero-content {
  padding-top: 140px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .hero-content {
    padding-top: 280px;
  }
}
.hero-content h1 {
  font-weight: 700;
  font-size: calc(1.26866rem + 3.22512vw);
  line-height: calc(1.39991rem + 4.80012vw);
  letter-spacing: 0.5px;
  color: #FFFFFF;
  margin-bottom: 1.75rem;
}
@media (min-width: 1200px) {
  .hero-content h1 {
    font-size: 3.6875rem;
  }
}
@media (min-width: 3000px) {
  .hero-content h1 {
    font-size: 3.6875rem;
  }
}
@media (min-width: 3000px) {
  .hero-content h1 {
    font-size: 7.375rem;
  }
}
@media (min-width: 1200px) {
  .hero-content h1 {
    line-height: 5rem;
  }
}
@media (min-width: 3000px) {
  .hero-content h1 {
    line-height: 5rem;
  }
}
@media (min-width: 3000px) {
  .hero-content h1 {
    line-height: 10rem;
  }
}
.hero-content p {
  font-weight: 600;
  font-size: calc(1.01241rem + 0.15012vw);
  line-height: 160%;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  margin-bottom: 3.25rem;
}
@media (min-width: 1200px) {
  .hero-content p {
    font-size: 1.125rem;
  }
}
@media (min-width: 3000px) {
  .hero-content p {
    font-size: 1.125rem;
  }
}
@media (min-width: 3000px) {
  .hero-content p {
    font-size: 2.25rem;
  }
}

.info {
  background-image: url("/templates/img/other/vrstevnice-black-1.png");
  padding-top: 45px;
  padding-bottom: 40px;
}
.info-content h2 {
  font-weight: 400;
  font-size: calc(1.12491rem + 1.50012vw);
  line-height: calc(1.14991rem + 1.80012vw);
  letter-spacing: 0.5px;
  color: #FFFFFF;
  margin-bottom: 1.75rem;
}
@media (min-width: 1200px) {
  .info-content h2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 3000px) {
  .info-content h2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 3000px) {
  .info-content h2 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .info-content h2 {
    line-height: 2.5rem;
  }
}
@media (min-width: 3000px) {
  .info-content h2 {
    line-height: 2.5rem;
  }
}
@media (min-width: 3000px) {
  .info-content h2 {
    line-height: 5rem;
  }
}
.info-content h2 span {
  color: #9BE01C;
  font-weight: 800;
}
.info-grid-row {
  position: relative;
  align-items: center;
}
.info-grid-row-image {
  z-index: 1;
  padding-left: 0;
  order: 2;
}
.info-grid-row-content {
  order: 1;
}
@media only screen and (min-width: 992px) {
  .info-grid-row-content {
    position: absolute;
    left: 0;
    z-index: 0;
    order: 3;
  }
}
.info-grid-row-detail {
  background-color: #332F29;
  padding: 22px 32px;
  width: 100%;
}
.info-grid-items {
  font-weight: 700;
  font-size: calc(0.99991rem + 0.00012vw);
  line-height: calc(1.02491rem + 0.30012vw);
  letter-spacing: 0.5px;
  color: #FFFFFF;
}
@media (min-width: 1200px) {
  .info-grid-items {
    font-size: 1rem;
  }
}
@media (min-width: 3000px) {
  .info-grid-items {
    font-size: 1rem;
  }
}
@media (min-width: 3000px) {
  .info-grid-items {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .info-grid-items {
    line-height: 1.25rem;
  }
}
@media (min-width: 3000px) {
  .info-grid-items {
    line-height: 1.25rem;
  }
}
@media (min-width: 3000px) {
  .info-grid-items {
    line-height: 2.5rem;
  }
}

.news {
  background-color: #1F1F1F;
  background-image: url("/templates/img/news/bg.png");
  padding-top: 80px;
  padding-bottom: 71px;
}
.news h2 {
  font-weight: 700;
  font-size: calc(1.12491rem + 1.50012vw);
  line-height: calc(1.14991rem + 1.80012vw);
  letter-spacing: 0.5px;
  color: #FFFFFF;
  margin-bottom: 2.5rem;
}
@media (min-width: 1200px) {
  .news h2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 3000px) {
  .news h2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 3000px) {
  .news h2 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .news h2 {
    line-height: 2.5rem;
  }
}
@media (min-width: 3000px) {
  .news h2 {
    line-height: 2.5rem;
  }
}
@media (min-width: 3000px) {
  .news h2 {
    line-height: 5rem;
  }
}
.news-item {
  background-color: rgba(21, 21, 21, 0.6392156863);
  border: 1px solid rgba(229, 229, 229, 0.3215686275);
  border-radius: 6px;
  padding: 30px 30px 24px 44px;
  margin-bottom: 1.375rem;
}
.news-item-header {
  display: flex;
  flex-direction: row;
  column-gap: 0.75rem;
  margin-bottom: 1.25rem;
  row-gap: 0;
}
.news-item h3 {
  margin-bottom: 0;
}
.news-item h3 a {
  font-weight: 700;
  font-size: calc(1.01241rem + 0.15012vw);
  line-height: calc(1.01241rem + 0.15012vw);
  letter-spacing: 0%;
  color: #FFFFFF;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .news-item h3 a {
    font-size: 1.125rem;
  }
}
@media (min-width: 3000px) {
  .news-item h3 a {
    font-size: 1.125rem;
  }
}
@media (min-width: 3000px) {
  .news-item h3 a {
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .news-item h3 a {
    line-height: 1.125rem;
  }
}
@media (min-width: 3000px) {
  .news-item h3 a {
    line-height: 1.125rem;
  }
}
@media (min-width: 3000px) {
  .news-item h3 a {
    line-height: 2.25rem;
  }
}
.news-item div > span.date {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: 0%;
  color: #9D9D9D;
}
.news-item p {
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: calc(1.07491rem + 0.90012vw);
  letter-spacing: 0%;
  color: #9D9D9D;
}
@media (min-width: 1200px) {
  .news-item p {
    line-height: 1.75rem;
  }
}
@media (min-width: 3000px) {
  .news-item p {
    line-height: 1.75rem;
  }
}
@media (min-width: 3000px) {
  .news-item p {
    line-height: 3.5rem;
  }
}
.news-item .arrow-link {
  justify-content: end;
}
.news .voucher {
  background-image: url("/templates/img/news/voucher-bg.png");
  padding: 30px 21px 0px 41px;
  box-shadow: 0px 4px 32.6px 6px rgba(0, 0, 0, 0.4588235294);
  position: relative;
}
.news .voucher-header h2 {
  font-weight: 700;
  font-size: calc(1.19991rem + 2.40012vw);
  line-height: calc(1.25616rem + 3.07512vw);
  letter-spacing: 0.5px;
  color: #FFFFFF;
  text-shadow: 0px 4px 5.6px 0px rgba(0, 0, 0, 0.7294117647);
}
@media (min-width: 1200px) {
  .news .voucher-header h2 {
    font-size: 3rem;
  }
}
@media (min-width: 3000px) {
  .news .voucher-header h2 {
    font-size: 3rem;
  }
}
@media (min-width: 3000px) {
  .news .voucher-header h2 {
    font-size: 6rem;
  }
}
@media (min-width: 1200px) {
  .news .voucher-header h2 {
    line-height: 3.5625rem;
  }
}
@media (min-width: 3000px) {
  .news .voucher-header h2 {
    line-height: 3.5625rem;
  }
}
@media (min-width: 3000px) {
  .news .voucher-header h2 {
    line-height: 7.125rem;
  }
}
.news .voucher-perex p {
  font-weight: 700;
  font-size: calc(1.02491rem + 0.30012vw);
  line-height: calc(1.09991rem + 1.20012vw);
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 0px 4px 5.6px 0px rgba(0, 0, 0, 0.7294117647);
}
@media (min-width: 1200px) {
  .news .voucher-perex p {
    font-size: 1.25rem;
  }
}
@media (min-width: 3000px) {
  .news .voucher-perex p {
    font-size: 1.25rem;
  }
}
@media (min-width: 3000px) {
  .news .voucher-perex p {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .news .voucher-perex p {
    line-height: 2rem;
  }
}
@media (min-width: 3000px) {
  .news .voucher-perex p {
    line-height: 2rem;
  }
}
@media (min-width: 3000px) {
  .news .voucher-perex p {
    line-height: 4rem;
  }
}
.news .voucher-btn {
  position: relative;
  text-align: center;
}
.news .voucher-btn img {
  object-fit: cover;
}
.news .voucher-btn a {
  font-weight: 800;
  font-size: calc(1.07491rem + 0.90012vw);
  line-height: calc(1.09991rem + 1.20012vw);
  letter-spacing: 0%;
  text-decoration: none;
  color: #FFFFFF;
  text-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.6509803922);
}
@media (min-width: 1200px) {
  .news .voucher-btn a {
    font-size: 1.75rem;
  }
}
@media (min-width: 3000px) {
  .news .voucher-btn a {
    font-size: 1.75rem;
  }
}
@media (min-width: 3000px) {
  .news .voucher-btn a {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .news .voucher-btn a {
    line-height: 2rem;
  }
}
@media (min-width: 3000px) {
  .news .voucher-btn a {
    line-height: 2rem;
  }
}
@media (min-width: 3000px) {
  .news .voucher-btn a {
    line-height: 4rem;
  }
}
.news .voucher-btn-content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

.reservation {
  position: relative;
  overflow: hidden;
}
.reservation-slider {
  background-image: url("/templates/img/reservations/slider-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 3.5rem;
  order: 1;
  display: block;
}
.reservation-slider h2 {
  font-weight: 700;
  font-size: calc(1.12491rem + 1.50012vw);
  line-height: 100%;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  text-align: center;
}
@media (min-width: 1200px) {
  .reservation-slider h2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 3000px) {
  .reservation-slider h2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 3000px) {
  .reservation-slider h2 {
    font-size: 4.5rem;
  }
}
.reservation-slider-item {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .reservation-slider-item {
    height: 580px;
  }
}
.reservation-slider-item-l1 {
  display: none;
  font-weight: 700;
  font-size: calc(2.14991rem + 13.80012vw);
  line-height: 100%;
  letter-spacing: 0.5px;
  color: #332F29;
  z-index: 1;
}
@media (min-width: 1200px) {
  .reservation-slider-item-l1 {
    font-size: 12.5rem;
  }
}
@media (min-width: 3000px) {
  .reservation-slider-item-l1 {
    font-size: 12.5rem;
  }
}
@media (min-width: 3000px) {
  .reservation-slider-item-l1 {
    font-size: 25rem;
  }
}
@media only screen and (min-width: 992px) {
  .reservation-slider-item-l1 {
    display: block;
    position: absolute;
    top: 100px;
    left: 0;
  }
}
.reservation-slider-item-l2 {
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .reservation-slider-item-l2 {
    position: absolute;
    bottom: 0;
    right: 85px;
  }
}
.reservation-content {
  background-image: url("/templates/img/other/vrstevnice-black-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 52px;
  padding-bottom: 100px;
  min-height: 410px;
  order: 3;
  display: block;
}
.reservation-content h3 {
  font-weight: 700;
  font-size: calc(1.04991rem + 0.60012vw);
  line-height: calc(1.09991rem + 1.20012vw);
  letter-spacing: 0%;
  color: #FFFFFF;
  margin-bottom: 0.625rem;
}
@media (min-width: 1200px) {
  .reservation-content h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 3000px) {
  .reservation-content h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 3000px) {
  .reservation-content h3 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .reservation-content h3 {
    line-height: 2rem;
  }
}
@media (min-width: 3000px) {
  .reservation-content h3 {
    line-height: 2rem;
  }
}
@media (min-width: 3000px) {
  .reservation-content h3 {
    line-height: 4rem;
  }
}
.reservation-content .product-text {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: calc(1.07491rem + 0.90012vw);
  letter-spacing: 0%;
  color: #908F8E;
  margin-bottom: 1.4375rem;
}
@media (min-width: 1200px) {
  .reservation-content .product-text {
    line-height: 1.75rem;
  }
}
@media (min-width: 3000px) {
  .reservation-content .product-text {
    line-height: 1.75rem;
  }
}
@media (min-width: 3000px) {
  .reservation-content .product-text {
    line-height: 3.5rem;
  }
}
.reservation-form {
  max-width: min(100vw, 475px);
  z-index: 3;
  order: 2;
  display: block;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .reservation-form {
    position: absolute;
    top: 245px;
    left: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .reservation-form-header {
    margin-top: 1rem;
    text-align: center;
  }
}
.reservation-form-header div {
  font-weight: 400;
  font-size: calc(1.01241rem + 0.15012vw);
  line-height: calc(1.09991rem + 1.20012vw);
  letter-spacing: 0%;
  color: #FFFFFF;
}
@media (min-width: 1200px) {
  .reservation-form-header div {
    font-size: 1.125rem;
  }
}
@media (min-width: 3000px) {
  .reservation-form-header div {
    font-size: 1.125rem;
  }
}
@media (min-width: 3000px) {
  .reservation-form-header div {
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .reservation-form-header div {
    line-height: 2rem;
  }
}
@media (min-width: 3000px) {
  .reservation-form-header div {
    line-height: 2rem;
  }
}
@media (min-width: 3000px) {
  .reservation-form-header div {
    line-height: 4rem;
  }
}
.reservation-form-header h3 {
  font-weight: 700;
  font-size: calc(1.07491rem + 0.90012vw);
  line-height: calc(1.09991rem + 1.20012vw);
  letter-spacing: 0.5px;
  color: #ECECEC;
}
@media (min-width: 1200px) {
  .reservation-form-header h3 {
    font-size: 1.75rem;
  }
}
@media (min-width: 3000px) {
  .reservation-form-header h3 {
    font-size: 1.75rem;
  }
}
@media (min-width: 3000px) {
  .reservation-form-header h3 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .reservation-form-header h3 {
    line-height: 2rem;
  }
}
@media (min-width: 3000px) {
  .reservation-form-header h3 {
    line-height: 2rem;
  }
}
@media (min-width: 3000px) {
  .reservation-form-header h3 {
    line-height: 4rem;
  }
}
.reservation-form-link-all {
  margin-bottom: 1.3125rem;
}
@media only screen and (max-width: 991px) {
  .reservation-form-link-all {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
  }
}
.reservation-form-controls {
  display: flex;
  flex-direction: row;
  gap: 102px;
  margin-top: 52px;
  margin-bottom: 43px;
}
@media only screen and (max-width: 991px) {
  .reservation-form-controls {
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    margin: 0;
  }
}
.reservation-form-controls .carousel-control-prev {
  position: relative;
  width: auto;
}
.reservation-form-controls .carousel-control-next {
  position: relative;
  width: auto;
}
.reservation-form-control-top {
  background-color: #2E2B26;
  border: 2px solid #3A3731;
  padding: 27px 43px 44px 43px;
}
.reservation-form-control-top label {
  font-weight: 400;
  font-size: calc(1.01241rem + 0.15012vw);
  line-height: calc(1.09991rem + 1.20012vw);
  letter-spacing: 0%;
  color: #FFFFFF;
  margin-bottom: 0.8125rem;
}
@media (min-width: 1200px) {
  .reservation-form-control-top label {
    font-size: 1.125rem;
  }
}
@media (min-width: 3000px) {
  .reservation-form-control-top label {
    font-size: 1.125rem;
  }
}
@media (min-width: 3000px) {
  .reservation-form-control-top label {
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .reservation-form-control-top label {
    line-height: 2rem;
  }
}
@media (min-width: 3000px) {
  .reservation-form-control-top label {
    line-height: 2rem;
  }
}
@media (min-width: 3000px) {
  .reservation-form-control-top label {
    line-height: 4rem;
  }
}
.reservation-form-control-top .form-control {
  background-color: #1E1C19;
  border: 2px solid #F56231;
  border-radius: 4px;
  color: #ECECEC;
  font-weight: 400;
  font-style: italic;
  font-size: calc(1.01241rem + 0.15012vw);
  line-height: calc(1.09991rem + 1.20012vw);
  letter-spacing: 0%;
  padding: 1.125rem 1.8125rem 1.125rem 1.8125rem;
}
@media (min-width: 1200px) {
  .reservation-form-control-top .form-control {
    font-size: 1.125rem;
  }
}
@media (min-width: 3000px) {
  .reservation-form-control-top .form-control {
    font-size: 1.125rem;
  }
}
@media (min-width: 3000px) {
  .reservation-form-control-top .form-control {
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .reservation-form-control-top .form-control {
    line-height: 2rem;
  }
}
@media (min-width: 3000px) {
  .reservation-form-control-top .form-control {
    line-height: 2rem;
  }
}
@media (min-width: 3000px) {
  .reservation-form-control-top .form-control {
    line-height: 4rem;
  }
}
.reservation-form-control-top-detail label {
  margin-bottom: 0.25rem;
}
.reservation-form-control-top-detail .form-control {
  padding: 0.125rem 0.8125rem 0.125rem 0.8125rem;
  margin-bottom: 0.25rem;
}
.reservation-form-control-bottom {
  background-color: #2E2B26;
  border: 2px solid #3A3731;
  border-top: 9px solid #2B2823;
  padding: 27px 43px 44px 43px;
}
.reservation-form-control-bottom .select-list {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.reservation-form-control-bottom .size-select {
  margin-bottom: 2.5rem;
}
.reservation-form-control-bottom .size-select-label {
  font-weight: 400;
  font-size: calc(1.01241rem + 0.15012vw);
  line-height: calc(1.09991rem + 1.20012vw);
  letter-spacing: 0%;
  color: #FFFFFF;
  margin-bottom: 0.6875rem;
}
@media (min-width: 1200px) {
  .reservation-form-control-bottom .size-select-label {
    font-size: 1.125rem;
  }
}
@media (min-width: 3000px) {
  .reservation-form-control-bottom .size-select-label {
    font-size: 1.125rem;
  }
}
@media (min-width: 3000px) {
  .reservation-form-control-bottom .size-select-label {
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .reservation-form-control-bottom .size-select-label {
    line-height: 2rem;
  }
}
@media (min-width: 3000px) {
  .reservation-form-control-bottom .size-select-label {
    line-height: 2rem;
  }
}
@media (min-width: 3000px) {
  .reservation-form-control-bottom .size-select-label {
    line-height: 4rem;
  }
}
.reservation-form-control-bottom .pricing-label {
  font-weight: 400;
  font-size: calc(1.01241rem + 0.15012vw);
  line-height: calc(1.04991rem + 0.60012vw);
  letter-spacing: 0.5px;
  color: #FFFFFF;
  margin-bottom: 4px;
}
@media (min-width: 1200px) {
  .reservation-form-control-bottom .pricing-label {
    font-size: 1.125rem;
  }
}
@media (min-width: 3000px) {
  .reservation-form-control-bottom .pricing-label {
    font-size: 1.125rem;
  }
}
@media (min-width: 3000px) {
  .reservation-form-control-bottom .pricing-label {
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .reservation-form-control-bottom .pricing-label {
    line-height: 1.5rem;
  }
}
@media (min-width: 3000px) {
  .reservation-form-control-bottom .pricing-label {
    line-height: 1.5rem;
  }
}
@media (min-width: 3000px) {
  .reservation-form-control-bottom .pricing-label {
    line-height: 3rem;
  }
}
.reservation-form-control-bottom .pricing-main {
  font-weight: 700;
  font-size: calc(1.08116rem + 0.97512vw);
  line-height: calc(1.09991rem + 1.20012vw);
  letter-spacing: 0.5px;
  color: #FFFFFF;
}
@media (min-width: 1200px) {
  .reservation-form-control-bottom .pricing-main {
    font-size: 1.8125rem;
  }
}
@media (min-width: 3000px) {
  .reservation-form-control-bottom .pricing-main {
    font-size: 1.8125rem;
  }
}
@media (min-width: 3000px) {
  .reservation-form-control-bottom .pricing-main {
    font-size: 3.625rem;
  }
}
@media (min-width: 1200px) {
  .reservation-form-control-bottom .pricing-main {
    line-height: 2rem;
  }
}
@media (min-width: 3000px) {
  .reservation-form-control-bottom .pricing-main {
    line-height: 2rem;
  }
}
@media (min-width: 3000px) {
  .reservation-form-control-bottom .pricing-main {
    line-height: 4rem;
  }
}
.reservation-form-control-bottom .pricing-other {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: calc(0.99991rem + 0.00012vw);
  letter-spacing: 0.5px;
  color: #FFFFFF;
}
@media (min-width: 1200px) {
  .reservation-form-control-bottom .pricing-other {
    line-height: 1rem;
  }
}
@media (min-width: 3000px) {
  .reservation-form-control-bottom .pricing-other {
    line-height: 1rem;
  }
}
@media (min-width: 3000px) {
  .reservation-form-control-bottom .pricing-other {
    line-height: 2rem;
  }
}
.reservation-form-control-bottom .btn-outline-secondary {
  padding: 17px 20px 10px 20px;
}
.reservation-form-control-bottom .btn-outline-secondary span {
  display: block;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: calc(0.99991rem + 0.00012vw);
  letter-spacing: 0%;
}
@media (min-width: 1200px) {
  .reservation-form-control-bottom .btn-outline-secondary span {
    line-height: 1rem;
  }
}
@media (min-width: 3000px) {
  .reservation-form-control-bottom .btn-outline-secondary span {
    line-height: 1rem;
  }
}
@media (min-width: 3000px) {
  .reservation-form-control-bottom .btn-outline-secondary span {
    line-height: 2rem;
  }
}
.reservation-form-control-bottom .btn-check + .btn:hover {
  background-color: #EF5725;
  color: #fff;
  border-color: #EF5725;
}
.reservation-form-control-bottom .btn-check:checked + .btn {
  background-color: #EF5725;
  color: #fff;
  border-color: #EF5725;
}

.text-image-content-module {
  position: relative;
  background: linear-gradient(180deg, #332F29 7%, rgba(31, 31, 31, 0.3) 96%);
  background-repeat: no-repeat;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.text-image-content-module--deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 12px;
  background-image: url("/templates/img/other/wood-line.png");
  background-repeat: repeat-x;
  background-position: top left;
  z-index: 0;
}
.text-image-content-module--deco.invert {
  left: unset;
  right: 0;
  background-position: top right;
}
.text-image-block h2 {
  font-weight: 700;
  font-size: calc(1.04991rem + 0.60012vw);
  line-height: calc(1.09991rem + 1.20012vw);
  letter-spacing: 0%;
  color: #FFFFFF;
}
@media (min-width: 1200px) {
  .text-image-block h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 3000px) {
  .text-image-block h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 3000px) {
  .text-image-block h2 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .text-image-block h2 {
    line-height: 2rem;
  }
}
@media (min-width: 3000px) {
  .text-image-block h2 {
    line-height: 2rem;
  }
}
@media (min-width: 3000px) {
  .text-image-block h2 {
    line-height: 4rem;
  }
}
.text-image-block .text-content {
  font-weight: 400;
  font-size: calc(0.99991rem + 0.00012vw);
  line-height: calc(1.07491rem + 0.90012vw);
  letter-spacing: 0%;
  color: #908F8E;
}
@media (min-width: 1200px) {
  .text-image-block .text-content {
    font-size: 1rem;
  }
}
@media (min-width: 3000px) {
  .text-image-block .text-content {
    font-size: 1rem;
  }
}
@media (min-width: 3000px) {
  .text-image-block .text-content {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .text-image-block .text-content {
    line-height: 1.75rem;
  }
}
@media (min-width: 3000px) {
  .text-image-block .text-content {
    line-height: 1.75rem;
  }
}
@media (min-width: 3000px) {
  .text-image-block .text-content {
    line-height: 3.5rem;
  }
}
.text-image-block-image {
  margin-top: -4.5rem;
  z-index: 2;
}

.text-content-module {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.text-block h2 {
  font-weight: 700;
  font-size: calc(1.04991rem + 0.60012vw);
  line-height: calc(1.09991rem + 1.20012vw);
  letter-spacing: 0%;
  color: #FFFFFF;
}
@media (min-width: 1200px) {
  .text-block h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 3000px) {
  .text-block h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 3000px) {
  .text-block h2 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .text-block h2 {
    line-height: 2rem;
  }
}
@media (min-width: 3000px) {
  .text-block h2 {
    line-height: 2rem;
  }
}
@media (min-width: 3000px) {
  .text-block h2 {
    line-height: 4rem;
  }
}
.text-block .text-content {
  font-weight: 400;
  font-size: calc(0.99991rem + 0.00012vw);
  line-height: calc(1.07491rem + 0.90012vw);
  letter-spacing: 0%;
  color: #908F8E;
}
@media (min-width: 1200px) {
  .text-block .text-content {
    font-size: 1rem;
  }
}
@media (min-width: 3000px) {
  .text-block .text-content {
    font-size: 1rem;
  }
}
@media (min-width: 3000px) {
  .text-block .text-content {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .text-block .text-content {
    line-height: 1.75rem;
  }
}
@media (min-width: 3000px) {
  .text-block .text-content {
    line-height: 1.75rem;
  }
}
@media (min-width: 3000px) {
  .text-block .text-content {
    line-height: 3.5rem;
  }
}

.files-content-module {
  position: relative;
  background-color: #191919;
  padding: 2.125rem;
}
.files-content-module--deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background-image: url("/templates/img/other/wood-line.png");
  background-repeat: repeat-x;
  background-position: top left;
  z-index: 0;
}
.files-block h2 {
  font-weight: 700;
  font-size: calc(1.04991rem + 0.60012vw);
  line-height: calc(1.09991rem + 1.20012vw);
  letter-spacing: 0%;
  color: #FFFFFF;
  margin-bottom: 1.75rem;
}
@media (min-width: 1200px) {
  .files-block h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 3000px) {
  .files-block h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 3000px) {
  .files-block h2 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .files-block h2 {
    line-height: 2rem;
  }
}
@media (min-width: 3000px) {
  .files-block h2 {
    line-height: 2rem;
  }
}
@media (min-width: 3000px) {
  .files-block h2 {
    line-height: 4rem;
  }
}
.files-block a {
  font-weight: 600;
  font-size: calc(0.99991rem + 0.00012vw);
  line-height: calc(1.04991rem + 0.60012vw);
  letter-spacing: 0.5px;
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 0.5rem;
}
@media (min-width: 1200px) {
  .files-block a {
    font-size: 1rem;
  }
}
@media (min-width: 3000px) {
  .files-block a {
    font-size: 1rem;
  }
}
@media (min-width: 3000px) {
  .files-block a {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .files-block a {
    line-height: 1.5rem;
  }
}
@media (min-width: 3000px) {
  .files-block a {
    line-height: 1.5rem;
  }
}
@media (min-width: 3000px) {
  .files-block a {
    line-height: 3rem;
  }
}
.files-block a .download-icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url("/templates/img/other/download-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.5rem;
}

footer {
  background-color: #000000;
  padding-top: 4.875rem;
  padding-bottom: 2rem;
}
footer h3 {
  font-weight: 800;
  font-size: calc(1.02491rem + 0.30012vw);
  line-height: 100%;
  letter-spacing: 0.5px;
  color: #ECECEC;
  margin-bottom: 1.25rem;
  text-align: start;
}
@media (min-width: 1200px) {
  footer h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 3000px) {
  footer h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 3000px) {
  footer h3 {
    font-size: 2.5rem;
  }
}
footer .footer-logo {
  margin-bottom: 2.375rem;
}
footer .footer-logo img {
  width: 194px;
  height: auto;
  object-fit: contain;
}
footer .footer-links {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  text-align: start;
}
footer .footer-links a {
  font-weight: 300;
  font-size: calc(1.01241rem + 0.15012vw);
  line-height: calc(1.10616rem + 1.27512vw);
  letter-spacing: 0%;
  color: #ECECEC;
  text-decoration: none;
}
@media (min-width: 1200px) {
  footer .footer-links a {
    font-size: 1.125rem;
  }
}
@media (min-width: 3000px) {
  footer .footer-links a {
    font-size: 1.125rem;
  }
}
@media (min-width: 3000px) {
  footer .footer-links a {
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  footer .footer-links a {
    line-height: 2.0625rem;
  }
}
@media (min-width: 3000px) {
  footer .footer-links a {
    line-height: 2.0625rem;
  }
}
@media (min-width: 3000px) {
  footer .footer-links a {
    line-height: 4.125rem;
  }
}
footer .footer-links-alt {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  text-align: start;
}
footer .footer-links-alt a {
  font-weight: 400;
  font-size: calc(1.01241rem + 0.15012vw);
  line-height: calc(1.10616rem + 1.27512vw);
  letter-spacing: 0%;
  color: #ECECEC;
  text-decoration: none;
}
@media (min-width: 1200px) {
  footer .footer-links-alt a {
    font-size: 1.125rem;
  }
}
@media (min-width: 3000px) {
  footer .footer-links-alt a {
    font-size: 1.125rem;
  }
}
@media (min-width: 3000px) {
  footer .footer-links-alt a {
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  footer .footer-links-alt a {
    line-height: 2.0625rem;
  }
}
@media (min-width: 3000px) {
  footer .footer-links-alt a {
    line-height: 2.0625rem;
  }
}
@media (min-width: 3000px) {
  footer .footer-links-alt a {
    line-height: 4.125rem;
  }
}
footer .footer-links-large {
  display: flex;
  flex-direction: column;
  gap: 3px;
  text-align: start;
}
footer .footer-links-large a {
  font-weight: 700;
  font-size: calc(1.02491rem + 0.30012vw);
  line-height: calc(1.10616rem + 1.27512vw);
  color: #ECECEC;
  text-decoration: none;
}
@media (min-width: 1200px) {
  footer .footer-links-large a {
    font-size: 1.25rem;
  }
}
@media (min-width: 3000px) {
  footer .footer-links-large a {
    font-size: 1.25rem;
  }
}
@media (min-width: 3000px) {
  footer .footer-links-large a {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  footer .footer-links-large a {
    line-height: 2.0625rem;
  }
}
@media (min-width: 3000px) {
  footer .footer-links-large a {
    line-height: 2.0625rem;
  }
}
@media (min-width: 3000px) {
  footer .footer-links-large a {
    line-height: 4.125rem;
  }
}
footer .footer-links-large-email {
  font-weight: 600 !important;
  font-size: calc(1.01241rem + 0.15012vw) !important;
  line-height: calc(1.03741rem + 0.45012vw) !important;
  letter-spacing: 0;
}
@media (min-width: 1200px) {
  footer .footer-links-large-email {
    font-size: 1.125rem !important;
  }
}
@media (min-width: 3000px) {
  footer .footer-links-large-email {
    font-size: 1.125rem !important;
  }
}
@media (min-width: 3000px) {
  footer .footer-links-large-email {
    font-size: 2.25rem !important;
  }
}
@media (min-width: 1200px) {
  footer .footer-links-large-email {
    line-height: 1.375rem !important;
  }
}
@media (min-width: 3000px) {
  footer .footer-links-large-email {
    line-height: 1.375rem !important;
  }
}
@media (min-width: 3000px) {
  footer .footer-links-large-email {
    line-height: 2.75rem !important;
  }
}
footer .footer-links-large-phone {
  font-weight: 800 !important;
  font-size: calc(1.08116rem + 0.97512vw) !important;
  line-height: calc(1.04991rem + 0.60012vw) !important;
}
@media (min-width: 1200px) {
  footer .footer-links-large-phone {
    font-size: 1.8125rem !important;
  }
}
@media (min-width: 3000px) {
  footer .footer-links-large-phone {
    font-size: 1.8125rem !important;
  }
}
@media (min-width: 3000px) {
  footer .footer-links-large-phone {
    font-size: 3.625rem !important;
  }
}
@media (min-width: 1200px) {
  footer .footer-links-large-phone {
    line-height: 1.5rem !important;
  }
}
@media (min-width: 3000px) {
  footer .footer-links-large-phone {
    line-height: 1.5rem !important;
  }
}
@media (min-width: 3000px) {
  footer .footer-links-large-phone {
    line-height: 3rem !important;
  }
}
footer .footer-social a {
  text-decoration: none;
}
footer .footer-copy {
  margin-top: 3.75rem;
  font-weight: 300;
  font-size: 0.8125rem;
  line-height: calc(1.01241rem + 0.15012vw);
  color: #C3C3C3;
}
@media (min-width: 1200px) {
  footer .footer-copy {
    line-height: 1.125rem;
  }
}
@media (min-width: 3000px) {
  footer .footer-copy {
    line-height: 1.125rem;
  }
}
@media (min-width: 3000px) {
  footer .footer-copy {
    line-height: 2.25rem;
  }
}
footer .footer-copy a {
  color: #C3C3C3;
  text-decoration: none;
}

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