.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;
}
}.contacts-page {
font-family: 'Montserrat', sans-serif;
color: #1a1a2e;
background: #fff;
overflow-x: hidden;
}
.ct-container {
max-width: 1448px;
margin: 0 auto;
padding: 0 24px;
} .ct-hero {
position: relative;
background: linear-gradient(135deg, #066acd 0%, #0a3d7a 100%);
overflow: hidden;
}
.ct-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;
}
.ct-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;
}
.ct-hero__title {
font-size: 42px;
font-weight: 800;
color: #fff;
letter-spacing: 3px;
margin: 0 0 16px;
}
.ct-hero__subtitle {
font-size: 18px;
font-weight: 400;
color: rgba(255,255,255,0.85);
margin: 0;
letter-spacing: 1px;
} .ct-section {
padding: 60px 0;
}
.ct-section--gray {
background: #f8fbff;
}
.ct-section__title {
font-size: 28px;
font-weight: 700;
margin: 0 0 32px;
color: #1a1a2e;
} .ct-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 24px;
} .ct-card {
background: #fff;
border-radius: 16px;
padding: 32px 28px;
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;
gap: 16px;
}
.ct-card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 24px rgba(6,106,205,0.15);
}
.ct-card__icon {
width: 56px;
height: 56px;
border-radius: 14px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.ct-card__icon--tourist {
background: linear-gradient(135deg, #25D366, #128C7E);
}
.ct-card__icon--admin {
background: linear-gradient(135deg, #066acd, #0a3d7a);
}
.ct-card__title {
font-size: 22px;
font-weight: 700;
margin: 0;
color: #1a1a2e;
}
.ct-card__content {
display: flex;
flex-direction: column;
gap: 10px;
}
.ct-card__phone {
font-size: 20px;
font-weight: 700;
color: #066acd;
text-decoration: none;
letter-spacing: 0.5px;
}
.ct-card__phone:hover {
color: #0a3d7a;
}
.ct-card__wa {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 15px;
font-weight: 600;
color: #25D366;
text-decoration: none;
transition: opacity 0.2s;
}
.ct-card__wa:hover {
opacity: 0.8;
}
.ct-card__email {
font-size: 18px;
font-weight: 600;
color: #066acd;
text-decoration: none;
}
.ct-card__email:hover {
color: #0a3d7a;
text-decoration: underline;
}
.ct-card__address-line {
display: flex;
align-items: center;
gap: 8px;
font-size: 15px;
color: #666;
}
.ct-card__desc {
font-size: 14px;
color: #888;
margin: 0;
line-height: 1.5;
} .ct-tg-card {
display: flex;
align-items: center;
gap: 16px;
padding: 24px;
border-radius: 16px;
background: linear-gradient(135deg, #0088cc, #006daa);
color: #fff;
text-decoration: none;
transition: transform 0.25s, box-shadow 0.25s;
}
.ct-tg-card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 24px rgba(0,136,204,0.3);
color: #fff;
}
.ct-tg-card--dark {
background: linear-gradient(135deg, #066acd, #0a3d7a);
}
.ct-tg-card--dark:hover {
box-shadow: 0 8px 24px rgba(6,106,205,0.3);
}
.ct-tg-card__icon {
width: 52px;
height: 52px;
border-radius: 50%;
background: rgba(255,255,255,0.15);
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.ct-tg-card__info {
flex: 1;
min-width: 0;
}
.ct-tg-card__name {
display: block;
font-size: 17px;
font-weight: 700;
line-height: 1.3;
}
.ct-tg-card__desc {
display: block;
font-size: 14px;
color: rgba(255,255,255,0.75);
margin-top: 4px;
line-height: 1.4;
}
.ct-tg-card__arrow {
flex-shrink: 0;
color: rgba(255,255,255,0.5);
transition: transform 0.2s;
}
.ct-tg-card:hover .ct-tg-card__arrow {
transform: translateX(4px);
color: rgba(255,255,255,0.9);
} .ct-location__address {
display: flex;
align-items: center;
gap: 10px;
font-size: 17px;
color: #1a1a2e;
margin-bottom: 24px;
font-weight: 500;
}
.ct-map {
border-radius: 16px;
overflow: hidden;
box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.ct-map iframe {
display: block;
width: 100%;
height: 400px;
border: 0;
} @media (max-width: 992px) {
.ct-hero__title {
font-size: 32px;
letter-spacing: 2px;
}
.ct-hero__subtitle {
font-size: 16px;
}
}
@media (max-width: 768px) {
.ct-grid {
grid-template-columns: 1fr;
}
.ct-hero__overlay {
padding: 32px 16px;
}
.ct-container {
padding: 0 16px;
}
.ct-hero__title {
font-size: 26px;
letter-spacing: 1px;
}
.ct-hero__subtitle {
font-size: 14px;
}
.ct-section {
padding: 40px 0;
}
.ct-section__title {
font-size: 22px;
margin-bottom: 24px;
}
.ct-card {
padding: 24px 20px;
}
.ct-card__title {
font-size: 20px;
}
.ct-card__phone {
font-size: 18px;
}
.ct-tg-card {
padding: 20px;
}
.ct-map iframe {
height: 300px;
}
} .ct-requisites {
display: grid;
grid-template-columns: 1fr;
gap: 24px;
}
.ct-requisites__card {
background: linear-gradient(135deg, #f8fafc 0%, #fff 100%);
border-radius: 16px;
padding: 36px 40px;
box-shadow: 0 2px 12px rgba(0,0,0,0.06);
border: 1px solid #e8edf2;
}
.ct-requisites__name {
font-size: 20px;
font-weight: 700;
color: #1a1a2e;
margin: 0 0 24px;
padding-bottom: 16px;
border-bottom: 2px solid #066acd;
display: inline-block;
}
.ct-requisites__table {
width: 100%;
border-collapse: collapse;
border: none;
}
.ct-requisites__table tr {
border: none;
}
.ct-requisites__table td {
padding: 12px 0;
font-size: 15px;
color: #333;
vertical-align: top;
border: none;
}
.ct-requisites__table td:first-child {
color: #888;
width: 90px;
padding-right: 24px;
white-space: nowrap;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 0.5px;
font-weight: 500;
padding-top: 14px;
}
.ct-requisites__table td:last-child {
font-weight: 500;
}
.ct-requisites__table a {
color: #066acd;
text-decoration: none;
font-weight: 500;
}
@media (max-width: 480px) {
.ct-hero__title {
font-size: 22px;
}
.ct-card__phone {
font-size: 16px;
}
.ct-card__email {
font-size: 16px;
}
.ct-map iframe {
height: 250px;
}
}