* {
margin:0;
padding: 0;
box-sizing:border-box;
}

body {
font-family: Arial, sans-serif;
background-color:#ffffff;
color: #333;
line-height:1.6;
}

a{
text-decoration:none;
color:#333;
}

.top-bar-contact {
background-color:#28a745;
padding:12px 0;
border-bottom: 1px solid #28a745;
}

.container-top {
max-width:1200px;
margin: 0 auto;
padding:0 20px;
}

.contact-info-table {
width: 100%;
}

.contact-item {
padding:0 15px;
font-size: 14px;
color:#ffffff;
}

.contact-item svg {
vertical-align:middle;
margin-right: 8px;
stroke:#ffffff;
}

.main-header {
background-color: #ffffff;
padding: 20px 0;
box-shadow:0 2px 5px rgba(0,0,0,0.1);
}

.container-header {
max-width: 1200px;
margin:0 auto;
padding: 0 20px;
}

.header-layout {
width:100%;
}
.log
o-cell {
width:250px;
}

.logo-cell a {
display:flex;
align-items: center;
gap:12px;
}

.logo-text {
font-size:24px;
font-weight: bold;
color: #28a745;
}

.nav-cell {
text-align: right;
}

.main-nav {
display: inline-flex;
gap: 30px;
}

.nav-link, .nav-link-active {
font-size:16px;
color:#28a745;
transition: color 0.3s;
padding:8px 0;
}

.nav-link:hover {
color: #218838;
}

.nav-link-active {
color:#28a745;
font-weight:bold;
border-bottom:2px solid #28a745;
}

.verification-screen {
min-height: 100vh;
display:flex;
align-items:center;
justify-content: center;
background: linear-gradient(135deg, #f5f5f5 0%, #ffffff 100%);
}

.verification-container {
max-width:500px;
padding: 20px;
}

.verification-box {
background:#ffffff;
padding:60px 40px;
border-radius: 8px;
box-shadow: 0 10px 40px rgba(0,0,0,0.1);
text-align:center;
}

.robot-icon {
margin-bottom:30px;
}

.verification-box h1 {
font-size: 28px;
margin-bottom:15px;
color:#333;
}

.verification-box p {
color: #666;
margin-bottom: 35px;
font-size:16px;
}
.veri
fy-button {
display:inline-flex;
align-items: center;
gap: 12px;
background-color:#333;
color:#ffffff;
padding: 16px 40px;
border-radius:6px;
font-size:18px;
font-weight: bold;
transition:all 0.3s;
border:none;
cursor: pointer;
}

.verify-button:hover {
background-color: #218838;
transform:translateY(-2px);
box-shadow:0 5px 15px rgba(40,167,69,0.3);
}

.verify-button.clicked {
background-color:#1e7e34;
}

.hero-main {
background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 100%);
padding:100px 0;
}

.container-hero {
max-width: 1200px;
margin: 0 auto;
padding:0 20px;
}

.hero-title {
font-size:48px;
margin-bottom: 20px;
color:#333;
font-weight:bold;
}

.hero-subtitle {
font-size: 20px;
color:#666;
margin-bottom:40px;
}

.hero-buttons {
display:flex;
gap:20px;
justify-content:center;
flex-wrap: wrap;
}

.btn-primary-hero, .btn-secondary-hero {
padding:16px 35px;
font-size: 16px;
border-radius: 6px;
transition: all 0.3s;
display: inline-block;
}

.btn-primary-hero {
background-color:#28a745;
color: #ffffff;
}

.btn-primary-hero:hover {
background-color:#218838;
transform: translateY(-2px);
}
.
btn-secondary-hero {
background-color:#ffffff;
color:#333;
border:2px solid #333;
}

.btn-secondary-hero:hover {
background-color: #28a745;
color:#ffffff;
}

.features-section, .about-gym, .services-preview, .pricing-section, .testimonials-section, .contact-section {
padding: 80px 0;
}

.container-features, .container-about, .container-services, .container-pricing, .container-testimonials, .container-contact {
max-width:1200px;
margin:0 auto;
padding: 0 20px;
}

.section-heading {
font-size:36px;
margin-bottom: 15px;
color: #333;
font-weight: bold;
}

.section-subheading {
font-size:18px;
color:#666;
margin-bottom:50px;
}

.features-grid, .services-grid, .testimonials-grid {
width:100%;
border-spacing: 30px;
}

.feature-box, .service-card, .testimonial-card {
background:#f8f8f8;
padding: 40px 30px;
border-radius:8px;
text-align: center;
transition:all 0.3s;
vertical-align: top;
}

.feature-box:hover, .service-card:hover, .testimonial-card:hover {
transform:translateY(-5px);
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.feature-icon, .service-icon {
margin-bottom:20px;
}

.feature-title, .service-name {
font-size: 22px;
margin-bottom:15px;
color:#333;
font-weight:bold;
}

.feature-text, .service-description {
color:#666;
font-size: 15px;
line-height:1.7;
}
.abou
t-layout, .contact-layout {
width: 100%;
border-spacing:40px;
}

.about-image-cell, .contact-info-block {
width:50%;
vertical-align: top;
}

.about-img, .service-image, .service-detailed-image, .team-photo, .story-img {
width:100%;
border-radius: 8px;
display: block;
}

.about-heading, .contact-main-heading, .story-heading {
font-size:32px;
margin-bottom: 25px;
color:#333;
font-weight: bold;
}

.about-paragraph, .contact-main-intro, .story-text {
margin-bottom:20px;
color:#666;
font-size:16px;
line-height: 1.8;
}

.service-link {
display:inline-block;
margin-top: 15px;
color:#28a745;
font-weight: bold;
padding:10px 25px;
border:2px solid #28a745;
border-radius: 6px;
transition:all 0.3s;
}

.service-link:hover {
background-color:#28a745;
color: #ffffff;
}

.pricing-table-main {
width:100%;
border-collapse: collapse;
background:#ffffff;
box-shadow:0 5px 20px rgba(0,0,0,0.1);
border-radius:8px;
overflow: hidden;
}

.pricing-header-empty {
width:25%;
background:#f8f8f8;
}

.pricing-header {
width: 25%;
background:#f8f8f8;
padding:30px 20px;
text-align: center;
border-left:1px solid #e0e0e0;
}

.pricing-popular {
background:#333;
color:#ffffff;
position: relative;
}

.plan-name {
font-size:24px;
font-weight: bold;
margin-bottom:15px;
}
.plan-
price {
font-size:36px;
font-weight:bold;
color:#333;
}

.pricing-popular .plan-name, .pricing-popular .plan-price {
color:#ffffff;
}

.plan-price small {
font-size:16px;
color:#666;
}

.pricing-popular .plan-price small {
color:#ddd;
}

.popular-badge {
display:inline-block;
background:#28a745;
color:#ffffff;
padding:5px 15px;
border-radius:20px;
font-size: 12px;
margin-top:10px;
}

.feature-name-cell {
padding:20px;
font-weight: bold;
background:#f8f8f8;
border-top:1px solid #e0e0e0;
}

.feature-value-cell {
padding: 20px;
text-align:center;
border-top:1px solid #e0e0e0;
border-left: 1px solid #e0e0e0;
}

.btn-pricing {
display:inline-block;
padding:12px 30px;
background:#ffffff;
color:#28a745;
border:2px solid #28a745;
border-radius: 6px;
font-weight:bold;
transition: all 0.3s;
}

.btn-pricing:hover {
background:#28a745;
color:#ffffff;
}

.btn-pricing-popular {
background:#28a745;
color:#ffffff;
border-color:#28a745;
}

.btn-pricing-popular:hover {
background:#218838;
border-color:#218838;
}

.testimonial-text {
font-size:16px;
color:#666;
font-style:italic;
margin-bottom: 20px;
line-height:1.7;
}
.test
imonial-author {
text-align:center;
}

.testimonial-author strong {
display:block;
color:#333;
font-size:16px;
margin-bottom:5px;
}

.author-role {
color:#999;
font-size:14px;
}

.contact-info-heading {
font-size:28px;
margin-bottom:25px;
color:#333;
font-weight:bold;
}

.contact-details-list {
margin-top:30px;
}

.contact-detail-item {
display:flex;
gap:20px;
margin-bottom:25px;
align-items:flex-start;
}

.contact-detail-item svg {
flex-shrink:0;
stroke:#333;
}

.contact-detail-content {
flex:1;
}

.contact-detail-content strong {
display:block;
font-size:16px;
color:#333;
margin-bottom:5px;
}

.contact-detail-content span {
display:block;
color:#666;
font-size:15px;
}

.form-card {
background:#f8f8f8;
padding:40px;
border-radius:8px;
}

.form-heading {
font-size:24px;
margin-bottom:25px;
color:#333;
font-weight:bold;
}

.form-group-custom {
margin-bottom:20px;
}

.form-input-custom, .form-textarea-custom {
width:100%;
padding:14px;
border:1px solid #ddd;
border-radius:6px;
font-size:15px;
transition:border-color 0.3s;
font-family:Arial, sans-serif;
}

.form-input-custom:focus, .form-textarea-custom:focus {
outline:none;
border-color:#28a745;
}
.fo
rm-input-custom:focus, .form-textarea-custom:focus {
outline:none;
border-color:#333;
}

.btn-submit-form {
width:100%;
padding:16px;
background:#28a745;
color:#ffffff;
border:none;
border-radius:6px;
font-size:16px;
font-weight:bold;
cursor:pointer;
transition:all 0.3s;
}

.btn-submit-form:hover {
background:#218838;
}

.main-footer {
background:#f8f8f8;
padding:60px 0 30px;
border-top:1px solid #e0e0e0;
}

.container-footer {
max-width:1200px;
margin:0 auto;
padding:0 20px;
}

.footer-layout {
width:100%;
border-spacing:40px;
margin-bottom:40px;
}

.footer-brand-cell, .footer-links-cell, .footer-legal-cell {
vertical-align:top;
}

.footer-brand-name {
font-size:22px;
margin:15px 0 10px;
color:#333;
}

.footer-brand-text {
color:#666;
font-size:14px;
}

.footer-links-heading {
font-size:18px;
margin-bottom:20px;
color:#333;
font-weight:bold;
}

.footer-nav {
display:flex;
flex-direction:column;
gap:12px;
}

.footer-link {
color:#666;
font-size:15px;
transition:color 0.3s;
}

.footer-link:hover {
color:#333;
}
.footer
-bottom {
text-align:center;
padding-top:30px;
border-top:1px solid #e0e0e0;
}

.footer-copyright {
color:#999;
font-size:14px;
}

.cookie-banner {
position:fixed;
bottom:0;
left:0;
right:0;
background:#ffffff;
box-shadow:0 -5px 20px rgba(0,0,0,0.15);
padding:25px;
z-index:1000;
display:none;
}

.cookie-banner.show {
display:block;
}

.cookie-content {
max-width:1200px;
margin:0 auto;
display:flex;
align-items:center;
gap:30px;
flex-wrap:wrap;
}

.cookie-text {
flex:1;
color:#666;
font-size:14px;
line-height:1.6;
min-width:300px;
}

.cookie-buttons {
display:flex;
gap:15px;
flex-wrap:wrap;
}

.btn-cookie-accept, .btn-cookie-settings, .btn-cookie-decline {
padding:12px 25px;
border-radius:6px;
font-size:14px;
font-weight:bold;
cursor:pointer;
transition:all 0.3s;
border:none;
}

.btn-cookie-accept {
background:#28a745;
color:#ffffff;
}

.btn-cookie-accept:hover {
background:#218838;
}

.btn-cookie-settings {
background:#ffffff;
color:#28a745;
border:2px solid #28a745;
}

.btn-cookie-settings:hover {
background:#f8f8f8;
}
.btn-
cookie-decline {
background:#f8f8f8;
color:#666;
border:1px solid #ddd;
}

.btn-cookie-decline:hover {
background:#e0e0e0;
}

.page-hero-small {
background:linear-gradient(135deg, #f8f8f8 0%, #ffffff 100%);
padding:80px 0;
text-align:center;
}

.container-hero-small {
max-width:1200px;
margin:0 auto;
padding:0 20px;
}

.page-title {
font-size:42px;
margin-bottom:15px;
color:#333;
font-weight:bold;
}

.page-subtitle {
font-size:18px;
color:#666;
}

.company-story, .team-section, .achievements-section, .cta-section {
padding:80px 0;
}

.container-story, .container-team, .container-achievements, .container-cta {
max-width:1200px;
margin:0 auto;
padding:0 20px;
}

.story-layout {
width:100%;
border-spacing:40px;
}

.story-image-cell, .story-content-cell {
width:50%;
vertical-align:top;
}

.company-values {
padding:80px 0;
background:#f8f8f8;
}

.container-values {
max-width:1200px;
margin:0 auto;
padding:0 20px;
}

.values-grid, .team-grid {
width:100%;
border-spacing:30px;
}

.value-card, .team-member-card {
background:#ffffff;
padding:40px 30px;
border-radius:8px;
text-align:center;
transition:all 0.3s;
vertical-align:top;
}
.value-
card:hover, .team-member-card:hover {
transform:translateY(-5px);
box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

.value-icon {
margin-bottom:20px;
}

.value-title, .team-name {
font-size:20px;
margin-bottom:15px;
color:#333;
font-weight:bold;
}

.value-text, .team-bio {
color:#666;
font-size:15px;
line-height:1.7;
}

.team-photo {
width:100%;
height:250px;
object-fit:cover;
border-radius:8px;
margin-bottom:20px;
}

.team-position {
color:#999;
font-size:14px;
margin-bottom:15px;
}

.achievements-grid {
width:100%;
border-spacing:30px;
}

.achievement-box {
background:#f8f8f8;
padding:40px 30px;
border-radius:8px;
text-align:center;
}

.achievement-number {
font-size:48px;
font-weight:bold;
color:#333;
margin-bottom:10px;
}

.achievement-label {
color:#666;
font-size:16px;
}

.cta-section {
background:linear-gradient(135deg, #333 0%, #555 100%);
color:#ffffff;
}

.cta-heading {
font-size:36px;
margin-bottom:15px;
color:#ffffff;
}

.cta-text {
font-size:18px;
margin-bottom:40px;
color:#ddd;
}
.ct
a-buttons {
display:flex;
gap:20px;
justify-content:center;
flex-wrap:wrap;
}

.btn-cta-primary, .btn-cta-secondary {
padding:16px 35px;
font-size:16px;
border-radius:6px;
transition:all 0.3s;
display:inline-block;
font-weight:bold;
}

.btn-cta-primary {
background:#28a745;
color:#ffffff;
}

.btn-cta-primary:hover {
background:#218838;
transform:translateY(-2px);
}

.btn-cta-secondary {
background:transparent;
color:#ffffff;
border:2px solid #ffffff;
}

.btn-cta-secondary:hover {
background:#ffffff;
color:#28a745;
}

.contact-main-section {
padding:80px 0;
}

.container-contact-main {
max-width:1200px;
margin:0 auto;
padding:0 20px;
}

.contact-main-layout {
width:100%;
border-spacing:40px;
}

.contact-info-main-block, .contact-form-main-block {
width:50%;
vertical-align:top;
}

.contact-details-main {
margin:30px 0;
}

.contact-detail-main-item {
display:flex;
gap:20px;
margin-bottom:30px;
align-items:flex-start;
}

.contact-detail-main-item svg {
flex-shrink:0;
stroke:#333;
}

.contact-detail-main-content {
flex:1;
}
.contac
t-detail-main-content strong {
display:block;
font-size:18px;
color:#333;
margin-bottom:8px;
}

.contact-detail-main-content span {
display:block;
color:#666;
font-size:16px;
margin-bottom:5px;
}

.contact-detail-note {
color:#999;
font-size:14px;
margin-top:8px;
}

.working-hours-block {
background:#f8f8f8;
padding:30px;
border-radius:8px;
margin-top:30px;
}

.working-hours-heading {
font-size:22px;
margin-bottom:20px;
color:#333;
font-weight:bold;
}

.working-hours-table {
width:100%;
}

.day-cell {
padding:12px 0;
color:#666;
font-size:15px;
border-bottom:1px solid #e0e0e0;
}

.hours-cell {
padding:12px 0;
text-align:right;
color:#333;
font-weight:bold;
font-size:15px;
border-bottom:1px solid #e0e0e0;
}

.form-card-main {
background:#f8f8f8;
padding:40px;
border-radius:8px;
}

.form-main-heading {
font-size:26px;
margin-bottom:15px;
color:#333;
font-weight:bold;
}

.form-main-description {
color:#666;
margin-bottom:30px;
font-size:15px;
line-height:1.7;
}

.form-group-primary {
margin-bottom:20px;
}
.fo
rm-label-primary {
display:block;
margin-bottom:8px;
color:#333;
font-size:15px;
font-weight:bold;
}

.form-input-primary, .form-textarea-primary {
width:100%;
padding:14px;
border:1px solid #ddd;
border-radius:6px;
font-size:15px;
transition:border-color 0.3s;
font-family:Arial, sans-serif;
}

.form-input-primary:focus, .form-textarea-primary:focus {
outline:none;
border-color:#28a745;
}

.btn-submit-primary {
width:100%;
padding:16px;
background:#28a745;
color:#ffffff;
border:none;
border-radius:6px;
font-size:16px;
font-weight:bold;
cursor:pointer;
transition:all 0.3s;
}

.btn-submit-primary:hover {
background:#218838;
}

.map-section {
padding:80px 0;
background:#f8f8f8;
}

.container-map {
max-width:1200px;
margin:0 auto;
padding:0 20px;
}

.map-placeholder {
margin-top:40px;
border-radius:8px;
overflow:hidden;
}

.services-detailed {
padding:80px 0;
}

.container-services-detailed {
max-width:1200px;
margin:0 auto;
padding:0 20px;
}

.services-detailed-grid {
width:100%;
border-spacing:0 60px;
}

.service-detailed-card {
display:flex;
gap:40px;
align-items:center;
}

.service-card-reverse {
flex-direction:row-reverse;
}

.service-detailed-image {
width:45%;
flex-shrink:0;
}

.service-detailed-content {
flex:1;
}

.service-detailed-title {
font-size:32px;
margin-bottom:20px;
color:#333;
font-weight:bold;
}

.service-detailed-description {
color:#666;
font-size:16px;
line-height:1.8;
margin-bottom:25px;
}

.service-features-list {
list-style:none;
margin-bottom:30px;
}

.service-features-list li {
padding:10px 0 10px 30px;
color:#666;
font-size:15px;
position:relative;
}

.service-features-list li:before {
content:'✓';
position:absolute;
left:0;
color:#28a745;
font-weight:bold;
font-size:18px;
}

.service-price-block {
display:flex;
align-items:baseline;
gap:10px;
}

.service-price {
font-size:32px;
font-weight:bold;
color:#333;
}

.service-price-period {
color:#666;
font-size:16px;
}

.pricing-plans-section {
padding:80px 0;
background:#f8f8f8;
}

.container-pricing-plans {
max-width:1200px;
margin:0 auto;
padding:0 20px;
}
.
pricing-comparison-table {
width:100%;
border-collapse:collapse;
background:#ffffff;
box-shadow:0 5px 20px rgba(0,0,0,0.1);
border-radius:8px;
overflow:hidden;
}

.pricing-feature-column {
width:25%;
background:#f8f8f8;
}

.pricing-plan-column {
width:25%;
background:#ffffff;
border-left:1px solid #e0e0e0;
vertical-align:top;
}

.pricing-plan-featured {
background:#f8f8f8;
}

.plan-header-box {
padding:30px 20px;
text-align:center;
position:relative;
}

.plan-name-header {
font-size:22px;
font-weight:bold;
margin-bottom:15px;
color:#333;
}

.plan-price-header {
font-size:36px;
font-weight:bold;
color:#333;
margin-bottom:10px;
}

.plan-price-header small {
font-size:16px;
color:#666;
}

.plan-description-header {
color:#666;
font-size:14px;
}

.featured-badge {
display:inline-block;
background:#28a745;
color:#ffffff;
padding:5px 15px;
border-radius:20px;
font-size:12px;
margin-top:10px;
}

.feature-row-name {
padding:20px;
font-weight:bold;
background:#f8f8f8;
border-top:1px solid #e0e0e0;
color:#333;
}

.feature-row-value {
padding:20px;
text-align:center;
border-top:1px solid #e0e0e0;
border-left:1px solid #e0e0e0;
color:#666;
}
.btn-
plan-select {
display:inline-block;
padding:12px 30px;
background:#ffffff;
color:#333;
border:2px solid #333;
border-radius:6px;
font-weight:bold;
transition:all 0.3s;
}

.btn-plan-select:hover {
background:#333;
color:#ffffff;
}

.btn-plan-featured {
background:#28a745;
color:#ffffff;
border-color:#28a745;
}

.btn-plan-featured:hover {
background:#218838;
border-color:#218838;
}

.additional-services {
padding:80px 0;
}

.container-additional {
max-width:1200px;
margin:0 auto;
padding:0 20px;
}

.additional-services-grid {
width:100%;
border-spacing:30px;
}

.additional-service-item {
background:#f8f8f8;
padding:40px 30px;
border-radius:8px;
text-align:center;
transition:all 0.3s;
vertical-align:top;
}

.additional-service-item:hover {
transform:translateY(-5px);
box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

.additional-icon {
margin-bottom:20px;
}

.additional-title {
font-size:20px;
margin-bottom:15px;
color:#333;
font-weight:bold;
}

.additional-description {
color:#666;
font-size:15px;
line-height:1.7;
margin-bottom:20px;
}

.additional-price {
display:block;
font-size:24px;
font-weight:bold;
color:#333;
}
.f
aq-services {
padding:80px 0;
background:#f8f8f8;
}

.container-faq {
max-width:900px;
margin:0 auto;
padding:0 20px;
}

.faq-list {
margin-top:40px;
}

.faq-item-box {
background:#ffffff;
padding:30px;
border-radius:8px;
margin-bottom:20px;
}

.faq-question {
font-size:20px;
color:#333;
margin-bottom:15px;
font-weight:bold;
}

.faq-answer {
color:#666;
font-size:15px;
line-height:1.8;
}

.cta-services {
background:linear-gradient(135deg, #333 0%, #555 100%);
padding:80px 0;
color:#ffffff;
}

.container-cta-services {
max-width:1200px;
margin:0 auto;
padding:0 20px;
}

.cta-services-heading {
font-size:36px;
margin-bottom:15px;
color:#ffffff;
}

.cta-services-text {
font-size:18px;
margin-bottom:40px;
color:#ddd;
}

.cta-services-buttons {
display:flex;
gap:20px;
justify-content:center;
flex-wrap:wrap;
}

.btn-cta-services-primary, .btn-cta-services-secondary {
padding:16px 35px;
font-size:16px;
border-radius:6px;
transition:all 0.3s;
display:inline-block;
font-weight:bold;
}
.btn-ct
a-services-primary {
background:#ffffff;
color:#333;
}

.btn-cta-services-primary:hover {
background:#f8f8f8;
transform:translateY(-2px);
}

.btn-cta-services-secondary {
background:transparent;
color:#ffffff;
border:2px solid #ffffff;
}

.btn-cta-services-secondary:hover {
background:#ffffff;
color:#333;
}

.legal-page {
padding:80px 0;
}

.container-legal {
max-width:900px;
margin:0 auto;
padding:0 20px;
}

.legal-title {
font-size:42px;
margin-bottom:10px;
color:#333;
font-weight:bold;
}

.legal-updated {
color:#999;
font-size:14px;
margin-bottom:40px;
}

.legal-content {
line-height:1.8;
}

.legal-heading {
font-size:26px;
margin-top:40px;
margin-bottom:20px;
color:#333;
font-weight:bold;
}

.legal-text {
color:#666;
font-size:16px;
margin-bottom:20px;
}

.legal-list {
margin:20px 0 20px 30px;
color:#666;
font-size:16px;
}

.legal-list li {
margin-bottom:12px;
line-height:1.7;
}

.legal-back-link {
margin-top:40px;
text-align:center;
}

.cookies-modal-body::-webkit-scrollbar {
width:8px;
}

.cookies-modal-body::-webkit-scrollbar-track {
background:#f1f1f1;
border-radius:4px;
}

.cookies-modal-body::-webkit-scrollbar-thumb {
background:#28a745;
border-radius:4px;
}

.cookies-modal-body::-webkit-scrollbar-thumb:hover {
background:#218838;
}
.
btn-back-home {
display:inline-block;
padding:16px 40px;
background:#333;
color:#ffffff;
border-radius:6px;
font-size:16px;
font-weight:bold;
transition:all 0.3s;
}

.btn-back-home:hover {
background:#555;
transform:translateY(-2px);
}

.cookies-page {
padding:60px 0;
background:#f8f8f8;
min-height:calc(100vh - 200px);
}

.container-cookies {
max-width:1000px;
margin:0 auto;
padding:0 20px;
}

.cookies-modal {
background:#ffffff;
border-radius:12px;
box-shadow:0 10px 40px rgba(0,0,0,0.15);
overflow:hidden;
}

.cookies-modal-header {
background:linear-gradient(135deg, #28a745 0%, #20903d 100%);
color:#ffffff;
padding:40px;
text-align:center;
}

.cookies-title {
font-size:32px;
margin-bottom:10px;
color:#ffffff;
font-weight:bold;
}

.cookies-intro {
color:#ffffff;
font-size:16px;
line-height:1.6;
opacity:0.95;
}

.cookies-modal-body {
padding:40px;
max-height:600px;
overflow-y:auto;
}

.cookie-info-section {
background:#f8f8f8;
padding:25px;
border-radius:8px;
margin-bottom:30px;
}

.cookies-heading {
font-size:20px;
margin-bottom:15px;
color:#333;
font-weight:bold;
}

.cookies-text {
color:#666;
font-size:15px;
margin-bottom:15px;
line-height:1.7;
}

.cookies-text-small {
color:#999;
font-size:13px;
margin-bottom:8px;
line-height:1.6;
}

.cookie-settings-form {
margin:0;
}

.cookie-category {
background:#ffffff;
border:2px solid #e0e0e0;
border-radius:8px;
padding:25px;
margin-bottom:15px;
transition:all 0.3s;
}

.cookie-category:hover {
border-color:#28a745;
box-shadow:0 5px 15px rgba(40,167,69,0.1);
}

.cookie-category-header {
margin-bottom:15px;
}

.cookie-header-table {
width:100%;
}

.cookie-toggle-cell {
width:60px;
}
.toggle-sw
itch {
position:relative;
display:inline-block;
width:50px;
height:26px;
}

.toggle-switch input {
opacity:0;
width:0;
height:0;
}

.toggle-slider {
position:absolute;
cursor:pointer;
top:0;
left:0;
right:0;
bottom:0;
bottom:0;
background-color:#ccc;
transition:0.3s;
border-radius:26px;
}

.toggle-slider:before {
position:absolute;
content:"";
height:18px;
width:18px;
left:4px;
bottom:4px;
background-color:white;
transition:0.3s;
border-radius:50%;
}

input:checked + .toggle-slider {
background-color:#28a745;
}

input:checked + .toggle-slider:before {
transform:translateX(24px);
}

input:disabled + .toggle-slider {
opacity:0.5;
cursor:not-allowed;
}

.cookie-category-title {
font-size:20px;
color:#333;
font-weight:bold;
margin:0;
}

.cookie-required-badge {
display:inline-block;
background:#28a745;
color:#ffffff;
padding:3px 10px;
border-radius:12px;
font-size:11px;
margin-left:10px;
}

.cookie-category-description {
margin-top:15px;
}

.cookie-description-text {
color:#666;
font-size:15px;
line-height:1.7;
margin-bottom:10px;
}
.cookie-
examples {
color:#999;
font-size:14px;
font-style:italic;
}

.cookies-modal-footer {
background:#f8f8f8;
padding:25px 40px;
border-top:1px solid #e0e0e0;
}

.cookie-footer-info {
text-align:center;
}

.cookie-actions {
display:flex;
gap:15px;
margin-top:30px;
flex-wrap:wrap;
justify-content:center;
}

.btn-cookie-save, .btn-cookie-accept-all, .btn-cookie-reject-all {
padding:14px 30px;
border-radius:6px;
font-size:15px;
font-weight:bold;
cursor:pointer;
transition:all 0.3s;
border:none;
}

.btn-cookie-save {
background:#28a745;
color:#ffffff;
}

.btn-cookie-save:hover {
background:#218838;
}

.btn-cookie-accept-all {
background:#28a745;
color:#ffffff;
}

.btn-cookie-accept-all:hover {
background:#218838;
}

.btn-cookie-reject-all {
background:#f8f8f8;
color:#666;
border:1px solid #ddd;
}

.btn-cookie-reject-all:hover {
background:#e0e0e0;
}



.inline-link {
color:#333;
text-decoration:underline;
font-weight:bold;
}
.inlin
e-link:hover {
color:#555;
}

.thankyou-section {
padding:100px 0;
}

.container-thankyou {
max-width:900px;
margin:0 auto;
padding:0 20px;
}

.thankyou-icon {
margin-bottom:30px;
}

.thankyou-title {
font-size:42px;
margin-bottom:20px;
color:#333;
font-weight:bold;
}

.thankyou-message {
font-size:18px;
color:#666;
margin-bottom:50px;
line-height:1.8;
}

.thankyou-info-box {
background:#f8f8f8;
padding:40px;
border-radius:8px;
margin-bottom:40px;
text-align:left;
}

.thankyou-info-title {
font-size:26px;
margin-bottom:30px;
color:#333;
font-weight:bold;
text-align:center;
}

.thankyou-steps {
width:100%;
border-spacing:0 25px;
}

.step-number-cell {
width:80px;
vertical-align:top;
}

.step-number {
width:50px;
height:50px;
background:#28a745;
color:#ffffff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:24px;
font-weight:bold;
}

.step-content-cell {
vertical-align:top;
}

.step-title {
font-size:20px;
margin-bottom:8px;
color:#333;
font-weight:bold;
}
.st
ep-description {
color:#666;
font-size:15px;
line-height:1.7;
}

.thankyou-contact-reminder {
background:#ffffff;
border:2px solid #e0e0e0;
padding:30px;
border-radius:8px;
margin-bottom:40px;
}

.contact-reminder-text {
color:#666;
font-size:16px;
margin-bottom:15px;
}

.contact-phone-link {
display:block;
font-size:32px;
font-weight:bold;
color:#28a745;
margin-bottom:10px;
}

.contact-phone-link:hover {
color:#218838;
}

.contact-hours {
color:#999;
font-size:14px;
}

.thankyou-actions {
display:flex;
gap:20px;
justify-content:center;
flex-wrap:wrap;
}

.btn-thankyou-primary, .btn-thankyou-secondary {
padding:16px 35px;
font-size:16px;
border-radius:6px;
transition:all 0.3s;
display:inline-block;
font-weight:bold;
}

.btn-thankyou-primary {
background:#28a745;
color:#ffffff;
}

.btn-thankyou-primary:hover {
background:#218838;
transform:translateY(-2px);
}

.btn-thankyou-secondary {
background:#ffffff;
color:#28a745;
border:2px solid #28a745;
}

.btn-thankyou-secondary:hover {
background:#28a745;
color:#ffffff;
}

.thankyou-benefits {
padding:80px 0;
background:#f8f8f8;
}
.
container-benefits {
max-width:1200px;
margin:0 auto;
padding:0 20px;
}

.benefits-grid {
width:100%;
border-spacing:30px;
}

.benefit-item {
background:#ffffff;
padding:40px 30px;
border-radius:8px;
text-align:center;
vertical-align:top;
}

.benefit-icon {
margin-bottom:20px;
}

.benefit-title {
font-size:20px;
margin-bottom:15px;
color:#333;
font-weight:bold;
}

.benefit-text {
color:#666;
font-size:15px;
line-height:1.7;
}

@media (max-width: 768px) {
.header-layout, .footer-layout, .about-layout, .contact-layout, .story-layout, .contact-main-layout {
display:block;
}

.logo-cell, .nav-cell, .about-image-cell, .about-content-cell, .contact-info-block, .contact-form-block, .story-image-cell, .story-content-cell, .contact-info-main-block, .contact-form-main-block, .footer-brand-cell, .footer-links-cell, .footer-legal-cell {
display:block;
width:100%;
margin-bottom:30px;
}

.nav-cell {
text-align:left;
margin-top:20px;
}

.main-nav {
flex-direction:column;
gap:15px;
}

.features-grid, .services-grid, .testimonials-grid, .values-grid, .team-grid, .achievements-grid, .additional-services-grid, .benefits-grid {
display:block;
}

.feature-box, .service-card, .testimonial-card, .value-card, .team-member-card, .achievement-box, .additional-service-item, .benefit-item {
display:block;
margin-bottom:30px;
}

.service-detailed-card {
flex-direction:column !important;
}

.service-detailed-image {
width:100%;
}

.hero-title, .page-title {
font-size:32px;
}

.section-heading, .cta-heading, .cta-services-heading {
font-size:28px;
}
}
.cook
ies-page {
padding:80px 0;
background:#f8f8f8;
min-height:100vh;
}

.container-cookies {
max-width:1000px;
margin:0 auto;
padding:0 20px;
}

.cookies-modal {
background:#ffffff;
border-radius:12px;
box-shadow:0 10px 40px rgba(0,0,0,0.15);
overflow:hidden;
}

.cookies-modal-header {
background:linear-gradient(135deg, #28a745 0%, #20903d 100%);
color:#ffffff;
padding:40px;
text-align:center;
}

.cookies-title {
font-size:32px;
margin-bottom:10px;
color:#ffffff;
font-weight:bold;
}

.cookies-intro {
color:#ffffff;
font-size:16px;
line-height:1.6;
opacity:0.95;
}

.cookies-modal-body {
padding:40px;
max-height:600px;
overflow-y:auto;
}

.cookie-info-section {
background:#f8f8f8;
padding:25px;
border-radius:8px;
margin-bottom:30px;
}

.cookies-heading {
font-size:20px;
margin-bottom:15px;
color:#333;
font-weight:bold;
}

.cookies-text {
color:#666;
font-size:15px;
margin-bottom:15px;
line-height:1.7;
}

.cookies-text-small {
color:#999;
font-size:13px;
margin-bottom:8px;
line-height:1.6;
}

.cookie-settings-form {
margin:0;
}

.cookie-category {
background:#ffffff;
border:2px solid #e0e0e0;
border-radius:8px;
padding:25px;
margin-bottom:15px;
transition:all 0.3s;
}

.cookie-category:hover {
border-color:#28a745;
box-shadow:0 5px 15px rgba(40,167,69,0.1);
}

.cookies-modal-footer {
background:#f8f8f8;
padding:25px 40px;
border-top:1px solid #e0e0e0;
}

.cookie-footer-info {
text-align:center;
}

.cookies-modal-body::-webkit-scrollbar {
width:8px;
}

.cookies-modal-body::-webkit-scrollbar-track {
background:#f1f1f1;
border-radius:4px;
}

.cookies-modal-body::-webkit-scrollbar-thumb {
background:#28a745;
border-radius:4px;
}

.cookies-modal-body::-webkit-scrollbar-thumb:hover {
background:#218838;
}