@media (min-width: 768px) {
  .d-mob {
    display: none;
  }
}

@media (max-width: 767px) {
  .d-desk {
    display: none;
  }
}

body {
  font-family: Raleway, Roboto, Arial, Helvetica, sans-serif;
}

.cl-1 {
  color: #eedfe3 !important;
}

.cl-2 {
  color: #e5ced4 !important;
}

.cl-3 {
  color: #dcbec6 !important;
}

a {
  text-decoration: none !important;
}

section {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
section img.bg {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
section .carousel-masq,
section .masq {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(66, 2, 12, 0.635);
}
section .carousel-masq {
  z-index: 1;
  background-color: rgba(140, 4, 26, 0.152);
}
section .info-up,
section .info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 2rem;
}
section .info-up p,
section .info p {
  color: #eedfe3;
}
section .info-up p a,
section .info p a {
  color: #eedfe3;
}
@media (max-width: 1024px) {
  section .info-up,
section .info {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  section .info-up,
section .info {
    display: none;
  }
}
section .info-up {
  bottom: auto;
  top: 0;
}
section .info-up a {
  font-size: 1.7rem;
  color: #eedfe3;
  margin-right: 1rem;
}
@media (max-width: 1024px) {
  section .info-up {
    bottom: auto;
    left: auto;
    top: 10px;
    right: 0;
  }
}
@media (max-width: 767px) {
  section .info-up a {
    font-size: 1.5rem;
    color: rgba(48, 44, 42, 0.886);
    margin-right: 1rem;
  }
}
@media (max-width: 1024px) {
  section .info {
    bottom: 0;
    left: 0;
    top: 0;
    right: auto;
    width: 30%;
    background-color: rgba(190, 91, 4, 0.341);
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
  section .info .txt {
    font-size: 0.9rem;
  }
  section .info .txt .addr {
    display: none;
  }
}
@media (max-width: 767px) {
  section .info {
    display: none;
    width: auto;
    background-color: transparent;
  }
  section .info p {
    color: rgba(48, 44, 42, 0.886);
  }
  section .info p a {
    color: rgba(48, 44, 42, 0.886);
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  section .info .no-land {
    display: none;
  }
}
section .photos {
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  section .photos {
    display: none;
  }
}
section .photos-mob {
  position: relative;
}
@media (min-width: 1025px) {
  section .photos-mob {
    display: none;
  }
}
section .carousel {
  height: 100%;
}
section .carousel .carousel-inner {
  height: 100%;
}
section .carousel .carousel-inner .carousel-item {
  height: 100%;
}
section .carousel .carousel-inner .carousel-item img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1024px) {
  section .carousel {
    height: 40vh;
    overflow: hidden;
  }
  section .carousel .carousel-inner .carousel-item img {
    object-position: 50% 20%;
  }
}
@media (max-width: 767px) {
  section .carousel {
    height: 26.7vh;
  }
}
section .main {
  position: absolute;
  width: 70%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}
@media (max-width: 1024px) {
  section .main {
    width: 100%;
    height: auto;
  }
}

.lang-switch .sep-lang {
  display: none;
}
.lang-switch .a-lang {
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #eedfe3;
  color: #eedfe3;
  font-weight: 300;
}
.lang-switch .a-lang.active {
  font-weight: bold;
}

h1 .lang-switch .sep-lang {
  display: inline-block;
  font-size: 20px !important;
  font-weight: normal;
}
h1 .lang-switch .a-lang {
  font-size: 20px !important;
  line-height: 40px;
  height: 40px;
  width: 40px;
}
@media (max-width: 767px) {
  h1 .lang-switch {
    display: none;
  }
}

#arrow .lang-switch .a-lang {
  margin: 0 0.5rem;
  font-size: 15px !important;
  line-height: 30px;
  height: 30px;
  width: 30px;
}
@media (min-width: 768px) {
  #arrow .lang-switch {
    display: none;
  }
}

.mobile-bar {
  display: none;
}
@media (max-width: 767px) {
  .mobile-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    align-items: center;
    justify-content: center;
    background-color: #42020c;
  }
  .mobile-bar .info-up,
.mobile-bar .info {
    display: flex;
    flex-direction: row;
  }
  .mobile-bar .info-up p,
.mobile-bar .info p {
    margin: 0;
    display: inline-block;
  }
  .mobile-bar .info-up a,
.mobile-bar .info a {
    margin: 1rem 1.3rem;
    font-size: 1.2rem;
    color: #eedfe3;
  }
  .mobile-bar .info-up .no-bar,
.mobile-bar .info-up .txt,
.mobile-bar .info .no-bar,
.mobile-bar .info .txt {
    display: none;
  }
}

section .main {
  padding-left: calc(1.625rem + 4.5vmin);
  padding-right: calc(1.625rem + 4.5vmin);
  padding-top: calc(1.525rem + 3.3vmin);
  padding-bottom: 0rem;
}
@media (min-width: 1200px) and (min-height: 1200px) {
  section .main {
    padding-left: 5rem;
  }
}
@media (min-width: 1200px) and (min-height: 1200px) {
  section .main {
    padding-right: 5rem;
  }
}
@media (min-width: 1200px) and (min-height: 1200px) {
  section .main {
    padding-top: 4rem;
  }
}
@media (max-width: 1024px) {
  section .main {
    padding: 0rem;
  }
  section .main .env-mob {
    padding: 1rem;
    padding: 0rem;
    width: 90%;
    margin: 0 auto;
  }
  section .main .env-mob.tit {
    order: 0;
  }
  section .main .photos-mob {
    order: 1;
  }
  section .main .env-mob.txt {
    order: 3;
  }
  section .main .env-mob.btns {
    order: 2;
  }
}
@media (max-width: 767px) {
  section .main {
    padding-bottom: 3rem;
  }
  section .main .env-mob.btns {
    padding: 0.5rem 1rem 0rem 1rem;
  }
  section .main .env-mob.tit {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: rgba(90, 3, 17, 0.886);
    background: -webkit-linear-gradient(top, #5a0311 0%, rgba(90, 3, 17, 0.8) 30%, rgba(90, 3, 17, 0) 100%);
    background: -moz-linear-gradient(top, #5a0311 0%, rgba(90, 3, 17, 0.8) 30%, rgba(90, 3, 17, 0) 100%);
    background: -o-linear-gradient(top, #5a0311 0%, rgba(90, 3, 17, 0.8) 30%, rgba(90, 3, 17, 0) 100%);
    background: linear-gradient(top, #5a0311 0%, rgba(90, 3, 17, 0.8) 30%, rgba(90, 3, 17, 0) 100%);
    transition: background 0.4s ease-in-out;
  }
  section .main .env-mob.tit.fill {
    background-color: #5a0311;
  }
  section .main .env-mob.txt {
    padding-top: 0.5rem;
  }
}
section .main .main-text {
  padding-left: 10rem;
  padding-left: calc(2.125rem + 10.5vmin);
  font-size: calc(1rem + 0.3vw);
  font-size: 1.3vw;
  font-size: 1.3vw;
  font-size: 1.125rem;
}
@media (min-width: 1200px) and (min-height: 1200px) {
  section .main .main-text {
    padding-left: 10rem;
  }
}
@media (max-width: 1200px) {
  section .main .main-text {
    padding-left: calc(1.625rem + 4.5vmin);
  }
}
@media (max-width: 1200px) and (min-width: 1200px) and (min-height: 1200px) {
  section .main .main-text {
    padding-left: 5rem;
  }
}
@media (max-width: 1200px) {
  section .main .main-text {
    font-size: 1.125rem;
  }
}
@media (max-width: 1024px) {
  section .main .main-text {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  section .main .main-text {
    padding-left: 0rem;
    font-size: 0.9rem !important;
  }
}

#buttons {
  width: 100%;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  #buttons {
    display: none !important;
    padding-bottom: 0.25rem;
  }
  #buttons a.btn {
    margin-bottom: 0.5rem;
  }
}

#arrow {
  display: flex !important;
}
@media (max-width: 1024px) {
  #arrow a {
    font-size: 30px;
    color: #eedfe3;
  }
}
@media (min-width: 768px) {
  #arrow {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #arrow [data-arrow] {
    opacity: 0;
    visibility: hidden;
  }
}

.btn-tab {
  border-color: rgba(238, 223, 227, 0.886) !important;
  color: #eedfe3;
  width: 100%;
  display: block;
  font-size: 0.875rem;
}
.btn-tab:hover, .btn-tab.active, .btn-tab:active, .btn-tab:focus, .btn-tab:active:focus {
  background: #8c041a;
  outline: none;
  box-shadow: none !important;
}

.end-mobile {
  display: none;
}
@media (max-width: 767px) {
  .end-mobile {
    display: block !important;
    position: relative;
    width: 100%;
  }
}

.data-group {
  display: none;
}
@media (max-width: 767px) {
  .data-group {
    padding: 1rem;
    display: block !important;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #4c111a;
    color: #e5ced4;
  }
  .data-group#cv0 {
    display: none !important;
  }
  .data-group .masq {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(66, 2, 12, 0.635);
  }
  .data-group .cv-title,
.data-group .cv-body {
    position: relative;
    z-index: 1;
  }
  .data-group .cv-title {
    padding-top: 2rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(220, 190, 198, 0.635);
  }
  .data-group#cv2 {
    background-color: #774418;
  }
  .data-group#cv2 .cv-title {
    color: #eedfe3 !important;
    border-bottom-color: rgba(238, 223, 227, 0.635) !important;
  }
}

ul li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

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