.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;
}
}