.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;
}
}.home-news-section {
padding: 80px 0;
background: #D9EFFF;
transition: background-color 0.6s ease;
} .season-summer .home-news-section {
background: #FFFFFF;
}
.home-news-section__container {
max-width: 1448px;
margin: 0 auto;
padding: 0 24px;
}
.home-news-section__header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 40px;
}
.home-news-section__title {
font-family: 'Montserrat', sans-serif;
font-size: 36px;
font-weight: 700;
color: #1B5FB4;
margin: 0;
letter-spacing: 0.05em;
transition: color 0.6s ease;
}
.season-summer .home-news-section__title {
color: #4a9b4a;
}
.home-news-section__link {
display: inline-flex;
align-items: center;
gap: 8px;
font-family: 'Montserrat', sans-serif;
font-size: 1rem;
font-weight: 500;
color: #1B5FB4;
text-decoration: none;
transition: color 0.6s ease, opacity 0.2s ease;
}
.season-summer .home-news-section__link {
color: #4a9b4a;
}
.home-news-section__link:hover {
opacity: 0.7;
}
.home-news-section__link span {
font-size: 1.2rem;
} .home-news-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
} .home-news-card {
background: transparent;
border-radius: 16px;
overflow: visible;
text-decoration: none;
transition: all 0.3s ease;
display: flex;
flex-direction: column;
}
.home-news-card:hover {
transform: translateY(-3px);
}
.home-news-card__image {
aspect-ratio: 16/10;
overflow: hidden;
border-radius: 16px;
}
.home-news-card__image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}
.home-news-card:hover .home-news-card__image img {
transform: scale(1.05);
}
.home-news-card__placeholder {
width: 100%;
height: 100%;
background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
border-radius: 16px;
}
.home-news-card__content {
padding: 20px 5px;
display: flex;
flex-direction: column;
flex-grow: 1;
}
.home-news-card__header {
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 10px;
margin-bottom: 12px;
}
.home-news-card__title {
font-family: 'Montserrat', sans-serif;
font-size: 1rem;
font-weight: 600;
color: #1B5FB4;
margin: 0;
line-height: 1.3;
flex: 1;
transition: color 0.6s ease;
}
.season-summer .home-news-card__title {
color: #4a9b4a;
}
.home-news-card__arrow {
flex-shrink: 0;
width: 40px;
height: 40px;
border-radius: 50%;
border: 2px solid #1B5FB4;
display: flex;
align-items: center;
justify-content: center;
color: #1B5FB4;
background: transparent;
transition: all 0.3s ease;
}
.home-news-card__arrow svg {
width: 20px;
height: 20px;
}
.season-summer .home-news-card__arrow {
border-color: #4a9b4a;
color: #4a9b4a;
}
.home-news-card:hover .home-news-card__arrow {
background: #1B5FB4;
color: #fff;
}
.season-summer .home-news-card:hover .home-news-card__arrow {
background: #4a9b4a;
color: #fff;
}
.home-news-card__date {
display: flex;
align-items: center;
gap: 8px;
font-family: 'Montserrat', sans-serif;
font-size: 0.85rem;
color: #6b7280;
margin-bottom: 10px;
}
.home-news-card__date svg {
flex-shrink: 0;
color: #9ca3af;
}
.home-news-card__excerpt {
font-family: 'Montserrat', sans-serif;
font-size: 0.9rem;
color: #6b7280;
line-height: 1.5;
margin: 0;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
} .home-news-grid--archive {
grid-template-columns: repeat(4, 1fr);
gap: 20px;
} @media (max-width: 1200px) {
.home-news-grid {
grid-template-columns: repeat(2, 1fr);
}
.home-news-grid--archive {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 992px) {
.home-news-grid--archive {
grid-template-columns: repeat(2, 1fr);
}
.dombay-news-archive {
padding: 40px 30px 80px;
}
}
@media (max-width: 768px) {
.home-news-section {
padding: 40px 0;
}
.home-news-section__container {
padding: 0 20px;
}
.home-news-section__header {
flex-direction: column;
align-items: flex-start;
gap: 15px;
}
.home-news-section__title {
font-size: 20px;
}
.home-news-grid {
grid-template-columns: 1fr;
gap: 15px;
}
.home-news-grid--archive {
grid-template-columns: 1fr;
}
.dombay-news-archive {
padding: 30px 20px 60px;
}
}  .dombay-news-page {
max-width: 900px;
margin: 0 auto;
padding: 40px 20px 80px;
} .news-single__banner {
height: 450px;
background-size: cover;
background-position: center;
background-color: #1e3a5f;
position: relative;
border-radius: 12px;
overflow: hidden;
margin-bottom: 40px;
}
.news-single__banner-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.6) 100%);
display: flex;
align-items: flex-end;
}
.news-single__banner-content {
padding: 0 30px 40px;
width: 100%;
text-align: left;
}
.news-single__date {
display: inline-block;
font-family: 'Montserrat', sans-serif;
font-size: 0.9rem;
color: rgba(255, 255, 255, 0.8);
margin-bottom: 15px;
}
.news-single__title {
font-family: 'Montserrat', sans-serif;
font-size: 2.5rem;
font-weight: 700;
color: #fff;
margin: 0 0 20px 0;
line-height: 1.2;
text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.news-single__categories {
display: flex;
gap: 10px;
flex-wrap: wrap;
}
.news-single__category {
display: inline-block;
padding: 6px 16px;
background: rgba(255, 255, 255, 0.2);
color: #fff;
font-size: 0.85rem;
font-weight: 500;
text-decoration: none;
border-radius: 20px;
backdrop-filter: blur(10px);
transition: all 0.2s ease;
}
.news-single__category:hover {
background: #fff;
color: var(--primary-color);
} .news-single__content {
font-family: 'Montserrat', sans-serif;
font-size: 1.1rem;
line-height: 1.8;
color: #374151;
}
.news-single__content p {
margin-bottom: 1.5em;
}
.news-single__content h2,
.news-single__content h3,
.news-single__content h4 {
color: var(--primary-color);
margin-top: 2em;
margin-bottom: 1em;
}
.news-single__content img {
max-width: 100%;
height: auto;
border-radius: 8px;
}
.news-single__content a {
color: var(--primary-color);
text-decoration: underline;
}
.news-single__content a:hover {
text-decoration: none;
} .news-single__gallery {
margin-top: 50px;
padding-top: 40px;
border-top: 1px solid #e5e7eb;
}
.news-single__gallery-title {
font-family: 'Montserrat', sans-serif;
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-color);
margin: 0 0 25px 0;
}
.news-gallery-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 15px;
}
.news-gallery-item {
aspect-ratio: 1;
border-radius: 8px;
overflow: hidden;
cursor: pointer;
}
.news-gallery-item img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}
.news-gallery-item:hover img {
transform: scale(1.05);
} .news-single__nav {
display: flex;
justify-content: space-between;
gap: 20px;
margin-top: 60px;
padding-top: 40px;
border-top: 1px solid #e5e7eb;
}
.news-nav-link {
flex: 1;
padding: 20px;
background: #f8fafc;
border-radius: 12px;
text-decoration: none;
transition: all 0.2s ease;
}
.news-nav-link:hover {
background: #f1f5f9;
}
.news-nav-link--next {
text-align: right;
}
.news-nav-link__label {
display: block;
font-size: 0.85rem;
color: #6b7280;
margin-bottom: 5px;
}
.news-nav-link__title {
display: block;
font-family: 'Montserrat', sans-serif;
font-size: 1rem;
font-weight: 600;
color: var(--primary-color);
} .dombay-news-archive {
max-width: 1448px;
margin: 0 auto;
padding: 40px 24px 80px;
}
.news-archive__header {
text-align: left;
margin-bottom: 50px;
}
.news-archive__title {
font-family: 'Montserrat', sans-serif;
font-size: 2.5rem;
font-weight: 700;
color: #1B5FB4;
margin: 0 0 15px 0;
transition: color 0.6s ease;
}
.season-summer .news-archive__title {
color: #4a9b4a;
}
.news-archive__description {
font-size: 1.1rem;
color: #6b7280;
max-width: 600px;
margin: 0;
} .news-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
} .news-card {
background: #fff;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
transition: all 0.3s ease;
}
.news-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.news-card__image {
aspect-ratio: 16/10;
overflow: hidden;
}
.news-card__image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}
.news-card:hover .news-card__image img {
transform: scale(1.05);
}
.news-card__image--placeholder {
background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
display: flex;
align-items: center;
justify-content: center;
}
.news-card__image--placeholder svg {
width: 50px;
height: 50px;
color: #94a3b8;
}
.news-card__content {
padding: 25px;
}
.news-card__date {
font-size: 0.85rem;
color: #6b7280;
margin-bottom: 10px;
}
.news-card__title {
font-family: 'Montserrat', sans-serif;
font-size: 1.25rem;
font-weight: 600;
color: var(--primary-color);
margin: 0 0 12px 0;
line-height: 1.3;
}
.news-card__title a {
color: inherit;
text-decoration: none;
}
.news-card__title a:hover {
color: #0557a8;
}
.news-card__excerpt {
font-size: 0.95rem;
color: #6b7280;
line-height: 1.6;
margin-bottom: 15px;
}
.news-card__link {
display: inline-flex;
align-items: center;
gap: 5px;
font-size: 0.9rem;
font-weight: 500;
color: var(--primary-color);
text-decoration: none;
}
.news-card__link:hover {
text-decoration: underline;
} .news-pagination {
display: flex;
justify-content: center;
gap: 10px;
margin-top: 50px;
}
.news-pagination a,
.news-pagination span {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 40px;
height: 40px;
padding: 0 15px;
background: #f1f5f9;
color: #1B5FB4;
font-weight: 500;
text-decoration: none;
border-radius: 8px;
transition: all 0.3s ease;
}
.news-pagination a:hover {
background: #1B5FB4;
color: #fff;
}
.news-pagination .current {
background: #1B5FB4;
color: #fff;
}
.season-summer .news-pagination a,
.season-summer .news-pagination span {
color: #4a9b4a;
}
.season-summer .news-pagination a:hover {
background: #4a9b4a;
color: #fff;
}
.season-summer .news-pagination .current {
background: #4a9b4a;
color: #fff;
} .news-empty {
text-align: center;
padding: 60px 20px;
}
.news-empty__text {
font-size: 1.1rem;
color: #6b7280;
} @media (max-width: 992px) {
.news-grid {
grid-template-columns: repeat(2, 1fr);
}
.news-single__title {
font-size: 2rem;
}
}
@media (max-width: 768px) {
.dombay-news-page {
padding: 30px 15px 60px;
}
.news-single__title {
font-size: 1.75rem;
}
.news-single__content {
font-size: 1rem;
}
.news-gallery-grid {
grid-template-columns: repeat(2, 1fr);
}
.news-single__nav {
flex-direction: column;
}
.news-nav-link--next {
text-align: left;
}
}
@media (max-width: 576px) {
.news-grid {
grid-template-columns: 1fr;
}
.news-archive__title {
font-size: 1.75rem;
}
.news-single__title {
font-size: 1.5rem;
}
.news-card__content {
padding: 20px;
}
}