.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;
}
}:root {
--primary-color: #066acd;
--primary-hover: #0557a8;
--primary-light: #e6f2ff;
}
.dombay-service-page {
padding: 40px 0;
width: 100%;
box-sizing: border-box;
}
.dombay-service-page .container {
max-width: 1448px;
margin: 0 auto;
padding: 0 24px;
box-sizing: border-box;
}
.dombay-service-page .service-content {
width: 100%;
box-sizing: border-box;
}
.service-header {
margin-bottom: 40px;
}
.service-header h1 {
font-size: 2.5rem;
margin-bottom: 20px;
}
.service-image img {
width: 100%;
height: auto;
border-radius: 12px;
}
.service-layout {
display: flex !important;
flex-wrap: wrap;
gap: 40px;
margin-top: 0;
width: 100%;
box-sizing: border-box;
}
.service-description {
flex: 1 1 60%;
min-width: 300px;
max-width: 100%;
box-sizing: border-box;
}
.service-booking {
flex: 0 0 400px;
max-width: 400px;
align-self: flex-start;
box-sizing: border-box;
}
@media (max-width: 768px) {
.service-layout {
flex-direction: column;
}
.service-description {
flex: 1 1 100%;
min-width: 0;
}
.service-booking {
flex: 1 1 100%;
max-width: 100%;
position: static;
}
} .booking-widget {
background: #ffffff;
border-radius: 20px;
padding: 24px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
border: none;
}
.booking-widget > h2 {
font-size: 1.15rem;
font-weight: 600;
color: #1a1a2e;
margin: 0 0 16px 0;
}
.booking-widget h3 {
font-size: 0.85rem;
font-weight: 600;
color: #9ca3af;
margin: 24px 0 12px 0;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.booking-calendar-section {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #f0f0f0;
}
.booking-calendar-section h3 {
margin-top: 0;
}
#booking-slots-container {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #f0f0f0;
}
#booking-slots-container h3 {
margin-top: 0;
text-transform: none;
letter-spacing: 0;
font-size: 0.9rem;
color: #6b7280;
}
.price-info {
text-align: center;
padding: 20px 16px;
background: linear-gradient(135deg, #f0f7ff 0%, #e6f2ff 100%);
border-radius: 14px;
margin-bottom: 24px;
border: 1px solid rgba(6, 106, 205, 0.08);
}
.price-info .price {
display: block;
font-size: 2rem;
font-weight: 700;
color: var(--primary-color);
letter-spacing: -0.5px;
}
.price-info .price-unit {
display: block;
font-size: 0.85rem;
color: #6b7280;
margin-top: 4px;
font-weight: 500;
} #booking-slots {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 8px;
}
.time-slot {
background: #fff;
border: 1.5px solid #e5e7eb;
border-radius: 12px;
padding: 12px 10px;
text-align: center;
cursor: pointer;
transition: all 0.15s ease;
}
.time-slot:hover {
border-color: var(--primary-color);
background: #f8fafc;
}
.time-slot .time-slot-time {
font-size: 0.95rem;
font-weight: 600;
color: #1a1a2e;
margin-bottom: 2px;
}
.time-slot .time-slot-available {
font-size: 0.8rem;
color: #6b7280;
}
.time-slot.disabled {
opacity: 0.5;
cursor: not-allowed;
}
.time-slot.closed {
background: #f9fafb;
border-color: #e5e7eb;
opacity: 0.6;
}
.time-slot.closed .time-slot-available {
color: #9ca3af;
font-style: italic;
}
.time-slot.selected {
border-color: var(--primary-color);
background: var(--primary-light);
} .simple-calendar {
background: #fff;
border-radius: 12px;
padding: 0;
}
.calendar-header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 16px;
}
.calendar-header h4 {
text-align: center;
margin: 0;
font-size: 0.95rem;
font-weight: 600;
color: #1a1a2e;
flex: 1;
text-transform: none;
letter-spacing: 0;
}
.calendar-prev,
.calendar-next {
background: transparent;
border: 1.5px solid #e5e7eb;
border-radius: 8px;
width: 32px;
height: 32px;
cursor: pointer;
font-size: 0.9rem;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.15s ease;
padding: 0;
color: #9ca3af;
}
.calendar-prev:hover,
.calendar-next:hover {
background: var(--primary-color);
color: white;
border-color: var(--primary-color);
}
.calendar-prev-spacer {
width: 32px;
height: 32px;
}
.calendar-weekdays {
display: grid;
grid-template-columns: repeat(7, 1fr);
gap: 2px;
margin-bottom: 8px;
}
.weekday {
text-align: center;
font-size: 0.75rem;
font-weight: 600;
color: #9ca3af;
padding: 6px 2px;
text-transform: uppercase;
letter-spacing: 0.3px;
}
.calendar-days {
display: grid;
grid-template-columns: repeat(7, 1fr);
gap: 4px;
}
.calendar-day {
aspect-ratio: 1;
display: flex;
align-items: center;
justify-content: center;
border: none;
border-radius: 10px;
cursor: pointer;
transition: all 0.15s ease;
font-size: 0.9rem;
font-weight: 500;
color: #1a1a2e;
background: transparent;
}
.calendar-day span {
pointer-events: none;
}
.calendar-day:hover:not(.disabled):not(.empty) {
background: #f3f4f6;
}
.calendar-day.disabled {
color: #d1d5db;
cursor: not-allowed;
text-decoration: line-through;
text-decoration-color: #d1d5db;
}
.calendar-day.selected {
background: var(--primary-color);
color: white;
font-weight: 600;
}
.calendar-day.today:not(.selected) {
background: #f0f7ff;
color: var(--primary-color);
font-weight: 600;
}
.calendar-day.empty {
cursor: default;
background: transparent;
}
.loading, .error, .no-slots {
text-align: center;
padding: 20px;
color: #666;
} .service-type-group {
margin-bottom: 16px;
}
.service-type-group .radio-group {
display: flex;
gap: 10px;
}
.service-type-group .radio-label {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
gap: 4px;
padding: 12px;
border: 2px solid #e5e7eb;
border-radius: 10px;
cursor: pointer;
transition: all 0.15s ease;
text-align: center;
background: #fafafa;
}
.service-type-group .radio-label:has(input:checked) {
border-color: var(--primary-color);
background: var(--primary-light);
}
.service-type-group .radio-label:hover {
border-color: #cbd5e1;
}
.service-type-group .radio-label input[type="radio"] {
display: none;
}
.service-type-group .radio-text {
font-weight: 600;
font-size: 0.95rem;
color: #1a1a2e;
}
.service-type-group .radio-price {
font-size: 0.8rem;
color: #6b7280;
} .booking-form {
background: #ffffff;
border-radius: 16px;
padding: 20px;
margin-top: 20px;
border: 1px solid #f0f0f0;
}
.booking-form h4 {
margin: 0 0 16px 0;
font-size: 1rem;
font-weight: 600;
color: #1a1a2e;
}
.selected-slot-info {
background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
padding: 14px 16px;
border-radius: 12px;
margin-bottom: 20px;
border: 1px solid #e2e8f0;
}
.selected-slot-info p {
margin: 4px 0;
font-size: 0.9rem;
color: #475569;
}
.selected-slot-info p strong {
color: #1a1a2e;
font-weight: 600;
}
.form-group {
margin-bottom: 16px;
}
.form-group label {
display: block;
font-weight: 500;
margin-bottom: 6px;
color: #374151;
font-size: 0.9rem;
}
.form-group .required {
color: #ef4444;
}
.form-group input,
.form-group select {
width: 100%;
padding: 12px 14px;
border: 1.5px solid #e5e7eb;
border-radius: 10px;
font-size: 0.95rem;
transition: all 0.15s ease;
background-color: #fafafa;
color: #1a1a2e;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.form-group select {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 14px center;
padding-right: 40px;
height: 48px;
line-height: 1.2;
}
.form-group input::placeholder {
color: #9ca3af;
}
.form-group input:focus,
.form-group select:focus {
outline: none;
border-color: var(--primary-color);
background-color: #fff;
box-shadow: 0 0 0 3px rgba(6, 106, 205, 0.08);
}
.form-group small {
display: block;
margin-top: 6px;
color: #6b7280;
font-size: 0.8rem;
}
.booking-total {
background: linear-gradient(135deg, #f0f7ff 0%, #e6f2ff 100%);
padding: 16px 20px;
border-radius: 12px;
margin: 20px 0;
display: flex;
flex-direction: column;
gap: 8px;
border: 1px solid rgba(6, 106, 205, 0.1);
}
.total-line {
display: flex;
justify-content: space-between;
align-items: center;
}
.total-line--full {
font-size: 0.9rem;
color: #475569;
}
.total-line--prepaid {
font-size: 1.1rem;
color: var(--primary-color);
padding-top: 8px;
border-top: 1px solid rgba(6, 106, 205, 0.15);
}
.total-line--prepaid strong {
font-size: 1.4rem;
font-weight: 700;
}
.total-label {
font-weight: 500;
color: #475569;
font-size: 0.85rem;
line-height: 1.4;
}
.total-price {
font-size: 1.8rem;
font-weight: 700;
color: var(--primary-color);
}
.booking-submit-btn {
width: 100%;
background: var(--primary-color);
color: white;
border: none;
border-radius: 12px;
padding: 14px;
font-size: 1rem;
font-weight: 600;
cursor: pointer;
transition: all 0.2s ease;
}
.booking-submit-btn:hover {
background: var(--primary-hover);
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(6, 106, 205, 0.25);
}
.booking-submit-btn:active {
transform: translateY(0);
box-shadow: none;
}  .service-gallery-slider {
position: relative;
width: 100%;
height: 500px;
margin-bottom: 30px;
border-radius: 16px;
overflow: hidden;
background: #f5f5f5;
}
.gallery-slide {
display: none;
width: 100%;
height: 100%;
}
.gallery-slide.active {
display: block;
}
.gallery-slide img {
width: 100%;
height: 100%;
object-fit: cover;
} .slider-prev,
.slider-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: rgba(0, 0, 0, 0.5);
color: white;
border: none;
width: 50px;
height: 50px;
border-radius: 50%;
font-size: 1.5rem;
line-height: 1;
cursor: pointer;
transition: background 0.3s;
z-index: 10;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
}
.slider-prev:hover,
.slider-next:hover {
background: rgba(0, 0, 0, 0.8);
}
.slider-prev {
left: 20px;
}
.slider-next {
right: 20px;
} .slider-counter {
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
background: rgba(0, 0, 0, 0.6);
color: white;
padding: 8px 16px;
border-radius: 20px;
font-size: 0.9rem;
font-weight: 500;
z-index: 10;
} .service-header-row {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 30px;
padding-bottom: 20px;
border-bottom: 2px solid #e5e7eb;
}
.service-title {
font-size: 2.2rem;
font-weight: 700;
margin: 0;
color: #1f2937;
min-width: 0;
}
.service-price {
display: flex;
flex-direction: column;
align-items: flex-end;
flex-shrink: 0;
white-space: nowrap;
margin-left: 24px;
}
.price-amount {
font-size: 2rem;
font-weight: 700;
color: var(--primary-color);
}
.price-label {
font-size: 0.9rem;
color: #6b7280;
margin-top: 4px;
} .service-features {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 15px;
margin: 30px 0;
}
.feature-card {
display: flex;
align-items: center;
gap: 15px;
padding: 20px;
background: white;
border: 1px solid #e5e7eb;
border-radius: 12px;
}
.feature-icon {
flex-shrink: 0;
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
background: var(--primary-light);
border-radius: 10px;
color: var(--primary-color);
}
.feature-icon svg {
width: 24px;
height: 24px;
}
.feature-content {
flex: 1;
}
.feature-label {
font-size: 0.85rem;
color: #6b7280;
margin-bottom: 4px;
}
.feature-value {
font-size: 1rem;
font-weight: 600;
color: #1f2937;
} .instructor-profile {
background: #ffffff;
border: 1px solid #e5e7eb;
border-radius: 16px;
padding: 24px;
margin: 30px 0;
}
.instructor-profile__header {
display: flex;
align-items: center;
gap: 16px;
margin-bottom: 20px;
}
.instructor-profile__avatar {
width: 64px;
height: 64px;
background: var(--primary-light, #e8f2fc);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.instructor-profile__avatar svg {
width: 32px;
height: 32px;
color: var(--primary-color, #066acd);
}
.instructor-profile__info {
flex: 1;
}
.instructor-profile__name {
font-family: 'Montserrat', sans-serif;
font-size: 1.4rem;
font-weight: 700;
color: #1f2937;
margin: 0 0 4px 0;
}
.instructor-profile__category {
font-size: 0.95rem;
color: #6b7280;
}
.instructor-profile__tags {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-bottom: 20px;
}
.instructor-profile__tag {
display: inline-block;
padding: 6px 14px;
background: var(--primary-light, #e8f2fc);
color: var(--primary-color, #066acd);
font-size: 0.9rem;
font-weight: 500;
border-radius: 20px;
}
.instructor-profile__details {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.instructor-profile__detail {
display: flex;
align-items: center;
gap: 8px;
font-size: 0.95rem;
color: #4b5563;
}
.instructor-profile__detail svg {
width: 20px;
height: 20px;
color: var(--primary-color, #066acd);
flex-shrink: 0;
}
.instructor-profile__detail strong {
color: #1f2937;
}
@media (max-width: 576px) {
.instructor-profile {
padding: 20px;
}
.instructor-profile__avatar {
width: 56px;
height: 56px;
}
.instructor-profile__avatar svg {
width: 28px;
height: 28px;
}
.instructor-profile__name {
font-size: 1.2rem;
}
.instructor-profile__details {
flex-direction: column;
gap: 12px;
}
} .service-description-wrapper {
margin-bottom: 40px;
}
.service-description-text {
font-size: 1.1rem;
line-height: 1.8;
color: #374151;
overflow: hidden;
transition: max-height 0.3s ease;
}
.service-description-text.collapsed {
max-height: 250px;
}
.description-toggle {
display: inline-flex;
align-items: center;
gap: 6px;
margin-top: 20px;
background: none;
border: none;
color: var(--primary-color);
font-size: 1rem;
font-weight: 500;
cursor: pointer;
padding: 0;
transition: opacity 0.2s;
}
.description-toggle:hover {
opacity: 0.8;
}
.toggle-icon {
width: 16px;
height: 16px;
transition: transform 0.3s;
}
.description-toggle.expanded .toggle-icon {
transform: rotate(180deg);
} .service-info-block {
margin-bottom: 35px;
padding: 25px;
background: #f9fafb;
border-radius: 12px;
}
.service-info-block h3 {
font-size: 1.3rem;
font-weight: 600;
margin: 0 0 15px 0;
color: #1f2937;
}
.service-info-block p {
margin: 0;
color: #4b5563;
line-height: 1.6;
} .included-list,
.not-included-list {
list-style: none;
padding: 0;
margin: 0;
}
.included-list li,
.not-included-list li {
padding: 10px 0;
padding-left: 30px;
position: relative;
color: #374151;
border-bottom: 1px solid #e5e7eb;
}
.included-list li:last-child,
.not-included-list li:last-child {
border-bottom: none;
}
.included-list li::before {
content: '✓';
position: absolute;
left: 0;
color: #10b981;
font-weight: 700;
font-size: 1.2rem;
}
.not-included-list li::before {
content: '✗';
position: absolute;
left: 0;
color: #ef4444;
font-weight: 700;
font-size: 1.2rem;
} .faq-item {
margin-bottom: 15px;
border: 1px solid #e5e7eb;
border-radius: 8px;
overflow: hidden;
}
.faq-item:last-child {
margin-bottom: 0;
}
.faq-question {
font-size: 1.1rem;
font-weight: 600;
color: #1f2937;
margin: 0;
padding: 15px 50px 15px 20px;
cursor: pointer;
user-select: none;
transition: all 0.3s;
position: relative;
background: #fff;
}
.faq-question:hover {
background: #f9fafb;
}
.faq-question.active {
background: var(--primary-color);
color: white;
}
.faq-toggle {
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
font-size: 1.4rem;
font-weight: 300;
transition: all 0.3s;
color: #6b7280;
}
.faq-question.active .faq-toggle {
transform: translateY(-50%) rotate(45deg);
color: white;
}
.faq-answer {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease, padding 0.3s ease;
color: #4b5563;
line-height: 1.6;
background: #fff;
padding: 0 20px;
}
.faq-answer.active {
max-height: 500px;
padding: 15px 20px;
} @media (max-width: 768px) {
.dombay-service-page {
padding: 20px 0;
}
.dombay-service-page .container {
padding: 0 10px;
}
.service-layout {
gap: 20px;
}
.service-header-row {
flex-direction: column;
align-items: flex-start;
gap: 15px;
}
.service-price {
align-items: flex-start;
}
.service-title {
font-size: 1.6rem;
}
.service-gallery-slider {
height: 250px;
border-radius: 12px;
margin-bottom: 20px;
}
.slider-prev,
.slider-next {
width: 40px;
height: 40px;
font-size: 1.2rem;
}
.slider-prev {
left: 10px;
}
.slider-next {
right: 10px;
} .service-booking {
width: 100%;
max-width: 100%;
}
.booking-widget {
padding: 16px;
border-radius: 16px;
width: 100%;
box-sizing: border-box;
} .simple-calendar {
width: 100%;
}
.calendar-days {
gap: 2px;
}
.calendar-day {
font-size: 0.85rem;
} #booking-slots {
grid-template-columns: repeat(2, 1fr);
gap: 6px;
}
.time-slot {
padding: 10px 8px;
}
.time-slot .time-slot-time {
font-size: 0.9rem;
} .booking-form {
padding: 16px;
}
.form-group input,
.form-group select {
padding: 10px 12px;
font-size: 16px; }
.form-group select {
height: 44px;
} .service-features {
grid-template-columns: repeat(2, 1fr);
gap: 10px;
margin: 20px 0;
}
}
@media (max-width: 576px) {
.service-features {
grid-template-columns: 1fr;
}
.feature-card {
padding: 15px;
}
.feature-icon {
width: 40px;
height: 40px;
}
.feature-icon svg {
width: 20px;
height: 20px;
} .service-info-block {
padding: 16px;
margin-bottom: 20px;
}
.service-info-block h3 {
font-size: 1.1rem;
} .service-description-text {
font-size: 1rem;
}
.price-amount {
font-size: 1.6rem;
}
} .promo-widget {
background: #ffffff;
border-radius: 20px;
padding: 24px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
border: 2px solid #10b981;
}
.promo-widget__header {
text-align: center;
margin-bottom: 24px;
}
.promo-widget__discount {
display: flex;
flex-direction: column;
align-items: center;
gap: 4px;
}
.promo-widget__discount-value {
font-size: 3rem;
font-weight: 800;
color: #10b981;
line-height: 1;
}
.promo-widget__discount-label {
font-size: 0.95rem;
color: #6b7280;
font-weight: 500;
}
.promo-widget__code-section {
background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
border-radius: 14px;
padding: 20px;
margin-bottom: 20px;
text-align: center;
}
.promo-widget__instruction {
font-size: 0.9rem;
color: #374151;
margin: 0 0 12px 0;
}
.promo-widget__code-box {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
background: white;
border: 2px dashed #10b981;
border-radius: 10px;
padding: 14px 20px;
}
.promo-widget__code {
font-size: 1.5rem;
font-weight: 700;
color: #1f2937;
letter-spacing: 2px;
font-family: 'Monaco', 'Menlo', monospace;
}
.promo-widget__copy-btn {
background: #10b981;
color: white;
border: none;
border-radius: 8px;
width: 40px;
height: 40px;
cursor: pointer;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
}
.promo-widget__copy-btn svg {
width: 18px;
height: 18px;
stroke: white;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.2s ease;
flex-shrink: 0;
}
.promo-widget__copy-btn:hover {
background: #059669;
transform: scale(1.05);
}
.promo-widget__copy-btn:active {
transform: scale(0.95);
}
.promo-widget__copy-success {
color: #10b981;
font-size: 0.85rem;
font-weight: 600;
margin: 10px 0 0 0;
animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
from { opacity: 0; transform: translateY(-5px); }
to { opacity: 1; transform: translateY(0); }
}
.promo-widget__conditions {
background: #f9fafb;
border-radius: 12px;
padding: 16px;
margin-bottom: 20px;
}
.promo-widget__conditions h4 {
font-size: 0.9rem;
font-weight: 600;
color: #374151;
margin: 0 0 8px 0;
}
.promo-widget__conditions p {
font-size: 0.9rem;
color: #6b7280;
margin: 0;
line-height: 1.6;
}
.promo-widget__cta {
text-align: center;
padding-top: 16px;
border-top: 1px solid #e5e7eb;
}
.promo-widget__cta > p {
font-size: 0.9rem;
color: #6b7280;
margin: 0 0 12px 0;
}
.promo-widget__phone-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
background: var(--primary-color);
color: white;
text-decoration: none;
padding: 14px 28px;
border-radius: 12px;
font-size: 1.1rem;
font-weight: 600;
transition: all 0.2s ease;
}
.promo-widget__phone-btn:hover {
background: var(--primary-hover);
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(6, 106, 205, 0.25);
color: white;
text-decoration: none;
}
.promo-widget__phone-btn svg {
flex-shrink: 0;
} .service-price--promo .price-amount {
color: #10b981;
} @media (max-width: 768px) {
.promo-widget {
padding: 20px 16px;
}
.promo-widget__discount-value {
font-size: 2.5rem;
}
.promo-widget__code-box {
padding: 12px 16px;
gap: 10px;
}
.promo-widget__code {
font-size: 1.2rem;
letter-spacing: 1px;
}
.promo-widget__copy-btn {
width: 36px;
height: 36px;
}
.promo-widget__phone-btn {
width: 100%;
padding: 14px 20px;
font-size: 1rem;
}
} .gallery-lightbox {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99999;
display: none;
}
.gallery-lightbox.active {
display: block;
}
.lightbox-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.95);
}
.lightbox-content {
position: relative;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.lightbox-image-container {
max-width: 90%;
max-height: 85%;
display: flex;
align-items: center;
justify-content: center;
}
.lightbox-image {
max-width: 100%;
max-height: 85vh;
object-fit: contain;
border-radius: 4px;
}
.lightbox-close {
position: absolute;
top: 20px;
right: 20px;
background: none;
border: none;
color: white;
font-size: 40px;
cursor: pointer;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
opacity: 0.8;
transition: opacity 0.2s;
z-index: 10;
}
.lightbox-close:hover {
opacity: 1;
}
.lightbox-prev,
.lightbox-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: rgba(255, 255, 255, 0.1);
border: none;
color: white;
font-size: 40px;
width: 60px;
height: 60px;
border-radius: 50%;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
opacity: 0.8;
transition: all 0.2s;
z-index: 10;
}
.lightbox-prev:hover,
.lightbox-next:hover {
opacity: 1;
background: rgba(255, 255, 255, 0.2);
}
.lightbox-prev {
left: 20px;
}
.lightbox-next {
right: 20px;
}
.lightbox-counter {
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
color: white;
font-size: 1rem;
background: rgba(0, 0, 0, 0.5);
padding: 8px 16px;
border-radius: 20px;
} @media (max-width: 768px) {
.lightbox-prev,
.lightbox-next {
width: 44px;
height: 44px;
font-size: 28px;
}
.lightbox-prev {
left: 10px;
}
.lightbox-next {
right: 10px;
}
.lightbox-close {
top: 10px;
right: 10px;
font-size: 32px;
width: 44px;
height: 44px;
}
.lightbox-image {
max-height: 80vh;
}
}.partner-page {
--primary-color: #066acd;
--primary-light: #e8f2fc;
--text-dark: #1f2937;
--text-gray: #6b7280;
--border-color: #e5e7eb;
--bg-light: #f9fafb;
--card-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
--card-shadow-hover: 0 12px 40px rgba(6, 106, 205, 0.15);
} .partner-hero {
background: linear-gradient(135deg, var(--primary-color) 0%, #0a4a8f 100%);
padding: 60px 24px 50px;
text-align: center;
position: relative;
overflow: hidden;
}
.partner-hero::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
opacity: 0.5;
}
.partner-hero__container {
max-width: 800px;
margin: 0 auto;
position: relative;
z-index: 1;
}
.partner-hero__icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 80px;
height: 80px;
background: rgba(255, 255, 255, 0.15);
border-radius: 50%;
margin-bottom: 20px;
color: #ffffff;
}
.partner-hero__title {
font-family: 'Montserrat', sans-serif;
font-size: 36px;
font-weight: 700;
color: #ffffff;
margin: 0 0 12px;
}
.partner-hero__subtitle {
font-family: 'Montserrat', sans-serif;
font-size: 16px;
font-weight: 400;
color: rgba(255, 255, 255, 0.8);
margin: 0;
} .partner-services-section {
background: var(--bg-light);
padding: 40px 0 80px;
min-height: 40vh;
}
.partner-services-container {
max-width: 1448px;
margin: 0 auto;
padding: 0 24px;
}
.partner-category-title {
font-family: 'Montserrat', sans-serif;
font-size: 24px;
font-weight: 700;
color: var(--text-dark);
margin: 40px 0 20px;
}
.partner-category-title:first-child {
margin-top: 0;
}
.partner-services-grid {
margin-bottom: 16px;
} .service-item__no-image {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
background: #e5e7eb;
color: #9ca3af;
} .partner-other-services {
margin-top: 48px;
padding-top: 40px;
border-top: 1px solid #e5e7eb;
}
.partner-other-services__header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 24px;
gap: 16px;
flex-wrap: wrap;
}
.partner-other-services__title {
font-family: 'Montserrat', sans-serif;
font-size: 22px;
font-weight: 700;
color: #1f2937;
margin: 0;
}
.partner-other-services__link {
font-family: 'Montserrat', sans-serif;
font-size: 14px;
font-weight: 600;
color: #066acd;
text-decoration: none;
display: flex;
align-items: center;
gap: 6px;
transition: opacity 0.2s;
}
.partner-other-services__link:hover {
opacity: 0.8;
}
.partner-other-services__grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 20px;
}
.partner-service-card {
display: flex;
background: #ffffff;
border-radius: 16px;
overflow: hidden;
text-decoration: none;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.partner-service-card:hover {
box-shadow: 0 8px 30px rgba(6, 106, 205, 0.12);
transform: translateY(-2px);
}
.partner-service-card__image {
flex-shrink: 0;
width: 120px;
height: 120px;
overflow: hidden;
}
.partner-service-card__image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.4s ease;
}
.partner-service-card:hover .partner-service-card__image img {
transform: scale(1.05);
}
.partner-service-card__no-image {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
background: #f3f4f6;
color: #d1d5db;
}
.partner-service-card__content {
flex: 1;
padding: 16px;
display: flex;
flex-direction: column;
justify-content: center;
min-width: 0;
}
.partner-service-card__title {
font-family: 'Montserrat', sans-serif;
font-size: 15px;
font-weight: 600;
color: #1f2937;
margin: 0 0 6px;
line-height: 1.3;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.partner-service-card__price {
font-family: 'Montserrat', sans-serif;
font-size: 14px;
font-weight: 700;
color: #066acd;
margin: 0;
} @media (max-width: 768px) {
.partner-hero {
padding: 50px 16px 40px;
}
.partner-hero__icon {
width: 64px;
height: 64px;
}
.partner-hero__icon svg {
width: 36px;
height: 36px;
}
.partner-hero__title {
font-size: 26px;
}
.partner-hero__subtitle {
font-size: 14px;
}
.partner-services-section {
padding: 24px 0 60px;
}
.partner-services-container {
padding: 0 16px;
}
.partner-category-title {
font-size: 20px;
margin: 32px 0 16px;
}
.partner-other-services {
margin-top: 32px;
padding-top: 32px;
}
.partner-other-services__title {
font-size: 18px;
}
.partner-other-services__grid {
grid-template-columns: 1fr;
gap: 12px;
}
.partner-service-card__image {
width: 100px;
height: 100px;
}
.partner-service-card__content {
padding: 12px;
}
.partner-service-card__title {
font-size: 14px;
}
}.service-reviews {
margin-top: 40px;
padding-top: 32px;
border-top: 1px solid #e5e7eb;
}
.reviews-header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 24px;
flex-wrap: wrap;
gap: 12px;
}
.reviews-header h3 {
font-size: 22px;
font-weight: 700;
margin: 0;
color: #1a1a2e;
}
.reviews-summary {
display: flex;
align-items: center;
gap: 8px;
font-size: 15px;
color: #6b7280;
}
.reviews-summary .stars {
color: #f59e0b;
font-size: 18px;
letter-spacing: 1px;
}
.reviews-summary .avg-rating {
font-weight: 700;
color: #1a1a2e;
font-size: 17px;
} .reviews-list {
display: flex;
flex-direction: column;
gap: 20px;
margin-bottom: 32px;
}
.review-card {
background: #f9fafb;
border-radius: 16px;
padding: 20px 24px;
}
.review-card__header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 8px;
}
.review-card__author {
font-weight: 600;
font-size: 15px;
color: #1a1a2e;
}
.review-card__date {
font-size: 13px;
color: #9ca3af;
}
.review-card__stars {
color: #f59e0b;
font-size: 16px;
letter-spacing: 1px;
margin-bottom: 8px;
}
.review-card__text {
font-size: 14px;
line-height: 1.6;
color: #374151;
white-space: pre-line;
} .review-card__photos {
display: flex;
gap: 8px;
margin-top: 12px;
flex-wrap: wrap;
}
.review-card__photo {
width: 100px;
height: 100px;
border-radius: 12px;
object-fit: cover;
cursor: pointer;
transition: transform 0.2s;
}
.review-card__photo:hover {
transform: scale(1.05);
} .review-photo-modal {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.85);
z-index: 10000;
align-items: center;
justify-content: center;
cursor: pointer;
}
.review-photo-modal.active {
display: flex;
}
.review-photo-modal img {
max-width: 90vw;
max-height: 90vh;
border-radius: 12px;
object-fit: contain;
} .review-toggle-btn {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 12px 24px;
background: #066acd;
color: #fff;
border: none;
border-radius: 12px;
font-size: 15px;
font-weight: 600;
cursor: pointer;
transition: background 0.2s;
font-family: inherit;
}
.review-toggle-btn:hover {
background: #0554a3;
} .review-form-wrapper {
display: none;
margin-top: 24px;
}
.review-form-wrapper.active {
display: block;
}
.review-form {
background: #f9fafb;
border-radius: 16px;
padding: 24px;
}
.review-form h4 {
font-size: 18px;
font-weight: 700;
margin: 0 0 20px;
color: #1a1a2e;
}
.review-form__group {
margin-bottom: 16px;
}
.review-form__group label {
display: block;
font-size: 14px;
font-weight: 600;
color: #374151;
margin-bottom: 6px;
}
.review-form__group input[type="text"],
.review-form__group textarea {
width: 100%;
padding: 12px 16px;
border: 1px solid #d1d5db;
border-radius: 12px;
font-size: 15px;
font-family: inherit;
transition: border-color 0.2s;
box-sizing: border-box;
background: #fff;
}
.review-form__group input[type="text"]:focus,
.review-form__group textarea:focus {
outline: none;
border-color: #066acd;
}
.review-form__group textarea {
height: 120px;
resize: vertical;
} .star-rating-input {
display: flex;
gap: 4px;
direction: rtl;
justify-content: flex-end;
}
.star-rating-input input {
display: none;
}
.star-rating-input label {
font-size: 32px;
color: #d1d5db;
cursor: pointer;
transition: color 0.15s;
line-height: 1;
margin: 0 !important;
}
.star-rating-input label:hover,
.star-rating-input label:hover ~ label,
.star-rating-input input:checked ~ label {
color: #f59e0b;
} .photo-upload-area {
display: flex;
gap: 10px;
flex-wrap: wrap;
align-items: center;
}
.photo-upload-btn {
width: 80px;
height: 80px;
border: 2px dashed #d1d5db;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: border-color 0.2s, background 0.2s;
background: #fff;
flex-shrink: 0;
}
.photo-upload-btn:hover {
border-color: #066acd;
background: #f0f7ff;
}
.photo-upload-btn svg {
width: 28px;
height: 28px;
color: #9ca3af;
}
.photo-preview {
position: relative;
width: 80px;
height: 80px;
flex-shrink: 0;
}
.photo-preview img {
width: 80px;
height: 80px;
border-radius: 12px;
object-fit: cover;
}
.photo-preview__remove {
position: absolute;
top: -6px;
right: -6px;
width: 22px;
height: 22px;
background: #ef4444;
color: #fff;
border: 2px solid #fff;
border-radius: 50%;
font-size: 12px;
line-height: 18px;
text-align: center;
cursor: pointer;
padding: 0;
font-weight: 700;
} .review-form__submit {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 14px 32px;
background: #066acd;
color: #fff;
border: none;
border-radius: 12px;
font-size: 16px;
font-weight: 600;
cursor: pointer;
transition: background 0.2s;
font-family: inherit;
margin-top: 4px;
}
.review-form__submit:hover {
background: #0554a3;
}
.review-form__submit:disabled {
background: #9ca3af;
cursor: not-allowed;
} .review-form__message {
margin-top: 12px;
padding: 12px 16px;
border-radius: 12px;
font-size: 14px;
display: none;
}
.review-form__message.success {
display: block;
background: #ecfdf5;
color: #065f46;
}
.review-form__message.error {
display: block;
background: #fef2f2;
color: #991b1b;
} .reviews-empty {
text-align: center;
padding: 32px 20px;
color: #9ca3af;
font-size: 15px;
} @media (max-width: 768px) {
.service-reviews {
margin-top: 28px;
padding-top: 24px;
}
.reviews-header {
flex-direction: column;
align-items: flex-start;
}
.review-card {
padding: 16px;
}
.review-card__photo {
width: 80px;
height: 80px;
}
.review-form {
padding: 16px;
}
.star-rating-input label {
font-size: 28px;
}
}