.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;
}
.ecotrails-page {
font-family: 'Montserrat', sans-serif;
color: #1a1a2e;
background: #fff;
overflow-x: hidden;
}
.et-container {
max-width: 1448px;
margin: 0 auto;
padding: 0 24px;
} .et-hero {
position: relative;
background: linear-gradient(135deg, #066acd 0%, #0a3d7a 100%);
overflow: hidden;
}
.et-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;
}
.et-hero__overlay {
position: relative;
z-index: 1;
text-align: left;
padding: 40px 24px;
max-width: 1448px;
margin: 0 auto;
width: 100%;
box-sizing: border-box;
}
.et-hero__title {
font-size: 42px;
font-weight: 800;
color: #fff;
letter-spacing: 3px;
margin: 0 0 16px;
}
.et-hero__subtitle {
font-size: 18px;
font-weight: 400;
color: rgba(255,255,255,0.85);
margin: 0;
letter-spacing: 1px;
} .et-overview {
padding: 60px 0 40px;
background: #f8fbff;
}
.et-overview__text {
font-size: 17px;
line-height: 1.7;
color: #444;
text-align: left;
max-width: 800px;
margin: 0;
} .et-group {
padding: 60px 0;
}
.et-group:nth-child(even) {
background: #f8fbff;
}
.et-group__title {
font-size: 28px;
font-weight: 700;
margin: 0 0 32px;
color: #1a1a2e;
padding-left: 0;
} .et-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
} .et-card {
background: #fff;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 2px 12px rgba(6,106,205,0.08);
border: 1px solid #e8edf3;
transition: transform 0.25s, box-shadow 0.25s;
display: flex;
flex-direction: column;
}
.et-card__image {
width: 100%;
height: 220px;
overflow: hidden;
flex-shrink: 0;
}
.et-card__image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.3s;
}
.et-card:hover .et-card__image img {
transform: scale(1.05);
}
.et-card__body {
padding: 24px;
display: flex;
flex-direction: column;
flex-grow: 1;
}
.et-card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 24px rgba(6,106,205,0.15);
}
.et-card__header {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 12px;
margin-bottom: 12px;
}
.et-card__title {
font-size: 20px;
font-weight: 700;
margin: 0;
color: #1a1a2e;
}
.et-card__desc {
font-size: 15px;
line-height: 1.6;
color: #555;
margin: 0 0 20px;
flex-grow: 1;
} .et-badge {
display: inline-flex;
align-items: center;
padding: 4px 12px;
border-radius: 20px;
font-size: 13px;
font-weight: 600;
white-space: nowrap;
flex-shrink: 0;
}
.et-badge--easy {
background: #d8f3dc;
color: #1b7a3d;
}
.et-badge--medium {
background: #fff3cd;
color: #856404;
}
.et-badge--hard {
background: #f8d7da;
color: #842029;
} .et-card__meta {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-top: auto;
}
.et-pill {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 6px 12px;
background: #e8f2fd;
border-radius: 20px;
font-size: 13px;
font-weight: 500;
color: #066acd;
border: 1px solid #d0e4f7;
}
.et-pill svg {
flex-shrink: 0;
color: #066acd;
}
.et-pill--pass {
background: #fff3cd;
color: #856404;
border-color: #ffe69c;
}
.et-pill--pass svg {
color: #856404;
} .et-tips {
padding: 60px 0 80px;
background: linear-gradient(135deg, #066acd 0%, #0a3d7a 100%);
color: #fff;
}
.et-tips__title {
font-size: 28px;
font-weight: 700;
text-align: left;
margin: 0 0 40px;
color: #fff;
}
.et-tips__grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}
.et-tips__item {
display: flex;
align-items: flex-start;
gap: 14px;
padding: 20px;
background: rgba(255,255,255,0.1);
border-radius: 12px;
backdrop-filter: blur(4px);
}
.et-tips__num {
width: 32px;
height: 32px;
background: rgba(255,255,255,0.2);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-weight: 700;
font-size: 14px;
flex-shrink: 0;
}
.et-tips__item p {
margin: 0;
font-size: 15px;
line-height: 1.5;
color: rgba(255,255,255,0.9);
}
.et-tips__item p strong {
color: #fff;
} @media (max-width: 992px) {
.et-hero__title {
font-size: 32px;
letter-spacing: 2px;
}
.et-hero__subtitle {
font-size: 16px;
}
.et-grid {
grid-template-columns: repeat(2, 1fr);
}
.et-tips__grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.et-grid {
grid-template-columns: 1fr;
}
.et-hero__overlay {
padding: 32px 16px;
}
.et-container,
.breadcrumbs-container {
padding: 0 16px;
}
.et-hero__title {
font-size: 26px;
letter-spacing: 1px;
}
.et-hero__subtitle {
font-size: 14px;
}
.et-overview {
padding: 40px 0 30px;
}
.et-group {
padding: 40px 0;
}
.et-group__title {
font-size: 22px;
margin-bottom: 24px;
}
.et-card__image {
height: 180px;
}
.et-card__body {
padding: 16px;
}
.et-card__title {
font-size: 18px;
}
.et-tips {
padding: 40px 0 60px;
}
.et-tips__title {
font-size: 22px;
}
.et-tips__grid {
grid-template-columns: 1fr;
}
.et-tips__item {
padding: 16px;
}
}
@media (max-width: 480px) {
.et-hero__title {
font-size: 22px;
}
.et-card__header {
flex-direction: column;
gap: 8px;
}
.et-card__meta {
gap: 6px;
}
.et-pill {
font-size: 12px;
padding: 5px 10px;
}
}