* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background-color: #f8f9fa;
}

.ad-disclosure {
    background-color: #2d7a5e;
    color: #ffffff;
    text-align: center;
    padding: 8px;
    font-size: 13px;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-asymmetric {
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 37px;
    z-index: 999;
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 24px;
    font-weight: 700;
    color: #2d7a5e;
    letter-spacing: 1px;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 35px;
}

.nav-links a {
    color: #2c3e50;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #2d7a5e;
}

.hero-asymmetric {
    min-height: 600px;
    background-color: #e8f4f0;
    padding: 80px 40px 60px;
}

.hero-content-offset {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
}

.hero-text-block {
    max-width: 680px;
    margin-left: 60px;
    z-index: 2;
    position: relative;
    padding-top: 40px;
}

.hero-text-block h1 {
    font-size: 48px;
    line-height: 1.2;
    color: #1a5a45;
    margin-bottom: 25px;
    font-weight: 700;
}

.hero-text-block p {
    font-size: 20px;
    line-height: 1.7;
    color: #34495e;
    margin-bottom: 30px;
}

.cta-primary {
    display: inline-block;
    background-color: #2d7a5e;
    color: #ffffff;
    padding: 16px 40px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.cta-primary:hover {
    background-color: #1a5a45;
}

.hero-image-overlap {
    position: relative;
    margin-top: -150px;
    margin-left: auto;
    margin-right: 80px;
    max-width: 700px;
    z-index: 1;
}

.hero-image-overlap img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    object-fit: cover;
    background-color: #d1e7dd;
}

.intro-offset {
    padding: 100px 40px 80px;
    background-color: #ffffff;
}

.intro-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: center;
}

.intro-card-left {
    flex: 1;
    padding: 50px;
    background-color: #f8f9fa;
    border-left: 5px solid #2d7a5e;
    margin-right: -80px;
    z-index: 2;
}

.intro-card-left h2 {
    font-size: 36px;
    color: #1a5a45;
    margin-bottom: 20px;
    font-weight: 700;
}

.intro-card-left p {
    font-size: 18px;
    color: #495057;
    line-height: 1.8;
}

.intro-visual-right {
    flex: 1;
    position: relative;
    z-index: 1;
}

.intro-visual-right img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    object-fit: cover;
    background-color: #d1e7dd;
}

.visual-caption {
    margin-top: 15px;
    font-size: 15px;
    color: #6c757d;
    font-style: italic;
}

.statement-full {
    padding: 80px 40px;
    background-color: #1a5a45;
}

.statement-inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.statement-text {
    font-size: 28px;
    line-height: 1.6;
    color: #ffffff;
    font-weight: 500;
}

.services-irregular {
    padding: 100px 40px 80px;
    background-color: #f8f9fa;
}

.services-header-offset {
    max-width: 650px;
    margin-left: 120px;
    margin-bottom: 60px;
}

.services-header-offset h2 {
    font-size: 42px;
    color: #1a5a45;
    margin-bottom: 20px;
    font-weight: 700;
}

.services-header-offset p {
    font-size: 18px;
    color: #495057;
    line-height: 1.7;
}

.services-grid-asymmetric {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.service-card {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.service-card-1 {
    flex: 0 0 calc(45% - 20px);
    margin-left: 0;
}

.service-card-2 {
    flex: 0 0 calc(50% - 20px);
    margin-left: auto;
    margin-top: -60px;
}

.service-card-3 {
    flex: 0 0 calc(48% - 20px);
    margin-left: 40px;
}

.service-card-4 {
    flex: 0 0 calc(47% - 20px);
    margin-left: auto;
    margin-top: -40px;
}

.service-card-5 {
    flex: 0 0 calc(60% - 20px);
    margin-left: 80px;
}

.service-image {
    width: 100%;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
    background-color: #d1e7dd;
}

.service-card:hover .service-image img {
    transform: scale(1.05);
}

.service-content {
    padding: 30px;
}

.service-content h3 {
    font-size: 24px;
    color: #1a5a45;
    margin-bottom: 15px;
    font-weight: 600;
}

.service-content p {
    font-size: 16px;
    color: #495057;
    line-height: 1.7;
    margin-bottom: 20px;
}

.service-price {
    font-size: 28px;
    color: #2d7a5e;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-select-btn {
    background-color: #2d7a5e;
    color: #ffffff;
    border: none;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.service-select-btn:hover {
    background-color: #1a5a45;
}

.form-section-diagonal {
    padding: 100px 40px;
    background-color: #ffffff;
    position: relative;
}

.form-section-diagonal::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    height: 100%;
    background-color: #e8f4f0;
    z-index: 0;
}

.form-container-offset {
    max-width: 800px;
    margin: 0 auto;
    margin-left: 200px;
    position: relative;
    z-index: 1;
}

.form-intro {
    margin-bottom: 40px;
}

.form-intro h2 {
    font-size: 38px;
    color: #1a5a45;
    margin-bottom: 15px;
    font-weight: 700;
}

.form-intro p {
    font-size: 18px;
    color: #495057;
}

.contact-form-asymmetric {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.selected-service-display {
    background-color: #e8f4f0;
    padding: 15px 20px;
    border-radius: 4px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #1a5a45;
    display: none;
}

.selected-service-display.active {
    display: block;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #2c3e50;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #2d7a5e;
}

.btn-submit {
    background-color: #2d7a5e;
    color: #ffffff;
    border: none;
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
}

.btn-submit:hover {
    background-color: #1a5a45;
}

.trust-block-offset {
    padding: 100px 40px;
    background-color: #f8f9fa;
}

.trust-content {
    max-width: 1200px;
    margin: 0 auto;
    margin-left: 150px;
}

.trust-content h2 {
    font-size: 40px;
    color: #1a5a45;
    margin-bottom: 25px;
    font-weight: 700;
}

.trust-content p {
    font-size: 18px;
    color: #495057;
    line-height: 1.8;
    margin-bottom: 40px;
    max-width: 800px;
}

.trust-image-inline {
    margin-left: 80px;
    max-width: 700px;
}

.trust-image-inline img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    background-color: #d1e7dd;
}

.footer-asymmetric {
    background-color: #1a5a45;
    color: #ffffff;
    padding: 60px 40px 30px;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 40px;
}

.footer-block h3 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 700;
}

.footer-block h4 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.footer-block p {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.9;
}

.footer-block ul {
    list-style: none;
}

.footer-block ul li {
    margin-bottom: 10px;
}

.footer-block ul li a {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.85;
    transition: opacity 0.3s ease;
}

.footer-block ul li a:hover {
    opacity: 1;
}

.footer-block-1 {
    flex: 1;
}

.footer-block-2 {
    flex: 0 0 200px;
}

.footer-block-3 {
    flex: 0 0 250px;
}

.footer-disclaimer {
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-disclaimer p {
    font-size: 13px;
    line-height: 1.6;
    opacity: 0.8;
}

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
}

.footer-bottom p {
    font-size: 14px;
    opacity: 0.7;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 25px 40px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    display: none;
}

.cookie-banner.active {
    display: block;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.cookie-content p {
    flex: 1;
    font-size: 15px;
    line-height: 1.6;
}

.cookie-content a {
    color: #a8dadc;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 15px;
}

.cookie-btn {
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cookie-accept {
    background-color: #2d7a5e;
    color: #ffffff;
}

.cookie-accept:hover {
    background-color: #1a5a45;
}

.cookie-reject {
    background-color: #6c757d;
    color: #ffffff;
}

.cookie-reject:hover {
    background-color: #5a6268;
}

.page-header-offset {
    padding: 100px 40px 60px;
    background-color: #e8f4f0;
}

.page-header-content {
    max-width: 1400px;
    margin: 0 auto;
    margin-left: 120px;
}

.page-header-content h1 {
    font-size: 52px;
    color: #1a5a45;
    margin-bottom: 15px;
    font-weight: 700;
}

.page-header-content p {
    font-size: 20px;
    color: #34495e;
}

.about-intro-asymmetric {
    padding: 80px 40px;
    background-color: #ffffff;
}

.about-grid-irregular {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
    align-items: center;
}

.about-text-block {
    flex: 1;
    padding-right: 40px;
}

.about-text-block h2 {
    font-size: 38px;
    color: #1a5a45;
    margin-bottom: 25px;
    font-weight: 700;
}

.about-text-block p {
    font-size: 18px;
    color: #495057;
    line-height: 1.8;
    margin-bottom: 20px;
}

.about-image-overlap {
    flex: 1;
    position: relative;
    margin-top: -60px;
}

.about-image-overlap img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    background-color: #d1e7dd;
}

.values-section-diagonal {
    padding: 100px 40px;
    background-color: #f8f9fa;
}

.values-wrapper {
    max-width: 1400px;
    margin: 0 auto;
}

.values-wrapper h2 {
    font-size: 40px;
    color: #1a5a45;
    margin-bottom: 50px;
    margin-left: 80px;
    font-weight: 700;
}

.values-cards-offset {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.value-card {
    flex: 0 0 calc(33.333% - 27px);
    background-color: #ffffff;
    padding: 40px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

.value-card:nth-child(1) {
    margin-top: 0;
}

.value-card:nth-child(2) {
    margin-top: 40px;
}

.value-card:nth-child(3) {
    margin-top: 80px;
}

.value-card h3 {
    font-size: 26px;
    color: #2d7a5e;
    margin-bottom: 15px;
    font-weight: 600;
}

.value-card p {
    font-size: 16px;
    color: #495057;
    line-height: 1.7;
}

.expertise-block {
    padding: 100px 40px;
    background-color: #ffffff;
}

.expertise-content-asymmetric {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: center;
}

.expertise-text {
    flex: 1;
    margin-right: -60px;
    z-index: 2;
    background-color: #ffffff;
    padding: 40px;
}

.expertise-text h2 {
    font-size: 38px;
    color: #1a5a45;
    margin-bottom: 25px;
    font-weight: 700;
}

.expertise-text p {
    font-size: 18px;
    color: #495057;
    line-height: 1.8;
    margin-bottom: 20px;
}

.expertise-visual {
    flex: 1;
    z-index: 1;
}

.expertise-visual img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    background-color: #d1e7dd;
}

.approach-section {
    padding: 80px 40px;
    background-color: #e8f4f0;
}

.approach-wrapper-offset {
    max-width: 900px;
    margin: 0 auto;
    margin-left: 200px;
}

.approach-wrapper-offset h2 {
    font-size: 40px;
    color: #1a5a45;
    margin-bottom: 25px;
    font-weight: 700;
}

.approach-wrapper-offset p {
    font-size: 18px;
    color: #495057;
    line-height: 1.8;
    margin-bottom: 20px;
}

.cta-section-asymmetric {
    padding: 100px 40px;
    background-color: #ffffff;
}

.cta-content-offset {
    max-width: 800px;
    margin: 0 auto;
    margin-right: 150px;
    text-align: center;
}

.cta-content-offset h2 {
    font-size: 38px;
    color: #1a5a45;
    margin-bottom: 20px;
    font-weight: 700;
}

.cta-content-offset p {
    font-size: 18px;
    color: #495057;
    margin-bottom: 30px;
}

.cta-button {
    display: inline-block;
    background-color: #2d7a5e;
    color: #ffffff;
    padding: 16px 40px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 18px;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #1a5a45;
}

.services-detailed-asymmetric {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 40px;
}

.service-detail-block {
    display: flex;
    gap: 60px;
    margin-bottom: 80px;
    align-items: center;
}

.service-detail-1 {
    flex-direction: row;
}

.service-detail-2 {
    flex-direction: row-reverse;
    margin-left: 60px;
}

.service-detail-3 {
    flex-direction: row;
}

.service-detail-4 {
    flex-direction: row-reverse;
    margin-right: 60px;
}

.service-detail-5 {
    flex-direction: row;
}

.service-detail-image {
    flex: 1;
}

.service-detail-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    background-color: #d1e7dd;
}

.service-detail-content {
    flex: 1;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.service-detail-content h2 {
    font-size: 32px;
    color: #1a5a45;
    margin-bottom: 20px;
    font-weight: 700;
}

.service-detail-content p {
    font-size: 17px;
    color: #495057;
    line-height: 1.8;
    margin-bottom: 20px;
}

.service-features {
    list-style: none;
    margin-bottom: 25px;
}

.service-features li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 12px;
    font-size: 16px;
    color: #495057;
}

.service-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #2d7a5e;
    font-weight: 700;
    font-size: 18px;
}

.service-price-large {
    font-size: 36px;
    color: #2d7a5e;
    font-weight: 700;
    margin-bottom: 25px;
}

.contact-content-asymmetric {
    padding: 60px 40px 80px;
}

.contact-layout-irregular {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.contact-info-block {
    flex: 1;
    padding-right: 40px;
}

.contact-info-block h2 {
    font-size: 38px;
    color: #1a5a45;
    margin-bottom: 25px;
    font-weight: 700;
}

.contact-info-block > p {
    font-size: 18px;
    color: #495057;
    line-height: 1.8;
    margin-bottom: 40px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-item h3 {
    font-size: 22px;
    color: #2d7a5e;
    margin-bottom: 10px;
    font-weight: 600;
}

.contact-item p {
    font-size: 17px;
    color: #495057;
    line-height: 1.7;
}

.contact-email {
    color: #2c3e50;
    font-weight: 500;
}

.contact-visual-offset {
    flex: 1;
    margin-top: 60px;
}

.contact-visual-offset img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    background-color: #d1e7dd;
}

.contact-additional {
    padding: 60px 40px;
    background-color: #f8f9fa;
}

.contact-additional-wrapper {
    max-width: 900px;
    margin: 0 auto;
    margin-left: 180px;
}

.contact-additional-wrapper h2 {
    font-size: 34px;
    color: #1a5a45;
    margin-bottom: 20px;
    font-weight: 700;
}

.contact-additional-wrapper p {
    font-size: 17px;
    color: #495057;
    line-height: 1.8;
    margin-bottom: 15px;
}

.contact-additional-wrapper a {
    color: #2d7a5e;
    text-decoration: underline;
}

.thanks-section {
    min-height: 600px;
    padding: 100px 40px;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thanks-container {
    max-width: 700px;
    text-align: center;
    background-color: #ffffff;
    padding: 60px 50px;
    border-radius: 8px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.thanks-icon {
    margin-bottom: 30px;
}

.thanks-container h1 {
    font-size: 42px;
    color: #1a5a45;
    margin-bottom: 20px;
    font-weight: 700;
}

.thanks-message {
    font-size: 20px;
    color: #495057;
    margin-bottom: 30px;
    line-height: 1.6;
}

.selected-service-confirmation {
    background-color: #e8f4f0;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #1a5a45;
    display: none;
}

.selected-service-confirmation.active {
    display: block;
}

.thanks-info {
    font-size: 16px;
    color: #6c757d;
    margin-bottom: 40px;
    line-height: 1.7;
}

.thanks-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.btn-primary {
    display: inline-block;
    background-color: #2d7a5e;
    color: #ffffff;
    padding: 16px 40px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #1a5a45;
}

.btn-secondary {
    display: inline-block;
    background-color: transparent;
    color: #2d7a5e;
    padding: 16px 40px;
    text-decoration: none;
    border: 2px solid #2d7a5e;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-secondary:hover {
    background-color: #2d7a5e;
    color: #ffffff;
}

.legal-page {
    padding: 60px 40px 80px;
    background-color: #ffffff;
}

.legal-container {
    max-width: 900px;
    margin: 0 auto;
}

.legal-container h1 {
    font-size: 42px;
    color: #1a5a45;
    margin-bottom: 15px;
    font-weight: 700;
}

.legal-updated {
    font-size: 15px;
    color: #6c757d;
    margin-bottom: 40px;
    font-style: italic;
}

.legal-container h2 {
    font-size: 28px;
    color: #2d7a5e;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 600;
}

.legal-container h3 {
    font-size: 22px;
    color: #2c3e50;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.legal-container p {
    font-size: 16px;
    color: #495057;
    line-height: 1.8;
    margin-bottom: 15px;
}

.legal-container ul {
    margin-left: 25px;
    margin-bottom: 20px;
}

.legal-container ul li {
    font-size: 16px;
    color: #495057;
    line-height: 1.8;
    margin-bottom: 10px;
}

.legal-container a {
    color: #2d7a5e;
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .hero-content-offset,
    .intro-wrapper,
    .about-grid-irregular,
    .contact-layout-irregular,
    .expertise-content-asymmetric {
        flex-direction: column;
    }

    .hero-image-overlap {
        margin-top: 40px;
        margin-right: 0;
    }

    .intro-card-left {
        margin-right: 0;
    }

    .service-card-1,
    .service-card-2,
    .service-card-3,
    .service-card-4,
    .service-card-5 {
        flex: 0 0 100%;
        margin-left: 0;
        margin-top: 0;
    }

    .values-cards-offset {
        flex-direction: column;
    }

    .value-card {
        flex: 0 0 100%;
        margin-top: 0 !important;
    }

    .service-detail-block {
        flex-direction: column !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .form-container-offset,
    .services-header-offset,
    .page-header-content,
    .trust-content,
    .approach-wrapper-offset,
    .contact-additional-wrapper {
        margin-left: 40px;
    }

    .footer-content {
        flex-direction: column;
    }

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        gap: 20px;
    }

    .nav-links {
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero-text-block h1 {
        font-size: 36px;
    }

    .hero-text-block p {
        font-size: 18px;
    }

    .services-header-offset,
    .page-header-content,
    .trust-content,
    .form-container-offset,
    .approach-wrapper-offset,
    .contact-additional-wrapper {
        margin-left: 0;
    }

    .form-section-diagonal::before {
        display: none;
    }
}