:root {
  --colorRed: #863129;
  --colorLightRed: #893a32;
  --colorDarkRed: #5f1008;
  --colorBlack: #212121;
  --colorGold: #E6CE82;
  --colorGoldLight: #fefcf0;
  --colorGrey: #F0F0F0;
  --fontColor: #333;
  --Poppins: "Poppins", sans-serif;
  --Roboto: "Roboto", sans-serif;
  --Anton: "Anton", sans-serif;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.datepicker-picker {
  border: 1px solid #000 !important;
  border-radius: 0;
  font-family: var(--Poppins);
}
.datepicker-picker .datepicker-header {
  margin-block: 10px 0;
}
.datepicker-picker .datepicker-header .datepicker-controls .view-switch {
  font-weight: 500 !important;
}
.datepicker-main {
  flex: auto;
  padding: 10px;
}
.datepicker-main .datepicker-view {
  width: 300px !important;
}
.datepicker-main .datepicker-view .days .days-of-week .dow {
  font-weight: 400 !important;
  font-size: 0.9rem;
}
.datepicker-main .datepicker-view .days .datepicker-grid .day {
  width: 40px;
  height: 40px;
  font-size: 0.9rem;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* Remove default margin */
* {
  margin: 0;
  padding: 0;
  font: inherit;
  outline: none;
}
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}
html,
body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: var(--Poppins);
  color: var(--fontColor) !important;
}
/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}
html[dir="rtl"] body {
  direction: rtl;
  text-align: right;
}
html[dir="rtl"] body * {
  text-align: right;
}
html[dir="rtl"] body #_mobMenuTrigger {
  right: unset !important;
  left: 0 !important;
}
html[dir="rtl"] body .xlist ul li:before {
  right: -14px !important;
}
/* Set core body defaults */
body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
body.friz {
  overflow: hidden;
}
/* A elements that don't have a class get default styles */
a {
  line-height: 1;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
/* Make images easier to work with */
img,
picture,
svg {
  max-width: 100%;
  display: block;
}
p {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.2px;
}
p strong {
  fornt-weight: 500 !important;
  text-decoration: none !important;
}
p ~ h3 {
  margin-block: 50px 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  text-wrap: pretty;
}
/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
h2 {
  font-size: 1.7rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: 1.3rem;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
@media (min-width: 1024px) {
  h3 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
.iconedHeader {
  padding: 20px 20px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.iconedHeader .icon {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.iconedHeader .icon.fold svg {
  transform: rotate(90deg);
}
.iconedHeader .icon.fold:after {
  width: 40px;
  height: 40px;
  position: absolute;
  content: "";
  background: #d7ccc857;
  z-index: -1;
  border-radius: 50%;
}
.iconedHeader .icon svg {
  width: 15px;
  height: 15px;
}
input {
  all: unset;
  font-family: var(--Poppins);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: all 5000s ease-in-out 0s;
  transition: all 5000s ease-in-out 0s;
}
body {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  font-weight: 300;
}
body[cat="__login"] {
  display: flex;
  flex-direction: column;
}
.pasLogo {
  position: relative;
  min-width: 250px;
  height: 100%;
  transition: min-width 0.5s ease-in-out;
}
@media (min-width: 430px) {
  .pasLogo {
    min-width: 310px;
  }
}
@media (min-width: 500px) {
  .pasLogo {
    min-width: 340px;
  }
}
.pasLogo svg {
  min-width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
}
.pasLogo svg g.text {
  fill: #fff;
}
.logo svg {
  fill: none;
}
.logo svg g.text {
  fill: #fff;
}
/********** TABS **********/
/********** TABS **********/
/********************* TOP MENU ******************/
.coreTopMenu .brand-logo {
  display: none;
  width: 100%;
  height: auto;
}
.coreTopMenu .brand-logo img {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .coreTopMenu .brand-logo {
    display: block;
  }
}
@media (min-width: 1024px) {
  .coreTopMenu .langChoose {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .coreTopMenu .langChoose {
    display: flex !important;
  }
}
/********************* TOP MENU ******************/
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay.show {
  display: block;
}
.mt0 {
  margin-top: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
a p {
  padding: 0;
  margin: 0;
}
.slideNavi {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.slideNavi.left {
  justify-content: flex-start;
}
.slideNavi.right {
  justify-content: flex-end;
}
.slideNavi.center {
  justify-content: center;
}
.slideNavi .btn {
  width: 50px !important;
  height: 50px !important;
  display: flex !important;
  padding: 0 !important;
  justify-content: center !important;
  align-items: center !important;
}
.swiper-slide {
  min-height: 400px;
}
.swiper-slide.h500 {
  min-height: 500px;
}
section {
  position: relative;
}
section:after {
  z-index: -1;
}
section.lightGold:after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--colorGoldLight);
}
section.lightBrown:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to bottom, rgba(239, 235, 233, 0.6) 0%, #efebe991 70%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}
section.lightGray:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fbfbfc;
  z-index: -1;
}
section.lightRed:after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--colorLightRed);
  z-index: -1;
}
section.cloudyWhite:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #FAFAFA;
  z-index: -1;
}
section.banner .container {
  min-width: 100%;
}
section.banner .container:after {
  content: "";
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  inset: 0;
  z-index: 9;
}
section.banner.menu .container {
  min-width: 100%;
  min-height: 103px;
  padding-block: 0;
}
section.banner.menu .container:after {
  background: var(--colorRed);
}
section.banner.fullSize .container {
  min-width: 100%;
  min-height: calc(100vh - 103px);
  padding: 0;
  position: relative;
}
@media (max-width: 500px) {
  section.banner.fullSize .container {
    min-height: 60vh;
  }
}
section.banner.fullSize .container:after {
  content: "";
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  inset: 0;
  z-index: 9;
}
section.banner.fullSize .container .videoContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
section.banner.fullSize .container .videoContainer .bgVideo {
  position: absolute;
  overflow: hidden;
  min-height: 100%;
  inset: 0;
}
section.banner.fullSize .container .bannerTextArea {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto 70px;
  height: calc(100vh - 150px);
  min-height: 600px;
  padding-inline: 20px;
  position: relative;
  display: flex;
  align-items: flex-end;
  z-index: 101;
}
section.banner.fullSize .container .bannerTextArea h2 {
  color: #fff;
  opacity: 0.8;
  font-size: 4rem;
  line-height: 1;
  font-family: var(--Poppins);
}
@media (min-width: 500px) {
  section.banner.fullSize .container .bannerTextArea h2 {
    font-size: 5rem;
  }
}
@media (min-width: 768px) {
  section.banner.fullSize .container .bannerTextArea h2 {
    font-size: 6rem;
  }
}
@media (min-width: 900px) {
  section.banner.fullSize .container .bannerTextArea h2 {
    font-size: 7rem;
  }
}
section.banner.fullSize .container .bannerTextArea h2.flex {
  display: flex;
}
section.banner.fullSize .container .bannerTextArea h2.col {
  flex-direction: column;
  row-gap: 0 !important;
}
section.banner.fullSize .container .bannerTextArea h2 span {
  font-weight: 400;
}
section.banner.fullSize .container .bannerTextArea h2 span.thin {
  font-weight: 100;
}
section.banner.fullSize .container .bannerTextArea h2 span.smallHeader {
  font-size: 3rem;
}
@media (min-width: 500px) {
  section.banner.fullSize .container .bannerTextArea h2 span.smallHeader {
    font-size: 3.5rem;
  }
}
@media (min-width: 768px) {
  section.banner.fullSize .container .bannerTextArea h2 span.smallHeader {
    font-size: 4rem;
  }
}
@media (min-width: 900px) {
  section.banner.fullSize .container .bannerTextArea h2 span.smallHeader {
    font-size: 4.5rem;
  }
}
section.banner.fullSize .container .bannerHotelHeader {
  margin: 0 auto;
  width: 100%;
  height: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 99;
  max-width: 1380px;
  padding-inline: 20px;
}
@media (orientation: landscape) {
  section.banner.fullSize .container .bannerHotelHeader {
    height: 50%;
  }
}
section.banner.fullSize .container .bannerHotelHeader .chainBrandLogo {
  max-width: 250px;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
}
section.banner.fullSize .container .bannerHotelHeader .chainBrandLogo svg {
  opacity: 0.7;
  width: 100%;
  max-height: 200px;
}
section.banner.fullSize .container .bannerHotelHeader .chainBrandLogo svg * {
  fill: #fff !important;
}
@media (min-width: 500px) {
  section.banner.fullSize .container .bannerHotelHeader .chainBrandLogo {
    max-width: 270px;
    width: 100%;
  }
}
@media (min-width: 500px) and (orientation: landscape) {
  section.banner.fullSize .container .bannerHotelHeader .chainBrandLogo {
    max-width: 200px;
  }
}
@media (min-width: 768px) {
  section.banner.fullSize .container .bannerHotelHeader .chainBrandLogo {
    max-width: 280px;
    width: 100%;
  }
}
@media (min-width: 768px) and (orientation: landscape) {
  section.banner.fullSize .container .bannerHotelHeader .chainBrandLogo {
    max-width: 220px;
  }
}
@media (min-width: 900px) {
  section.banner.fullSize .container .bannerHotelHeader .chainBrandLogo {
    max-width: 300px;
    width: 100%;
  }
}
@media (min-width: 900px) and (orientation: landscape) {
  section.banner.fullSize .container .bannerHotelHeader .chainBrandLogo {
    max-width: 230px;
  }
}
section.banner.fullSize .container .bannerHotelHeader .stars {
  display: flex;
  flex-direction: row;
  align-items: center;
}
section.banner.fullSize .container .bannerHotelHeader .header {
  display: flex;
  flex-direction: column;
  color: #fff;
  opacity: 0.8;
  font-size: 4rem;
  font-family: var(--Poppins);
  font-weight: 400;
  align-items: center;
  margin-block: 0 30px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  padding-inline: 20px;
  max-width: 700px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  section.banner.fullSize .container .bannerHotelHeader .header {
    padding-inline: unset;
  }
}
section.banner.fullSize .container .bannerHotelHeader .header .hotelName {
  font-size: 1.8rem;
  text-transform: capitalize;
  line-height: 1;
  margin-block: 10px;
}
@media (min-width: 500px) {
  section.banner.fullSize .container .bannerHotelHeader .header .hotelName {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  section.banner.fullSize .container .bannerHotelHeader .header .hotelName {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
}
@media (min-width: 900px) {
  section.banner.fullSize .container .bannerHotelHeader .header .hotelName {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
section.banner.fullSize .container .bannerHotelHeader .header .hotelAddress {
  font-size: 1rem;
  font-weight: 200;
}
section.banner.fullSize .container .bannerHotelHeader .header .hotelAddress.bold {
  font-weight: 300;
}
@media (min-width: 500px) {
  section.banner.fullSize .container .bannerHotelHeader .header .hotelAddress {
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) {
  section.banner.fullSize .container .bannerHotelHeader .header .hotelAddress {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
section.banner.fullSize .container .bannerHotelHeader .thumbs {
  position: relative;
  width: 100%;
  margin-block: 0 20px;
  padding-inline: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
}
@media (max-width: 600px) {
  section.banner.fullSize .container .bannerHotelHeader .thumbs .thumb:nth-child(-n+3) {
    display: none !important;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  section.banner.fullSize .container .bannerHotelHeader .thumbs {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
  section.banner.fullSize .container .bannerHotelHeader .thumbs .thumb:nth-child(-n+2) {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.banner.fullSize .container .bannerHotelHeader .thumbs {
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
  }
  section.banner.fullSize .container .bannerHotelHeader .thumbs .thumb:nth-child(-n+1) {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  section.banner.fullSize .container .bannerHotelHeader .thumbs {
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
  }
  section.banner.fullSize .container .bannerHotelHeader .thumbs .thumb:last-child {
    display: none !important;
  }
}
@media (min-width: 1040px) {
  section.banner.fullSize .container .bannerHotelHeader .thumbs {
    padding-inline: 0px !important;
  }
}
section.banner.fullSize .container .bannerHotelHeader .thumbs .thumb {
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  width: 100%;
}
section.banner.fullSize .container .bannerHotelHeader .thumbs .thumb img {
  height: 100%;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.9;
}
section.banner.fullSize .container .bannerHotelHeader .thumbs .thumb .totalGalPics {
  position: absolute;
  display: flex;
  z-index: 9;
  color: #fff;
  bottom: 10px;
  right: 10px;
  padding: 5px 10px;
  align-items: center;
}
section.banner.fullSize .container .bannerHotelHeader .thumbs .thumb .totalGalPics:after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--colorRed);
  opacity: 0.8;
  border-radius: 20px;
  z-index: -1;
}
section.banner.fullSize .container .bannerHotelHeader .thumbs .thumb .totalGalPics .icon {
  width: 20px;
  height: 20px;
  display: flex;
}
section.banner.fullSize .container .bannerHotelHeader .thumbs .thumb .totalGalPics .icon svg {
  width: 20px;
  height: 20px;
  color: #fff;
}
section.banner.fullSize .container .bannerHotelHeader .thumbs .thumb .totalGalPics .label {
  font-size: 0.8rem;
}
section.request {
  position: fixed;
  width: 100%;
  visibility: hidden;
  z-index: 9999;
  inset: 0;
  transition: visibility 0s 0.6s;
}
section.request:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  transition: background 0.3s 0s;
}
section.request.is-visible {
  visibility: visible;
  transition: visibility 0s 0s;
}
section.request.is-visible:after {
  background: rgba(0, 0, 0, 0.6);
  transition: background 0.3s 0s;
}
section.request.fromLeft .container {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
section.request.fromRight .container {
  right: 0;
  transform: translate3d(100%, 0, 0);
}
section.request.is-visible .container {
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
}
section.request.mobile .container {
  width: 90%;
}
section.request .container {
  position: fixed;
  height: 100%;
  top: 0;
  background: #fff;
  z-index: 1;
  transition: transform 0.3s 0s;
  display: flex;
  flex-direction: column;
  max-width: 550px;
  width: 100%;
  padding: 0 !important;
  overflow: auto;
}
section.request .container .loader {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.request .container .loader .icon {
  width: 70px;
  height: 70px;
  animation: spinner 5s infinite linear;
  z-index: 1;
}
section.request .container .loader .icon svg {
  width: 70px;
  height: 70px;
  stroke-width: 0.7;
}
section.request .container .wrapper {
  padding: 50px 30px;
  overflow: auto;
  flex: 1;
}
@media (max-width: 600px) {
  section.request .container {
    max-width: 90%;
  }
}
.block {
  display: block !important;
  margin-block: 50px 0;
}
@media (min-width: 768px) {
  .block {
    margin-block: 60px 0;
  }
}
@media (min-width: 1024px) {
  .block {
    margin-block: 70px 0;
  }
}
.block > .block {
  margin-block: 30px 0;
}
.flex {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
}
.flex.row {
  flex-direction: column;
}
@media (min-width: 768px) {
  .flex.row {
    flex-direction: row;
  }
}
.flex.col {
  flex-direction: column;
}
.imageBlock {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  border: 1px solid #ECEFF1;
  padding: 20px;
  background: #fff;
}
.imageBlock.flex {
  flex: 1;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}
.imageBlock.row {
  flex-direction: column;
}
@media (min-width: 450px) {
  .imageBlock.row {
    flex-direction: row;
  }
}
.imageBlock.col {
  flex-direction: column;
}
.imageBlock .img {
  height: 100%;
  max-height: 200px;
  aspect-ratio: 1;
  background: red;
}
.imageBlock .text {
  flex: 1;
}
.imageBlock .text .header {
  font-size: 1.2rem;
  font-weight: 400;
}
.textBlock {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  border: 1px solid #ECEFF1;
  padding: 20px;
  background: transparent;
}
.textBlock.col {
  flex-direction: column;
}
.textBlock.plain {
  border: 0px solid #ECEFF1;
  padding: 0px;
  display: block;
}
.textBlock.plain .imgBlock {
  width: 100%;
  height: 300px;
  background: #e8dfd0;
  margin-block: 0 60px;
  position: relative;
  left: -3%;
}
.textBlock.plain .imgBlock .img {
  width: 100%;
  height: 100%;
  z-index: 1;
  background: red;
  position: absolute;
  top: 3%;
  left: 3%;
}
@media (min-width: 500px) {
  .textBlock.plain .imgBlock {
    float: right;
    left: 0;
    width: 300px;
    height: 300px;
    margin-block: 1rem 1.5rem;
    margin-inline-start: 3rem;
    position: relative;
  }
  .textBlock.plain .imgBlock .img {
    width: 100%;
    height: 100%;
    z-index: 1;
    background: red;
    position: absolute;
    top: 5%;
    left: -5%;
  }
}
.textBlock h3 {
  font-size: 1.4rem;
}
.isLink {
  cursor: pointer !important;
}
section {
  --fullWidth: 100%;
  --maxWidth: 1320px;
  --sideWidth: 0;
  --padding: 20px;
}
section .container {
  /*&.logger {
      min-width: 100%;
      height: auto !important;
      //min-height: 700px;
      padding-block: 150px 0px;
      position: relative;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }*/
}
section .container.logger {
  height: unset !important;
  display: flex;
  align-items: flex-end;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section .container.hotel {
  min-height: 800px !important;
  display: flex;
  align-items: flex-end;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (orientation: landscape) {
  section .container.hotel {
    min-height: 700px !important;
  }
}
section .container.hotel .bannerBar {
  position: absolute;
  min-height: 100px;
  width: 100%;
  background: rgba(255, 0, 0, 0.204);
  z-index: 9;
  padding-inline: 20px;
}
section .container.hotel .bannerBar.bottom {
  bottom: 0;
}
section .container .wrapper.row {
  display: flex;
  flex-direction: column;
}
section .container .wrapper.flex {
  flex: 1;
}
section .container .wrap {
  display: none;
}
section .container .wrap.row {
  flex-direction: column;
}
@media (min-width: 768px) {
  section .container .wrap.row {
    flex-direction: row;
  }
}
section .container .wrap.login {
  margin-top: 5vh;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column-reverse;
  max-width: 1300px;
  z-index: 99;
  gap: 32px;
  position: relative;
  flex: 1;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  section .container .wrap.login {
    padding-inline: 40px;
    flex-direction: row;
    -moz-column-gap: 50px;
         column-gap: 50px;
    align-items: flex-end;
    height: 650px;
    padding-block: 0 60px;
  }
  section .container .wrap.login .formWrap {
    height: 100%;
  }
}
@media (min-width: 1024px) {
  section .container .wrap.login {
    -moz-column-gap: 100px;
         column-gap: 100px;
    padding-block: 0 70px;
  }
}
@media (min-width: 1340px) {
  section .container .wrap.login {
    padding-inline: 0px;
  }
}
section .container .wrap.login .infoWrap {
  color: #fff;
  opacity: 0.9;
  flex: 1;
  font-family: var(--Poppins);
}
section .container .wrap.login .infoWrap p {
  font-weight: 200 !important;
}
section .container .wrap.login .infoWrap p:last-child {
  margin-bottom: 0;
}
section .container .wrap.login .infoWrap .chainBrandLogo {
  max-width: 200px;
  width: 100%;
  height: auto;
  margin-block: 0 50px;
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
}
section .container .wrap.login .infoWrap .chainBrandLogo svg {
  opacity: 0.7;
  width: 100%;
  max-height: 200px;
}
section .container .wrap.login .infoWrap .chainBrandLogo svg * {
  fill: #fff !important;
}
@media (min-width: 500px) {
  section .container .wrap.login .infoWrap .chainBrandLogo {
    max-width: 220px;
  }
}
@media (min-width: 768px) {
  section .container .wrap.login .infoWrap .chainBrandLogo {
    max-width: 230px;
  }
}
@media (min-width: 900px) {
  section .container .wrap.login .infoWrap .chainBrandLogo {
    max-width: 240px;
  }
}
section .container .wrap.login .stars {
  justify-content: flex-start;
}
section .container .wrap.login .formWrap {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 30px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  section .container .wrap.login .formWrap {
    width: 350px;
  }
}
section .container .wrap.login .formWrap:after {
  position: absolute;
  inset: 0;
  content: "";
  background: #0000004f;
  opacity: 0.5;
  z-index: -1;
  border-radius: 20px;
  border: 1px solid #f8f8f8;
}
section .container .wrap.login .formWrap[targ="loginForm"] form#regForm {
  display: none;
}
section .container .wrap.login .formWrap[targ="regForm"] form#loginForm {
  display: none;
}
section .container .wrap.login .formWrap h3 {
  margin-block: 0 50px;
  color: #fff;
  opacity: 0.9;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  font-size: 1.5rem !important;
  font-weight: 300 !important;
}
section .container.row {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (min-width: 1024px) {
  section .container.row {
    flex-direction: row;
  }
  section .container.row .sideBar {
    display: block !important;
  }
  section .container.row .sideBar .wrap.sticky {
    position: sticky;
    top: 143px;
    display: flex;
    flex-direction: column;
  }
  section .container.row .sideBar .wrap.sticky .bottomBar {
    margin-block: 10px 0;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
  section .container.row .sideBar .wrap.sticky .bottomBar .btn {
    border-radius: 5px !important;
  }
}
section .container.row .content {
  flex: 1;
}
section .container.row .sideBar {
  width: 300px;
  display: none;
}
.sideMap {
  width: 100%;
  aspect-ratio: 1;
  background: #D4D4D4;
  border-radius: 5px;
  cursor: pointer;
}
.sideMap.map {
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.sep {
  flex: 1;
}
/*.block {
  display: flex;

  &.text {
    flex-direction: column;

    .header {
      font-size: 1.2rem;
      font-weight: 400;
    }

    .text {
      flex: 1;

      p {}
    }
  }
}

.isFlex {
  flex: 1;
}*/
.selectWrap label {
  font-size: 0.7rem;
}
.selectWrap .select {
  border: 1px solid #ccc;
  height: 45px;
  padding: 0 12px;
  position: relative;
  cursor: pointer;
}
.selectWrap .select select {
  border: 0;
  height: 100%;
  width: 100%;
  font-size: 0.9rem;
  font-family: var(--font1);
  font-weight: 300;
  cursor: pointer;
  outline: none;
  background: transparent;
  border-radius: 0;
}
.upperCase {
  text-transform: uppercase !important;
}
.firstUpper {
  text-transform: capitalize !important;
}
.colorBlackRed {
  color: var(--colorBlackRed);
}
.colorLightRed {
  color: var(--colorLightRed);
}
.menuSection {
  position: fixed;
  width: 100%;
  visibility: hidden;
  z-index: 9999;
  inset: 0;
  transition: visibility 0s 0.6s;
}
.menuSection:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  transition: background 0.3s 0s;
}
.menuSection.is-visible {
  visibility: visible;
  transition: visibility 0s 0s;
}
.menuSection.is-visible:after {
  background: rgba(0, 0, 0, 0.6);
  transition: background 0.3s 0s;
}
.menuSection.fromLeft .container {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.menuSection.is-visible .container {
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
}
.menuSection .container {
  position: fixed;
  height: 100%;
  top: 0;
  padding: 0 !important;
  z-index: 1;
  transition: transform 0.3s 0s;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 400px) {
  .menuSection .container {
    width: 390px;
  }
}
.menuSection .container ul li:not(.hasSubMenu) {
  padding: 15px 0;
}
.menuSection .container ul li a {
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
.menuSection .container ul li a p {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 2rem;
  color: #fff;
}
.menuSection .container ul li a.header {
  text-indent: 10px;
  display: flex;
  align-items: center;
}
.menuSection .container ul li a.header:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50px;
  left: 5px;
  top: 8px;
}
.menuSection .container ul li .floatSubMenu .subMenuWrap {
  margin-block: 15px 10px;
}
.menuSection .container ul li .floatSubMenu .subMenuWrap ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}
.menuSection .container ul li .floatSubMenu .subMenuWrap ul li {
  background: #b47b756e;
  padding: 0 20px;
  border-radius: 35px;
  height: 35px;
  display: flex;
  align-items: center;
}
.menuSection .container ul li .floatSubMenu .subMenuWrap ul li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 400;
}
.menuSection .container ul.topMenu {
  flex: 1;
  overflow: auto;
  padding: 20px;
  position: unset;
}
.menuSection .container ul.topMenu:after {
  background: var(--colorRed);
  opacity: 0.9;
  position: absolute;
  inset: 0;
  content: "";
  z-index: -1;
}
.menuSection .container ul.topMenu li {
  padding: 5px 0;
}
.menuSection .container ul.topActs {
  width: 100%;
  position: relative;
  padding-block: 30px;
  padding-inline: 20px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.menuSection .container ul.topActs:after {
  background: var(--colorBlack);
  opacity: 0.9;
  position: absolute;
  inset: 0;
  content: "";
  z-index: -1;
}
.menuSection .container ul.topActs li {
  padding: 0;
}
.menuSection .container ul.topActs .login {
  width: 100%;
  margin: 0 auto;
  height: 50px;
}
.menuSection .container ul.topActs .rowList {
  display: flex;
}
.menuSection .container ul.topActs .rowList ul {
  display: flex;
  flex-direction: row;
}
.menuSection .container ul.topActs .rowList ul li {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: uppercase;
}
.menuSection .container ul.topActs .rowList ul li a {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: uppercase;
}
.menuSection .container ul.topActs .rowList ul li.selected {
  position: relative;
  z-index: 1;
  margin-inline: 5px 15px;
}
.menuSection .container ul.topActs .rowList ul li.selected:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: #893a32;
  z-index: -1;
  border-radius: 50%;
}
.actBar {
  display: flex;
  margin-block: 30px 0;
  width: 100%;
  justify-content: center;
}
.actBar.hide {
  display: none;
}
@media (min-width: 768px) {
  .actBar {
    margin-block: 50px 0;
  }
}
@media (min-width: 900px) {
  .actBar {
    margin-block: 60px 0;
  }
}
.actBar .online {
  height: 50px;
}
.actBar .link {
  height: 30px;
}
.actBar .link.white {
  color: #fff;
  opacity: 0.9;
}
.link-red {
  text-decoration: underline;
  color: #863129;
  font-weight: 500;
}
svg,
svg * {
  -webkit-clip-path: unset !important;
          clip-path: unset !important;
  filter: none !important;
  -webkit-mask: none !important;
          mask: none !important;
}
section.red {
  background: transparent;
}
section.red h1,
section.red h2,
section.red h3 {
  color: #fff;
  opacity: 0.9;
}
section.signup {
  width: 100%;
}
section.signup .container {
  padding-block: 0 50px;
  padding-inline: 0;
}
section.signup .container .inpLine {
  width: 100%;
}
section.signup .container .inpLine .inpImi {
  padding: 0 !important;
}
section.signup .container .inpLine .inpImi input {
  height: 100% !important;
  font-size: 0.9rem !important;
}
section.signup .container .inpLine .inpImi input.newsName {
  max-width: 200px;
  position: relative;
}
section.signup .container .inpLine .inpImi input.newsMail {
  flex: 1;
}
section.signup .container .inpLine .inpImi .btn {
  margin: 5px;
}
.textArea p {
  padding-block: 15px;
}
/******************************************************************************/
.plainText {
  -moz-column-count: 1;
       column-count: 1;
}
.twoColumnText {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (max-width: 600px) {
  .twoColumnText {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.threeColumnText {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (min-width: 800px) {
  .threeColumnText {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 900px) {
  .threeColumnText {
    -moz-column-count: 3;
         column-count: 3;
  }
}
/******************************************************************************/
/******************************************************************************/
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #f5ba0f;
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes pulse-blue {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #38a0dc;
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.block.dashedRed {
  border: 1px dashed var(--colorRed);
  padding: 30px;
}


.datepicker {
  width: -moz-min-content;
  width: min-content;
}

.datepicker:not(.active) {
  display: none;
}

.datepicker-dropdown {
  position: absolute;
  z-index: 20;
  padding-top: 4px;
}

.datepicker-dropdown.datepicker-orient-top {
  padding-top: 0;
  padding-bottom: 4px;
}

.datepicker-picker {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  background-color: hsl(0, 0%, 100%);
}

.datepicker-dropdown .datepicker-picker {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}

.datepicker-main {
  flex: auto;
  padding: 2px;
}

.datepicker-footer {
  box-shadow: inset 0 1px 1px rgba(10, 10, 10, 0.1);
  background-color: hsl(0, 0%, 96%);
}

.datepicker-title {
  box-shadow: inset 0 -1px 1px rgba(10, 10, 10, 0.1);
  background-color: hsl(0, 0%, 96%);
  padding: 0.375rem 0.75rem;
  text-align: center;
  font-weight: 700;
}

.datepicker-controls {
  display: flex;
}

.datepicker-header .datepicker-controls {
  padding: 2px 2px 0;
}

.datepicker-controls .button {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 1px solid gainsboro;
  border-radius: 4px;
  box-shadow: none;
  background-color: hsl(0, 0%, 100%);
  cursor: pointer;
  padding: calc(0.375em - 1px) 0.75em;
  height: 2.25em;
  vertical-align: top;
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
  color: hsl(0, 0%, 21%);
  font-size: 1rem;
}

.datepicker-controls .button:focus,
.datepicker-controls .button:active {
  outline: none;
}

.datepicker-controls .button:hover {
  border-color: #b8b8b8;
  color: hsl(0, 0%, 21%);
}

.datepicker-controls .button:focus {
  border-color: hsl(217, 71%, 53%);
  color: hsl(0, 0%, 21%);
}

.datepicker-controls .button:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.datepicker-controls .button:active {
  border-color: #474747;
  color: hsl(0, 0%, 21%);
}

.datepicker-controls .button[disabled] {
  cursor: not-allowed;
}

.datepicker-header .datepicker-controls .button {
  border-color: transparent;
  font-weight: bold;
}

.datepicker-header .datepicker-controls .button:hover {
  background-color: #f9f9f9;
}

.datepicker-header .datepicker-controls .button:active {
  background-color: #f2f2f2;
}

.datepicker-footer .datepicker-controls .button {
  flex: auto;
  margin: calc(0.375rem - 1px) 0.375rem;
  border-radius: 2px;
  font-size: 0.75rem;
}

.datepicker-controls .view-switch {
  flex: auto;
}

.datepicker-controls .prev-button,
.datepicker-controls .next-button {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
  flex: 0 0 14.2857142857%;
}

.datepicker-controls .prev-button.disabled,
.datepicker-controls .next-button.disabled {
  visibility: hidden;
}

.datepicker-view,
.datepicker-grid {
  display: flex;
}

.datepicker-view {
  align-items: stretch;
  width: 15.75rem;
}

.datepicker-grid {
  flex-wrap: wrap;
  flex: auto;
}

.datepicker .days {
  display: flex;
  flex-direction: column;
  flex: auto;
}

.datepicker .days-of-week {
  display: flex;
}

.datepicker .week-numbers {
  display: flex;
  flex-direction: column;
  flex: 0 0 9.6774193548%;
}

.datepicker .weeks {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: auto;
}

.datepicker span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.datepicker .dow {
  height: 1.5rem;
  font-size: 0.875rem;
  font-weight: 700;
}

.datepicker .week {
  flex: auto;
  color: #b8b8b8;
  font-size: 0.75rem;
}

.datepicker-cell,
.datepicker .days .dow {
  flex-basis: 14.2857142857%;
}

.datepicker-cell {
  height: 2.25rem;
}

.datepicker-cell:not(.day) {
  flex-basis: 25%;
  height: 4.5rem;
}

.datepicker-cell:not(.disabled):hover {
  background-color: #f9f9f9;
  cursor: pointer;
}

.datepicker-cell.focused:not(.selected) {
  background-color: #e9e9e9;
}

.datepicker-cell.selected,
.datepicker-cell.selected:hover {
  background-color: hsl(217, 71%, 53%);
  color: #fff;
  font-weight: 600;
}

.datepicker-cell.disabled {
  color: gainsboro;
}

.datepicker-cell.prev:not(.disabled),
.datepicker-cell.next:not(.disabled) {
  color: hsl(0, 0%, 48%);
}

.datepicker-cell.prev.selected,
.datepicker-cell.next.selected {
  color: #e6e6e6;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today) {
  border-radius: 0;
  background-color: hsl(0, 0%, 96%);
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover {
  background-color: #efefef;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused {
  background-color: #e9e9e9;
}

.datepicker-cell.today:not(.selected) {
  background-color: hsl(171, 100%, 41%);
}

.datepicker-cell.today:not(.selected):not(.disabled) {
  color: #fff;
}

.datepicker-cell.today.focused:not(.selected) {
  background-color: #00ccad;
}

.datepicker-cell.range-end:not(.selected),
.datepicker-cell.range-start:not(.selected) {
  background-color: #b8b8b8;
  color: #fff;
}

.datepicker-cell.range-end.focused:not(.selected),
.datepicker-cell.range-start.focused:not(.selected) {
  background-color: #b3b3b3;
}

.datepicker-cell.range-start:not(.range-end) {
  border-radius: 4px 0 0 4px;
}

.datepicker-cell.range-end:not(.range-start) {
  border-radius: 0 4px 4px 0;
}

.datepicker-cell.range {
  border-radius: 0;
  background-color: gainsboro;
}

.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover {
  background-color: #d7d7d7;
}

.datepicker-cell.range.disabled {
  color: #c6c6c6;
}

.datepicker-cell.range.focused {
  background-color: #d1d1d1;
}

.datepicker-input.in-edit {
  border-color: #276bda;
}

.datepicker-input.in-edit:focus,
.datepicker-input.in-edit:active {
  box-shadow: 0 0 0.25em 0.25em rgba(39, 107, 218, 0.2);
}
.btn {
  font-family: var(--Poppins);
  font-size: 0.9rem;
  color: #795548;
  height: 40px;
  padding: 0 30px;
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.btn:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #EFEBE9;
  opacity: 1;
  border-radius: 30px;
  transition: background 0.5s ease, color 0.5s ease;
}
.btn.opacity0 {
  color: #ffffff !important;
}
.btn.opacity0:after {
  opacity: 0;
}
.btn.opacity1 {
  color: #e6e6e6 !important;
}
.btn.opacity1:after {
  opacity: 0.1;
}
.btn.opacity2 {
  color: #cccccc !important;
}
.btn.opacity2:after {
  opacity: 0.2;
}
.btn.opacity3 {
  color: #b3b3b3 !important;
}
.btn.opacity3:after {
  opacity: 0.3;
}
.btn.opacity4 {
  color: #999999 !important;
}
.btn.opacity4:after {
  opacity: 0.4;
}
.btn.opacity5 {
  color: #808080 !important;
}
.btn.opacity5:after {
  opacity: 0.5;
}
.btn.opacity6 {
  color: #666666 !important;
}
.btn.opacity6:after {
  opacity: 0.6;
}
.btn.opacity7 {
  color: #4d4d4d !important;
}
.btn.opacity7:after {
  opacity: 0.7;
}
.btn.opacity8 {
  color: #333333 !important;
}
.btn.opacity8:after {
  opacity: 0.8;
}
.btn.opacity9 {
  color: #191919 !important;
}
.btn.opacity9:after {
  opacity: 0.9;
}
.btn .opacity10 {
  color: #000;
}
.btn .opacity10:after {
  opacity: 1;
}
.btn.square:after {
  border-radius: 5px;
}
.btn.fill {
  width: 100%;
}
.btn.big {
  height: 50px;
}
.btn.small {
  height: 30px;
  font-size: 0.8rem;
  padding: 0 20px;
}
.btn.white {
  color: #000;
}
.btn.white:after {
  background: #fff;
}
.btn.light:after {
  background: #f6f3f1;
}
.btn.brd {
  border-radius: 5px;
}
.btn.brd-solid {
  border-style: solid;
}
.btn.brd-dashed {
  border-style: dashed;
}
.btn.brd-white {
  border-color: #fff;
}
.btn.brd-black {
  border-color: #000;
}
.btn.brd-one {
  border-width: 1px;
}
.btn.brd-two {
  border-width: 2px;
}
.btn.brd-none {
  border-radius: none;
}
.btn.brd-round {
  border-radius: 30px;
}
.btn.link {
  background: transparent;
  color: #0b4b85;
  border-bottom: none !important;
  padding: 0;
  border-radius: 0;
  height: auto;
  text-transform: capitalize;
  border-bottom: 1px solid;
}
.btn.link:after {
  display: none;
}
.btn.link.white {
  color: #fff;
}
.btn.grad {
  color: #000 !important;
}
.btn.grad:after {
  background: linear-gradient(90.35deg, #E1C674 10%, #F5F5DC 50%, #E4CA76 90%);
}
.btn.bold {
  font-weight: 500 !important;
}
.btn.iconed .icon {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: -6px;
}
.btn.iconed .icon svg {
  width: 20px;
  height: 20px;
  color: #000;
}
.btn.iconed .label {
  font-size: 0.8rem;
}
.btn.iconed .label.black {
  color: #000;
}
.btn.contactUs {
  z-index: 999;
  position: fixed;
  bottom: 20px;
  border: 3px solid #fff;
  background: #eddaa4;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  box-shadow: 0px 10px 30px 0px #22364940;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  right: 20px;
  padding: 0;
}
.btn.contactUs .pulse {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transform: scale(1);
  animation: pulse 2s infinite;
}
@media (min-width: 768px) {
  .btn.contactUs .pulse {
    height: 70px;
    width: 70px;
  }
}
@media (min-width: 1024px) {
  .btn.contactUs .pulse {
    height: 80px;
    width: 80px;
  }
}
@media (min-width: 768px) {
  .btn.contactUs {
    height: 70px;
    width: 70px;
  }
}
@media (min-width: 1024px) {
  .btn.contactUs {
    height: 80px;
    width: 80px;
  }
}
.btn.contactUs .icon {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn.contactUs .icon svg {
  width: 25px;
  height: 25px;
  stroke-width: 1.3;
}
.btn.contactUs label {
  font-size: 0.95rem;
  text-shadow: 1px 1px 1px #fff;
  font-weight: 600;
  display: none;
}


.card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  --logoAreaHeight: 200px;
  /*&:hover {
	.btn {

	  &.offer {
		background: var(--colorGold);
		border: 1px solid var(--colorGold);
		height: 50px;
		color: #fff;
		opacity: .9;
	  }

	  &.offline {
		background: #38a0dc;
		color: #fff;
		height: 40px;
		opacity: .9;
		position: relative;

		&:after {
		  content: "";
		  position: absolute;
		  inset: 0;
		  transform: scale(1);
		  animation: pulse-blue 2s infinite;
		  background: #38a0dc;
		  box-shadow: 0px 10px 30px 0px #22364940;
		  border-radius: 40px;
		  z-index: -1;
		}
	  }
	}
  }*/
}
.card * {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.card.bordered {
  border: 0px solid;
}
.card.bordered.white {
  border-color: #fff;
}
.card.bordered.white .cardBody {
  background: #fff;
}
.card.bordered.dark .cardBody {
  position: relative;
}
.card.bordered.dark .cardBody:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to bottom, rgba(239, 235, 233, 0.6) 0%, #fbfafa 70%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}
.card.isFlex {
  display: flex;
}
.card.hasDimmer:before {
  content: "";
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.6) 100%);
  inset: 0;
  z-index: 0;
}
.card.shade {
  box-shadow: rgba(50, 50, 93, 0.1) 0px 50px 100px -20px, rgba(0, 0, 0, 0.1) 0px 30px 60px -30px;
}
.card.gray {
  background: #fbfafa;
}
.card.offerCard {
  min-height: 500px !important;
}
@media (min-width: 600px) {
  .card.offerCard {
    min-height: 600px !important;
  }
}
.card.bgImg {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.card.hoverHeader .header {
  transition: color 0.5s ease;
}
.card.hoverHeader:hover .header {
  color: var(--colorGold);
}
.card .logo {
  height: var(--logoAreaHeight);
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card .logo svg {
  fill: #fff !important;
  width: 150px;
  max-height: 100px;
  opacity: 0.85;
}
.card .logo svg * {
  fill: #fff !important;
  width: 200px;
  max-height: 100px;
  opacity: 0.85;
}
.card.hasLogo .infoBlock {
  padding: var(--logoAreaHeight) 30px 15px;
}
.card .infoBlock {
  padding: 30px 30px 15px;
  display: flex;
  flex-direction: column;
  flex: 1;
  z-index: 1;
  align-items: center;
  /*.btn {

	  &.offer {
		background: transparent;
		border: 1px solid #fff;
		color: #fff;
		opacity: .8;
		transition: background 0.5s ease, color 0.5s ease, border 0.5s ease, opacity 0.5s ease;
	  }
	}*/
}
.card .infoBlock .title {
  flex: 1;
  font-size: 2.3rem;
  color: #fff;
  font-weight: 400;
  text-align: center;
  padding-block: 70px 70px;
  padding-inline: 20px;
  line-height: 2.5rem;
  font-family: 'Oswald', sans-serif;
  opacity: 0.8;
  text-shadow: 1px 1px 2px #000;
}
.card .infoBlock h3 {
  text-transform: uppercase;
  padding-block: 20px 10px;
  font-weight: 500;
  line-height: unset;
}
.card .infoBlock address {
  font-style: italic;
  text-align: center;
  color: #fff;
  opacity: 0.8;
  font-size: 0.85rem;
  padding-block: 20px 0px;
  display: flex;
  justify-content: center;
  height: 70px;
  line-height: 1;
}
.card .infoBlock .text {
  flex: 1;
  color: #000;
  opacity: 0.9;
}
.card .infoBlock .links {
  display: flex;
  justify-content: flex-end;
  padding-inline: 20px;
  margin-block: 25px 15px;
}
.card .infoBlock .links a {
  color: #3a7ed4;
  text-decoration: none;
  border-bottom: 1px solid;
  font-weight: 400;
}
.card .header {
  flex: 1;
  display: flex;
  color: #fff;
  opacity: 0.8;
  width: 100%;
  justify-content: center;
  padding-block: 20px;
  z-index: 1;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.card .header.toBottom {
  align-items: flex-end;
}
.card .cardImg {
  max-height: 300px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1;
  position: relative;
}
.card .cardImg.flex {
  display: flex;
}
.card .cardImg.flex-end {
  align-items: flex-end;
}
.card .cardImg.ratio4_3 {
  aspect-ratio: 4/3;
  max-height: unset !important;
}
.card .cardImg.ratio4_3 picture {
  aspect-ratio: 4/3;
}
.card .cardImg.ratio4_3 picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card .cardImg .imgTip {
  font-size: 0.8rem;
  z-index: 9;
  position: absolute;
  font-weight: 300;
  padding: 10px 20px;
  color: #fff;
  opacity: 0.8;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.card .cardImg picture {
  position: absolute;
  inset: 0;
}
.card .cardImg picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card .cardImg address {
  font-style: italic;
  color: #fff;
  font-size: 0.88rem;
  display: block;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  width: 100%;
  padding-inline: 15px;
  margin-block: 0 10px;
}
.card .cardImg address span {
  padding: 3px 10px;
}
.card .cardBody {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: -webkit-fill-available;
}
.card .cardBody .cardInfoBlock {
  display: flex;
  flex-direction: column;
  padding: 30px 15px 0;
  flex: 1;
}
.card .cardBody .cardInfoBlock.pad_20 {
  padding: 20px;
}
.card .cardBody .cardInfoBlock .header {
  flex: unset;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3rem;
  padding-block: 10px 0px;
  text-transform: uppercase;
  color: #000;
  display: block;
}
.card .cardBody .cardInfoBlock .header.noTransform {
  text-transform: unset !important;
}
.card .cardBody .cardInfoBlock address {
  font-style: italic;
  font-size: 0.88rem;
  display: block;
}
.card .cardBody .cardInfoBlock .descr {
  flex: 1;
  margin-block: 20px 0;
}
.card .cardBody .cardInfoBlock .descr .line {
  display: block;
}
.card .cardBody .cardInfoBlock .descr .line .label {
  font-weight: 300;
  margin-right: 10px;
}
.card .cardBody .cardInfoBlock .descr .line .label:after {
  content: ":";
}
.card .cardBody .cardInfoBlock .descr .line .value {
  font-weight: 200;
}
.card .cardBody .cardInfoBlock .text {
  flex: 1;
  margin-block: 0px 0;
}
.card .cardBody .bottomBar {
  padding: 0 15px;
  margin-block: 10px 20px;
}
.card .cardBody .bottomBar .btn {
  height: 40px !important;
  font-size: 0.88rem !important;
}
.card[type="room"] .cardBody .bottomBar {
  display: flex;
}
@media (min-width: 1024px) {
  .card[type="room"] .cardBody .bottomBar {
    display: none;
  }
}


header {
  background: var(--colorRed);
  height: 103px;
  width: 100%;
  z-index: 9;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
  position: relative;
  /*&.scrollReady {
	//display: none;
	transition: transform 0.5s ease-in-out;
	transform: translateY(-100%);

	&.show {
	  display: flex !important;
	  position: fixed !important;
	  top: 0 !important;
	  z-index: 999 !important;
	  background: var(--colorRed) !important;
	  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 2px 6px 2px rgba(60, 64, 67, .15) !important;
	  transform: translateY(0);

	  &.hide {
		transform: translateY(-100%) !important;
	  }
	}
  }*/
}
header.fixed {
  position: sticky;
  top: -103px;
  margin-block: 0 -103px;
  background: transparent;
  z-index: 9999;
  box-shadow: none;
  transition: top 0.3s ease-out, transform 0.3s ease-in;
}
header.fixed.show {
  animation: slideDown 0.3s ease-out forwards;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 2px 6px 2px rgba(60, 64, 67, 0.15) !important;
}
@keyframes slideDown {
  position: fixed;
  0% {
    transform: translateY(-100%) !important;
    background-color: transparent;
  }
  100% {
    top: 0;
    transform: translateY(0);
    background-color: var(--colorRed);
  }
}
@keyframes slideUp {
  0% {
    top: 0;
    transform: translateY(0);
    background-color: var(--colorRed);
  }
  100% {
    top: 0px;
    transform: translateY(100%);
    background-color: transparent;
  }
}
header.logger {
  height: 100%;
  min-height: 700px !important;
}
@media (min-width: 768px) {
}
header.logger .headerMenuWrap {
  background: var(--colorRed);
  position: absolute;
  width: 100%;
  box-shadow: 0 1px 6px 0 #343535;
  top: 0;
  left: 0;
  z-index: 9;
}
header.logger .headerMenuWrap .container {
  position: relative;
}
header.logger .bannerWrap {
  height: -moz-max-content !important;
  height: max-content !important;
  min-height: 100%;
  overflow: unset !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  /*@media (min-width: 768px) {
		  &:before{
			background: linear-gradient(90deg, #000000a6 8.13%, rgba(0, 0, 0, 0) 100%);
		  }
		}*/
}
header.logger .bannerWrap:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
header.logger .bannerWrap .heroContainer {
  margin-block: 100px 100px !important;
}
@media (min-width: 768px) {
  header.logger .bannerWrap .heroContainer {
    margin-block: 200px 100px !important;
  }
}
header.logger .bannerWrap .heroContainer .heroInfo {
  max-width: 1200px !important;
  display: flex;
  flex-direction: column !important;
  align-items: flex-end !important;
  -moz-column-gap: 200px;
       column-gap: 200px;
}
@media (min-width: 768px) {
  header.logger .bannerWrap .heroContainer .heroInfo {
    flex-direction: row !important;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (min-width: 900px) {
  header.logger .bannerWrap .heroContainer .heroInfo {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media (min-width: 1000px) {
  header.logger .bannerWrap .heroContainer .heroInfo {
    -moz-column-gap: 200px;
         column-gap: 200px;
  }
}
header.logger .bannerWrap .heroContainer .heroInfo .dataInfo {
  margin-block: 100px 50px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  header.logger .bannerWrap .heroContainer .heroInfo .dataInfo {
    margin-block: 40px 0;
  }
}
header.logger .bannerWrap .heroContainer .heroInfo .dataInfo .headerText {
  text-align: left;
  opacity: 0.8;
  display: flex;
  flex-direction: column;
  font-family: roboto;
}
header.logger .bannerWrap .heroContainer .heroInfo .dataInfo .headerText h2 {
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 400;
  color: #fff;
  margin-block: 0 20px;
  text-shadow: 1px 1px 1px #000;
  letter-spacing: 0px;
}
@media (min-width: 768px) {
  header.logger .bannerWrap .heroContainer .heroInfo .dataInfo .headerText h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
header.logger .bannerWrap .heroContainer .heroInfo .dataInfo .headerText h3 {
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 300;
  text-shadow: 1px 1px 1px #000;
  letter-spacing: 0px;
}
@media (min-width: 768px) {
  header.logger .bannerWrap .heroContainer .heroInfo .dataInfo .headerText h3 {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
}
header.logger .bannerWrap .heroContainer .heroInfo .dataInfo .headerText h3 .subNote {
  margin-block: 5px 0;
  font-size: 1rem;
  font-weight: 100;
}
header.logger .bannerWrap .heroContainer .heroInfo .dataInfo .textArea {
  text-align: left;
}
header.logger .bannerWrap .heroContainer .heroInfo .dataInfo .textArea p {
  font-size: 1.1rem;
  color: #fff;
  font-weight: 300;
  opacity: 0.9;
}
header.logger .bannerWrap .heroContainer .heroInfo .dataInfo .textArea p.yel {
  color: #E8D186;
}
@media (min-width: 768px) {
  header.logger .bannerWrap .heroContainer .heroInfo .dataInfo .textArea p {
    font-size: 1.1rem;
  }
}
header.banner {
  background: #efefef;
  position: relative;
  width: 100%;
  z-index: 9;
}
header.banner .container {
  height: 100px;
  position: absolute;
  top: 0;
  background: transparent;
  inset: 0;
  display: flex;
  align-items: center;
  z-index: 1;
}
header.banner .bannerWrap {
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
header.banner .bannerWrap .slider-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.05) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(to top, rgba(0, 0, 0, 0.55) 0, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.05) 70%, rgba(255, 255, 255, 0) 100%);
}
header.banner .bannerWrap .slider-wrapper:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0.3;
}
header.banner .bannerWrap .slider-wrapper .slider-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 3s;
  z-index: 0;
}
header.banner .bannerWrap .slider-wrapper .slider-slide.active-slide {
  opacity: 1;
  z-index: 1;
}
header.banner .bannerWrap .heroContainer {
  display: flex;
  background: transparent;
  z-index: 1;
  flex: 1;
  padding-inline: 2rem;
  align-content: flex-start;
  align-items: flex-end;
  justify-content: center;
  margin-block: 450px 0;
}
@media (min-width: 768px) {
  header.banner .bannerWrap .heroContainer {
    margin-block: 500px 0;
  }
}
header.banner .bannerWrap .heroContainer .heroInfo {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 100%;
  max-width: 1000px;
}
header.banner .bannerWrap .heroContainer .heroInfo .dataInfo {
  flex: 1;
  width: 100%;
  font-family: roboto;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: left;
  color: #fff;
  opacity: 0.8;
}
header.banner .bannerWrap .heroContainer .heroInfo .dataInfo h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: left;
  font-weight: 300;
  text-shadow: 1px 1px 0px #000;
}
@media (min-width: 768px) {
  header.banner .bannerWrap .heroContainer .heroInfo .dataInfo h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
header.banner .bannerWrap .heroContainer .heroInfo .dataInfo h3 {
  font-size: 1.3rem;
  text-align: center;
  font-weight: 100;
}
@media (min-width: 768px) {
  header.banner .bannerWrap .heroContainer .heroInfo .dataInfo h3 {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }
}
header.banner .bannerWrap .heroContainer .heroInfo .dataInfo p {
  font-family: roboto;
  font-size: 1.1rem;
  line-height: 1.5rem;
  margin-block: 20px 0;
  word-spacing: 3px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
header.banner .bannerWrap .isFormWrapper {
  margin-block: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}
header.banner .bannerWrap .isFormWrapper .logo {
  width: 100%;
  max-width: 300px;
  margin-block: 0 100px;
}
header.banner .bannerWrap .isFormWrapper .logo svg,
header.banner .bannerWrap .isFormWrapper .logo svg * {
  fill: #fff !important;
  opacity: 0.9;
}
header.banner .bannerWrap .isFormWrapper .searchForm {
  background: rgba(255, 255, 255, 0.1);
  max-width: 1000px !important;
  border-radius: 100px;
  height: 100px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 768px) {
  header.banner .bannerWrap .isFormWrapper .logo {
    width: 100%;
    max-width: 500px;
    margin-block: 0 150px;
  }
}
header.banner .bannerWrap .isHeaderWrapper {
  margin-block: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}
header.banner .bannerWrap .isHeaderWrapper .logo {
  width: 100%;
  max-width: 170px;
  margin-block: 0 100px;
}
header.banner .bannerWrap .isHeaderWrapper .logo svg,
header.banner .bannerWrap .isHeaderWrapper .logo svg * {
  fill: #fff !important;
  opacity: 1;
}
@media (min-width: 768px) {
  header.banner .bannerWrap .isHeaderWrapper .logo {
    width: 100%;
    max-width: 200px;
  }
}
header.banner .bannerWrap .isHeaderWrapper .bannerTitleHeader {
  max-width: 800px;
  text-align: center;
  opacity: 0.85;
}
header.banner .bannerWrap .isHeaderWrapper .bannerTitleHeader .stars svg,
header.banner .bannerWrap .isHeaderWrapper .bannerTitleHeader .stars svg * {
  width: 15px;
  height: 15px;
  fill: #fff;
  opacity: 1;
}
header.banner .bannerWrap .isHeaderWrapper .bannerTitleHeader h2 {
  font-size: 2.5rem;
  line-height: 3rem;
  color: #fff;
  font-weight: 400;
  margin-block: 0 30px;
  font-family: var(--font2);
}
header.banner .bannerWrap .isHeaderWrapper .bannerTitleHeader address {
  font-family: var(--font1);
  font-size: 1.1rem;
  color: #fff;
  font-weight: 100;
}
@media (min-width: 768px) {
  header.banner .bannerWrap .isHeaderWrapper .bannerTitleHeader h2 {
    font-size: 3rem;
    line-height: 3.5rem;
    color: #fff;
    font-weight: 400;
    margin-block: 0 30px;
    font-family: var(--font2);
  }
  header.banner .bannerWrap .isHeaderWrapper .bannerTitleHeader address {
    font-family: var(--font1);
    font-size: 1.2rem;
    color: #fff;
    font-weight: 100;
  }
}
@media (min-width: 900px) {
  header.banner .bannerWrap .isHeaderWrapper .bannerTitleHeader h2 {
    font-size: 3.5rem;
    line-height: 4rem;
    color: #fff;
    font-weight: 400;
    margin-block: 0 30px;
    font-family: var(--font2);
  }
  header.banner .bannerWrap .isHeaderWrapper .bannerTitleHeader address {
    font-family: var(--font1);
    font-size: 1.2rem;
    color: #fff;
    font-weight: 100;
  }
}
header .container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
}
header .container.topMenu {
  z-index: 10000 !important;
}
header .container .dimmer {
  display: none;
}
header .container nav {
  display: flex;
  flex-direction: row-reverse;
  -moz-column-gap: 10px;
       column-gap: 10px;
  height: 100%;
  align-items: center;
}
@media (min-width: 768px) {
  header .container nav {
    display: flex;
  }
}
header .container .coreTopMenu {
  display: inline-flex;
  margin-left: 32px;
  height: 100%;
}
@media (min-width: 768px) {
  header .container .coreTopMenu {
    justify-content: flex-end;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
header .container .coreTopMenu ul[role="list"]:first-child {
  display: inline-flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  overflow: hidden;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}
header .container .coreTopMenu ul[role="list"]:first-child.cut {
  position: relative;
  padding-inline: 0 40px;
}
header .container .coreTopMenu ul[role="list"]:first-child.cut #_mobMenuTrigger {
  display: flex;
  position: absolute;
}
header .container .coreTopMenu ul[role="list"]:first-child.cut #_mobMenuTrigger svg {
  width: 12px;
  height: 12px;
  fill: #fff;
  position: relative;
  z-index: 1;
  opacity: 0.8;
}
header .container .coreTopMenu ul[role="list"]:first-child.cut #_mobMenuTrigger:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: var(--colorRed);
  opacity: 0.8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}
header .container .coreTopMenu ul[role="list"]:first-child #_mobMenuTrigger {
  display: none;
  width: 25px;
  right: 0;
  position: absolute;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}
header .container .coreTopMenu ul[role="list"]:last-child {
  display: inline-flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
header .container ul[role="list"] {
  align-items: center;
  justify-content: flex-start;
  display: none;
}
header .container ul[role="list"] li {
  height: 103px;
  display: flex;
  align-items: center;
}
header .container ul[role="list"] li.link a {
  position: relative;
}
header .container ul[role="list"] li.link a:hover:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid;
}
header .container ul[role="list"] li a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
header .container ul[role="list"] li a p {
  padding: 0;
  margin: 0;
  font-size: 0.88rem;
  font-family: var(--Poppins);
  font-weight: 300;
}
header .container ul[role="list"] li.online {
  background: linear-gradient(90.35deg, #E1C674 10.41%, #FDF8E4 40.86%, #F7EAB2 69.31%, #E4CA76 100.47%);
  border-radius: 5px;
  height: 40px;
}
header .container ul[role="list"] li.online a {
  color: #000;
  background: transparent;
  height: 40px;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
header .container ul[role="list"] li.comboWrap {
  height: unset;
  display: flex;
  cursor: pointer;
  position: relative;
  margin-left: auto;
}
header .container ul[role="list"] li.comboWrap:hover .dropMenu {
  display: flex;
  position: absolute;
  margin-top: 15px;
}
header .container ul[role="list"] li.comboWrap:hover .dropMenu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
header .container ul[role="list"] li.comboWrap:hover .dropMenu ul:before {
  right: 40px;
  left: unset;
}
header .container ul[role="list"] li.comboWrap:hover .dropMenu ul li a span {
  font-size: 0.75rem;
}
header .container ul[role="list"] li.comboWrap .selected {
  height: 40px;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
  flex-direction: row;
  font-family: var(--Poppins);
  font-size: 0.85rem;
  font-weight: 300;
}
header .container ul[role="list"] li.comboWrap .list {
  padding: 10px 0 0 0;
  flex-direction: column;
  flex-wrap: wrap;
  position: absolute;
  top: 15px;
  right: -5px;
  margin-top: 40px;
  border-radius: 2px;
  align-self: flex-start;
  display: none;
  z-index: 9999;
}
header .container ul[role="list"] li.comboWrap .list ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #212121a1;
  border-radius: 10px;
}
header .container ul[role="list"] li.comboWrap .list ul li {
  width: -webkit-fill-available;
  height: 40px;
}
header .container ul[role="list"] li.comboWrap .list ul li a {
  text-decoration: none;
  height: 30px;
  width: -webkit-fill-available;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 20px;
  cursor: pointer;
  color: #fff;
  font-weight: 300;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
header .container ul[role="list"] li.comboWrap .list ul li a .icon {
  width: 22px;
}
header .container ul[role="list"] li.comboWrap .list ul li a .icon svg {
  width: 22px;
  height: 22px;
  border-radius: 3px;
  opacity: 0.85;
}
header .container ul[role="list"] li.comboWrap .list ul li a span {
  font-size: 0.75rem;
}
header .container ul[role="list"] li.comboWrap .list ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
header .container ul[role="list"] li.comboWrap .list ul li a:after {
  display: none !important;
}
header .container ul[role="list"] li.arrow:after {
  content: "";
  z-index: 11;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 0.7px solid #fff;
  border-left: 0.7px solid #fff;
  transform: rotate(225deg);
  margin-inline: 7px 0;
  margin-block: 0 3px;
}
header .container ul[role="list"] li.hasSubMenu {
  height: 100%;
}
header .container ul[role="list"] li.hasSubMenu:hover,
header .container ul[role="list"] li.hasSubMenu:focus-within {
  /*&:after {
			  content: "";
			  position: absolute;
			  bottom: 0;
			  width: 0px;
			  height: 0px;
			  border-style: solid;
			  border-width: 0 15px 15px 15px;
			  border-color: transparent transparent rgba(0, 0, 0, .8) transparent;
			  transform: rotate(0deg);
			  //top: 50%;
			  left: 50%;
			  transform: translate(-50%, 0%);
			  opacity: 1;
			  transition: opacity .5s ease-in-out 0s;
			}*/
}
header .container ul[role="list"] li.hasSubMenu:hover .floatSubMenu,
header .container ul[role="list"] li.hasSubMenu:focus-within .floatSubMenu {
  display: flex;
  visibility: visible;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.5s ease-in-out 0s;
}
header .container ul[role="list"] li.hasSubMenu:hover > a,
header .container ul[role="list"] li.hasSubMenu:focus-within > a {
  position: relative;
}
header .container ul[role="list"] li.hasSubMenu:hover > a:after,
header .container ul[role="list"] li.hasSubMenu:focus-within > a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid;
}
header .container .mobMenuTrigger {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  transition: width 0.5s ease 0.2s, height 0.5s ease 0.2s;
  position: relative;
  cursor: pointer;
}
header .container .mobMenuTrigger:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: -1;
  opacity: 0.1;
  border-radius: 3px;
}
header .container .mobMenuTrigger svg {
  color: #fff;
  width: 20px;
  height: 20px;
}
@media (max-width: 868px) {
  header .container .mobMenuTrigger {
    display: flex;
  }
}
@media (min-width: 867px) {
  header .container .mobMenuTrigger {
    display: none;
  }
  header .container ul[role="list"] {
    display: flex;
  }
}
@media (max-width: 867px) {
  header .container {
    flex-direction: row;
    justify-content: space-between;
  }
  header .container .coreTopMenu {
    z-index: 1000;
    position: fixed;
    right: 0;
    top: 0;
    left: auto;
    width: 492px;
    background-color: var(--colorRed);
    height: 100%;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 20px;
  }
  header .container .coreTopMenu.show {
    display: flex;
  }
  header .container .coreTopMenu ul[role="list"] {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  header .container .coreTopMenu ul[role="list"] li {
    width: 100%;
    text-align: left;
    padding: 10px 20px;
  }
  header .container .coreTopMenu ul[role="list"] li a {
    font-size: 1rem;
  }
}
header .container .floatSubMenu {
  display: none;
  opacity: 0;
  position: absolute;
  width: 100%;
  max-height: 500px;
  top: 103px;
  min-height: 200px;
  transition: opacity 0.5s ease-in-out 0s;
  overflow: hidden;
  left: 50%;
  transform: translate(-50%, 0%);
  /*@media (max-width: 1379px) {
		width: 100%;
	  }

	  @media (min-width: 1380px) {
		width: 1380px;
	  }*/
}
header .container .floatSubMenu:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #D7CCC8;
  opacity: 0.95;
}
header .container .floatSubMenu .subMenuWrap {
  z-index: 1;
  color: #fff;
}
header .container .floatSubMenu .subMenuWrap ul {
  overflow: hidden;
  display: grid;
  -moz-column-count: 3;
       column-count: 3;
  width: 768px;
  padding: 40px;
  grid-template-columns: repeat(3, 1fr);
}
header .container .floatSubMenu .subMenuWrap ul li {
  padding: 0 20px;
  border-radius: 40px;
  height: 40px;
  cursor: pointer;
  background: transparent;
  transition: background 0.3s ease-in-out;
}
header .container .floatSubMenu .subMenuWrap ul li:hover {
  background: #bcaaa4a8;
}
header .container .floatSubMenu .subMenuWrap ul li a {
  color: #000;
  font-size: 0.88rem;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
header .container .floatSubMenu .subMenuWrap ul li a:hover:after {
  display: none;
}
header .container .floatSubMenu .fastFilters {
  flex: 1;
  background: #bcaaa445;
  padding: 40px;
}


.form {
  width: 100%;
  height: 100%;
  margin-block: 0px 0;
  padding: 0 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form .devider {
  height: 0px;
  width: 100%;
  margin-block: 40px 30px;
  border-top: 1px dashed var(--colorBorder);
}
.form .col {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  width: 100%;
}
.form .btnBar {
  margin-top: auto;
  margin-block: 0!important;
  margin: 0!important;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.form .btnBar.end {
  justify-content: flex-end !important;
}
.form .btnBar.space {
  justify-content: space-between;
}
.form.offline {
  margin-block: 0px 0;
}
.form.offline .header {
  margin-block: 0 30px;
  line-height: 2.2rem;
}
.form.offline .headerTitle {
  font-size: 1.2rem;
  font-weight: 100;
}
.form.normal {
  --colorDark: #000;
  --colorBorder: #a1887f;
}
.form.normal label {
  font-size: 0.7rem;
  font-weight: 200;
}
.form.normal label,
.form.normal .inpImi input {
  color: var(--colorDark) !important;
}
.form.normal .inpImi {
  border: 1px solid var(--colorBorder);
}
.form.normal .inpImi input::-moz-placeholder {
  color: #000 !important;
}
.form.normal .inpImi input::placeholder {
  color: #000 !important;
}
.form.normal .inpImi:before {
  border-bottom: 1px solid #555 !important;
}
.form.normal .inpImi.error {
  border: 1px solid red !important;
}
.form.normal .inpImi.error:after {
  display: none;
}
.form .inpLine {
  display: flex;
  flex: 1;
  flex-direction: column;
  -moz-column-gap: 0px;
       column-gap: 0px;
  row-gap: 0px;
}
.form .inpLine.btnBar {
  height: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}
.form .inpLine.btnBar.end {
  justify-content: flex-end !important;
}
.form .inpLine.btnBar.space {
  justify-content: space-between;
}
.form .inpLine.cb {
  flex-direction: row;
  align-items: center;
  margin-top: 0;
}
.form .inpLine.cb .inpImi {
  border: 0 !important;
  min-height: 25px;
  display: flex;
  flex-direction: row;
  flex: 1;
  -moz-column-gap: 15px;
       column-gap: 15px;
  align-items: flex-start;
  height: unset !important;
}
.form .inpLine.cb .inpImi:before {
  border-bottom: 0 !important;
}
.form .inpLine.cb .inpImi input[type="checkbox"] {
  all: revert;
  width: 20px;
  background: transparent;
  outline: none;
  height: 20px;
  aspect-ratio: 1;
  margin: 0;
  cursor: pointer;
  border: 1px solid var(--colorBorder);
  color: #000 !important;
  padding: 0;
}
.form .inpLine.cb .inpImi label {
  all: revert;
  background: transparent;
  outline: none;
  min-height: 20px;
  margin: 0;
  cursor: pointer;
  color: #000 !important;
  padding: 0;
  font-size: 0.9rem !important;
}
.form .inpLine.select .inpImi {
  height: 50px;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
.form .inpLine.select .inpImi:before {
  border-bottom: 0 !important;
}
.form .inpLine.select .inpImi select {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0rem 2rem 0rem 12px;
  line-height: 1.5;
  color: #000;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border-radius: 0rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
}
.form .inpLine.select label {
  position: relative;
  margin-block: 0 3px;
}
.form .inpLine.text.date .inpImi {
  overflow: unset !important;
}
.form .inpLine.text .inpImi {
  height: 50px;
  display: flex;
  flex-direction: row;
  padding: 0;
  cursor: pointer;
  z-index: unset !important;
}
.form .inpLine.text .inpImi:before {
  border-bottom: 0 !important;
}
.form .inpLine.text .inpImi input[type="text"],
.form .inpLine.text .inpImi input[type="password"] {
  padding: 0 12px;
  border: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  line-height: 100%;
  cursor: text;
}
.form .inpLine.text .inpImi input[type="password"] {
  font-size: 1rem !important;
  -webkit-text-security: disc;
}
.form .inpLine.text .inpImi.isDatePicker {
  position: relative;
}
.form .inpLine.text .inpImi.isDatePicker input[type="text"] {
  padding: 0 50px 0 12px !important;
  position: relative;
  cursor: pointer !important;
}
.form .inpLine.text .inpImi.isDatePicker:before {
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgd2lkdGg9IjI0IiAgaGVpZ2h0PSIyNCIgIHZpZXdCb3g9IjAgMCAyNCAyNCIgIGZpbGw9Im5vbmUiICBzdHJva2U9ImN1cnJlbnRDb2xvciIgIHN0cm9rZS13aWR0aD0iMSIgIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgIHN0cm9rZS1saW5lam9pbj0icm91bmQiICBjbGFzcz0iaWNvbiBpY29uLXRhYmxlciBpY29ucy10YWJsZXItb3V0bGluZSBpY29uLXRhYmxlci1jYWxlbmRhciI+PHBhdGggc3Ryb2tlPSJub25lIiBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTQgN2EyIDIgMCAwIDEgMiAtMmgxMmEyIDIgMCAwIDEgMiAydjEyYTIgMiAwIDAgMSAtMiAyaC0xMmEyIDIgMCAwIDEgLTIgLTJ2LTEyeiIgLz48cGF0aCBkPSJNMTYgM3Y0IiAvPjxwYXRoIGQ9Ik04IDN2NCIgLz48cGF0aCBkPSJNNCAxMWgxNiIgLz48cGF0aCBkPSJNMTEgMTVoMSIgLz48cGF0aCBkPSJNMTIgMTV2MyIgLz48L3N2Zz4=");
  width: 24px;
  height: 24px;
  margin: 13px;
  position: absolute;
  left: revert-layer;
  bottom: 0px;
  z-index: -1;
}
.form .inpLine.text label {
  position: relative;
  margin-block: 0 3px;
}
.form .inpLine.textarea .inpImi {
  min-height: 80px;
  max-height: 130px;
  display: flex;
  flex-direction: row;
  padding: 0;
  cursor: pointer;
  z-index: unset !important;
  resize: block;
}
.form .inpLine.textarea .inpImi:before {
  border-bottom: 0 !important;
}
.form .inpLine.textarea .inpImi textarea {
  padding: 12px !important;
  background: transparent;
  cursor: text;
  width: 100% !important;
  height: 100% !important;
  border: 0;
  position: absolute;
  resize: none;
}
.form .inpLine.textarea label {
  position: relative;
  margin-block: 0 3px;
}
.form .inpLine:last-child {
  margin-bottom: 0px;
}
.form .inpLine label {
  font-size: 0.7em;
  font-weight: 100;
  color: #fff;
  line-height: 1;
  position: absolute;
}
.form .inpLine .inpImi {
  height: 55px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.form .inpLine .inpImi:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.5;
  border-bottom: 1px solid #f8f8f8;
  z-index: -1;
}
.form .inpLine .inpImi.error:before {
  opacity: 0.8;
  border-bottom: 1px solid #FF9800;
}
.form .inpLine .inpImi.error:after {
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgd2lkdGg9IjI0IiAgaGVpZ2h0PSIyNCIgIHZpZXdCb3g9IjAgMCAyNCAyNCIgIGZpbGw9Im5vbmUiICBzdHJva2U9IiNGRjk4MDAiICBzdHJva2Utd2lkdGg9IjEiICBzdHJva2UtbGluZWNhcD0icm91bmQiICBzdHJva2UtbGluZWpvaW49InJvdW5kIiA+PHBhdGggc3Ryb2tlPSJub25lIiBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTEyIDEybS05IDBhOSA5IDAgMSAwIDE4IDBhOSA5IDAgMSAwIC0xOCAwIiAvPjxwYXRoIGQ9Ik0xMiA5djQiIC8+PHBhdGggZD0iTTEyIDE2di4wMSIgLz48L3N2Zz4=");
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  bottom: 2px;
}
.form .inpLine .inpImi input[type="text"],
.form .inpLine .inpImi input[type="password"] {
  height: 100%;
  width: 100%;
  border-radius: 0px;
  padding: 13px 0px 0;
  font-size: 1rem !important;
  font-weight: 300;
  border: 0;
  font-family: var(--Poppins) !important;
  color: #fff;
  background: transparent;
  background-color: transparent;
  color: white;
  border: none;
}
.form .inpLine .inpImi input[type="text"]::-moz-placeholder, .form .inpLine .inpImi input[type="password"]::-moz-placeholder {
  font-weight: 300;
  color: #fff;
  opacity: 0.8;
  background-color: transparent;
}
.form .inpLine .inpImi input[type="text"]::placeholder,
.form .inpLine .inpImi input[type="password"]::placeholder {
  font-weight: 300;
  color: #fff;
  opacity: 0.8;
  background-color: transparent;
}
.form .inpLine .inpImi input[type="text"]:-ms-input-placeholder,
.form .inpLine .inpImi input[type="password"]:-ms-input-placeholder {
  color: #fff;
  opacity: 0.8;
  font-weight: 300;
  background-color: transparent !important;
}
.form .inpLine .inpImi input[type="text"]::-ms-input-placeholder,
.form .inpLine .inpImi input[type="password"]::-ms-input-placeholder {
  color: #fff;
  opacity: 0.8;
  font-weight: 300;
  background-color: transparent !important;
}
.form .inpLine .inpImi input[type="password"] {
  font-size: 0.8rem;
  -webkit-text-security: disc;
  background-color: transparent !important;
}
.form .inpLine .inpImi input[type="password"]::-moz-placeholder {
  font-size: 1rem;
  background-color: transparent !important;
}
.form .inpLine .inpImi input[type="password"]::placeholder {
  font-size: 1rem;
  background-color: transparent !important;
}
.form .inpLine .inpImi input[type="password"]:-ms-input-placeholder {
  font-size: 1rem;
  background-color: transparent !important;
}
.form .inpLine .inpImi input[type="password"]::-ms-input-placeholder {
  font-size: 1rem;
  background-color: transparent !important;
}


.alert {
  background: #eee;
  padding: 20px;
  font-size: 1rem;
  font-weight: 300;
}
.alert.note {
  background: #dee;
}
.alert.flex {
  display: flex;
  flex-direction: row;
}
.alert .line {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.alert .line label {
  font-size: 0.9rem !important;
  min-width: 50px;
}
.alert .line label:after {
  content: ":";
}
.alert .line .val {
  font-size: 0.9rem !important;
}
.alert .btnBar {
  margin-block: 10px 0 !important;
}
.alert .btnBar .btn {
  font-size: 0.9rem !important;
}


.stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.stars svg {
  width: 20px;
  height: 20px;
  fill: var(--colorRed);
  opacity: 0.8;
}
.stars.white svg {
  fill: #fff !important;
}
.stars.start {
  justify-content: flex-start;
}
.stars.medium svg {
  width: 17px;
  height: 17px;
}
.stars.small svg {
  width: 12px;
  height: 12px;
}


.container {
  position: relative;
  max-width: 1380px;
  margin-inline: auto;
  padding-block: 50px;
}
@media (min-width: 768px) {
  .container {
    padding-block: 60px;
  }
}
@media (min-width: 1000px) {
  .container {
    padding-block: 70px;
  }
}
.container.justText {
  padding-block: 40px;
}
.container .brand-logo {
  height: 100%;
}
.container .brand-logo img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.container .bottomBar {
  margin-block: 30px 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .container .bottomBar {
    margin-block: 40px 0;
  }
}
@media (min-width: 1024px) {
  .container .bottomBar {
    margin-block: 50px 0;
  }
}
.container .bottomBar.small {
  margin-block: 0 0;
}
.container .bottomBar.start {
  justify-content: flex-start;
}
.container .bottomBar.end {
  justify-content: flex-end;
}
.container .bottomBar .sep {
  flex: 1;
}
.container .bottomBar.white * {
  color: #fff;
}
.container {
  padding-inline: 20px;
}
.container.flex {
  display: flex;
}
.container.banner {
  min-width: 100%;
  min-height: 600px;
}
.container.banner.fullSize {
  height: 100vh;
  padding: 0;
  position: relative;
}
.container.banner.fullSize:after {
  content: "";
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  inset: 0;
  z-index: 9;
}
.container.banner.fullSize .videoContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.container.banner.fullSize .videoContainer .bgVideo {
  position: absolute;
  overflow: hidden;
  min-height: 100%;
  inset: 0;
}
.container.banner.fullSize .videoContainer .headerBlock {
  max-width: 1380px;
  display: flex;
  z-index: 9;
  position: relative;
  margin: 0 auto;
  justify-content: flex-end;
  height: 100%;
  padding-block: 0 130px;
  flex-direction: column;
  padding-inline: 20px;
  align-items: flex-start;
  z-index: 99;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  row-gap: 10px;
}
@media (min-width: 768px) {
  .container.banner.fullSize .videoContainer .headerBlock {
    padding-inline: 20px;
  }
}
.container.banner.fullSize .videoContainer .headerBlock .big {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.container.banner.fullSize .videoContainer .headerBlock .big .year {
  font-family: "Anton", sans-serif;
  letter-spacing: -3px;
  font-size: 12rem;
  position: relative;
  line-height: 10.3rem;
  color: #fff;
  opacity: 0.7;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
}
@media (min-width: 430px) {
  .container.banner.fullSize .videoContainer .headerBlock .big .year {
    font-size: 15rem;
    line-height: 13.3rem;
  }
}
.container.banner.fullSize .videoContainer .headerBlock .big .pend {
  position: relative;
  font-family: var(--Poppins);
  font-size: 1.3rem;
  font-weight: 200;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  opacity: 0.7;
}
@media (min-width: 430px) {
  .container.banner.fullSize .videoContainer .headerBlock .big .pend {
    font-size: 2rem;
  }
}
.container.banner.fullSize .videoContainer .headerBlock .header {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  font-size: 2rem;
  line-height: 2rem;
  margin-block: 0 0px;
  opacity: 0.7;
  letter-spacing: -2px;
  word-spacing: 7px;
  font-family: 'Oswald', sans-serif;
}
@media (min-width: 430px) {
  .container.banner.fullSize .videoContainer .headerBlock .header {
    font-size: 3rem;
    line-height: 2.7rem;
  }
}
@media (min-width: 768px) {
  .container.banner.fullSize .videoContainer .headerBlock .header {
    font-size: 3.5rem;
    line-height: 3.5rem;
    margin-block: 0 0px;
  }
}
@media (min-width: 1000px) {
  .container.banner.fullSize .videoContainer .headerBlock .header {
    font-size: 4rem;
    line-height: 4rem;
    margin-block: 0 0px;
  }
}
@media (min-width: 1200px) {
  .container.banner.fullSize .videoContainer .headerBlock .header {
    font-size: 5rem;
    line-height: 5rem;
    margin-block: 0 0px;
  }
}
.container.banner.fullSize .videoContainer .headerBlock .arrorDown {
  position: relative;
  display: inline-block;
  width: 146.8px;
  height: 30px;
}
.container.banner.fullSize .videoContainer .headerBlock .arrorDown:before,
.container.banner.fullSize .videoContainer .headerBlock .arrorDown:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.75px);
  width: 1.5px;
  height: 80px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: 50% calc(100% - 0.75px);
}
.container.banner.fullSize .videoContainer .headerBlock .arrorDown:before {
  transform: rotate(70deg);
}
.container.banner.fullSize .videoContainer .headerBlock .arrorDown:after {
  transform: rotate(-70deg);
}
.container .wrapHeader {
  display: flex;
  flex-direction: column;
  margin-block: 0 30px;
}
.container .wrapHeader h2 {
  font-size: 2rem;
  font-weight: 400;
}
.container .wrapHeader span {
  font-size: 1.2rem;
  font-weight: 300;
}
.container strong {
  font-weight: 500;
}
.container .form.signup {
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
.container .form.signup .inpLine label {
  color: #6D4C41;
  opacity: 0.8;
  text-align: center;
  margin-inline: 20px;
}
.container .form.signup .inpLine .inpImi {
  flex: 1;
  height: 60px;
  background: #fafafa;
  border-radius: 30px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 5px;
  border: 1.5px solid #A1887F;
}
.container .form.signup .inpLine .inpImi input {
  border: 0;
  inset: 0;
  background: transparent;
  padding: 0 20px;
  font-family: var(--Poppins);
  font-size: 0.9rem;
  font-weight: 400;
  flex: 1;
  height: 50px;
  color: #8d6e63;
  opacity: 0.8;
}
.container .form.signup .inpLine .btn {
  background: #8d6e63;
  color: #fff;
  font-size: 0.9rem;
  padding: 0;
  width: 50px;
  opacity: 0.8;
}
.container .wrap {
  display: flex;
}
.container .wrap.row {
  flex-direction: column;
  row-gap: 40px;
}
@media (min-width: 768px) {
  .container .wrap.row {
    flex-direction: row;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.container .wrap.row .content {
  flex: 1;
}
.container .wrap.row .content ul {
  font-family: var(--font1);
  font-size: 1rem;
  line-height: 1.5rem;
  margin-block: 20px;
  letter-spacing: 0.2px;
  list-style: circle;
  list-style-position: inside;
}
.container .wrap.row .sideBar {
  min-width: 100%;
}
@media (min-width: 768px) {
  .container .wrap.row .sideBar {
    min-width: 250px;
    padding: 20px;
  }
}
@media (min-width: 900px) {
  .container .wrap.row .sideBar {
    min-width: 300px;
    padding: 20px;
  }
}
.container .wrap.row .sideBar .btnArea {
  position: sticky;
  top: 30px;
}
.container .wrap.col {
  flex-direction: column;
}
.container .wrap.col.gap20 {
  row-gap: 20px;
}
.container .wrap.grid {
  display: grid;
}
.container .wrap.grid.cell350 {
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
}
@media (min-width: 600px) {
  .container .wrap.grid.cell350 {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
}
.container .wrap.grid.gap20 {
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
.container .wrap .filter {
  display: flex;
  background: #FAFAFA;
  padding: 20px;
  flex-direction: column;
  row-gap: 20px;
}
@media (min-width: 600px) {
  .container .wrap .filter {
    padding: 20px;
    flex-direction: row;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.container .wrap .filter .filterElement {
  display: flex;
  flex-direction: column;
}
.container .wrap .filter .filterElement .header {
  font-size: 0.8rem;
}
.container .wrap .filter .filterElement .selectWrap {
  height: 50px;
  background: #ECEFF1;
  min-width: 100%;
  position: relative;
  padding-inline: 12px;
  border-radius: 3px;
}
@media (min-width: 600px) {
  .container .wrap .filter .filterElement .selectWrap {
    min-width: 250px;
  }
}
.container .wrap .filter .filterElement .selectWrap select {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  height: 100%;
  font-size: 0.95rem;
}


.tabs {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
}
.tabs .tab {
  padding: 0 20px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  text-decoration: none;
  color: #5D4037;
}
.tabs .tab:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #EFEBE9;
  z-index: -1;
  border-radius: 40px;
}
.tabs .tab:hover:after {
  background: #ded9d6;
}


.filter {
  background: #EFEBE9;
  padding-block: 0;
  padding-inline: 0;
  width: 300px;
}
.filter.sticky {
  position: sticky;
  top: 150px;
  height: -moz-fit-content;
  height: fit-content;
}
.filter .unfold {
  display: none;
}
.filter.folded {
  position: fixed !important;
  width: 70px;
  height: 70px;
  z-index: 999;
  border-radius: 50%;
  top: 150px !important;
  left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.filter.folded * {
  display: none;
}
.filter.folded .unfold {
  width: 70px;
  height: 70px;
  z-index: 9;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}
.filter.folded .unfold:after {
  content: "";
  position: absolute;
  inset: 0;
  transform: scale(1);
  animation: pulse 2s infinite;
  background: #eddaa4;
  box-shadow: 0px 10px 30px 0px #22364940;
  border-radius: 50%;
  z-index: -1;
}
.filter.folded .unfold svg {
  width: 30px;
  height: 30px;
  display: block !important;
}
.filter.folded .unfold svg * {
  display: block !important;
}
.filter h3 {
  padding: 20px 20px 10px;
}
.filter .form.col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.filter .form .inpLine {
  min-height: 50px;
  position: relative;
  width: 100%;
}
.filter .form .inpLine .inpImi.select {
  width: 100%;
  padding-inline: 15px;
  position: absolute;
  inset: 0;
}
.filter .form .inpLine .inpImi.select select {
  height: 100%;
  width: 100%;
  border: 0;
  font-family: var(--Poppins);
  font-size: 0.9rem;
  padding-inline: 0px;
  background: transparent;
  cursor: pointer;
  color: #6D4C41;
  font-weight: 400;
}
.filter .form .inpLine:not(:last-child):after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #D7CCC8;
  bottom: 0;
  border-radius: 3px;
  left: 0;
}


/*.blockHeader {
	margin-block: 0 15px !important;
	font-family: var(--Poppins);
	font-optical-sizing: auto;
}*/
.blockHeader {
  font-family: var(--Poppins);
  font-optical-sizing: auto;
  text-transform: capitalize;
  text-shadow: 1px 1px 1px #fff;
  text-align: left;
  margin-block: 0 10px;
  text-align: left !important;
}
.blockHeader h2 {
  font-size: 1.7rem;
  line-height: 1.7rem;
  margin-block: 0 30px;
}
.blockHeader h3 {
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-block: 0 15px;
}
.blockHeader .subHeader {
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 200;
  display: block;
}
.blockHeader .subHeader label {
  font-weight: 300;
  margin-right: 10px;
  text-transform: capitalize;
}
.blockHeader .subHeader.href.lower {
  text-transform: lowercase !important;
}
.blockHeader .subHeader.href a {
  color: #1976D2;
  text-decoration: none;
}
.blockHeader .subHeader.name {
  text-transform: capitalize !important;
}
@media (min-width: 768px) {
  .blockHeader {
    margin-block: 0 15px;
  }
}
@media (min-width: 1024px) {
  .blockHeader {
    margin-block: 0 20px;
  }
}


.grid {
  display: grid;
  row-gap: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  grid-template-columns: repeat(1, 1fr);
}
.grid.gap50 {
  row-gap: 50px;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.grid.block {
  margin-block: 50px 0 !important;
}
.grid.minTwo {
  grid-template-columns: repeat(2, 1fr);
}
.grid.minThree {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  row-gap: 5px;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.grid.maxTwo {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 600px) {
  .grid.maxTwo {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (min-width: 600px) {
  .grid.maxTwo.notEven {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .grid.maxTwo.notEven .big {
    grid-column: 1 / 3;
    grid-row: 1;
  }
}
.grid.wide300 {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.grid.wide350 {
  grid-template-columns: repeat(auto-fit, 1fr);
}
.grid.gap20 {
  row-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.grid .gridElem {
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid .gridElem.block {
  margin: 0 !important;
}
.grid .gridElem.block .block {
  margin-block: 20px 0 !important;
}
.grid .gridElem.block .blockHeader {
  margin: 10px 0 0 !important;
}
.grid .gridElem.xcard {
  padding: 20px;
  background: #F5F5F5;
}
@media (max-width: 767px) {
  .grid.countryGrid.off .gridElem:nth-child(n+7) {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .grid.countryGrid {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.countryGrid.off .gridElem:nth-child(n+7) {
    display: none !important;
  }
  .grid.countryGrid.full {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (min-width: 1000px) and (max-width: 1339px) {
  .grid.countryGrid {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid.countryGrid.off .gridElem:nth-child(n+9) {
    display: none !important;
  }
  .grid.countryGrid.full {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (min-width: 1340px) {
  .grid.countryGrid {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid.countryGrid.off .gridElem:nth-child(n+11) {
    display: none !important;
  }
  .grid.countryGrid.full {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
.grid.countryGrid .gridElem {
  border-radius: 20px;
  background: #EFEBE9;
  aspect-ratio: 1;
  text-decoration: none;
  container-type: inline-size;
}
.grid.countryGrid .gridElem.darkText .header {
  color: #000;
  text-shadow: 1px 1px 1px #fff;
}
.grid.countryGrid .gridElem.isFlex {
  display: flex;
}
.grid.countryGrid .gridElem.isImg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.grid.countryGrid .gridElem.hoverHeader .header {
  transition: color 0.5s ease;
}
.grid.countryGrid .gridElem.hoverHeader:hover .header {
  color: var(--colorGold);
}
.grid.countryGrid .gridElem .icon {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid.countryGrid .gridElem .icon svg {
  width: 40%;
  height: 40%;
}
.grid.countryGrid .gridElem .header {
  color: #fff;
  padding: 20px;
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 500;
  text-shadow: 1px 1px 1px #000;
  opacity: 0.8;
  text-transform: uppercase;
}
.grid.countryGrid .gridElem .header.toCenter {
  text-align: center;
  align-items: center;
}
.grid.countryGrid .gridElem .header.toBottom {
  align-items: flex-end;
}
@container (min-width: 200px) {
  .gridElem .header {
    font-size: 1.2rem !important;
    /* Default font-size when the width is at least 200px */
  }
}
@container (min-width: 300px) {
  .gridElem .header {
    font-size: 1.3rem !important;
  }
}
@container (min-width: 400px) {
  .gridElem .header {
    font-size: 1.5rem !important;
  }
}
.grid.offerGrid {
  grid-template-columns: repeat(1, 1fr);
  row-gap: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  /*@media (min-width: 600px) {
	  grid-template-columns: repeat(2, 1fr);
	}

	@media (min-width: 1200px) {
	  grid-template-columns: repeat(4, 1fr);
	}*/
}
@media (max-width: 600px) {
  .grid.offerGrid {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid.offerGrid.off .gridElem:nth-child(n+3) {
    display: none !important;
  }
}
@media (min-width: 601px) and (max-width: 900px) {
  .grid.offerGrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.offerGrid.off .gridElem:nth-child(n+5) {
    display: none !important;
  }
}
@media (min-width: 901px) {
  .grid.offerGrid {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.offerGrid.off .gridElem:nth-child(n+7) {
    display: none !important;
  }
}
.grid.newsGrig {
  grid-template-columns: repeat(1, 1fr);
}
@media (max-width: 767px) {
  .grid.newsGrig .gridElem:nth-child(n+3) {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .grid.newsGrig {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.newsGrig.off .gridElem:nth-child(n+5) {
    display: none !important;
  }
}
.grid.newsGrig .gridElem {
  background: #fbfafa;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.grid.newsGrig .gridElem h3 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.grid.newsGrig .gridElem .fromDate {
  font-size: 0.9rem;
  color: #78909C;
}
.grid.newsGrig .gridElem .text {
  flex: 1;
  display: flex;
}
.grid.logoGrid {
  grid-template-columns: repeat(2, 1fr);
  row-gap: 0px;
  -moz-column-gap: 0px;
       column-gap: 0px;
  /*@media (min-width: 600px) {
	  grid-template-columns: repeat(3, 1fr);
	}

	@media (min-width: 800px) {
	  grid-template-columns: repeat(4, 1fr);
	}

	@media (min-width: 1000px) {
	  grid-template-columns: repeat(5, 1fr);
	}*/
}
@media (max-width: 600px) {
  .grid.logoGrid.off .gridElem:nth-child(n+9) {
    display: none !important;
  }
}
@media (min-width: 601px) and (max-width: 999px) {
  .grid.logoGrid {
    grid-template-columns: repeat(3, 1fr);
    margin-block: 0px 0;
  }
  .grid.logoGrid.off .gridElem:nth-child(n+10) {
    display: none !important;
  }
}
@media (min-width: 1000px) and (max-width: 1339px) {
  .grid.logoGrid {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid.logoGrid.off .gridElem:nth-child(n+13) {
    display: none !important;
  }
}
@media (min-width: 1340px) {
  .grid.logoGrid {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid.logoGrid.off .gridElem:nth-child(n+16) {
    display: none !important;
  }
}
.grid.logoGrid .gridElem {
  --height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: var(--height);
  --fillColor: #5d4037;
}
.grid.logoGrid .gridElem svg {
  fill: var(--fillColor) !important;
  width: 120px;
  max-height: 100px;
  opacity: 0.85;
  -webkit-clip-path: unset !important;
          clip-path: unset !important;
  filter: none !important;
  -webkit-mask: none !important;
          mask: none !important;
}
.grid.logoGrid .gridElem svg * {
  fill: var(--fillColor) !important;
  opacity: 0.85;
  -webkit-clip-path: unset !important;
          clip-path: unset !important;
  filter: none !important;
  -webkit-mask: none !important;
          mask: none !important;
}
.grid.toursGrid {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  row-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  /*@media (min-width: 600px) and (max-width: 900px) {
			grid-template-columns: repeat(2, 1fr);

			&.off {
				.gridElem:nth-child(n+3) {
					display: none !important;
				}
			}
		}

		@media (min-width: 901px) and (max-width: 1100px) {
			grid-template-columns: repeat(3, 1fr);

			&.off {
				.gridElem:nth-child(n+5) {
					display: none !important;
				}
			}
		}

		@media (min-width: 1101px) {
			grid-template-columns: repeat(4, 1fr);

			&.folded {
				grid-template-columns: repeat(5, 1fr);
			}

			&.off {
				.gridElem:nth-child(n+8) {
					display: none !important;
				}
			}
		}*/
}
.grid.toursGrid .gridElem {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: unset;
}
.grid.toursGrid .gridElem .cardImg {
  border-radius: 0;
  overflow: hidden;
  min-height: 300px !important;
  max-height: unset !important;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1 !important;
}
.grid.toursGrid .gridElem .infoBlock {
  padding: 20px 0;
}
.grid.roomGrid {
  grid-template-columns: repeat(1, 1fr);
  row-gap: 15px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media (min-width: 600px) {
  .grid.roomGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid.roomGrid.off .card.dis {
  display: none !important;
}
.grid.roomGrid .gridElem {
  display: flex;
  justify-content: center;
  align-items: center;
  height: var(--height);
  min-height: 400px !important;
}
.grid.roomGrid .gridElem .cardImg {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  min-height: 300px !important;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: unset !important;
}
.grid.roomGrid .gridElem .infoBlock {
  padding: 20px 0;
}
.grid.contactsGrid {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  row-gap: 15px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.grid.contactsGrid .gridElem {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  background: #fafafa;
  border-radius: 10px;
}
.grid.contactsGrid .gridElem.isHead {
  grid-column: 1 !important;
  grid-row: 1 / 3 !important;
  background: #f6f5f4;
}
.grid.contactsGrid .gridElem .infoBlock h3 {
  font-size: 1.1rem;
  margin-block: 0 10px;
  font-weight: 400;
}
.grid.contactsGrid .gridElem .infoBlock address {
  font-weight: 300;
}
.grid.contactsGrid .gridElem .infoBlock address label {
  font-weight: 200;
  margin-inline: 0 10px;
}
.grid.contactsGrid .gridElem .infoBlock address label:after {
  content: ":";
}
.grid.contactsGrid .gridElem .infoBlock address a {
  text-decoration: none;
}
.grid.contactsGrid .gridElem .infoBlock address.phone a {
  color: #000;
}
.grid.contactsGrid .gridElem .infoBlock address.email a {
  color: #68c;
}


.xlist ul {
  list-style: none;
  padding-inline: 15px;
}
.xlist ul li {
  position: relative;
}
.xlist ul li:not(.listSpacer):before {
  content: "";
  position: absolute;
  height: 5px;
  width: 5px;
  background: #000;
  top: 9px;
  left: -14px;
  border-radius: 50%;
  opacity: 0.9;
}
.xlist ul li.listSpacer {
  height: 1px;
  background: #eee;
  margin-block: 30px;
}
.xlist ul li a {
  text-decoration: none;
  color: #1976d2;
}
.xlist ul li a:hover {
  text-decoration: underline !important;
}
.xlist ul.blockList {
  list-style-position: inside;
  margin-block: 60px 0;
  padding-inline: 15px;
}
.xlist.redBuls li:not(.listSpacer):before {
  background: var(--colorLightRed);
}
.spoList {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.spoList li {
  padding: 20px;
  border-bottom: 1px solid #ccc;
  display: inline-flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-direction: column;
}
.spoList li .header {
  font-weight: 400;
}
.spoList li .descr {
  display: grid;
  grid-template-columns: repeat(auto-fill, 300px);
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.spoList li .bottomBar {
  margin-block: 20px 0;
}
.spoList .line {
  margin-block: 10px 0;
  line-height: 1;
}
.spoList .line .label {
  font-weight: 300;
  margin-right: 10px;
  display: inline-block;
}
.spoList .line .label.min90 {
  min-width: 90px;
}
.spoList .line .label:after {
  content: ":";
}
.spoList .line .value {
  font-weight: 200;
  display: inline-block;
}
.spoList .line .value p {
  margin: 0;
  padding: 0;
}


.expandText .read-more {
  margin-inline: 10px 0;
  border-bottom: 1px dashed;
  color: var(--colorLightRed);
  cursor: pointer;
  font-size: 1rem;
}
.expandText p {
  display: none;
}
.expandText p:first-child {
  margin-block: 0 20px !important;
}
.expandText.twoColumnText,
.expandText.plainText {
  /*p:nth-child(2)::after{
	  content: 'show more';
	  margin-inline: 10px 0;
	  border-bottom: 1px dashed;
	  color: var(--colorLightRed);
	  cursor: pointer;
	  font-size: 1rem;
	}*/
}
.expandText.twoColumnText p:nth-child(-n+2),
.expandText.plainText p:nth-child(-n+2) {
  display: block;
}
.expandText.twoColumnText p:nth-child(-n+2):nth-child(2),
.expandText.plainText p:nth-child(-n+2):nth-child(2) {
  margin-bottom: 0;
}
.expandText.threeColumnText {
  /*p:nth-child(3):after{
	  content: 'show less';
	  margin-inline: 10px 0;
	  border-bottom: 1px dashed;
	  color: var(--colorLightRed);
	  cursor: pointer;
	  font-size: 1rem;
	}*/
}
.expandText.threeColumnText p:nth-child(-n+3) {
  display: block;
}
.expandText.on p {
  display: block;
}
.expandText.on.twoColumnText p:nth-child(2):after,
.expandText.on.plainText p:nth-child(2):after {
  display: none;
}
.expandText.on.threeColumnText p:nth-child(3):after {
  display: none;
}
.expandText.on p {
  margin-block: 20px !important;
}
.expandText.on p:first-child {
  margin-block: 0 20px !important;
}
.expandText.on p:last-child {
  margin-bottom: 0 !important;
  /*&:after {
		content: 'show less';
		margin-inline: 10px 0;
		border-bottom: 1px dashed;
		color: var(--colorLightRed);
		cursor: pointer;
		font-size: 1rem;
	  }*/
}


.sliderGallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.sliderGallery.fullSize {
  width: 100%;
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.sliderGallery picture {
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 1;
  position: absolute;
  inset: 0;
}
.sliderGallery picture.active {
  opacity: 1;
  z-index: 2;
}
.sliderGallery picture img {
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.sliderGallery .nav {
  position: absolute;
  background: transparent;
  z-index: 999;
  height: 50px;
  right: 10px;
  bottom: 10px;
  display: flex;
  flex-direction: row;
  row-gap: 10px;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.sliderGallery .nav .prev,
.sliderGallery .nav .next {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sliderGallery .nav .prev svg,
.sliderGallery .nav .next svg {
  width: 20px;
  height: 20px;
  color: #000;
  stroke-width: 2;
}
.sliderGallery .nav .prev:after,
.sliderGallery .nav .next:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: 0;
  background: #fff;
  opacity: 0.7;
  z-index: -1;
}
.sliderGallery .navWrap {
  display: flex;
  max-width: 1380px;
  padding-inline: 20px;
  position: absolute;
  margin: 0 auto;
  width: 100%;
  justify-content: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
  z-index: 101;
}
.sliderGallery .navWrap.bottom {
  bottom: 30px;
}
.sliderGallery .navWrap.left {
  justify-content: flex-start;
}
.sliderGallery .navWrap:has(.row) {
  align-items: flex-end;
}
.sliderGallery .navWrap .sliderDots {
  display: flex;
  z-index: 99;
  max-width: 200px;
  flex-wrap: wrap;
  row-gap: 5px;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.sliderGallery .navWrap .sliderDots.row {
  flex-direction: column;
}
.sliderGallery .navWrap .sliderDots.col {
  flex-direction: row;
}
.sliderGallery .navWrap .sliderDots .dot {
  width: 5px;
  aspect-ratio: 1;
  position: relative;
  cursor: pointer;
}
.sliderGallery .navWrap .sliderDots .dot.big {
  width: 7px;
}
.sliderGallery .navWrap .sliderDots .dot:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #fff;
  opacity: 0.7;
  transition: background 0.5s ease-in-out, scale 0.5s ease-in-out;
}
.sliderGallery .navWrap .sliderDots .dot.active {
  transform: scale(1.4);
}
.sliderGallery .navWrap .sliderDots .dot.active:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #fb0;
  opacity: 0.7;
  animation: pulse 2s infinite;
}
.sliderGallery .navWrap .mapView {
  margin-left: -10px;
  display: none;
  z-index: 99;
}
@media (max-width: 1023px) {
  .sliderGallery .navWrap .mapView {
    display: flex;
  }
}


.coreSearcher {
  margin: -155px 0px 0px 0px;
  z-index: 9;
  display: flex;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  min-height: 155px;
}
@media (min-width: 768px) {
  .coreSearcher {
    background: transparent;
    box-shadow: unset;
    margin: -200px 20px 50px 20px;
  }
  .coreSearcher .container {
    padding-inline: 20px !important;
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.coreSearcher .container {
  padding: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 1000px;
  position: relative;
  z-index: 1;
}
.coreSearcher .container:after {
  position: absolute;
  content: "";
  background: #fff;
  opacity: 0.1;
  z-index: -1;
  inset: 0;
  border-radius: 0px;
}
.coreSearcher .container .wrap {
  position: relative;
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex: 1;
  flex-direction: column;
  z-index: 1;
  /*&:after {
		position: absolute;
		content: "";
		background: #fff;
		opacity: 0.3;
		z-index: -1;
		inset: 0;
		border-radius: 10px;
	  }*/
}
.coreSearcher .container .wrap .searchArea {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100px;
  /*@media (min-width: 600px) {
		  min-height: 150px;
		  padding: 20px;
		}*/
}
.coreSearcher .container .wrap .searchArea .header {
  font-size: 1.2rem;
  font-family: Poppins;
  margin-block: 0 4px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}
.coreSearcher .container .wrap .searchArea .body {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  /*@media (min-width: 600px) {
			  padding-inline: 20px 20px;
			}*/
}
.coreSearcher .container .wrap .searchArea .body .inputImi {
  display: flex;
  height: 60px;
  flex-direction: row;
  align-items: center;
  position: relative;
  background: transparent;
  justify-content: space-between;
  width: 100%;
  border-radius: 40px;
  border: 3px solid #D7CCC8;
}
.coreSearcher .container .wrap .searchArea .body .inputImi input[type="text"] {
  position: absolute;
  width: -webkit-fill-available;
  height: 100%;
  border: 0;
  background: transparent;
  outline: none;
  padding: 0 50px;
  font-family: var(--Poppins);
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.coreSearcher .container .wrap .searchArea .body .inputImi .icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.coreSearcher .container .wrap .searchArea .body .inputImi .icon svg {
  width: 20px;
  height: 20px;
  color: #fff;
}
.coreSearcher .container .wrap .searchArea .body .inputImi .icon.killSearch {
  display: none;
  cursor: pointer;
}
.coreSearcher .container .wrap .searchArea .body .inputImi .icon.killSearch.on {
  display: flex;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}
.coreSearcher .container .wrap .searchArea .body .inputImi .icon.killSearch svg {
  transform: rotate(45deg);
  color: #fff;
}
.coreSearcher .container .wrap .searchArea .body label {
  font-size: 0.7rem;
  color: #fff;
  font-weight: 200;
  position: relative;
  margin-block: 5px 0;
}
.coreSearcher .container .wrap .searchArea .body label b {
  font-weight: 300;
}
@media (min-width: 600px) {
  .coreSearcher .container .wrap .searchArea .body label {
    position: relative;
    bottom: unset;
  }
}
.coreSearcher .container .wrap .results {
  position: absolute;
  background: #EFEBE9;
  width: calc(100% + 40px);
  top: 135px;
  max-height: 500px;
  overflow: auto;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  left: -20px;
  /*@media (min-width: 600px) {
		  top: 150px;
		  padding-inline: 20px;
		}*/
}
.coreSearcher .container .wrap .results .cityOuts {
  display: flex;
  flex-wrap: wrap;
  margin-block: 0 20px;
}
.coreSearcher .container .wrap .results a {
  text-decoration: none;
  color: #795548;
  background: transpaent;
}
.coreSearcher .container .wrap .results a .locLine {
  display: flex;
  flex-direction: column;
  background: transparent;
  padding-block: 10px;
  padding-inline: 20px;
  transition: background 0.5s ease;
}
.coreSearcher .container .wrap .results a .locLine .header {
  font-size: 1.1rem;
  font-weight: 400;
  margin-block: 2px 5px;
}
.coreSearcher .container .wrap .results a .locLine .address {
  font-size: 0.8rem;
}
.coreSearcher .container .wrap .results a:hover .locLine {
  background: #d7ccc84d;
}
.coreSearcher.on.mobile {
  /*height: 100vh;
	  position: fixed;
	  width: 100%;
	  inset: 0;
	  z-index: 9999;
	  top: 0;

	  .container {

		.wrap {
		  display: flex;
		  flex-direction: column;*/
}
.coreSearcher.on.mobile .results {
  padding: 30px 10px 10px;
}
.coreSearcher.on .results {
  padding: 40px 10px 10px;
  min-height: 100px;
}


footer {
  background: #EFEBE9;
  font-family: var(--font1);
  letter-spacing: 0.4px;
  color: #000;
}
footer .container {
  padding-block: 50px;
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  footer .container {
    padding-block: 60px;
  }
}
@media (min-width: 1024px) {
  footer .container {
    padding-block: 70px;
  }
}
footer .container .legalIntro {
  margin-block: 0 3rem;
}
footer .container .legalIntro p {
  font-size: 0.7rem;
  color: #fff;
  padding-block: 1rem 0;
  line-height: 0.9rem;
  font-weight: 100;
  letter-spacing: 0.5px;
}
footer .container .legalIntro p:first-child {
  padding-block: 0 0;
}
footer .container nav {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  margin-block: 0 50px;
  font-family: var(--Poppins);
  /*@media (min-width: 1000px) {
		margin-block: 0 5;
	  }*/
}
footer .container nav ul {
  list-style: none;
}
footer .container nav ul.footerNavMenuWrap {
  display: flex;
  flex: 1;
  list-style: none;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  flex-direction: column;
  row-gap: 2rem;
}
@media (min-width: 1000px) {
  footer .container nav ul.footerNavMenuWrap {
    flex-direction: row;
  }
}
footer .container nav ul.footerNavMenuWrap li.menuColumn {
  flex: 1;
}
footer .container nav ul.footerNavMenuWrap li.menuColumn .menuBlock {
  margin-block: 0 2rem;
}
footer .container nav ul.footerNavMenuWrap li.menuColumn .menuBlock:last-child {
  margin: 0;
}
footer .container nav ul.footerNavMenuWrap li.menuColumn .menuBlock.headOffice {
  --fontColor: #6D4C41;
  color: var(--fontColor);
}
footer .container nav ul.footerNavMenuWrap li.menuColumn .menuBlock.headOffice address {
  display: flex;
  flex-direction: column;
}
footer .container nav ul.footerNavMenuWrap li.menuColumn .menuBlock.headOffice .data {
  font-size: 1rem;
  letter-spacing: 0.4px;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
footer .container nav ul.footerNavMenuWrap li.menuColumn .menuBlock.headOffice .data label {
  font-size: 0.7rem;
  font-weight: 100;
}
footer .container nav ul.footerNavMenuWrap li.menuColumn .menuBlock.headOffice .data .contacts {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
footer .container nav ul.footerNavMenuWrap li.menuColumn .menuBlock.headOffice .data .contacts span {
  display: flex;
  flex-direction: column;
  flex: 1;
  row-gap: 5px;
}
footer .container nav ul.footerNavMenuWrap li.menuColumn .menuBlock.headOffice .data a {
  color: var(--fontColor);
  text-decoration: none;
}
footer .container nav ul.footerNavMenuWrap li.menuColumn .menuBlock.headOffice .links {
  display: flex;
  padding-block: 2rem 0;
}
footer .container nav ul.footerNavMenuWrap li.menuColumn .menuBlock h3 {
  font-weight: 500;
  font-size: 1rem !important;
  text-transform: uppercase;
  margin-block: 0 0.3rem;
}
@media (min-width: 1000px) {
  footer .container nav ul.footerNavMenuWrap li.menuColumn .menuBlock h3 {
    margin-block: 0 0.7rem;
  }
}
footer .container nav ul.footerNavMenuWrap li.menuColumn .menuBlock ul {
  list-style: none;
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  flex-wrap: wrap;
}
@media (min-width: 1000px) {
  footer .container nav ul.footerNavMenuWrap li.menuColumn .menuBlock ul.cntrList {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1000px) {
  footer .container nav ul.footerNavMenuWrap li.menuColumn .menuBlock ul {
    flex-direction: column;
    padding-inline: 15px 0;
  }
}
footer .container nav ul.footerNavMenuWrap li.menuColumn .menuBlock ul li {
  position: relative;
}
@media (min-width: 1000px) {
  footer .container nav ul.footerNavMenuWrap li.menuColumn .menuBlock ul li:after {
    right: unset;
    left: -13px;
    top: 14.5px;
    height: 5px;
    width: 5px;
  }
}
footer .container nav ul.footerNavMenuWrap li.menuColumn .menuBlock ul li:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 4px;
  background: var(--colorLightRed);
  top: 11px;
  right: -14px;
  border-radius: 50%;
  opacity: 0.9;
}
@media (max-width: 999px) {
  footer .container nav ul.footerNavMenuWrap li.menuColumn .menuBlock ul li:last-child:after {
    display: none;
  }
}
footer .container nav ul.footerNavMenuWrap li.menuColumn .menuBlock ul li a {
  color: #3e3e45;
  opacity: 0.9;
  font-weight: 300;
  font-size: 1rem;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 0.4px;
  line-height: 1.5rem;
}
footer .container nav ul.footerNavMenuWrap li.menuColumn .menuBlock ul li a:hover {
  border-bottom: 1px dotted #6e6e73;
}
footer .container nav .column {
  display: flex;
  flex-direction: column;
}
footer .container nav .column h3 {
  font-size: 1rem;
  color: #6e6e73;
}
footer .container nav .column ul {
  display: flex;
  flex-direction: row;
  max-width: 1010px;
  margin: 0 auto;
  padding: 20px 0 0;
}
footer .container nav .column ul li.menuBlock {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 10px;
  background: #efefef;
}
footer .container nav .column ul li.menuBlock ul li a {
  color: #6e6e73;
  font-size: 1rem;
  text-decoration: none;
}
footer .container .copyright {
  color: #000;
  font-size: 1rem;
  font-weight: 300;
}
footer .container .copyright span p {
  padding: 0;
  margin: 0;
  display: contents;
  font-size: 1rem;
}
@media (max-width: 450px) {
  footer .container .copyright {
    flex-direction: column;
    display: flex;
    align-items: center;
  }
}
footer .container .socials {
  background: transparent;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 30px;
       column-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-block: 0 50px;
  /*@media (min-width: 1000px) {
		margin-block: 0 5rem;
	  }*/
}
@media (max-width: 650px) {
  footer .container .socials {
    flex-direction: column-reverse;
    display: flex;
    row-gap: 20px;
  }
}
footer .container .socials .icons {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
footer .container .socials .icons .socIcon {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
footer .container .socials .icons .socIcon:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.3;
  z-index: -1;
  border-radius: 50%;
}
footer .container .socials .icons .socIcon svg {
  --fillColor: #8d6e63;
  width: 50px;
  height: 50px;
  opacity: 0.8;
  fill: var(--fillColor);
}
footer .container .socials .icons .socIcon svg * {
  opacity: 0.8;
  fill: var(--fillColor);
}

