.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;
}
.cableways-page {
font-family: 'Montserrat', sans-serif;
color: #1a1a2e;
background: #fff;
overflow-x: hidden;
}
.cw-container {
max-width: 1448px;
margin: 0 auto;
padding: 0 24px;
} .cw-hero {
position: relative;
background: linear-gradient(135deg, #066acd 0%, #0a3d7a 100%);
overflow: hidden;
}
.cw-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;
}
.cw-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;
}
.cw-hero__title {
font-size: 42px;
font-weight: 800;
color: #fff;
letter-spacing: 3px;
margin: 0 0 16px;
}
.cw-hero__subtitle {
font-size: 18px;
font-weight: 400;
color: rgba(255,255,255,0.85);
margin: 0;
letter-spacing: 1px;
} .cw-overview {
padding: 60px 0 40px;
background: #f8fbff;
}
.cw-overview__text {
font-size: 17px;
line-height: 1.7;
color: #444;
text-align: left;
max-width: 800px;
margin: 0 0 40px;
}
.cw-overview__cards {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
}
.cw-overview__card {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding: 32px 20px;
background: #fff;
border-radius: 16px;
box-shadow: 0 2px 12px rgba(6,106,205,0.08);
text-decoration: none;
color: #1a1a2e;
transition: transform 0.25s, box-shadow 0.25s;
}
.cw-overview__card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 24px rgba(6,106,205,0.15);
}
.cw-overview__card-icon {
width: 64px;
height: 64px;
background: #e8f2fd;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 16px;
color: #066acd;
}
.cw-overview__card h3 {
font-size: 16px;
font-weight: 700;
margin: 0 0 8px;
}
.cw-overview__card span {
font-size: 14px;
color: #066acd;
font-weight: 600;
} .cw-section {
padding: 60px 0;
}
.cw-section--alt {
background: #f8fbff;
}
.cw-section__header {
display: flex;
align-items: flex-start;
gap: 24px;
margin-bottom: 40px;
}
.cw-section__number {
font-size: 48px;
font-weight: 800;
color: #066acd;
opacity: 0.2;
line-height: 1;
flex-shrink: 0;
}
.cw-section__title {
font-size: 28px;
font-weight: 700;
margin: 0 0 12px;
color: #1a1a2e;
}
.cw-section__desc {
font-size: 16px;
line-height: 1.6;
color: #555;
margin: 0;
}
.cw-section__content {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
align-items: start;
}
.cw-section__content--reverse {
direction: rtl;
}
.cw-section__content--reverse > * {
direction: ltr;
}
.cw-section__image {
border-radius: 16px;
overflow: hidden;
background: #e8f2fd;
}
.cw-section__image img {
width: 100%;
height: auto;
display: block;
object-fit: cover;
} .cw-table {
width: 100%;
border-collapse: collapse;
margin-bottom: 28px;
font-size: 15px;
}
.cw-table thead th {
background: #066acd;
color: #fff;
font-weight: 600;
padding: 12px 16px;
text-align: left;
font-size: 14px;
letter-spacing: 0.5px;
}
.cw-table thead th:first-child {
border-radius: 8px 0 0 0;
}
.cw-table thead th:last-child {
border-radius: 0 8px 0 0;
}
.cw-table tbody td {
padding: 12px 16px;
border-bottom: 1px solid #e8edf3;
}
.cw-table tbody tr:last-child td {
border-bottom: none;
}
.cw-table tbody tr:nth-child(even) {
background: #f8fbff;
} .cw-info-grid {
display: flex;
flex-direction: column;
gap: 16px;
}
.cw-info-item {
display: flex;
align-items: flex-start;
gap: 14px;
padding: 14px 16px;
background: #fff;
border-radius: 12px;
border: 1px solid #e8edf3;
}
.cw-section--alt .cw-info-item {
background: #fff;
}
.cw-info-item__icon {
flex-shrink: 0;
color: #066acd;
margin-top: 2px;
}
.cw-info-item__label {
display: block;
font-size: 12px;
color: #888;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 4px;
}
.cw-info-item strong {
font-size: 15px;
font-weight: 600;
color: #1a1a2e;
} .cw-tips {
padding: 60px 0 80px;
background: linear-gradient(135deg, #066acd 0%, #0a3d7a 100%);
color: #fff;
}
.cw-tips__title {
font-size: 28px;
font-weight: 700;
text-align: left;
margin: 0 0 40px;
color: #fff;
}
.cw-tips__grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}
.cw-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);
}
.cw-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;
}
.cw-tips__item p {
margin: 0;
font-size: 15px;
line-height: 1.5;
color: rgba(255,255,255,0.9);
}
.cw-tips__item p strong {
color: #fff;
} @media (max-width: 992px) {
.cw-hero__title {
font-size: 32px;
letter-spacing: 2px;
}
.cw-hero__subtitle {
font-size: 16px;
}
.cw-section__content,
.cw-section__content--reverse {
grid-template-columns: 1fr;
direction: ltr;
}
.cw-tips__grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.cw-hero__overlay {
padding: 32px 16px;
}
.cw-container,
.breadcrumbs-container {
padding: 0 16px;
}
.cw-hero__title {
font-size: 26px;
letter-spacing: 1px;
}
.cw-hero__subtitle {
font-size: 14px;
}
.cw-overview {
padding: 40px 0 30px;
}
.cw-overview__cards {
grid-template-columns: 1fr;
gap: 16px;
}
.cw-overview__card {
padding: 24px 16px;
}
.cw-section {
padding: 40px 0;
}
.cw-section__header {
flex-direction: column;
gap: 8px;
}
.cw-section__number {
font-size: 36px;
}
.cw-section__title {
font-size: 22px;
}
.cw-section__desc {
font-size: 15px;
}
.cw-table {
font-size: 13px;
}
.cw-table thead th,
.cw-table tbody td {
padding: 10px 12px;
}
.cw-tips {
padding: 40px 0 60px;
}
.cw-tips__title {
font-size: 22px;
}
.cw-tips__grid {
grid-template-columns: 1fr;
}
.cw-tips__item {
padding: 16px;
}
}
@media (max-width: 480px) {
.cw-hero__title {
font-size: 22px;
}
.cw-table {
font-size: 12px;
}
.cw-table th,
.cw-table td {
padding: 8px 10px;
}
}