.dombay-footer {
position: relative;
margin-top: auto;
}
.footer-bg {
background-image: url(//dombay-resort.ru/wp-content/uploads/2026/01/fon-podval-1.jpg);
background-size: cover;
background-position: center bottom;
background-repeat: no-repeat;
padding: 60px 0 0;
transition: background-color 0.6s ease;
} .season-summer .footer-bg {
background-color: rgba(45, 106, 79, 0.85);
background-blend-mode: multiply;
}
.footer-container {
max-width: 1448px;
margin: 0 auto;
padding: 0 24px;
} .footer-main {
display: flex;
align-items: flex-start;
gap: 40px;
padding-bottom: 40px;
position: relative;
} .footer-brand {
flex-shrink: 0;
}
.footer-logo {
display: block;
margin-bottom: 15px;
}
.footer-logo svg {
height: 55px;
width: auto;
}
.footer-brand-text {
font-family: 'Montserrat', sans-serif;
font-size: 14px;
font-weight: 400;
color: rgba(255, 255, 255, 0.8);
line-height: 1.5;
margin: 0;
} .footer-divider {
width: 1px;
height: 120px;
background: rgba(255, 255, 255, 0.3);
flex-shrink: 0;
align-self: center;
} .footer-content {
flex: 1;
display: flex;
flex-direction: column;
gap: 60px;
} .footer-nav {
display: flex;
gap: 50px;
}
.footer-nav a {
font-family: 'Montserrat', sans-serif;
font-size: 20px;
font-weight: 500;
color: #ffffff;
text-decoration: none;
transition: opacity 0.3s ease;
}
.footer-nav a:hover {
opacity: 0.8;
} .footer-contacts {
display: flex;
gap: 80px;
}
.footer-contacts-left,
.footer-contacts-right {
display: flex;
flex-direction: column;
gap: 15px;
}
.contact-item {
display: flex;
align-items: center;
gap: 10px;
}
.contact-icon {
width: 24px;
height: 24px;
flex-shrink: 0;
}
.contact-item span,
.contact-item a {
font-family: 'Montserrat', sans-serif;
font-size: 16px;
font-weight: 400;
color: #ffffff;
text-decoration: none;
}
.contact-item a:hover {
text-decoration: underline;
} .contact-social {
gap: 15px;
}
.social-link {
display: flex;
align-items: center;
justify-content: center;
transition: opacity 0.3s ease;
}
.social-link:hover {
opacity: 0.8;
}
.social-link img {
width: 28px;
height: 28px;
} .scroll-to-top {
position: absolute;
right: 0;
top: 0;
display: flex;
align-items: center;
justify-content: center;
transition: transform 0.3s ease;
}
.scroll-to-top:hover {
transform: translateY(-3px);
}
.scroll-to-top img {
width: 50px;
height: 50px;
} .footer-bottom {
display: flex;
align-items: center;
justify-content: center;
gap: 40px;
padding: 20px 0;
border-top: 1px solid rgba(255, 255, 255, 0.2);
margin-top: 20px;
}
.footer-copyright,
.footer-privacy,
.footer-developer {
font-family: 'Montserrat', sans-serif;
font-size: 14px;
font-weight: 400;
color: rgba(255, 255, 255, 0.7);
}
.footer-privacy {
text-decoration: none;
transition: color 0.3s ease;
}
.footer-privacy:hover {
color: #ffffff;
} .mob-nav {
display: none;
}
@media (max-width: 768px) {
.mob-nav {
display: flex;
align-items: center;
position: fixed;
bottom: calc(10px + env(safe-area-inset-bottom));
left: 12px;
right: 12px;
background: rgba(255, 255, 255, 0.92);
backdrop-filter: saturate(180%) blur(20px);
-webkit-backdrop-filter: saturate(180%) blur(20px);
border-radius: 22px;
padding: 7px 4px 7px;
z-index: 1000;
box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}
.mob-nav__item {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
gap: 4px;
padding: 0;
color: #7eadd4;
text-decoration: none;
font-family: 'Montserrat', sans-serif;
font-size: 10px;
font-weight: 600;
background: none !important;
border: none !important;
box-shadow: none !important;
outline: none !important;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
transition: color 0.2s ease;
}
.mob-nav__item svg {
width: 24px;
height: 24px;
flex-shrink: 0;
}
.mob-nav__item span {
display: block;
line-height: 1;
} .mob-nav__item--active {
color: var(--primary-color);
}
.mob-nav__item--active svg {
stroke-width: 2;
} .mob-nav__center {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
gap: 0;
padding: 0;
background: none !important;
border: none !important;
box-shadow: none !important;
outline: none !important;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
position: relative;
}
.mob-nav__center-circle {
width: 55px;
height: 55px;
border-radius: 50%;
background: var(--primary-color);
display: flex;
align-items: center;
justify-content: center;
}
.mob-nav__center-circle svg {
width: 22px;
height: 22px;
color: #ffffff;
}
.mob-nav__center:active .mob-nav__center-circle {
transform: scale(0.93);
} .season-summer .mob-nav__item {
color: rgba(74, 155, 74, 0.5);
}
.season-summer .mob-nav__item--active {
color: var(--summer-primary);
}
.season-summer .mob-nav__center-circle {
background: var(--summer-primary);
} .dombay-footer .footer-bg {
padding-bottom: 100px;
}
} @media (max-width: 1024px) {
.footer-main {
flex-wrap: wrap;
}
.footer-nav {
gap: 30px;
}
.footer-contacts {
gap: 40px;
}
}
@media (max-width: 768px) {
.footer-bg {
padding: 40px 0 0;
}
.footer-container {
padding: 0 20px;
}
.footer-main {
flex-direction: column;
align-items: flex-start;
gap: 30px;
} .footer-brand {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
width: 100%;
margin-bottom: 18px; }
.footer-brand-text {
font-size: 14px;
} .footer-divider {
display: none;
}
.footer-content {
align-items: flex-start;
gap: 30px;
width: 100%;
} .footer-nav {
flex-direction: row;
flex-wrap: wrap;
gap: 15px;
}
.footer-nav a {
font-size: 13px;
} .footer-contacts {
flex-direction: column;
align-items: flex-start;
gap: 0;
}
.footer-contacts-left,
.footer-contacts-right {
align-items: flex-start;
gap: 15px;
}
.footer-contacts-left {
margin-bottom: 15px;
}
.contact-item {
justify-content: flex-start;
}
.contact-item span,
.contact-item a {
font-size: 14px;
} .contact-social {
flex-direction: row;
gap: 15px;
} .scroll-to-top {
display: none;
} .footer-bottom {
flex-direction: column;
gap: 10px;
text-align: center;
padding: 20px 0 30px;
}
.footer-copyright,
.footer-privacy,
.footer-developer {
font-size: 14px;
}
}.ht-page {
--ht-navy: #0B3A66;
--ht-ink: #1C2B3A;
--ht-muted: #7C8B9A;
--ht-line: #E4EBF2;
--ht-blue: #12558F;
--ht-bg: #F4F8FB;
--ht-green: #4F8A1E;
--ht-radius: 16px;
font-family: 'Montserrat', sans-serif;
color: var(--ht-ink);
background: #fff;
}
.ht-container {
max-width: 1448px;
margin: 0 auto;
padding: 0 24px;
} .ht-hero {
background: var(--ht-bg);
padding: 54px 0 40px;
}
.ht-hero__title {
margin: 0 0 14px;
font-size: 44px;
line-height: 1.04;
font-weight: 800;
letter-spacing: -0.5px;
color: var(--ht-navy);
}
.ht-hero__lead {
margin: 0;
max-width: 620px;
font-size: 16px;
line-height: 1.6;
color: var(--ht-muted);
} .ht-filters {
background: var(--ht-bg);
padding: 0 0 26px;
}
.ht-filters__row {
display: flex;
align-items: flex-start;
gap: 14px;
padding: 12px 0;
border-top: 1px solid var(--ht-line);
}
.ht-filters__row:first-child { border-top: none; }
.ht-filters__label {
flex: none;
width: 88px;
padding-top: 7px;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.6px;
color: var(--ht-muted);
}
.ht-chips {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.ht-chip {
display: inline-flex;
align-items: center;
gap: 7px;
padding: 8px 14px;
border: 1px solid var(--ht-line);
border-radius: 999px;
background: #fff;
color: var(--ht-ink);
font-family: inherit;
font-size: 13px;
font-weight: 500;
line-height: 1.2;
cursor: pointer;
transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.ht-chip:hover { border-color: #C7D6E4; }
.ht-chip.is-active {
background: var(--ht-navy);
border-color: var(--ht-navy);
color: #fff;
}
.ht-chip svg { opacity: 0.75; }
.ht-filters__row--foot {
align-items: center;
gap: 16px;
flex-wrap: wrap;
}
.ht-count {
font-size: 14px;
font-weight: 600;
color: var(--ht-navy);
}
.ht-sort {
margin-left: auto;
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 13px;
color: var(--ht-muted);
}
.ht-sort select {
font-family: inherit;
font-size: 13px;
padding: 6px 10px;
border: 1px solid var(--ht-line);
border-radius: 10px;
background: #fff;
color: var(--ht-ink);
}
.ht-reset {
border: none;
background: none;
padding: 0;
color: var(--ht-blue);
font-family: inherit;
font-size: 13px;
cursor: pointer;
text-decoration: underline;
} .ht-list-wrap { padding: 34px 0 70px; }
.ht-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 24px;
}
.ht-card {
display: flex;
flex-direction: column;
border: 1px solid var(--ht-line);
border-radius: var(--ht-radius);
overflow: hidden;
background: #fff;
transition: box-shadow 0.18s, transform 0.18s;
}
.ht-card:hover {
box-shadow: 0 12px 30px rgba(16, 42, 67, 0.10);
transform: translateY(-2px);
}
.ht-card[hidden] { display: none; }
.ht-card__media {
position: relative;
display: block;
aspect-ratio: 4 / 3;
background: var(--ht-bg);
overflow: hidden;
}
.ht-card__media img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.ht-card__noimage {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
color: var(--ht-muted);
font-size: 13px;
}
.ht-card__badge {
position: absolute;
left: 12px;
top: 12px;
padding: 5px 11px;
border-radius: 999px;
background: rgba(255, 255, 255, 0.94);
color: var(--ht-navy);
font-size: 12px;
font-weight: 600;
}
.ht-card__body {
display: flex;
flex-direction: column;
gap: 9px;
padding: 16px 17px 17px;
flex: 1;
}
.ht-card__title {
margin: 0;
font-size: 17px;
line-height: 1.3;
font-weight: 700;
}
.ht-card__title a {
color: var(--ht-ink);
text-decoration: none;
}
.ht-card__title a:hover { color: var(--ht-blue); }
.ht-card__distance {
display: flex;
align-items: center;
gap: 6px;
margin: 0;
font-size: 13px;
color: var(--ht-green);
}
.ht-card__text {
margin: 0;
font-size: 14px;
line-height: 1.5;
color: var(--ht-muted);
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.ht-card__foot {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
margin-top: auto;
padding-top: 12px;
border-top: 1px solid var(--ht-line);
}
.ht-card__price {
font-size: 17px;
font-weight: 700;
color: var(--ht-navy);
}
.ht-card__price span {
font-size: 12px;
font-weight: 500;
color: var(--ht-muted);
}
.ht-card__price--ask {
font-size: 14px;
font-weight: 600;
color: var(--ht-muted);
}
.ht-card__go {
display: inline-flex;
align-items: center;
gap: 4px;
font-size: 13px;
font-weight: 600;
color: var(--ht-blue);
} .ht-card { position: relative; }
.ht-card__title a::after {
content: '';
position: absolute;
inset: 0;
z-index: 1;
} .ht-empty-wrap { padding: 60px 0 80px; }
.ht-empty,
.ht-nothing {
text-align: center;
padding: 46px 20px;
border: 1px dashed var(--ht-line);
border-radius: var(--ht-radius);
color: var(--ht-muted);
}
.ht-empty {
display: flex;
flex-direction: column;
align-items: center;
gap: 14px;
padding: 58px 24px;
background: var(--ht-bg);
border-style: solid;
}
.ht-empty__icon {
display: flex;
align-items: center;
justify-content: center;
width: 82px;
height: 82px;
border-radius: 50%;
background: #fff;
color: var(--ht-navy);
}
.ht-empty__title {
margin: 0;
font-size: 24px;
font-weight: 700;
line-height: 1.25;
color: var(--ht-navy);
}
.ht-empty__note {
margin: 0;
max-width: 560px;
font-size: 15px;
line-height: 1.6;
color: var(--ht-muted);
} .ht-empty .ht-empty__btn {
width: auto;
margin: 6px 0 0;
padding-left: 34px;
padding-right: 34px;
}
.ht-nothing p { margin: 0 0 14px; } .ht-single { padding: 26px 0 70px; }
.ht-back {
display: inline-flex;
align-items: center;
gap: 6px;
margin-bottom: 18px;
color: var(--ht-blue);
font-size: 14px;
text-decoration: none;
}
.ht-back:hover { text-decoration: underline; }
.ht-single__head { margin-bottom: 20px; }
.ht-single__type {
display: inline-block;
margin-bottom: 10px;
padding: 5px 12px;
border-radius: 999px;
background: var(--ht-bg);
color: var(--ht-navy);
font-size: 12px;
font-weight: 600;
}
.ht-single__title {
margin: 0 0 8px;
font-size: 34px;
line-height: 1.15;
font-weight: 800;
color: var(--ht-navy);
}
.ht-single__place {
margin: 0;
font-size: 15px;
color: var(--ht-muted);
}
.ht-slider {
position: relative;
margin-bottom: 30px;
border-radius: var(--ht-radius);
overflow: hidden;
background: var(--ht-bg);
}
.ht-slider__track {
display: flex;
overflow-x: auto; scroll-snap-type: x mandatory;
scrollbar-width: none;
-webkit-overflow-scrolling: touch;
}
.ht-slider__track::-webkit-scrollbar { display: none; }
.ht-slide {
flex: 0 0 100%;
scroll-snap-align: start;
aspect-ratio: 16 / 9; max-height: 560px;
}
.ht-slide img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.ht-slider__nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
display: flex;
align-items: center;
justify-content: center;
width: 44px;
height: 44px;
padding: 0;
border: none;
border-radius: 50%;
background: rgba(255, 255, 255, 0.92);
color: var(--ht-navy);
cursor: pointer;
box-shadow: 0 4px 14px rgba(16, 42, 67, 0.18);
transition: background 0.15s;
}
.ht-slider__nav:hover { background: #fff; }
.ht-slider__nav--prev { left: 14px; }
.ht-slider__nav--next { right: 14px; }
.ht-slider__counter {
position: absolute;
right: 14px;
top: 14px;
padding: 5px 11px;
border-radius: 999px;
background: rgba(12, 28, 44, 0.62);
color: #fff;
font-size: 12px;
font-weight: 600;
} .ht-slider__dots {
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 14px;
display: flex;
align-items: center;
gap: 7px;
padding: 7px 10px;
border-radius: 999px;
background: rgba(12, 28, 44, 0.42);
-webkit-backdrop-filter: blur(4px);
backdrop-filter: blur(4px);
}
.ht-slider__dot {
width: 8px;
height: 8px;
padding: 0;
border: none;
border-radius: 50%;
background: rgba(255, 255, 255, 0.5);
cursor: pointer;
transition: background 0.15s, transform 0.15s;
}
.ht-slider__dot.is-active {
background: #fff;
transform: scale(1.25);
}
.ht-single__cols {
display: grid;
grid-template-columns: 7fr 3fr;
gap: 40px;
align-items: start;
}
.ht-prose { font-size: 16px; line-height: 1.7; color: #3A4A5C; }
.ht-prose p { margin: 0 0 14px; }
.ht-h2 {
margin: 30px 0 14px;
font-size: 20px;
font-weight: 700;
color: var(--ht-navy);
}
.ht-amenities {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
gap: 10px;
margin: 0;
padding: 0;
list-style: none;
}
.ht-amenities li {
display: flex;
align-items: center;
gap: 9px;
padding: 11px 13px;
border-radius: 12px;
background: var(--ht-bg);
font-size: 14px;
}
.ht-amenities svg { color: var(--ht-navy); opacity: 0.8; flex: none; }
.ht-facts {
display: grid;
grid-template-columns: 130px minmax(0, 1fr);
gap: 10px 16px;
margin: 0;
font-size: 15px;
}
.ht-facts dt { color: var(--ht-muted); }
.ht-facts dd { margin: 0; } .ht-stars {
display: inline-flex;
gap: 1px;
margin-left: 7px;
color: #E8A317;
vertical-align: 2px;
}
.ht-single__title .ht-stars { vertical-align: 5px; } .ht-rooms {
margin: 0;
padding: 0;
list-style: none;
border: 1px solid var(--ht-line);
border-radius: var(--ht-radius);
overflow: hidden;
}
.ht-room {
display: flex;
align-items: center;
gap: 14px;
padding: 14px 17px;
border-top: 1px solid var(--ht-line);
}
.ht-room:first-child { border-top: none; }
.ht-room__thumb {
position: relative;
flex: none;
width: 84px;
height: 62px;
padding: 0;
border: none;
border-radius: 10px;
overflow: hidden;
background: var(--ht-bg);
cursor: zoom-in;
}
.ht-room__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ht-room__count {
position: absolute;
right: 5px;
bottom: 5px;
min-width: 20px;
padding: 1px 5px;
border-radius: 999px;
background: rgba(12, 28, 44, 0.68);
color: #fff;
font-size: 11px;
font-weight: 600;
line-height: 17px;
}
.ht-room__main { display: flex; flex-direction: column; gap: 3px; flex: 1; }
.ht-room__title { font-size: 15px; font-weight: 600; }
.ht-room__note { font-size: 13px; color: var(--ht-muted); }
.ht-room__price {
flex: none;
font-size: 16px;
font-weight: 700;
color: var(--ht-navy);
white-space: nowrap;
}
.ht-room__ask { font-size: 13px; font-weight: 500; color: var(--ht-muted); } .ht-lightbox {
position: fixed;
inset: 0;
z-index: 9999;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
padding: 24px;
background: rgba(8, 20, 33, 0.92);
}
.ht-lightbox[hidden] { display: none; }
.ht-lightbox__frame {
margin: 0;
max-width: min(1100px, 100%);
text-align: center;
}
.ht-lightbox__frame img {
max-width: 100%;
max-height: 78vh;
border-radius: 12px;
display: block;
margin: 0 auto;
}
.ht-lightbox__frame figcaption {
margin-top: 12px;
color: rgba(255, 255, 255, 0.82);
font-size: 14px;
}
.ht-lightbox__nav,
.ht-lightbox__close {
flex: none;
display: flex;
align-items: center;
justify-content: center;
width: 46px;
height: 46px;
padding: 0;
border: none;
border-radius: 50%;
background: rgba(255, 255, 255, 0.14);
color: #fff;
cursor: pointer;
}
.ht-lightbox__nav:hover,
.ht-lightbox__close:hover { background: rgba(255, 255, 255, 0.26); }
.ht-lightbox__nav[hidden] { display: none; }
.ht-lightbox__close {
position: absolute;
top: 20px;
right: 20px;
} .ht-book {
position: sticky;
top: 96px;
border: 1px solid var(--ht-line);
border-radius: var(--ht-radius);
padding: 20px;
background: #fff;
box-shadow: 0 10px 30px rgba(16, 42, 67, 0.06);
}
.ht-book__price {
margin: 0 0 4px;
font-size: 26px;
font-weight: 800;
color: var(--ht-navy);
}
.ht-book__price span {
font-size: 13px;
font-weight: 500;
color: var(--ht-muted);
}
.ht-book__price--ask { font-size: 19px; }
.ht-book__meta {
display: flex;
gap: 14px;
margin: 0 0 16px;
font-size: 13px;
color: var(--ht-muted);
}
.ht-btn {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
margin-bottom: 9px;
padding: 13px 16px;
border: 1px solid transparent;
border-radius: 12px;
font-size: 15px;
font-weight: 600;
text-decoration: none;
text-align: center;
cursor: pointer;
font-family: inherit;
}
.ht-btn--primary { background: var(--ht-navy); color: #fff; }
.ht-btn--primary:hover { background: #092F55; color: #fff; }
.ht-btn--wa { background: #25D366; color: #fff; }
.ht-btn--wa:hover { background: #1FBA59; color: #fff; }
.ht-btn--tg { background: #2AABEE; color: #fff; }
.ht-btn--tg:hover { background: #1E97D6; color: #fff; }
.ht-btn--ghost {
background: #fff;
border-color: var(--ht-line);
color: var(--ht-navy);
}
.ht-book__nocontacts { margin: 0 0 10px; color: var(--ht-muted); font-size: 14px; }
.ht-book__note {
margin: 12px 0 0;
font-size: 12px;
line-height: 1.5;
color: var(--ht-muted);
} @media (max-width: 1100px) {
.ht-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ht-single__cols {
grid-template-columns: minmax(0, 1fr);
gap: 28px;
}
.ht-book { position: static; }
} @media (max-width: 680px) {
.ht-container { padding: 0 20px; }
.ht-hero { padding: 34px 0 26px; }
.ht-hero__title { font-size: 30px; }
.ht-hero__lead { font-size: 15px; } .ht-filters__row {
flex-direction: column;
align-items: stretch;
gap: 8px;
}
.ht-filters__label { width: auto; padding-top: 0; } .ht-chips {
flex-wrap: nowrap;
overflow-x: auto; min-width: 0;
max-width: 100%;
margin: 0 -20px;
padding: 2px 20px 6px;
scrollbar-width: none;
}
.ht-chips::-webkit-scrollbar { display: none; }
.ht-chip { flex: none; }
.ht-filters__row--foot { flex-direction: row; align-items: center; }
.ht-sort { margin-left: auto; }
.ht-grid { grid-template-columns: minmax(0, 1fr); gap: 18px; }
.ht-list-wrap { padding: 24px 0 50px; }
.ht-single__title { font-size: 26px; }
.ht-single { padding: 18px 0 50px; }
.ht-slider__nav { width: 36px; height: 36px; }
.ht-slider__nav--prev { left: 8px; }
.ht-slider__nav--next { right: 8px; }
.ht-lightbox { padding: 14px; gap: 4px; }
.ht-lightbox__nav { width: 38px; height: 38px; }
.ht-lightbox__frame img { max-height: 68vh; }
.ht-room { flex-wrap: wrap; }
.ht-room__thumb { width: 64px; height: 48px; }
.ht-facts { grid-template-columns: minmax(0, 1fr); gap: 2px 0; }
.ht-facts dt { margin-top: 10px; font-size: 13px; }
}