.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;
}
}html {
scroll-behavior: smooth;
}
.travel-page {
font-family: 'Montserrat', sans-serif;
color: #1a1a2e;
background: #fff;
overflow-x: hidden;
}
.tr-container {
max-width: 1448px;
margin: 0 auto;
padding: 0 24px;
} .tr-hero {
position: relative;
background: linear-gradient(135deg, #066acd 0%, #0a3d7a 100%);
overflow: hidden;
}
.tr-hero::before {
content: '';
position: absolute;
inset: 0;
background:
radial-gradient(ellipse at 20% 80%, rgba(255,255,255,0.08) 0%, transparent 60%),
radial-gradient(ellipse at 80% 20%, rgba(255,255,255,0.06) 0%, transparent 50%);
pointer-events: none;
}
.tr-hero__overlay {
position: relative;
z-index: 1;
text-align: left;
padding: 44px 24px;
max-width: 1448px;
margin: 0 auto;
width: 100%;
box-sizing: border-box;
}
.tr-hero__title {
font-size: 40px;
font-weight: 800;
color: #fff;
letter-spacing: 1px;
margin: 0 0 14px;
line-height: 1.15;
}
.tr-hero__subtitle {
font-size: 18px;
font-weight: 400;
color: rgba(255,255,255,0.85);
margin: 0;
letter-spacing: 0.5px;
max-width: 760px;
} .tr-nav {
background: #f8fbff;
border-bottom: 1px solid #e8edf3;
position: sticky;
top: 0;
z-index: 20;
}
.tr-nav__list {
display: flex;
flex-wrap: wrap;
gap: 10px;
padding: 16px 24px;
max-width: 1448px;
margin: 0 auto;
}
.tr-nav__link {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 9px 16px;
border-radius: 22px;
font-size: 14px;
font-weight: 600;
color: #066acd;
background: #e8f2fd;
border: 1px solid #d0e4f7;
text-decoration: none;
transition: background 0.2s, color 0.2s, transform 0.2s;
}
.tr-nav__link:hover {
background: #d0e4f7;
transform: translateY(-2px);
}
.tr-nav__link--active {
background: linear-gradient(135deg, #066acd 0%, #0a3d7a 100%);
color: #fff;
border-color: transparent;
}
.tr-nav__link svg {
flex-shrink: 0;
} .tr-article {
padding: 56px 0 24px;
}
.tr-article__lead {
font-size: 18px;
line-height: 1.7;
color: #444;
max-width: 820px;
margin: 0 0 8px;
}
.tr-section {
padding: 36px 0;
border-top: 1px solid #eef2f7;
}
.tr-section:first-of-type {
border-top: none;
}
.tr-section__title {
font-size: 26px;
font-weight: 700;
margin: 0 0 18px;
color: #1a1a2e;
scroll-margin-top: 80px;
}
.tr-section p {
font-size: 16px;
line-height: 1.75;
color: #444;
max-width: 860px;
margin: 0 0 14px;
}
.tr-section ul {
list-style: none;
padding: 0;
margin: 0 0 16px;
max-width: 860px;
}
.tr-section ul li {
position: relative;
padding-left: 28px;
font-size: 16px;
line-height: 1.65;
color: #444;
margin-bottom: 10px;
}
.tr-section ul li::before {
content: '';
position: absolute;
left: 4px;
top: 9px;
width: 8px;
height: 8px;
border-radius: 50%;
background: #066acd;
}
.tr-section a {
color: #066acd;
font-weight: 600;
text-decoration: none;
border-bottom: 1px solid rgba(6,106,205,0.3);
transition: border-color 0.2s;
}
.tr-section a:hover {
border-bottom-color: #066acd;
} .tr-callout {
display: flex;
align-items: flex-start;
gap: 14px;
padding: 20px 22px;
background: #f8fbff;
border: 1px solid #d0e4f7;
border-left: 4px solid #066acd;
border-radius: 12px;
margin: 8px 0 16px;
max-width: 860px;
}
.tr-callout svg {
flex-shrink: 0;
color: #066acd;
margin-top: 2px;
}
.tr-callout p {
margin: 0;
font-size: 15px;
line-height: 1.6;
color: #444;
} .tr-methods {
padding: 48px 0;
background: #f8fbff;
}
.tr-methods__title {
font-size: 28px;
font-weight: 700;
margin: 0 0 28px;
color: #1a1a2e;
}
.tr-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 22px;
}
.tr-card {
display: flex;
flex-direction: column;
background: #fff;
border-radius: 16px;
padding: 28px;
box-shadow: 0 2px 12px rgba(6,106,205,0.08);
border: 1px solid #e8edf3;
text-decoration: none;
transition: transform 0.25s, box-shadow 0.25s;
}
.tr-card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 24px rgba(6,106,205,0.15);
}
.tr-card__icon {
width: 52px;
height: 52px;
border-radius: 14px;
display: flex;
align-items: center;
justify-content: center;
background: #e8f2fd;
color: #066acd;
margin-bottom: 18px;
}
.tr-card__title {
font-size: 21px;
font-weight: 700;
color: #1a1a2e;
margin: 0 0 10px;
}
.tr-card__desc {
font-size: 15px;
line-height: 1.6;
color: #555;
margin: 0 0 18px;
flex-grow: 1;
}
.tr-card__more {
display: inline-flex;
align-items: center;
gap: 6px;
font-size: 15px;
font-weight: 600;
color: #066acd;
}
.tr-card__more svg {
transition: transform 0.2s;
}
.tr-card:hover .tr-card__more svg {
transform: translateX(4px);
} .tr-summary {
padding: 56px 0;
}
.tr-summary__title {
font-size: 28px;
font-weight: 700;
margin: 0 0 28px;
color: #1a1a2e;
}
.tr-compare {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 18px;
}
.tr-compare__item {
padding: 22px 24px;
background: #f8fbff;
border: 1px solid #e8edf3;
border-radius: 14px;
}
.tr-compare__item h3 {
font-size: 18px;
font-weight: 700;
margin: 0 0 8px;
color: #066acd;
}
.tr-compare__item p {
font-size: 15px;
line-height: 1.6;
color: #555;
margin: 0;
} .tr-related {
padding: 56px 0 80px;
background: linear-gradient(135deg, #066acd 0%, #0a3d7a 100%);
color: #fff;
}
.tr-related__title {
font-size: 26px;
font-weight: 700;
margin: 0 0 28px;
color: #fff;
}
.tr-related__grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 16px;
}
.tr-related__card {
display: flex;
flex-direction: column;
gap: 10px;
padding: 22px;
background: rgba(255,255,255,0.1);
border-radius: 12px;
text-decoration: none;
color: #fff;
backdrop-filter: blur(4px);
transition: background 0.2s, transform 0.2s;
}
.tr-related__card:hover {
background: rgba(255,255,255,0.18);
transform: translateY(-3px);
}
.tr-related__card svg {
color: #fff;
}
.tr-related__card h3 {
font-size: 17px;
font-weight: 700;
margin: 0;
color: #fff;
}
.tr-related__card p {
font-size: 14px;
line-height: 1.5;
margin: 0;
color: rgba(255,255,255,0.85);
} .tr-others {
padding: 48px 0;
background: #f8fbff;
}
.tr-others__title {
font-size: 24px;
font-weight: 700;
margin: 0 0 24px;
color: #1a1a2e;
}
.tr-others__grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 18px;
}
.tr-others__card {
display: flex;
align-items: center;
gap: 14px;
padding: 20px;
background: #fff;
border: 1px solid #e8edf3;
border-radius: 14px;
text-decoration: none;
transition: transform 0.2s, box-shadow 0.2s;
}
.tr-others__card:hover {
transform: translateY(-3px);
box-shadow: 0 8px 20px rgba(6,106,205,0.12);
}
.tr-others__card .tr-others__ico {
width: 44px;
height: 44px;
border-radius: 12px;
background: #e8f2fd;
color: #066acd;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.tr-others__card span {
font-size: 16px;
font-weight: 600;
color: #1a1a2e;
} @media (max-width: 992px) {
.tr-hero__title { font-size: 32px; }
.tr-hero__subtitle { font-size: 16px; }
.tr-grid,
.tr-compare { grid-template-columns: 1fr; }
.tr-related__grid { grid-template-columns: repeat(2, 1fr); }
.tr-others__grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
.tr-hero__overlay { padding: 32px 16px; }
.tr-container,
.tr-nav__list,
.breadcrumbs-container { padding-left: 16px; padding-right: 16px; }
.tr-hero__title { font-size: 26px; }
.tr-hero__subtitle { font-size: 14px; }
.tr-article { padding: 36px 0 16px; }
.tr-section__title,
.tr-methods__title,
.tr-summary__title,
.tr-related__title { font-size: 22px; }
.tr-related__grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
.tr-hero__title { font-size: 22px; }
.tr-nav { position: static; }
.tr-card { padding: 22px; }
}