html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 1 0;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Light.woff2") format("woff2"), url("../fonts/Lato/Lato-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato/Lato-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Medium.woff2") format("woff2"), url("../fonts/Lato/Lato-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
#map {
  width: 100%;
  height: 100%;
  min-height: 504px;
  max-height: 504px;
  overflow: hidden;
  background: #D7D8DD;
  box-sizing: border-box;
  border-radius: 2px;
}
@media screen and (max-width: 639px) {
  #map {
    min-height: 304px;
    height: 304px;
  }
}
#map * {
  touch-action: auto;
}

.head {
  position: absolute;
  z-index: 1000;
  top: 0;
  width: 100%;
  left: 0;
  color: #FFFFFF;
}
.head-inner {
  padding: 32px 0;
  background-color: #202126;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 959px) {
  .head-inner {
    padding: 12px 0;
    background-color: transparent;
  }
}
.head-inner.head-sticky {
  padding: 12px 0;
  background-color: #202126;
}
.head-inner.head-sticky .head-logo img, .head-inner.head-sticky .head-logo svg {
  width: 90px;
}
@media screen and (max-width: 959px) {
  .head-inner.head-sticky .head-logo img, .head-inner.head-sticky .head-logo svg {
    width: 51px;
  }
}
@media screen and (max-width: 959px) {
  .head-logo img, .head-logo svg {
    width: 90px;
  }
}
@media screen and (max-width: 959px) {
  .head-phone-icon img, .head-phone-icon svg {
    width: 24px;
  }
}
.head-menu li:not(:last-child) {
  margin-right: 16px;
}
@media screen and (max-width: 1199px) {
  .head-menu li:not(:last-child) {
    margin-right: 12px;
  }
}
.head-menu a {
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
}
.head-social {
  margin-bottom: 3px;
}
.head-social:not(:last-child) {
  margin-right: 8px;
}
.head ul:not(.head-dropdown) {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.head a, .head button {
  color: #FFFFFF;
  transition: opacity 0.3s ease;
}
.head a:hover, .head button:hover {
  opacity: 0.7;
}
.head-phone {
  font-weight: 500;
  font-size: 16px;
}
.head-dropdown-btn {
  padding-right: 18px;
  position: relative;
}
.head-dropdown-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 10px;
  height: 5px;
  background-image: url("../img/icons/arrow-dropdown.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
.head-dropdown-btn[aria-expanded=true]::after {
  transform: rotateX(-180deg) translateY(50%);
}
.head-dropdown {
  margin: 0;
  list-style: none;
  padding: 8px 16px;
  max-width: 112px;
  min-width: unset;
  background-color: #1B1B1F;
  flex-direction: column;
  align-items: start;
}
.head-dropdown li {
  width: 100%;
  margin-right: 0 !important;
  padding: 8px 0;
}
.head-dropdown a {
  display: inline-block;
  width: 100%;
}

.margin-xxlarge-top {
  margin-top: 40px;
}

.pt-56-40 {
  padding-top: 56px;
}
@media screen and (max-width: 959px) {
  .pt-56-40 {
    padding-top: 40px;
  }
}

.uk-input {
  transition: all 0.3s ease;
}
.uk-input:hover {
  color: #A88843;
  background-color: transparent;
  border-color: #776A50;
}
.uk-input:hover::-moz-placeholder {
  color: #A88843;
}
.uk-input:hover:-ms-input-placeholder {
  color: #A88843;
}
.uk-input:hover::placeholder {
  color: #A88843;
}
.uk-input:active, .uk-input:focus {
  color: #A88843;
  background-color: transparent;
  border-color: #A88843;
}
.uk-input::-moz-placeholder {
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #776A50;
}
.uk-input:-ms-input-placeholder {
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #776A50;
}
.uk-input::placeholder {
  transition: color 0.3s ease;
  color: #776A50;
}

.hero-section {
  position: relative;
}
.hero-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.hero-section-arrow {
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  transition: all 0.3s ease;
}
@media screen and (max-width: 959px) {
  .hero-section-arrow {
    transform: scale(0.8) translateX(-50%);
  }
}
.hero-section-arrow:hover {
  bottom: 42px;
  opacity: 0.8;
}
.hero-section-body {
  min-height: 80vh;
  padding: 100px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #FFFFFF;
}
@media screen and (max-width: 959px) {
  .hero-section-body {
    min-height: 480px;
  }
}
.hero-section-body h1 {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #A88843;
  line-height: 1.3;
}
@media screen and (max-width: 639px) {
  .hero-section-body h1 {
    font-size: 24px;
  }
}
.hero-section-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-section-desc {
  font-size: 24px;
  margin-top: 32px;
}
@media screen and (max-width: 959px) {
  .hero-section-desc {
    font-size: 14px;
    margin-top: 0;
  }
}
.hero-section.secondary .hero-section-body {
  min-height: 90vh;
}
@media screen and (max-width: 959px) {
  .hero-section.secondary .hero-section-body {
    align-items: stretch;
  }
}
.hero-section.secondary h1 {
  margin-bottom: 51px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .hero-section.secondary h1 {
    margin-bottom: 32px;
  }
}
.hero-section.secondary h1::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  width: 180px;
  height: 1px;
  background-color: #463F31;
}

.hero-section-subtitle {
  max-width: 567px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 51px;
}
@media screen and (max-width: 959px) {
  .hero-section-subtitle {
    margin-bottom: 40px;
    font-size: 12px;
  }
}
@media screen and (max-width: 639px) {
  .hero-section-subtitle {
    max-width: 245px;
  }
}

.activities-advantage {
  border-left: 1px solid #A88843;
  padding-left: 12px;
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.activities-section {
  color: #FFFFFF;
}
.activities-section .uk-h1 {
  font-size: 48px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 56px;
  color: #FFFFFF;
}
@media screen and (max-width: 959px) {
  .activities-section .uk-h1 {
    margin-bottom: 40px;
    font-size: 32px;
  }
}

.options {
  padding: 40px 40px 48px;
  background-color: #1B1B1F;
}
@media screen and (max-width: 1199px) {
  .options {
    padding: 32px 24px 48px;
  }
}
@media screen and (max-width: 959px) {
  .options {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 639px) {
  .options {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.options-head {
  margin-bottom: 40px;
}

@media screen and (min-width: 959px) {
  .options-body {
    max-width: 453px;
  }
}

.options-title {
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media screen and (max-width: 1199px) {
  .options-title {
    font-size: 20px;
  }
}

.options-area {
  border: 1px solid #463F31;
  padding: 0 16px;
  height: 37px;
  font-weight: 300;
  font-size: 14px;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.options-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.options-item-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #A88843;
  margin-bottom: 16px;
}

.options-item-value {
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  color: #FFFFFF;
  margin-top: 16px;
}

.modal-close {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
}

.modal-close svg {
  color: #ffffff;
  fill: #ffffff;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 959px) {
  .modal-close svg {
    min-width: 16px;
    height: 16px;
  }
}
.modal-close svg:hover {
  opacity: 0.7;
}

.modal-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.1;
}
@media screen and (max-width: 959px) {
  .modal-title {
    font-size: 24px;
  }
}

.modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.leaves-decor {
  overflow: hidden;
}
.leaves-decor .uk-container {
  position: relative;
}

.leaves-decor-item {
  position: absolute;
  right: -171px;
  bottom: -600px;
}
@media screen and (max-width: 959px) {
  .leaves-decor-item {
    right: -47px;
    bottom: -202px;
  }
}

.activities-events {
  padding-top: 56px;
  margin-top: 56px;
  border-top: 1px solid #463F31;
  position: relative;
  z-index: 1;
}

.order-form {
  max-width: 486px;
}
@media screen and (max-width: 959px) {
  .order-form {
    max-width: 100%;
  }
}
.order-form button[type=submit] {
  height: 48px;
}

.order-form-agree {
  font-size: 11px;
  line-height: 150%;
  color: #776A50;
}

.booking-section {
  background: #434343;
  color: #FFFFFF;
  min-height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .booking-section {
    min-height: 64px;
  }
}

.advantages-section {
  background-image: url("../img/photos/advantages-section.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.advantages-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(270deg, rgba(27, 27, 31, 0.9) 50%, rgba(27, 27, 31, 0.16) 91.25%);
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .advantages-section::before {
    background: linear-gradient(270deg, rgba(27, 27, 31, 0) 15.94%, rgba(27, 27, 31, 0.693) 80.62%);
  }
}
.advantages-section-divider {
  width: 100%;
  height: 1px;
  background: #463F31;
  margin: 32px 0;
}
@media screen and (max-width: 959px) {
  .advantages-section-divider {
    background: transparent;
    margin-bottom: 0;
  }
}
.advantages-section-inner {
  padding: 120px 0;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .advantages-section-inner {
    padding: 48px 0;
    justify-content: flex-start;
  }
}

.advantage-item-title {
  font-weight: 500;
  font-size: 20px;
  color: #A88843;
  line-height: 1.2;
}
.advantage-item-value {
  font-weight: 500;
  font-size: 64px;
  line-height: 1.1;
  color: #A88843;
}
.advantage-item-desc {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: #FFFFFF;
  max-width: 282px;
  margin-top: 16px;
}

.spacing-left {
  display: block;
  padding-left: 108px;
}
@media screen and (max-width: 1199px) {
  .spacing-left {
    padding-left: 56px;
  }
}
@media screen and (max-width: 959px) {
  .spacing-left {
    padding-left: 24px;
  }
}

.spacing-left\@m {
  display: block;
  padding-left: 108px;
}
@media screen and (max-width: 1199px) {
  .spacing-left\@m {
    padding-left: 56px;
  }
}
@media screen and (max-width: 959px) {
  .spacing-left\@m {
    padding-left: 0;
  }
}

@media screen and (max-width: 959px) {
  .spacing-left-m {
    padding-left: 24px;
  }
}

@media screen and (max-width: 959px) {
  .spacing-left-m\@m {
    display: block;
    padding-left: 24px;
  }
}

.section-subheading {
  font-weight: 300;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0.08em;
  color: #A88843;
  position: relative;
  display: inline-block;
  margin-bottom: 32px;
}
@media screen and (max-width: 959px) {
  .section-subheading {
    margin-bottom: 24px;
    font-size: 16px;
  }
}
.section-subheading::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  right: -20%;
  height: 1px;
  background: #463F31;
}
@media screen and (max-width: 959px) {
  .section-subheading::before {
    bottom: -8px;
  }
}

.section-subheading.nopseudo {
  margin-bottom: 16px;
}

.restaurant-section {
  position: relative;
  overflow: hidden;
}
.restaurant-section::before {
  content: "";
  position: absolute;
  bottom: 245px;
  left: 0;
  right: 0;
  width: 100%;
  height: 460px;
  z-index: -1;
  background: #1B1B1F;
}

.business-section {
  background: url("../img/photos/business-section.jpg") no-repeat center/cover;
}
.business-section-body {
  font-weight: 300;
  font-size: 28px;
  line-height: 1.8;
  color: #FFFFFF;
}
@media screen and (max-width: 959px) {
  .business-section-body {
    font-size: 20px;
  }
}
.business-section-body .color-primary {
  color: #A88843;
}

.numbers-slider {
  overflow: visible;
}
.numbers-slider .swiper-slide:first-child .number-card {
  border-top: 1px solid #463F31;
}
.numbers-slider .swiper-slide:nth-child(even) .number-card .iseven > div:first-child {
  order: 99;
}
@media screen and (max-width: 959px) {
  .numbers-slider .swiper-slide:nth-child(even) .number-card .iseven > div:first-child {
    order: unset;
  }
}
.numbers-slider .swiper-wrapper {
  display: block;
}
@media screen and (max-width: 959px) {
  .numbers-slider .swiper-wrapper {
    display: flex;
  }
}
.numbers-slider .swiper-wrapper .swiper-slide {
  height: unset;
}
.numbers-slider-controls {
  display: none;
}
@media screen and (max-width: 959px) {
  .numbers-slider-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.numbers-slider-controls .slider-arrows a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 31px;
  border: 1px solid #A88843;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.numbers-slider-controls .slider-arrows a svg {
  fill: #A88843;
  transition: all 0.3s ease;
}
@media screen and (max-width: 959px) {
  .numbers-slider-controls .slider-arrows a svg {
    width: 16px;
    height: 16px;
  }
}
.numbers-slider-controls .slider-arrows a:hover {
  border-color: #776A50;
}
.numbers-slider-controls .slider-arrows a:hover svg {
  fill: #776A50;
}
.numbers-slider-controls .slider-arrows a:active {
  transform: scale(0.9);
}
.numbers-slider-controls .slider-arrows .swiper-button-next {
  margin-left: 16px;
}
.numbers-slider-controls .slider-arrows .swiper-button-next svg {
  transform: rotateY(180deg);
}
.numbers-slider-controls .slider-arrows .swiper-button-disabled {
  border-color: #84858A;
}
.numbers-slider-controls .slider-arrows .swiper-button-disabled svg {
  fill: #84858A;
}

.number-card {
  border-bottom: 1px solid #463F31;
  padding: 64px 0 40px;
}
@media screen and (max-width: 959px) {
  .number-card {
    padding: 40px 0;
  }
}
.number-card-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.number-card-desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
  margin-bottom: 32px;
}
@media screen and (max-width: 959px) {
  .number-card-desc {
    margin-bottom: 16px;
  }
}
.number-card-chars {
  margin-top: 0;
  margin-bottom: 40px;
  padding: 0;
  list-style: none;
}
.number-card-chars li {
  padding-left: 16px;
  position: relative;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 18px;
}
.number-card-chars li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #A88843;
}
.number-card-pice-title {
  font-weight: 300;
  margin-bottom: 8px;
  line-height: 1.2;
}
.number-card-price {
  font-weight: 500;
  font-size: 64px;
  line-height: 1.1;
  color: #A88843;
}
@media screen and (max-width: 959px) {
  .number-card-price {
    font-size: 48px;
  }
}
.number-card-slider {
  overflow: hidden;
  border-radius: 2px;
}
.number-card-advantages {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .number-card-advantages {
    margin-bottom: 16px;
    justify-content: unset;
    gap: 36px;
  }
}
@media screen and (max-width: 959px) {
  .number-card-advantages {
    margin-bottom: 40px;
    gap: 24px;
  }
}
.number-card-advantages div > div {
  margin-left: 12px;
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (max-width: 639px) {
  .number-card-advantages div > div {
    font-size: 10px;
  }
}

.number-card-tariff {
  font-weight: 500;
  font-size: 32px;
  line-height: 110%;
  text-transform: uppercase;
  color: #A88843;
}
.number-card-tariff span {
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
}

.number-card-subtitle {
  font-weight: 300;
  font-size: 14px;
  line-height: 110%;
  margin-bottom: 8px;
}

.number-card-phone {
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  color: #A88843;
}

.number-card-large .number-card-title {
  font-size: 40px;
}
@media screen and (max-width: 959px) {
  .number-card-large .number-card-title {
    font-size: 20px;
  }
}
.number-card-large .number-card-desc {
  font-weight: 300;
  font-size: 14px;
}

.number-card-pricing {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #463F31;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .number-card-pricing {
    padding-top: 32px;
    margin-top: 32px;
    padding-bottom: 0;
  }
}
.number-card-pricing h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.number-card-pricing.secondary {
  border-bottom: 1px solid #463F31;
}

.numbers-list .number-card:first-child {
  border-top: 1px solid #463F31;
}
.numbers-list .number-card:nth-child(even) > div > div:first-child {
  order: 99;
}
@media screen and (max-width: 959px) {
  .numbers-list .number-card:nth-child(even) > div > div:first-child {
    order: unset;
  }
}
.numbers-list .number-card:nth-child(even) > div .desc-content {
  margin-left: unset!important;
}
.numbers-list .number-card img {
  transition: transform 0.3s ease;
}
.numbers-list .number-card li {
  overflow: hidden;
}
.numbers-list .number-card li:hover img {
  transform: scale(1.1);
}

.numbers-list.reverse .number-card:nth-child(odd) .isodd > div:first-child {
  order: 99;
}
@media screen and (max-width: 959px) {
  .numbers-list.reverse .number-card:nth-child(odd) .isodd > div:first-child {
    order: unset;
  }
}

.items-list {
  margin-top: 0;
  margin-bottom: 40px;
  padding: 0;
  list-style: none;
}
.items-list li {
  padding-left: 16px;
  position: relative;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
}

.items-list li:not(:first-child) {
  margin-top: 32px;
}

@media screen and (max-width: 959px) {
  .items-list li {
    margin-bottom: 18px;
  }
}
.items-list li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #A88843;
}

.slider-controls {
  position: absolute;
  bottom: 24px;
  right: 32px;
  left: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .slider-controls {
    justify-content: center;
    position: unset;
    bottom: unset;
    right: unset;
    left: unset;
  }
}
.slider-controls.secondary {
  position: relative;
  bottom: 0;
  right: 0;
  left: 0;
}

.slider-arrows {
  display: flex;
  align-items: center;
}
.slider-arrows.secondary .slider-arrows-prev,
.slider-arrows.secondary .slider-arrows-next {
  border-color: #A88843;
}
@media screen and (max-width: 959px) {
  .slider-arrows.secondary .slider-arrows-prev,
.slider-arrows.secondary .slider-arrows-next {
    border-color: #FFFFFF;
    transform: unset;
    top: calc(50% - 64px);
  }
}
.slider-arrows.secondary svg {
  fill: #A88843;
  color: #A88843;
}
@media screen and (max-width: 959px) {
  .slider-arrows.secondary svg {
    fill: #FFFFFF;
    color: #FFFFFF;
  }
}

.slider-arrows-prev,
.slider-arrows-next {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity 0.3s ease;
  z-index: 999;
}
.slider-arrows-prev:hover,
.slider-arrows-next:hover {
  opacity: 0.7;
}
.slider-arrows-prev:active,
.slider-arrows-next:active {
  opacity: 1;
}

@media screen and (max-width: 959px) {
  .slider-arrows-prev {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.slider-arrows-next {
  margin-left: 24px;
}
@media screen and (max-width: 959px) {
  .slider-arrows-next {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0;
  }
}
.slider-arrows-next svg {
  transform: rotate(-180deg);
}

.slider-arrows svg {
  fill: #FFFFFF;
  color: #FFFFFF;
}

.complex-items {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.complex-item {
  border-bottom: 1px solid #463F31;
  color: #FFFFFF;
  box-sizing: border-box;
  cursor: default;
}
@media screen and (max-width: 959px) {
  .complex-item {
    display: flex;
    flex-direction: column;
  }
  .complex-item:not(:last-child) {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1199px) {
  .complex-item:hover {
    color: #A88843;
  }
}
.complex-item:hover > .complex-item-img {
  opacity: 1;
}
.complex-item:hover > .complex-item-price {
  opacity: 1;
  transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
  .complex-item:hover > .complex-item-price {
    transform: unset;
  }
}
.complex-item:hover > * > .complex-item-title {
  transform: translateY(-12px);
  opacity: 0;
}
@media screen and (max-width: 1199px) {
  .complex-item:hover > * > .complex-item-title {
    transform: unset;
    opacity: 1;
  }
}
.complex-item:hover > * > .complex-item-desc {
  opacity: 1;
  transform: translateY(0);
}
.complex-item-inner {
  padding: 24px 0;
  position: relative;
}
.complex-item-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1;
  text-transform: uppercase;
  color: inherit;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .complex-item-title {
    font-size: 20px;
    transform: unset;
    margin-bottom: 8px;
    color: #A88843;
  }
}
.complex-item-desc {
  font-weight: 500;
  position: absolute;
  bottom: 16px;
  right: 0;
  left: 0;
  font-size: 14px;
  line-height: 1.3;
  color: inherit;
  opacity: 0;
  transition: all 0.3s ease;
  transform: translateY(6px);
}
@media screen and (max-width: 1199px) {
  .complex-item-desc {
    transform: unset;
    position: relative;
    opacity: 1;
    bottom: 0;
  }
}
@media screen and (min-width: 1199px) {
  .complex-item-desc {
    max-width: 570px;
  }
}
.complex-item-price {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-40%);
  opacity: 0;
  font-size: 32px;
  line-height: 1.1;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .complex-item-price {
    position: relative;
    right: unset;
    top: unset;
    transform: unset;
    bottom: unset;
    opacity: 1;
    order: -1;
  }
}
.complex-item-img {
  transition: all 0.3s ease;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 5;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .complex-item-img {
    position: relative;
    right: unset;
    top: unset;
    bottom: unset;
    opacity: 1;
    order: -1;
  }
}

.complex-items.complex-items-text {
  position: static;
}
.complex-items.complex-items-text li {
  position: relative;
}
@media screen and (max-width: 959px) {
  .complex-items.complex-items-text li:last-child {
    margin-top: 24px;
  }
}

.conference-slider-controls {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.conference-slider-controls .slider-arrows a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 31px;
  border: 1px solid #A88843;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.conference-slider-controls .slider-arrows a svg {
  fill: #A88843;
  transition: all 0.3s ease;
}
@media screen and (max-width: 959px) {
  .conference-slider-controls .slider-arrows a svg {
    width: 16px;
    height: 16px;
  }
}
.conference-slider-controls .slider-arrows a:hover {
  border-color: #776A50;
}
.conference-slider-controls .slider-arrows a:hover svg {
  fill: #776A50;
}
.conference-slider-controls .slider-arrows a:active {
  transform: scale(0.9);
}
.conference-slider-controls .slider-arrows .swiper-button-next {
  margin-left: 16px;
}
.conference-slider-controls .slider-arrows .swiper-button-next svg {
  transform: rotateY(180deg);
}
.conference-slider-controls .slider-arrows .swiper-button-disabled {
  border-color: #84858A;
}
.conference-slider-controls .slider-arrows .swiper-button-disabled svg {
  fill: #84858A;
}

.contacts-chars {
  padding: 0;
  margin-top: 64px;
  margin-bottom: 0;
  list-style: none;
}
@media screen and (max-width: 959px) {
  .contacts-chars {
    margin-top: 24px;
    padding-left: 32px;
  }
}
.contacts-chars li:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .contacts-chars li:not(:last-child) {
    margin-bottom: 32px;
  }
}
.contacts-chars a {
  transition: opacity 0.3s ease;
}
.contacts-chars a:hover {
  opacity: 0.7;
}
.contacts-chars-title {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #A88843;
}
@media screen and (max-width: 959px) {
  .contacts-chars-title {
    font-size: 20px;
  }
}
.contacts-chars-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .contacts-chars-wrap {
    align-items: flex-start;
  }
}
.contacts-chars-value div:not(:last-child) {
  margin-bottom: 12px;
}
.contacts-chars-value a {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.5;
  transition: opacity 0.3s ease;
  text-transform: uppercase;
}
@media screen and (max-width: 959px) {
  .contacts-chars-value a {
    font-size: 20px;
    line-height: 1.1;
  }
}
.contacts-chars-value a:hover {
  opacity: 0.7;
}

.restaurant-chars {
  padding: 0;
  margin-top: 64px;
  list-style: none;
}
@media screen and (max-width: 959px) {
  .restaurant-chars {
    margin-top: 24px;
    margin-bottom: 32px;
  }
}
.restaurant-chars li {
  padding: 24px 0;
  display: flex;
  position: relative;
}
.restaurant-chars li::after, .restaurant-chars li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #463F31;
}
.restaurant-chars li::after {
  bottom: -1px;
}
.restaurant-chars li::before {
  top: 0;
}
.restaurant-chars-number {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #FFFFFF;
}
.restaurant-chars-desc {
  margin-left: 56px;
  font-weight: 300;
}

.about-section {
  background-image: url("../img/decor/leaves-background.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .about-section {
    background-image: url("../img/decor/leaves-background-m.svg");
    background-position: bottom center;
  }
}

.numbers-section {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.conference-section {
  padding: 72px 0 80px;
}
@media screen and (max-width: 959px) {
  .conference-section {
    padding: 40px 0;
  }
}

.spa-section {
  overflow: hidden;
  padding-top: 64px;
  padding-bottom: 112px;
}
@media screen and (min-width: 1441px) {
  .spa-section {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

.conference-section {
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("../img/decor/tree.svg");
  background-position: -390px 221px;
}

.contacts-section {
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("../img/decor/tree.svg");
  background-position: -292px 76px;
}

.uk-column-1-2 > *, .uk-column-1-2\@s > * {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.offcanvas {
  display: flex;
  flex-direction: column;
  will-change: transform;
}
@media screen and (max-width: 959px) {
  .offcanvas {
    justify-content: space-between;
  }
}
.offcanvas-head {
  padding: 11px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 36px;
  box-sizing: border-box;
}
.offcanvas-head ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.offcanvas-head li:not(:last-child) {
  margin-right: 32px;
}
.offcanvas-head svg {
  width: 32px;
  height: 32px;
}
.offcanvas-close {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.offcanvas-close:hover {
  opacity: 0.7;
}
.offcanvas-social {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 959px) {
  .offcanvas-social {
    width: 64px;
    height: 64px;
  }
}
.offcanvas-social svg {
  fill: #FFFFFF;
  color: #FFFFFF;
}
@media screen and (min-width: 959px) {
  .offcanvas-social svg {
    width: 24px;
    height: 24px;
  }
}
.offcanvas-body {
  padding: 0 40px;
}
@media screen and (max-width: 959px) {
  .offcanvas-body {
    padding: 0 16px;
  }
}
.offcanvas-body ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.offcanvas-body ul li {
  position: relative;
}
.offcanvas-body ul li:not(:last-child) {
  margin-bottom: 32px;
}
.offcanvas-body ul li:first-child::after {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background: #463F31;
}
.offcanvas-body ul li::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background: #463F31;
}
.offcanvas-body ul li a {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
  transition: opacity 0.3s ease;
}
.offcanvas-body ul li a:hover {
  opacity: 0.7;
}
.offcanvas-body ul.has-subnav li {
  position: static;
}
.offcanvas-body ul.has-subnav li:not(:last-child) {
  margin-bottom: 16px;
  position: relative;
}

.offcanvas-body ul.has-subnav .uk-accordion-content a::before {
  display: none;
}

.offcanvas-body ul.has-subnav .uk-accordion-content ul li::before {
  display: none;
}

.offcanvas-body .uk-accordion-content::after {
  background: transparent;
}

.offcanvas-body ul.has-subnav li:first-child::after {
  content: none;
}
.offcanvas-body ul.has-subnav .uk-accordion-title {
  position: relative;
  padding-right: 18px;
}
.offcanvas-body ul.has-subnav .uk-accordion-title::after {
  position: absolute;
  content: "";
  background-image: url("../img/icons/arrow-dropdown.svg");
  background-repeat: no-repeat;
  width: 12px;
  height: 7px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.offcanvas-body ul.has-subnav .uk-accordion-title[aria-expanded=true]::after {
  transform: translateY(-50%) rotateX(180deg);
}
.offcanvas-body ul.has-subnav .uk-accordion-content {
  padding-top: 16px;
}
.offcanvas-body ul.has-subnav .uk-accordion-content a {
  color: #84858A;
  opacity: 1;
  transition: color 0.3s ease;
}
.offcanvas-body ul.has-subnav .uk-accordion-content a:hover {
  color: #FFFFFF;
}
.offcanvas-footer {
  padding: 0 40px;
  margin-top: 56px;
  margin-bottom: 34px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .offcanvas-footer {
    padding: 0 16px;
  }
}
.offcanvas-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.offcanvas-footer li:not(:last-child) {
  margin-right: 32px;
}
.offcanvas-footer a {
  color: #FFFFFF;
  transition: opacity 0.3s ease;
}
.offcanvas-footer a:hover {
  opacity: 0.7;
}
.offcanvas-footer-phone {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 64px;
  display: block;
}

.footer {
  background-image: url("../img/decor/footer-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-bottom {
  font-size: 20px;
  line-height: 1.3;
  color: #B4AC99;
  padding: 40px 0;
}
@media screen and (max-width: 1199px) {
  .footer-bottom {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .footer-bottom {
    padding: 32px 0;
  }
}
.footer-bottom a {
  color: #B4AC99;
  transition: opacity 0.3s ease;
}
.footer-bottom a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 959px) {
  .footer-bottom-logo {
    text-align: center;
  }
}
.footer-bottom-copyright {
  margin-right: 64px;
}
@media screen and (max-width: 1199px) {
  .footer-bottom-copyright {
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .footer-bottom-copyright {
    margin-right: 0;
    text-align: center;
  }
}

.contacts-divider {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.contacts-divider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #463F31;
}

.contacts-notice {
  max-width: 281px;
}
@media screen and (max-width: 959px) {
  .contacts-notice {
    font-size: 14px;
  }
}

.contacts-email {
  position: relative;
}
.contacts-email::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #FFFFFF;
}

.footer-subheading {
  font-weight: 300;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0.08em;
  color: #A88843;
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
}
@media screen and (max-width: 959px) {
  .footer-subheading {
    margin-bottom: 24px;
    font-size: 16px;
  }
}
.footer-subheading::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  right: -20%;
  height: 1px;
  background: #463F31;
}
@media screen and (max-width: 959px) {
  .footer-subheading::before {
    bottom: -8px;
  }
}

.button-small {
  padding: 0 22px;
}
@media screen and (max-width: 639px) {
  .button-small {
    padding: 0 8px;
  }
}

.uk-button + .uk-button {
  margin-left: 24px;
}
@media screen and (max-width: 639px) {
  .uk-button + .uk-button {
    margin-left: 8px;
  }
}

.event-advantages-list {
  margin-bottom: 56px;
  padding-bottom: 56px;
  position: relative;
}
.event-advantages-list::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #463F31;
}
@media screen and (max-width: 959px) {
  .event-advantages-list::before {
    bottom: 0;
  }
}
@media screen and (max-width: 959px) {
  .event-advantages-list {
    padding-bottom: 24px;
    margin-bottom: 48px;
  }
}

.event-advantages {
  padding-left: 13px;
  position: relative;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}
@media screen and (max-width: 639px) {
  .event-advantages {
    font-size: 12px;
  }
}
.event-advantages::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  left: 0;
  top: 0;
  background-color: #A88843;
}

.mb56-32 {
  margin-bottom: 56px;
}
@media screen and (max-width: 959px) {
  .mb56-32 {
    margin-bottom: 32px;
  }
}

.mt56-32 {
  margin-top: 56px;
}
@media screen and (max-width: 959px) {
  .mt56-32 {
    margin-top: 32px;
  }
}

.conference-card-title {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1;
  text-transform: uppercase;
}
@media screen and (max-width: 639px) {
  .conference-card-title {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 1.5;
  }
}
.conference-card-desc {
  margin-bottom: 40px;
  max-width: 435px;
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 639px) {
  .conference-card-desc {
    margin-bottom: 16px;
    font-size: 14px;
  }
}
.conference-card-options {
  margin-bottom: 40px;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 639px) {
  .conference-card-options {
    gap: 14px;
  }
}
.conference-card-option {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 639px) {
  .conference-card-option img {
    width: 24px;
    height: 24px;
  }
}
.conference-card-option-top {
  margin-bottom: 8px;
  font-size: 10px;
  color: #A88843;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .conference-card-option-top {
    margin-bottom: 5px;
    font-size: 6px;
  }
}
.conference-card-option-bottom {
  margin-top: 8px;
  font-size: 10px;
  text-align: center;
  font-weight: 300;
}
@media screen and (max-width: 639px) {
  .conference-card-option-bottom {
    margin-top: 5px;
    font-size: 6px;
  }
}

.action-section {
  padding: 80px 0;
  background-color: #1B1B1F;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .action-section {
    padding: 48px 0;
  }
}
@media screen and (max-width: 639px) {
  .action-section {
    padding: 32px 0;
  }
}

.ov {
  overflow: visible;
}

.action-slider .uk-grid + .uk-grid {
  margin-top: 0;
}
.action-slider .slider-controls {
  right: unset;
  left: unset;
  bottom: 0;
}
@media screen and (max-width: 959px) {
  .action-slider .slider-controls {
    left: 0;
  }
}
.action-slider-back {
  z-index: 100;
}
.action-slider-back::after {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  right: -25px;
  left: -1000%;
  z-index: -1;
  background-color: #1B1B1F;
}
.action-slider .slider-arrows svg {
  fill: #A88843;
  color: #A88843;
}
.action-slider .slider-arrows a {
  border: 1px solid #A88843;
}
@media screen and (max-width: 959px) {
  .action-slider .slider-arrows a {
    top: unset;
  }
}
@media screen and (max-width: 959px) {
  .action-slider .slider-arrows-prev {
    left: 0;
    right: unset;
  }
}
@media screen and (max-width: 959px) {
  .action-slider .slider-arrows-next {
    left: 64px;
    right: unset;
  }
}

.pt115 {
  padding-top: 115px;
}

.action-slider-card-date {
  margin-bottom: 16px;
  font-size: 16px;
  color: #84858A;
}
@media screen and (max-width: 639px) {
  .action-slider-card-date {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.action-slider-card-desc {
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  transition: color .3s ease;
}
@media screen and (max-width: 959px) {
  .action-slider-card-desc {
    margin-bottom: 22px;
  }
}

.breadcrumbs-wrapper {
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .breadcrumbs-wrapper {
    margin-left: -32px;
    margin-right: -32px;
  }
}
@media screen and (max-width: 639px) {
  .breadcrumbs-wrapper {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.breadcrumbs-wrapper .uk-breadcrumb {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}
.breadcrumbs-wrapper .uk-breadcrumb::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 959px) {
  .breadcrumbs-wrapper .uk-breadcrumb > li:last-child {
    padding-right: 32px;
  }
}
@media screen and (max-width: 639px) {
  .breadcrumbs-wrapper .uk-breadcrumb > li:last-child {
    padding-right: 16px;
  }
}
@media screen and (max-width: 959px) {
  .breadcrumbs-wrapper .uk-breadcrumb {
    padding-left: 32px;
  }
}
@media screen and (max-width: 639px) {
  .breadcrumbs-wrapper .uk-breadcrumb {
    padding-left: 16px;
  }
}
.breadcrumbs-wrapper .uk-breadcrumb > *:not(:last-child) > * {
  color: #FFFFFF;
  font-weight: 300;
  transition: color 0.3s ease;
}
.breadcrumbs-wrapper .uk-breadcrumb > *:not(:last-child) > *:hover {
  color: #84858A;
}
.breadcrumbs-wrapper .uk-breadcrumb > *:not(:last-child) > * {
  font-size: 14px;
  color: #FFFFFF;
}
@media screen and (max-width: 639px) {
  .breadcrumbs-wrapper .uk-breadcrumb > *:not(:last-child) > * {
    font-size: 10px;
  }
}
.breadcrumbs-wrapper .uk-breadcrumb > :last-child > span,
.breadcrumbs-wrapper .uk-breadcrumb > :last-child > a:not([href]) {
  color: #84858A;
}
@media screen and (max-width: 639px) {
  .breadcrumbs-wrapper .uk-breadcrumb > :last-child > span,
.breadcrumbs-wrapper .uk-breadcrumb > :last-child > a:not([href]) {
    font-size: 10px;
  }
}
.breadcrumbs-wrapper .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "/";
  font-size: 14px;
  vertical-align: baseline;
  color: #84858A;
  margin: 0 8px;
}
@media screen and (max-width: 639px) {
  .breadcrumbs-wrapper .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    font-size: 10px;
  }
}

.text {
  font-weight: 300;
  font-size: 16px;
}
@media screen and (max-width: 639px) {
  .text {
    font-size: 14px;
  }
}

.p104-80 {
  padding-bottom: 104px;
}
@media screen and (max-width: 959px) {
  .p104-80 {
    padding-bottom: 80px;
  }
}

.mb48-16 {
  margin-bottom: 48px;
}
@media screen and (max-width: 959px) {
  .mb48-16 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 639px) {
  .mb48-16 {
    margin-bottom: 16px;
  }
}

.number-item-slider {
  overflow: hidden;
  padding-bottom: 72px;
  margin-bottom: 56px;
  position: relative;
}
.number-item-slider:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #A88843;
}
@media screen and (max-width: 639px) {
  .number-item-slider {
    margin-top: 56px;
    margin-bottom: 48px;
  }
}
.number-item-slider .uk-grid + .uk-grid {
  margin-top: 0;
}
.number-item-slider .slider-arrows {
  margin-top: 24px;
}
@media screen and (max-width: 639px) {
  .number-item-slider .slider-arrows {
    margin-top: 16px;
  }
}
.number-item-slider .slider-arrows svg {
  fill: #A88843;
  color: #A88843;
}
.number-item-slider .slider-arrows a {
  border: 1px solid #A88843;
}
@media screen and (max-width: 959px) {
  .number-item-slider .slider-arrows-prev, .number-item-slider .slider-arrows-next {
    position: static;
    top: unset;
    transform: unset;
    left: unset;
    right: unset;
  }
}
@media screen and (max-width: 959px) {
  .number-item-slider .slider-arrows-next {
    margin-left: 24px;
  }
}
.number-item-slider li {
  position: relative;
}
.number-item-slider .btn-lightbox {
  position: absolute;
  right: 16px;
  bottom: 16px;
}
@media screen and (max-width: 959px) {
  .number-item-slider .btn-lightbox {
    right: 12px;
    bottom: 12px;
  }
}

.advantages-list {
  margin-bottom: 56px;
  padding-bottom: 24px;
  position: relative;
}
.advantages-list:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #A88843;
}
@media screen and (max-width: 639px) {
  .advantages-list {
    margin-bottom: 48px;
  }
}
.advantages-list .items-list {
  margin-bottom: 0;
}

.number-item-desc {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 639px) {
  .number-item-desc {
    font-size: 14px;
  }
}

.number-item-price {
  margin-bottom: 24px;
}
@media screen and (max-width: 639px) {
  .number-item-price {
    margin-bottom: 32px;
  }
}
.number-item-price span {
  font-size: 32px;
  color: #A88843;
  font-weight: 700;
}

.number-item-3d {
  padding: 8px 32px;
  color: #776A50;
  transition: color 0.3s ease;
}
.number-item-3d:hover {
  color: #FFFFFF;
}

@media screen and (max-width: 639px) {
  .number-item-container {
    display: flex;
    flex-direction: column;
  }
  .number-item-container .number-item-3d {
    display: inline-flex;
    justify-content: center;
  }
}

.mb64-0 {
  margin-bottom: 64px;
}
@media screen and (max-width: 959px) {
  .mb64-0 {
    margin-bottom: 0;
  }
}

.p104-72 {
  padding: 104px 0 72px;
}
@media screen and (max-width: 959px) {
  .p104-72 {
    padding: 56px 0 40px;
  }
}

.advantage-heading {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.nopseudo::after, .nopseudo::before {
  content: none;
}

.mw360 {
  max-width: 360px;
}
@media screen and (max-width: 639px) {
  .mw360 {
    max-width: unset;
  }
}

.mb104-40 {
  margin-bottom: 104px;
}
@media screen and (max-width: 959px) {
  .mb104-40 {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 639px) {
  .mb104-40 {
    margin-bottom: 40px;
  }
}

.default-slider {
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .default-slider {
    overflow: visible;
  }
}
.default-slider .slider-arrows {
  margin-top: 24px;
  justify-content: flex-end;
}
@media screen and (max-width: 639px) {
  .default-slider .slider-arrows {
    margin-top: 16px;
  }
}
.default-slider .slider-arrows svg {
  fill: #A88843;
  color: #A88843;
}
.default-slider .slider-arrows a {
  border: 1px solid #A88843;
}
.default-slider .slider-arrows-prev, .default-slider .slider-arrows-next {
  position: static;
  top: unset;
  transform: unset;
  left: unset;
  right: unset;
}
.default-slider .slider-arrows-next {
  margin-left: 24px;
}

@media screen and (max-width: 959px) {
  .ptm {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 639px) {
  .ptm {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 959px) {
  .mtm {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 639px) {
  .mtm {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.mb128-56 {
  margin-bottom: 128px;
}
@media screen and (max-width: 959px) {
  .mb128-56 {
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 639px) {
  .mb128-56 {
    margin-bottom: 56px;
  }
}

.m32-24 {
  margin-bottom: 32px;
}
@media screen and (max-width: 639px) {
  .m32-24 {
    margin-bottom: 24px;
  }
}

.question-section {
  padding: 80px 0;
  margin-bottom: 126px;
  background-color: #1B1B1F;
}
@media screen and (max-width: 959px) {
  .question-section {
    padding: 40px 0 80px;
    margin-bottom: 56px;
  }
}
.question-section .uk-accordion-title {
  padding-top: 32px;
  padding-right: 40px;
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  transition: opacity 0.3s ease, color 0.3s ease;
}
.question-section .uk-accordion-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #A88843;
}
.question-section .uk-accordion-title::after {
  content: "";
  position: absolute;
  background-image: url("../img/icons/arrow-dropdown-gold.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 50%;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 959px) {
  .question-section .uk-accordion-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 639px) {
  .question-section .uk-accordion-title {
    font-size: 16px;
  }
}
.question-section .uk-accordion-title:hover {
  opacity: 0.7;
}
.question-section .uk-accordion-title[aria-expanded=true] {
  color: #A88843;
}
.question-section .uk-accordion-title[aria-expanded=true]::after {
  transform: rotateX(180deg);
}
.question-section .uk-accordion > :nth-child(n+2) {
  margin-top: 24px;
}
.question-section .uk-accordion-content {
  max-width: 650px;
  margin-top: 24px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
}
@media screen and (max-width: 639px) {
  .question-section .uk-accordion-content {
    margin-top: 16px;
  }
}
.question-section .uk-accordion-content p {
  margin-top: 0;
}
.question-section .uk-accordion-content p:not(:last-child) {
  margin-bottom: 16px;
}

.head-section {
  padding: 76px 0;
  background-image: url("../img/decor/head-leaves.svg");
  background-position: top center;
}
@media screen and (max-width: 639px) {
  .head-section {
    padding: 48px 0;
  }
}
.head-section-container {
  margin: 0 auto;
  max-width: 560px;
  text-align: center;
}
.head-section-title {
  margin-bottom: 24px;
  padding-top: 16px;
  position: relative;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3;
  color: #A88843;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media screen and (max-width: 639px) {
  .head-section-title {
    margin-bottom: 32px;
    font-size: 32px;
  }
}
.head-section-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 1px;
  background-color: #A88843;
  transition: width 0.3s ease;
}
@media screen and (max-width: 959px) {
  .head-section-title::before {
    width: 120px;
  }
}
@media screen and (max-width: 639px) {
  .head-section-title::before {
    width: 80px;
  }
}
.head-section-desc {
  font-size: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 639px) {
  .head-section-desc {
    font-size: 14px;
  }
}

.conference-card-container {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 639px) {
  .conference-card-container {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
  }
}
.conference-card-container .uk-button {
  margin: 0;
}
.conference-card-container .number-item-3d {
  padding: 8px 0;
}
@media screen and (max-width: 639px) {
  .conference-card-container .number-item-3d {
    display: inline-flex;
    justify-content: center;
    width: 100%;
  }
}

.catering-section {
  padding: 120px 0;
  background-color: #1B1B1F;
}
@media screen and (max-width: 639px) {
  .catering-section {
    padding: 80px 0;
  }
}
@media screen and (max-width: 639px) {
  .catering-section {
    padding: 40px 0;
  }
}
@media screen and (max-width: 959px) {
  .catering-section .complex-item {
    margin-top: 24px;
  }
}

.catering-advantages {
  padding-bottom: 56px;
  border-bottom: 1px solid #463F31;
  margin-bottom: 32px;
}
@media screen and (max-width: 639px) {
  .catering-advantages {
    padding-bottom: 72px;
  }
}
.catering-advantages ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 1199px) {
  .catering-advantages ul {
    flex-wrap: wrap;
    gap: 24px;
  }
}
@media screen and (max-width: 639px) {
  .catering-advantages ul {
    flex-direction: column;
  }
}
.catering-advantages li {
  padding-left: 13px;
  position: relative;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}
@media screen and (max-width: 639px) {
  .catering-advantages li {
    font-size: 12px;
  }
}
.catering-advantages li::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  left: 0;
  top: 0;
  background-color: #A88843;
}

.menu-section {
  padding: 120px 0;
}
@media screen and (max-width: 639px) {
  .menu-section {
    padding: 80px 0;
  }
}
@media screen and (max-width: 639px) {
  .menu-section {
    padding: 40px 0;
  }
}

.mb46-32 {
  margin-bottom: 48px;
}
@media screen and (max-width: 639px) {
  .mb46-32 {
    margin-bottom: 32px;
  }
}

.menu-slider {
  position: relative;
}
@media screen and (min-width: 959px) {
  .menu-slider ul {
    transform: unset !important;
  }
}
.menu-slider .slider-arrows {
  margin-top: 24px;
  justify-content: flex-end;
}
@media screen and (max-width: 639px) {
  .menu-slider .slider-arrows {
    margin-top: 16px;
  }
}
.menu-slider .slider-arrows svg {
  fill: #A88843;
  color: #A88843;
}
.menu-slider .slider-arrows a {
  border: 1px solid #A88843;
}
.menu-slider .slider-arrows-prev, .menu-slider .slider-arrows-next {
  position: static;
  top: unset;
  transform: unset;
  left: unset;
  right: unset;
}
.menu-slider .slider-arrows-next {
  margin-left: 24px;
}

.menu-slide:hover .menu-slide-box img {
  transform: scale(1.1);
}
.menu-slide:hover .menu-slide-desc {
  background-color: transparent;
}
.menu-slide-box {
  overflow: hidden;
}
.menu-slide-box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition: transform 0.3s ease;
}
.menu-slide-desc {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  background-color: #1B1B1F;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 639px) {
  .menu-slide-desc {
    padding: 12px 16px;
  }
}
.menu-slide-text {
  margin-left: 14px;
}
.menu-slide-title {
  font-size: 20px;
  font-weight: 500;
  color: #A88843;
  text-transform: uppercase;
}
@media screen and (max-width: 639px) {
  .menu-slide-title {
    font-size: 16px;
  }
}
.menu-slide-size {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  color: #84858A;
}

.online-order {
  padding: 104px 0;
  margin-bottom: 80px;
  background-color: #1B1B1F;
}
@media screen and (max-width: 639px) {
  .online-order {
    padding: 32px 0 40px;
  }
}

.mb80-40 {
  margin-bottom: 80px;
}
@media screen and (max-width: 959px) {
  .mb80-40 {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 639px) {
  .mb80-40 {
    margin-bottom: 40px;
  }
}

.conference-landing {
  padding: 40px;
  background-color: #1B1B1F;
}
@media screen and (max-width: 639px) {
  .conference-landing {
    padding: 40px 0;
  }
}
.conference-landing-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 0;
  margin-bottom: 40px;
}
.conference-landing-title {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
.conference-landing-size {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 300;
  border: 1px solid #463F31;
}
.conference-landing-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 24px;
}
.conference-landing-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.conference-landing-item-top {
  font-size: 14px;
  margin-bottom: 16px;
  color: #A88843;
  text-transform: uppercase;
}
.conference-landing-item-bottom {
  font-size: 14px;
  margin-top: 16px;
  font-weight: 300;
}

.div-title {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 300;
}
@media screen and (max-width: 639px) {
  .div-title {
    font-size: 16px;
  }
}

.line {
  padding-top: 56px;
  position: relative;
}
.line::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: #A88843;
}
@media screen and (max-width: 639px) {
  .line {
    padding-top: 40px;
  }
}

.conference-landing-price {
  padding: 40px 0;
  position: relative;
}
.conference-landing-price::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: #A88843;
}
.conference-landing-price::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #A88843;
}
@media screen and (max-width: 639px) {
  .conference-landing-price::after {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .conference-landing-price {
    padding: 40px 0 0;
  }
}
.conference-landing-price-title {
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 639px) {
  .conference-landing-price-title {
    margin-bottom: 40px;
  }
}
.conference-landing-price-cost {
  min-width: 150px;
  font-size: 32px;
  text-transform: uppercase;
  color: #A88843;
}
.conference-landing-price-cost span {
  font-size: 14px;
}
.conference-landing-price-desc {
  max-width: 500px;
  margin-left: auto;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 959px) {
  .conference-landing-price-desc {
    max-width: unset;
    margin-left: unset;
    margin-top: -16px;
  }
}
.conference-landing-price-confirm {
  display: flex;
  align-items: center;
}
.conference-landing-price-confirm .number-item-3d {
  padding: 8px 0;
  margin-right: 16px;
}

.p80-40 {
  padding: 80px 0;
}
@media screen and (max-width: 959px) {
  .p80-40 {
    padding: 40px 0;
  }
}

@media screen and (max-width: 639px) {
  .number-count-box li {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 959px) {
  .number-count-box .restaurant-chars-desc {
    margin-left: 16px;
  }
}

.mb186-80 {
  margin-bottom: 186px;
}
@media screen and (max-width: 959px) {
  .mb186-80 {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 639px) {
  .mb186-80 {
    margin-bottom: 80px;
  }
}

.promo-article {
  /*ul:not(.uk-grid) {
    padding-left: 20px;
  }*/
}
@media screen and (max-width: 639px) {
  .promo-article {
    padding: 0;
  }
}
.promo-article h1 {
  margin-bottom: 16px;
}
.promo-article p {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
.promo-article div {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}
.promo-article > *:last-child {
  margin-bottom: 0;
}
.promo-article ul > li > ul {
  margin: 16px 0;
}
.promo-article li {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
.promo-article li p {
  font-size: 14px;
}
.promo-article blockquote {
  padding: 0 48px;
  position: relative;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  font-style: normal;
}
.promo-article blockquote::before,
.promo-article blockquote::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 26px;
  background-image: url(/img/icons/cite.svg);
  background-repeat: no-repeat;
}
.promo-article blockquote::before {
  top: 0;
  left: 0;
}
.promo-article blockquote::after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.promo-article table {
  border: 1px solid #84858A;
  border-collapse: separate;
  border-left: 0;
  border-radius: 8px;
  border-spacing: 0;
}
@media screen and (max-width: 639px) {
  .promo-article table {
    overflow-x: auto;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
}
.promo-article thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
  border-collapse: separate;
  background-color: #1B1B1F;
  color: #FFFFFF;
  overflow: hidden;
}
.promo-article th, .promo-article td {
  font-size: 14px;
  padding: 16px;
  text-align: left;
  vertical-align: top;
  border-left: 1px solid #84858A;
  min-width: 106px;
}
@media screen and (max-width: 639px) {
  .promo-article th, .promo-article td {
    font-size: 12px;
  }
}
.promo-article th:not(:first-child) {
  border-left: none;
}
.promo-article th {
  border-left: 1px solid #84858A;
}
.promo-article tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.promo-article td {
  border-top: 1px solid #84858A;
}
.promo-article thead:first-child tr:first-child th:first-child, .promo-article tbody:first-child tr:first-child td:first-child {
  border-radius: 8px 0 0 0;
}
.promo-article thead:last-child tr:last-child th:first-child, .promo-article tbody:last-child tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}
.promo-article thead:first-child tr:first-child th:last-child {
  border-radius: 0 8px 0 0;
}
@media screen and (max-width: 639px) {
  .promo-article .table-inner {
    overflow: auto;
  }
}
.promo-article .table-inner::-webkit-scrollbar {
  background: transparent;
  width: 8px;
  height: 8px;
}
.promo-article .table-inner::-webkit-scrollbar-thumb {
  background: #84858A;
  border-radius: 100px;
  background-clip: content-box;
  border: 3px solid transparent;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.promo-article .table-inner::-webkit-scrollbar-button {
  display: none;
}
.promo-article .table-inner::-webkit-scrollbar-track {
  margin-right: 16px;
  margin-left: 16px;
}
.promo-article .table-inner-big {
  overflow: auto;
}
.promo-article .uk-h2 {
  margin-bottom: 16px;
}
@media screen and (max-width: 959px) {
  .promo-article .slider-bestsellers-price-now {
    font-size: 16px;
  }
}
@media screen and (max-width: 639px) {
  .promo-article .catalog-sorting {
    border-radius: unset;
    border: none;
  }
}
.promo-article .catalog-sorting ul li {
  border: 1px solid #84858A;
}
.promo-article .catalog-sorting ul li:nth-last-child(-n+4) {
  border-bottom: 1px solid #DBDBDB;
}
.promo-article .catalog-sorting ul li:nth-child(4n) {
  border-right: 1px solid #DBDBDB;
}

.map {
  width: 100%;
  height: 100%;
  min-height: 557px;
  max-height: 557px;
  overflow: hidden;
  background: #D7D8DD;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .map {
    min-height: 404px;
    height: 404px;
  }
}
@media screen and (max-width: 639px) {
  .map {
    min-height: 272px;
    height: 272px;
  }
}
.map * {
  touch-action: auto;
}

.uk-form-label {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.2;
  color: #776A50;
}

.uk-input:hover {
  border-color: #A88843;
}

.uk-textarea {
  min-width: 100%;
  background-color: transparent;
  border: 1px solid #776A50;
  color: #776A50;
  transition: all 0.3s ease;
}
.uk-textarea:hover {
  color: #A88843;
  border-color: #A88843;
}
.uk-textarea:focus, .uk-textarea:active {
  border-color: #A88843;
  color: #A88843;
  background-color: transparent;
}

.tabs-switcher {
  padding: 6px;
  margin: 0;
  margin-bottom: 64px;
  list-style: none;
  display: flex;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border: 1px solid #A88843;
}
@media screen and (max-width: 639px) {
  .tabs-switcher {
    margin-bottom: 40px;
  }
}
.tabs-switcher a {
  display: inline-block;
  padding: 6px 24px;
  background-color: transparent;
  color: #84858A;
  transition: all 0.3s ease;
}
@media screen and (max-width: 639px) {
  .tabs-switcher a {
    padding: 6px 22px;
  }
}
.tabs-switcher a:hover {
  color: #FFFFFF;
}
.tabs-switcher li.uk-active a {
  background-color: #A88843;
  color: #FFFFFF;
}

@media screen and (max-width: 639px) {
  .action-card img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.action-card-date {
  margin-bottom: 8px;
  font-weight: 300;
  font-size: 14px;
  color: #A88843;
}
.action-card-title {
  margin-bottom: 52px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  transition: color .3s ease;
}
@media screen and (max-width: 639px) {
  .action-card-title {
    font-size: 18px;
    margin-bottom: 40px;
  }
}

.actions-other-head {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 639px) {
  .actions-other-head {
    font-size: 32px;
  }
}

.actions-other-body .action-card-title {
  font-size: 18px;
}

.m56-32 {
  margin: 56px 0;
}
@media screen and (max-width: 639px) {
  .m56-32 {
    margin: 32px 0;
  }
}

.uk-offcanvas {
  z-index: 1001;
}

.p96-104 {
  padding: 96px 0 104px;
}
@media screen and (max-width: 959px) {
  .p96-104 {
    padding: 80px 0;
  }
}

.pb200 {
  padding-bottom: 200px;
}
@media screen and (max-width: 959px) {
  .pb200 {
    padding-bottom: 80px;
  }
}

.advantage-section-decor {
  background-color: #1B1B1F;
  background-image: url("../img/decor/leaves-background.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
}

.conference-list .number-card:first-child {
  padding-top: 0;
  border-top: none;
}
.conference-list .number-card:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.pagination-wrapper {
  overflow: hidden;
}
@media screen and (max-width: 639px) {
  .pagination-wrapper {
    margin-right: -32px;
    margin-left: -32px;
  }
}
@media screen and (max-width: 639px) {
  .pagination-wrapper {
    margin-right: -16px;
    margin-left: -16px;
  }
}

.pagination {
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0 auto;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  justify-content: flex-start;
  align-items: center;
}
.pagination::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 639px) {
  .pagination {
    padding-left: 32px;
    justify-content: unset;
  }
}
.pagination a, .pagination span {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  min-width: 30px;
  height: 40px;
  color: #fff;
  opacity: 1;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.pagination a:hover {
  opacity: 0.7;
}
.pagination li:not(:last-child) {
  margin-right: 12px;
}
@media screen and (max-width: 639px) {
  .pagination li:last-child {
    padding-right: 32px;
  }
}
.pagination li.active span {
  color: #A88843;
}
.pagination-arrow a {
  width: 39px;
  height: 39px;
  border: 1px solid #A88843;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.pagination-arrow a svg {
  fill: #A88843;
  transition: all 0.3s ease;
}
@media screen and (max-width: 959px) {
  .pagination-arrow a svg {
    width: 16px;
    height: 16px;
  }
}
.pagination-arrow a:hover {
  border-color: #776A50;
}
.pagination-arrow a:hover svg {
  fill: #776A50;
}
.pagination-arrow a:active {
  transform: scale(0.9);
}

.restaurant-gallery .uk-h2 {
  display: none;
}

.uk-button-primary.uk-disabled {
  background-color: #D3D5DB;
}

.custom-select-wrapper, [data-select] {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 110px;
  display: flex;
  flex-direction: column;
}
.custom-select-wrapper.disabled .custom-select-field, [data-select].disabled .custom-select-field {
  background-color: #f7f7f7;
}
.custom-select-wrapper.open .custom-select-arrow img, .custom-select-wrapper.open svg, [data-select].open .custom-select-arrow img, [data-select].open svg {
  transform: rotate(-180deg);
}
.custom-select-wrapper.open .custom-select-field, [data-select].open .custom-select-field {
  border-color: #776A50;
  z-index: 5;
  border-bottom-color: transparent;
}
.custom-select-wrapper.open .custom-options, [data-select].open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.custom-select-wrapper[data-select-audio] .custom-select-field, [data-select][data-select-audio] .custom-select-field {
  padding-left: 58px;
}
@media screen and (max-width: 959px) {
  .custom-select-wrapper[data-select-audio] .custom-select-field, [data-select][data-select-audio] .custom-select-field {
    background-color: transparent;
    padding-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .custom-select-wrapper[data-select-audio] .custom-select-value, [data-select][data-select-audio] .custom-select-value {
    color: #F4774C;
  }
}
@media screen and (max-width: 959px) {
  .custom-select-wrapper[data-select-audio] .custom-select-arrow svg, [data-select][data-select-audio] .custom-select-arrow svg {
    width: 20px;
    height: 9px;
    stroke: #F4774C;
  }
}
@media screen and (max-width: 959px) {
  .custom-select-wrapper[data-select-audio] .custom-options, [data-select][data-select-audio] .custom-options {
    left: 50px;
  }
}
.custom-select-wrapper[data-select-audio] .disabled, [data-select][data-select-audio] .disabled {
  pointer-events: none;
}

.custom-select-arrow img, .custom-select-arrow svg {
  width: 12px;
  min-width: 12px;
  transition: all 0.3s ease;
}

.custom-select-value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 16px;
}
@media screen and (max-width: 1199px) {
  .custom-select-value {
    max-width: 100%;
  }
}

.custom-select-field {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  font-size: 15px;
  line-height: 140%;
  color: #776A50;
  height: 48px;
  box-sizing: border-box;
  width: 100%;
  background-color: transparent;
  cursor: pointer;
  border: 1px solid #776A50;
  transition: border-color 0.3s ease;
}
.custom-select-field:hover {
  border-color: #A88843;
}
.custom-select-field > div {
  pointer-events: none;
}

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #A88843;
  background: #1B1B1F;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: 15px 12px 15px 25px;
  z-index: 100;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (max-width: 959px) {
  .custom-options {
    padding: 15px 10px;
  }
}
.custom-options .input-group {
  margin-right: 13px;
}
@media screen and (max-width: 959px) {
  .custom-options .input-group {
    margin-right: 4px;
  }
}
.custom-options ul {
  padding: 0;
  margin: 0;
  list-style: none;
  max-height: 300px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #000 #2e2f4d;
  scrollbar-width: thin;
}
.custom-options ul::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #D5D5D5;
}
.custom-options ul::-webkit-scrollbar {
  width: 4px;
}
.custom-options ul::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #FFFFFF;
}
.custom-options ul::-webkit-scrollbar-thumb {
  border-radius: 2px;
}
.custom-options ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  box-sizing: border-box;
  color: #776A50;
  cursor: pointer;
  margin-right: 8px;
  transition: all 0.5s;
}
@media screen and (max-width: 960px) {
  .custom-options ul li {
    margin-right: 4px;
  }
}
.custom-options ul li:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .custom-options ul li:not(:last-child) {
    margin-bottom: 8px;
  }
}
.custom-options ul li:hover {
  cursor: pointer;
  color: #A88843;
}
.custom-options ul li.selected {
  cursor: default;
  opacity: 1;
  color: #A88843;
}
.conference-slider .swiper-wrapper {
  height: auto;
}

#block-search {
  background-color: #434343;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.tl-container {
  padding: 0 25px;
  max-width: 1250px;
  margin: 0 auto;
}
