:root {
--header-bg: #ffffff;
--primary-color: #066acd;
--header-border: #e5e7eb;
}
.dombay-inner-page {
margin: 0;
padding: 0;
}
.dombay-header--solid {
position: sticky;
top: 0;
left: 0;
right: 0;
z-index: 1000;
background: var(--header-bg);
border-bottom: 1px solid var(--header-border);
padding: 16px 24px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.dombay-header--solid .header-container {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 1400px;
margin: 0 auto;
position: relative;
} .dombay-header--solid .header-left {
display: flex;
align-items: center;
gap: 24px;
}
.back-to-home {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
padding: 0;
border-radius: 50%;
background: #f3f4f6;
color: var(--primary-color);
text-decoration: none;
border: none;
cursor: pointer;
transition: all 0.2s ease;
}
.back-to-home:hover {
background: #e5e7eb;
color: var(--primary-color);
}
.dombay-header--solid .header-nav {
display: flex;
align-items: center;
gap: 32px;
}
.dombay-header--solid .nav-link {
font-family: 'Montserrat', sans-serif;
font-size: 15px;
font-weight: 500;
color: #4b5563;
text-decoration: none;
transition: color 0.2s ease;
}
.dombay-header--solid .nav-link:hover {
color: var(--primary-color);
} .dombay-header--solid .header-center {
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.dombay-header--solid .header-logo {
display: block;
}
.dombay-header--solid .header-logo svg {
display: block;
height: 39px;
width: auto;
} .dombay-header--solid .header-right {
display: flex;
align-items: center;
}
.header-actions {
display: flex;
align-items: center;
gap: 12px;
}
.header-action-btn {
display: flex;
align-items: center;
justify-content: center;
width: 24px;
height: 24px;
color: var(--primary-color);
text-decoration: none;
transition: opacity 0.2s ease;
}
.header-action-btn:hover {
opacity: 0.7;
}
.header-action-btn svg {
width: 24px;
height: 24px;
flex-shrink: 0;
} .dombay-header--solid .burger-menu {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 6px;
width: 85px;
height: 46px;
background: transparent;
border: 1px solid var(--primary-color);
border-radius: 50px;
cursor: pointer;
color: var(--primary-color);
transition: background-color 0.3s ease;
box-sizing: border-box;
}
.dombay-header--solid .burger-menu:hover {
background: var(--primary-color);
color: white;
}
.dombay-header--solid .burger-menu .burger-line {
display: block;
transition: all 0.3s ease;
} .dombay-main {
min-height: calc(100vh - 80px);
} .dombay-inner-page .ast-above-header,
.dombay-inner-page .ast-below-header,
.dombay-inner-page .ast-main-header-wrap,
.dombay-inner-page #masthead {
display: none !important;
} @media (max-width: 768px) {
.dombay-header--solid {
padding: 16px 16px;
transition: padding 0.3s ease;
}
.dombay-header--solid .header-nav {
display: none;
} .dombay-header--solid .header-center {
position: static;
transform: none;
order: -1;
}
.dombay-header--solid .header-right {
margin-left: auto;
}
.dombay-header--solid .header-left {
order: 1;
margin-left: 12px;
}
.dombay-header--solid .header-logo svg {
height: 38px;
transition: height 0.3s ease;
}
.header-actions {
gap: 10px;
transition: gap 0.3s ease;
}
.header-action-btn {
width: 24px;
height: 24px;
transition: all 0.3s ease;
}
.header-action-btn svg {
width: 24px;
height: 24px;
transition: all 0.3s ease;
}
.dombay-header--solid .burger-menu {
width: 52px;
height: 34px;
gap: 0;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='8'%3E%3Cline x1='0' y1='1' x2='22' y2='1' stroke='%23066acd' stroke-width='2'/%3E%3Cline x1='0' y1='7' x2='22' y2='7' stroke='%23066acd' stroke-width='2'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
transition: all 0.3s ease;
}
.dombay-header--solid .burger-menu .burger-line {
display: none;
} .dombay-header--solid.header-scrolled {
padding: 8px 16px;
}
.dombay-header--solid.header-scrolled .header-logo svg {
height: 28px;
}
.dombay-header--solid.header-scrolled .header-actions {
gap: 8px;
}
.dombay-header--solid.header-scrolled .header-action-btn {
width: 18px;
height: 18px;
}
.dombay-header--solid.header-scrolled .header-action-btn svg {
width: 18px;
height: 18px;
}
.dombay-header--solid.header-scrolled .burger-menu {
width: 40px;
height: 26px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='8'%3E%3Cline x1='0' y1='1' x2='18' y2='1' stroke='%23066acd' stroke-width='2'/%3E%3Cline x1='0' y1='7' x2='18' y2='7' stroke='%23066acd' stroke-width='2'/%3E%3C/svg%3E");
}
} .dombay-breadcrumbs {
background: transparent;
padding: 20px 0;
}
.breadcrumbs-container {
max-width: 1448px;
margin: 0 auto;
padding: 0 24px;
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 8px;
font-family: 'Montserrat', sans-serif;
font-size: 14px;
}
.breadcrumb-item {
color: #6b7280;
text-decoration: none;
transition: color 0.2s ease;
}
.breadcrumb-item:hover {
color: var(--primary-color);
}
.breadcrumb-current {
color: #1f2937;
font-weight: 500;
}
.breadcrumb-separator {
display: flex;
align-items: center;
color: #9ca3af;
}
.breadcrumb-separator svg {
width: 14px;
height: 14px;
}
@media (max-width: 768px) {
.breadcrumbs-container {
padding: 0 10px;
font-size: 12px;
gap: 6px;
}
.breadcrumb-separator svg {
width: 12px;
height: 12px;
}
} .fullscreen-menu {
position: fixed;
inset: 0;
z-index: 99999;
visibility: hidden;
pointer-events: none;
}
.fullscreen-menu.active {
visibility: visible;
pointer-events: auto;
} body.menu-open #wpadminbar {
display: none !important;
} .fullscreen-menu__bg {
position: absolute;
inset: 0;
background: url(//dombay-resort.ru/wp-content/uploads/2026/01/Rectangle-45.jpg) center/cover no-repeat;
filter: brightness(0.4);
opacity: 0;
transition: opacity 0.45s ease;
}
.fullscreen-menu.active .fullscreen-menu__bg {
opacity: 1;
} .fullscreen-menu__panel {
position: absolute;
top: 0;
left: 0;
width: 30%;
min-width: 360px;
height: 100%;
background: rgba(10, 20, 40, 0.85);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
display: flex;
flex-direction: column;
padding: 40px 36px;
box-sizing: border-box;
z-index: 2;
transform: translateX(-100%);
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
overflow-y: auto;
}
.fullscreen-menu.active .fullscreen-menu__panel {
transform: translateX(0);
} .fullscreen-menu__header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 40px;
flex-shrink: 0;
}
.fullscreen-menu__logo svg {
display: block;
height: 40px;
width: auto;
}
.fullscreen-menu__close,
.fullscreen-menu__close:hover,
.fullscreen-menu__close:focus,
.fullscreen-menu__close:active {
width: 36px;
height: 36px;
border: none !important;
background: transparent !important;
color: rgba(255, 255, 255, 0.6);
cursor: pointer;
padding: 0 !important;
display: flex;
align-items: center;
justify-content: center;
transition: color 0.2s;
flex-shrink: 0;
box-shadow: none !important;
border-radius: 0 !important;
}
.fullscreen-menu__close:hover {
color: #fff !important;
} .fullscreen-menu__nav {
flex: 1;
display: flex;
flex-direction: column;
gap: 4px;
} .fm-accordion__trigger,
.fm-accordion__trigger:hover,
.fm-accordion__trigger:focus,
.fm-accordion__trigger:active,
.fm-accordion__trigger:visited {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
padding: 14px 0 !important;
background: none !important;
border: none !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
border-radius: 0 !important;
color: #fff !important;
font-family: 'Montserrat', sans-serif;
font-size: 20px;
font-weight: 700;
cursor: pointer;
transition: color 0.2s;
text-align: left;
box-shadow: none !important;
outline: none !important;
}
.fm-accordion__trigger:hover {
color: rgba(255, 255, 255, 0.8) !important;
}
.fm-accordion__chevron {
transition: transform 0.3s ease;
flex-shrink: 0;
}
.fm-accordion__trigger.active .fm-accordion__chevron {
transform: rotate(180deg);
} .fm-accordion__content {
max-height: 0;
overflow: hidden;
transition: max-height 0.35s ease;
display: flex;
flex-direction: column;
}
.fm-accordion__content a {
font-family: 'Montserrat', sans-serif;
font-size: 16px;
font-weight: 400;
color: rgba(255, 255, 255, 0.7);
text-decoration: none;
padding: 10px 0 10px 16px;
transition: color 0.2s;
}
.fm-accordion__content a:first-child {
padding-top: 14px;
}
.fm-accordion__content a:last-child {
padding-bottom: 14px;
}
.fm-accordion__content a:hover {
color: #fff;
} .fm-direct-link {
display: block;
padding: 14px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
color: #fff;
font-family: 'Montserrat', sans-serif;
font-size: 20px;
font-weight: 700;
text-decoration: none;
transition: color 0.2s;
}
.fm-direct-link:hover {
color: rgba(255, 255, 255, 0.8);
} .fullscreen-menu__footer {
margin-top: auto;
padding-top: 32px;
flex-shrink: 0;
}
.fm-book-btn {
display: block;
text-align: center;
padding: 14px 24px;
background: #fff;
color: #0a1428;
font-family: 'Montserrat', sans-serif;
font-size: 15px;
font-weight: 600;
text-decoration: none;
border-radius: 12px;
transition: opacity 0.2s;
}
.fm-book-btn:hover {
opacity: 0.9;
}
.fm-contacts {
display: flex;
align-items: center;
gap: 16px;
margin-top: 20px;
}
.fm-contacts__tg {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.12);
color: #fff;
transition: background 0.2s;
}
.fm-contacts__tg:hover {
background: rgba(255, 255, 255, 0.2);
}
.fm-contacts__phone {
font-family: 'Montserrat', sans-serif;
font-size: 15px;
font-weight: 500;
color: rgba(255, 255, 255, 0.8);
text-decoration: none;
transition: color 0.2s;
}
.fm-contacts__phone:hover {
color: #fff;
} @media (max-width: 768px) {
.fullscreen-menu__panel {
width: 100%;
min-width: 0;
padding: 28px 24px;
}
.fullscreen-menu__header {
margin-bottom: 28px;
}
.fm-accordion__trigger {
font-size: 18px;
padding: 12px 0;
}
.fm-accordion__content a {
font-size: 15px;
padding: 8px 0 8px 14px;
}
.fm-direct-link {
font-size: 18px;
padding: 12px 0;
}
.fullscreen-menu__footer {
padding-top: 24px;
}
}