@import url("../assets/fonts/forum/stylesheet.css");
@import url("../assets/fonts/inter-tight/stylesheet.css");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

/* Тест, если чт уберём */
html,
body {
  scroll-behavior: smooth;
}
html.modal-open, body.modal-open {
  overflow: hidden;
}
:root {
  --white: #ffffff;
  --beige: #f6f1ed;
  --gold: #a7977b;
  --light-gold: #dcd5ca;
  --dark-gold: #746751;
  --laguna: #afc4c0;
  --blue: #2d4e80;
  --grey: #79797b;
  --light-grey: #cbcbcb;
  --extra-grey: #aaaaaa;
  --red: #d40d0d;
}

h1,
h2,
h3 {
  font-family: "Forum", serif;
}

h4,
h5,
h6,
p,
span,
a,
button,
ul,
li {
  font-family: "Inter Tight", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

input,
textarea {
  border: none;
  outline: none;
  background: none;
  font-family: "Inter Tight", sans-serif;
  font-size: inherit;
}

button {
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  border: none;
  outline: none;
  background-color: none;
}

.main-bg {
  background-color: var(--beige);
  border-bottom: 1px solid #b6b3b1;
}

.main-bg--white {
  background-color: var(--white);
}

.main-bg--beige {
  background-color: var(--beige) !important;
}

/* переиспользуемые стили для всех страниц, будет дополняться */
/* СТИЛИ ТЕКСТА И ЗАГОЛОВКОВ */
.title-h1 {
  font-size: 90px;
  font-weight: 400;
  color: var(--white);
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-align: center;
}

.title-h2 {
  font-size: 62px;
  color: var(--gold);
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
}

.title-h3 {
  font-size: 40px;
  color: var(--gold);
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
}

.title-h4 {
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.23em;
  text-transform: uppercase;
}

.text {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

.menu-link-1 {
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
}

.menu-link-2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}

.card-category {
  font-size: 16px;
  line-height: 130%;
  font-weight: 600;
}

.body1 {
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
}

.map-header {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
}

.map-text {
  font-size: 14px;
  line-height: 115%;
  font-weight: 400;
}

.banner-container {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  max-width: 885px;
  margin: 0 auto;
}

.banner-container h1 {
  margin-bottom: 30px;
}

/* Block name styles */

.section-heading-subtitle-g {
  font-weight: 400;
}

.section-heading-subtitle-w {
  font-weight: 400;
}

/* СТИЛИ КНОПОК */

.btn-primary {
  background-color: var(--gold);
  color: var(--white);
  padding: 20px 40px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.btn-primary:hover {
  background-color: var(--dark-gold);
}

.btn-secondary {
  background-color: var(--gold);
  color: var(--white);
  padding: 10px 40px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.btn-secondary:hover {
  background-color: var(--dark-gold);
}

.btn-secondary-white {
  background-color: var(--white);
  color: var(--gold);
  outline: 1px solid var(--gold);
  padding: 10px 40px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.btn-secondary-white:hover {
  outline: none;
  background-color: var(--gold);
  color: var(--white);
}

.btn-tertiary {
  color: var(--gold);
  cursor: pointer;
  text-transform: uppercase;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s ease-in-out;
}

.btn-tertiary:hover {
  color: var(--dark-gold);
}

.btn-icon {
  background-color: var(--gold);
  color: var(--white);
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.btn-icon:hover {
  background-color: var(--dark-gold);
}

.btn-details {
  display: inline-flex;
  align-items: flex-start;
  color: var(--gold);
  justify-content: flex-start;
  text-transform: uppercase;
  transition: color 0.2s;
  background-color: unset;
  cursor: pointer;
}

.btn-details .arrow {
  margin-left: 8px;
  transition: margin-left 0.2s;
  display: flex;
  flex-direction: column;
}

.btn-details:hover {
  color: #746751;
}

.btn-details:hover .arrow {
  margin-left: 12px;
}

.header-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  pointer-events: none;
}

/* СТИЛИ ХЕДЕРА */
.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 20px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.3s ease, border-bottom 0.3s ease,
    transform 0.3s ease;
  transform: translateY(0);
}

.header.active {
  background-color: var(--white);
}

.header.scrolled {
  background-color: var(--white);
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
}

.header.hidden {
  transform: translateY(-100%);
}

.nav-left,
.nav-right {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header-nav-text {
  color: var(--white);
  font-weight: 700;
  line-height: 130%;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}

.header-nav-text.active-header {
  color: var(--grey);
}

.header-nav-text.active {
  color: var(--gold);
}

.header.scrolled .header-nav-text:not(.active) {
  color: var(--grey);
}

.header.scrolled .header-nav-text.active {
  color: var(--gold);
}

.header-nav-text svg {
  transition: transform 0.3s ease;
}

.header-nav-text.active svg {
  transform: rotate(180deg);
}

.burger-menu {
  display: none;
  cursor: pointer;
}

.burger-menu svg {
  color: var(--white);
  transition: color 0.3s ease;
}

.header.scrolled .burger-menu svg {
  color: var(--grey);
}

/* мобилка */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: var(--white);
  z-index: 1000;
  transform: translateY(-100%);
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.mobile-menu.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mobile-menu__header {
  padding: 20px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-menu__logo {
  width: 154px;
  height: 36px;
}

.mobile-menu__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-menu__close {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu__content {
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 39px;
}

.burger-nav-panel {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.burger-nav-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-bottom: 1px solid var(--light-gold);
  padding-bottom: 20px;
}

.burger-links-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.burger-link {
  padding: 10px 0 10px 20px;
  color: var(--gold);
  letter-spacing: -0.03em;
}

.burger-title {
  color: var(--grey);
}

.burger-language-select-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding: 20px 16px;
}

.btn-lang-burger {
  padding: 10px;
  background-color: transparent;
  color: var(--grey);
}

.btn-lang-burger.active {
  border: 1px solid var(--light-gold);
}

/* дропдаун зедера и языкового селекта */
.dropdown-container {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: var(--white);
  background-image: url("../assets/images/bg-pattern.png");
  background-size: cover;

  overflow: hidden;
  max-height: 0;
  transition: 0.3s ease;
}

.dropdown-container.active {
  max-height: 330px;
  border-top: 1px solid var(--gold);
}

.dropdown-content {
  padding: 25px 80px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.logo img:first-child {
  display: block;
}

.logo img:last-child {
  display: none;
}

.logo.gold img:first-child,
.header.scrolled .logo img:first-child {
  display: none;
}

.logo.gold img:last-child,
.header.scrolled .logo img:last-child {
  display: block;
}

.header.active:not(.scrolled) .logo img:first-child {
  display: none;
}

.header.active:not(.scrolled) .logo img:last-child {
  display: block;
}

.dropdown-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dropdown-card__img {
  width: 100%;
  height: 206px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.dropdown-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}

.dropdown-card:hover .dropdown-card__img img {
  transform: scale(1.05, 1.05);
}

.dropdown-card__title {
  color: var(--grey);
  text-transform: uppercase;
}

.language-selector {
  position: relative;
}

.lang-trigger {
  cursor: pointer;
  position: relative;
  z-index: 3;
}

.lang-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: var(--white);
  border: 1px solid var(--light-grey);
  min-width: 60px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 2;
}

.language-selector.active .lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lang-option {
  display: block;
  padding: 10px 16px;
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: var(--grey);
  cursor: pointer;
  transition: all 0.3s ease;
}

.lang-current {
  text-transform: uppercase;
}

.lang-option:hover {
  background-color: var(--beige);
  color: var(--gold);
}

.lang-option.selected {
  color: var(--gold);
}

.lang-trigger.active {
  color: var(--gold) !important;
}

.lang-trigger.active svg {
  transform: rotate(180deg);
}

.header.active .lang-trigger:not(.active),
.header.scrolled .lang-trigger:not(.active) {
  color: var(--grey);
}

.header.scrolled .lang-trigger.active {
  color: var(--gold);
}

/* СТИЛИ ФУТЕРА */
.footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: var(--beige);
  padding: 56px 5px 42px 5px;
}

.page-template-template-estate .footer {
  border-top: 1px solid var(--light-gold);
}

.footer-heading {
  width: 100%;
}

.footer-heading img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-info {
  padding: 40px 75px 0 75px;
  display: flex;
  gap: 50px;
}

.footer-info__contacts-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer-info__contacts {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-info__wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-info__title {
  font-size: 14px;
  color: var(--gold);
  text-transform: uppercase;
}

.footer-info__links {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--grey);
}

.footer-info__banner {
  max-width: 393px;
  min-height: 204px;
  width: 100%;
}

.footer-info__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-info__links-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-grow: 1;
}

.footer-info__links-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* gap: 96px; */
  justify-content: stretch;
  flex-grow: 1;
}

.footer-info__links-flex {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  gap: 40px;
}

.footer-flex-row {
  flex-direction: row;
  justify-content: space-between;
}

.footer-nav-text {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--grey);
}

.footer-info__links-bottom {
  display: flex;
  justify-content: flex-end;
  /* padding-bottom: 10px; */
  border-bottom: 1px solid var(--grey);
}

.footer-info-currency__img {
  padding-bottom: 10px;
}

.footer-copyrights {
  width: 100%;
  padding: 0 75px;
  display: flex;
  justify-content: space-between;
}

.copyrights-text {
  color: var(--grey);
  font-weight: 500;
}

.copyrights-text__link {
  color: var(--grey);
  font-weight: 300;
}

.footer-info-currency__img-mobile {
  display: none;
}

/* Контейнер для контента с боковыми отступами */
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 80px;
  padding-right: 80px;
  box-sizing: border-box;
}

/* flex */
.flex {
  display: flex;
}

.flex--between {
  justify-content: space-between;
}

.flex--center {
  justify-content: center;
  align-items: center;
}

.flex--column {
  flex-direction: column;
}

.flex--row {
  flex-direction: row;
}

.flex--reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

/* Scalled */
.relative-scale {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scalled,
.scalled--mob {
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.3s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* Video overlay styles */
.video-overlay-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.video-overlay-container .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  pointer-events: none;
  z-index: 1;
}

.slide-photo--1.animate {
  animation-delay: 0.3s;
}

.slide-photo--2.animate {
  animation-delay: 0.6s;
}

.slide-photo--3.animate {
  animation-delay: 0.9s;
}

/* Tabs Section */
/* Sticky tabs */

.tabs-sentinel {
  height: 1px;
  width: 100%;
  pointer-events: none;
  visibility: hidden;
}

.tabs {
  position: static;
  width: 100%;
  background-color: var(--beige);
  border-bottom: 1px solid var(--light-gold);
  transition: transform 0.3s ease;
  transform: translateY(0);
  opacity: 1;
}

.tabs.scrolled {
  position: sticky !important;
  top: 72px;
  left: 0;
  right: 0;
  z-index: 100;
  animation: showTabs 0.3s ease-in-out both;
}

.tabs.hidden {
  opacity: 0;
  transform: translateY(0);
  animation: hideTabs 0s ease-in-out both;
}
@keyframes showTabs {
  from {
    opacity: 0;
    transform: translateY(-250%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hideTabs {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-250%);
  }
}
.page-template-page-hospitality .tabs__scroll,
.page-template-page-dining .tabs__scroll,
.page-template-page-career .tabs__scroll,
.page-template-template-estate .tabs__scroll {
  overflow-x: auto;
}
.tabs__scroll {
  display: flex !important;
  gap: 28px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  /* Firefox */
  cursor: grab;
  scroll-snap-type: mandatory;
  scroll-padding: 0 50%;
}

.tabs__scroll::-webkit-scrollbar {
  display: none;
  /* Chrome/Safari */
}

.tab__select-wrapper {
  display: flex;
  align-items: center;
  min-width: fit-content;
}

.select-with-icon {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-width: fit-content;
  gap: 10px;
}

.tabs-viewport {
  width: 100%;
  position: relative;
  touch-action: pan-y;
}

.tabs-track {
  display: flex;
  gap: 20px;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  transition: transform 0.1s linear;
  cursor: grab;
}

.tabs-track:active {
  cursor: grabbing
}

.tab__select {
  width: 100%;
  padding-right: 30px;
  font-family: "Inter Tight", sans-serif;
  cursor: pointer;
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
}

.tab__select-dropdown {
  display: flex;
  flex-direction: column;
  gap: 35px;
  font-family: "Inter Tight", sans-serif;
  text-transform: uppercase;
  color: #79797B;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: calc(100% + 5px);
  left: -1000cqw;
  padding: 30px 20px;
  max-height: 0;
  background-color: var(--white);
  border: 1px solid var(--light-grey);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, max-height 0.3s ease;
  z-index: 10;
  --x: 0px;
}
.tab__select-dropdown::before {
  content: "";
  position: absolute;
  top: -5px;
  left: var(--x);
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background: var(--white);
  border-left: 1px solid var(--light-grey);
  border-top: 1px solid var(--light-grey);
}

.tab__select-dropdown.show {
  left: 0;
  opacity: 1;
  visibility: visible;
  max-height: 2000px;
}

.tab__select-arrow {
  transition: transform 0.3s;
}

.tab__select-arrow.rotate {
  transform: rotate(180deg);
}

.tab {
  white-space: nowrap;
  text-transform: uppercase;
  color: var(--grey);
  cursor: pointer;
  padding: 15px 0;
  position: relative;
  transition: color 0.3s ease;
  scroll-snap-align: start;
}

.tab:hover {
  color: var(--gold);
}

.tab.active {
  color: var(--gold);
}

.tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: var(--gold);
}

/* fideIn заголовков и подзаголовков */

.title-animate {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition-delay: 0s;
}

.title-animate.visible {
  opacity: 1;
  transform: translateY(0);
}

.subtitle-animate {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition-delay: 0.3s;
}

.subtitle-animate.visible {
  opacity: 1;
  transform: translateY(0);
}

/* стили инпута потом вынесу в глобал */

.input-wrapper {
  width: 100%;
  padding-bottom: 25px;
  position: relative;
}

.input {
  padding: 12px 10px 17px 10px;
  width: 100%;
  border-bottom: 1px solid var(--light-gold);
  color: var(--grey);
  font-size: 16px;
  font-family: "Inter Tight", sans-serif;
  line-height: 130%;
  font-weight: 400;
}

.input::placeholder {
  font-size: 16px;
  color: var(--extra-grey);
  font-family: "Inter Tight", sans-serif;
}

.input-error {
  position: absolute;
  bottom: 5px;
  left: 10px;
  color: var(--red);
  font-size: 14px;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.input-wrapper.error .input-error {
  opacity: 1;
  visibility: visible;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 10000s ease-in-out 0s;
  color: var(--grey) !important;
  -webkit-text-fill-color: var(--grey) !important;
}

/* стили инпута потом вынесу в глобал */

/* вынести чекбокс в глобалку */
.input-check-box {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid var(--gold);
  background-color: transparent;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  margin-top: 2px;
}

.input-check-box::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 16px;
  height: 16px;
  background-image: url("../assets/icons/checkbox-checked.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.input-check-box:checked::after {
  opacity: 1;
}

/* Tabs */
.projects-list .scrollbar {
  max-width: 305px;
  width: 100%;
  border-right: 1px solid var(--light-gold);
}

.projects-list .scrollbar p {
  color: var(--grey);
  margin-bottom: 30px;
}

.scrollbar {
  padding-top: 90px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  transition: box-shadow 0.2s;
}

.scrollbar__link {
  padding: 15px 0;
  color: var(--grey);
  text-transform: uppercase;
  font-weight: 600;
}

.scrollbar__link.active {
  border-bottom: 3px solid var(--gold);
  color: var(--gold);
}

.scrollbar-fixed-inner {
  padding-right: 30px;
}

.scrollbar__sublink {
  color: var(--grey);
  text-transform: uppercase;
  font-weight: 600;
}

.scrolbar__scroll {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 60px;
  gap: 15px;
}

.scrollbar__arrow {
  display: block;
  height: 16px;
}

.scrollbar__accordion-trigger {
  display: flex;
  gap: 8px;
  align-items: center;
}

.scrollbar__submenu {
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 50px;
  flex-direction: column;
  gap: 28px;
}

.scrollbar--real-estate,
.scrollbar--news {
  position: relative;
}

/* СТИЛИ ТОЧНО КАК У ШАПКИ */
.real-estate.tabs.tabs-offers.hidden,
.tabs.tabs--news.news-tabs.hidden {
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}

.real-estate.tabs.tabs-offers,
.tabs.tabs--news.news-tabs {
  transition: transform 0.3s ease;
}
/* .tabs.tabs--news.news-tabs {
  overflow: auto;
} */

/* вынести чекбокс в глобалку */
/* --- Responsive breakpoints --- */
@media (max-width: 1920px) {}

@media (max-width: 1440px) {}

@media (max-width: 1202px) {

  .slide-photo--1,
  .slide-photo--2 {
    display: none;
  }

  .projects-list__content,
  .scrollbar {
    padding-top: 0;
    margin-top: 0;
  }

  .projects-list__content .projects-list-description,
  .projects-list-btn {
    display: block;
  }

  /* Tabs */
  .projects-list .scrollbar {
    display: none;
  }

  .select-with-icon select {
    outline: none;
    border: none;
  }
  .select-with-icon select:focus {
    outline: none;
    border: none;
  }
}

@media (max-width: 1024px) {
  .header {
    padding: 20px 16px;
  }

  .burger-menu {
    display: flex;
  }

  .nav-left {
    display: none;
  }

  .language-selector {
    display: none;
  }

  .footer-info {
    gap: 20px;
    padding: 40px 16px 0;
  }

  .footer-info__banner {
    flex-grow: 1;
  }

  .footer-flex-row {
    flex-direction: column;
    justify-content: flex-start;
  }

  .footer-copyrights {
    padding: 0 16px;
  }

  .title-h3 {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .title-h3 {
    font-size: 28px;
  }

  .dining-info {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .footer-info {
    padding-top: 20px;
    flex-direction: column;
  }

  .footer-info__contacts-container {
    order: 2;
  }

  .footer-info__links-grid {
    grid-template-columns: 1fr;
  }

  .mobile-bottom {
    border-bottom: 1px solid var(--grey);
    padding-bottom: 40px;
    padding-top: 18px;
  }

  .mobile-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .grid-item-footer:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
    white-space: nowrap;
  }

  .grid-item-footer:nth-child(3) {
    grid-row: 1;
    grid-column: 2;
  }

  .footer-info-currency__img-mobile {
    display: flex;
    margin-top: auto;
  }

  .footer-info__links-bottom {
    display: none;
  }
}

@media (max-width: 600px) {
  .title-h1 {
    font-size: 52px;
  }

  .title-h2 {
    font-size: 40px;
  }

  .title-h3 {
    font-size: 28px;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-link-2 {
    font-size: 12px;
    line-height: 125%;
  }

  .footer-info__banner {
    max-height: 204px;
    min-height: 204px;
    max-width: 100%; 
  }

  .footer-info__banner img {
    max-height: 204px;
    min-height: 204px;
  }

  .tabs__scroll {
    gap: 24px;
  }

  .grid-item-footer:nth-child(2) {
    white-space: normal;
  }

  .hospitality .scalled--mob {
    height: 700px;
    z-index: -1;
    top: 78px;
  }
}

@media (max-width: 450px) {}

@media (max-width: 380px) {}

@media (max-width: 330px) {}