.payment-page .page-header {
            text-align: center;
            margin-bottom: 100px;
            margin-top: 0;
        }

       .page-title {
            font-size: 48px;
            font-weight: 500;
            color: #2d2d2d;
            margin-bottom: 24px;
            letter-spacing: -0.5px;
            text-align: center;
        }

        .payment-page .page-subtitle {
            font-size: 18px;
            color: #666;
            max-width: 680px;
            margin: 0 auto;
            line-height: 1.7;
        }

        /* Content sections */
        .payment-page .content-section {
            background: #fff;
            border-radius: 8px;
            padding: 64px 56px;
            margin-bottom: 32px;
            border: 1px solid #f0f0f0;
        }

        .payment-page .section-title {
            font-family: 'Playfair Display', serif;
            font-size: 32px;
            font-weight: 500;
            color: #2d2d2d;
            margin-bottom: 32px;
            position: relative;
        }

        .payment-page .section-title::after {
            content: '';
            display: block;
            width: 48px;
            height: 2px;
            background: #2d2d2d;
            margin-top: 16px;
        }

        .payment-page .content-text {
            font-size: 16px;
            line-height: 1.7;
            color: #555;
            margin-bottom: 24px;
        }

        /* Payment methods grid */
        .payment-page .payment-methods {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 32px;
            margin: 48px 0;
        }

        .payment-page .payment-method {
            background: #fafafa;
            padding: 40px 32px;
            border-radius: 8px;
            border: 1px solid #f0f0f0;
            transition: all 0.3s ease;
            text-align: center;
        }

        .payment-page .payment-method:hover {
            border-color: #2d2d2d;
            background: #fff;
            transform: translateY(-2px);
        }

        .payment-page .payment-icon {
            width: 64px;
            height: 64px;
            background: #2d2d2d;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 24px;
            font-size: 24px;
            color: white;
        }

        .payment-page .payment-title {
            font-family: 'Playfair Display', serif;
            font-size: 24px;
            font-weight: 500;
            color: #2d2d2d;
            margin-bottom: 16px;
        }

        .payment-page .payment-description {
            font-size: 15px;
            color: #666;
            line-height: 1.6;
        }

        /* Warning box */
        .payment-page .info-box {
            background: #f0f8ff;
            border: 1px solid #b3d9ff;
            color: #2d5aa0;
            padding: 24px 28px;
            border-radius: 8px;
            margin: 32px 0;
            display: flex;
            align-items: center;
            gap: 16px;
            font-weight: 500;
        }

        .payment-page .info-icon {
            font-size: 20px;
        }

        /* List styles */
        .payment-page .custom-list {
            list-style: none;
            margin: 32px 0;
        }

        .payment-page .custom-list li {
            padding: 20px 0;
            border-bottom: 1px solid #f5f5f5;
            position: relative;
            padding-left: 32px;
            line-height: 1.6;
            font-size: 14px;
        }

        .payment-page .custom-list li::before {
            content: '◆';
            position: absolute;
            left: 0;
            color: #2d2d2d;
            font-size: 12px;
            top: 18px;
        }

        .payment-page .custom-list li:last-child {
            border-bottom: none;
        }

        /* Contact section */
        .payment-page .contact-section {
            background: #2d2d2d;
            color: white;
            text-align: center;
        }

        .payment-page .contact-section .section-title {
            color: white;
        }

        .payment-page .contact-section .section-title::after {
            background: #fff;
        }

        .payment-page .contact-description {
            font-size: 20px !important;
            color: #e0e0e0 !important;
            margin-bottom: 48px !important;
            font-weight: 500 !important;
            line-height: 1.6 !important;
        }

        .payment-page .contact-info {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 48px;
            margin: 48px 0;
        }

        .payment-page .contact-item {
            padding: 24px;
        }

        .payment-page .contact-label {
            font-size: 13px;
            color: #aaa;
            margin-bottom: 12px;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 500;
        }

        .payment-page .contact-value {
            font-size: 18px;
            font-weight: 500;
            color: #fff;
        }

        .payment-page .contact-value a {
            color: inherit;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .payment-page .contact-value a:hover {
            color: #e0e0e0;
        }

        .payment-page .cta-button {
            background: #2d2d2d;
            border: 2px solid #fff;
            color: white;
            padding: 16px 48px;
            border-radius: 4px;
            font-size: 15px;
            font-weight: 500;
            cursor: pointer;
            text-decoration: none;
            display: inline-block;
            margin-top: 32px;
            transition: all 0.3s ease;
            font-family: 'Inter', sans-serif;
        }

        .payment-page .cta-button:hover {
            background: #fff;
            color: #2d2d2d;
        }

.delivery-page .page-header {
            text-align: center;
            margin-bottom: 100px;
            margin-top: 0px;
        }
        .delivery-page .page-subtitle {
            font-size: 18px;
            color: #666;
            max-width: 680px;
            margin: 0 auto;
            line-height: 1.7;
        }

        /* Content sections */
        .delivery-page .content-section {
            background: #fff;
            border-radius: 8px;
            padding: 64px 56px;
            margin-bottom: 32px;
            border: 1px solid #f0f0f0;
        }

        .delivery-page .section-title {
            font-family: 'Playfair Display', serif;
            font-size: 32px;
            font-weight: 500;
            color: #2d2d2d;
            margin-bottom: 32px;
            position: relative;
        }

        .delivery-page .section-title::after {
            content: '';
            display: block;
            width: 48px;
            height: 2px;
            background: #2d2d2d;
            margin-top: 16px;
        }

        .delivery-page .content-text {
            font-size: 16px;
            line-height: 1.7;
            color: #555;
            margin-bottom: 24px;
        }

        .delivery-page .time-slots {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 24px;
            margin: 48px 0;
        }

        .delivery-page .time-slot {
            background: #fafafa;
            padding: 32px 24px;
            border-radius: 8px;
            text-align: center;
            border: 1px solid #f0f0f0;
            transition: all 0.3s ease;
        }

        .delivery-page .time-slot:hover {
            border-color: #2d2d2d;
            background: #fff;
            transform: translateY(-2px);
        }

        .delivery-page .time-range {
            font-family: 'Inter', sans-serif;
            font-size: 24px;
            font-weight: 600;
            color: #2d2d2d;
            margin-bottom: 8px;
        }

        .delivery-page .time-label {
            color: #666;
            font-size: 14px;
            font-weight: 400;
        }

        /* Warning box */
        .delivery-page .warning-box {
            background: #fff8f0;
            border: 1px solid #f0d9b7;
            color: #8b4513;
            padding: 24px 28px;
            border-radius: 8px;
            margin: 32px 0;
            display: flex;
            align-items: center;
            gap: 16px;
            font-weight: 500;
        }

        .delivery-page .warning-icon {
            font-size: 20px;
        }

        /* List styles */
        .delivery-page .custom-list {
            list-style: none;
            margin: 32px 0;
        }

        .delivery-page .custom-list li {
            padding: 20px 0;
            border-bottom: 1px solid #f5f5f5;
            position: relative;
            padding-left: 32px;
            line-height: 1.6;
            font-size: 14px;
        }

        .delivery-page .custom-list li::before {
            content: '◆';
            position: absolute;
            left: 0;
            color: #2d2d2d;
            font-size: 12px;
            top: 18px;
        }

        .delivery-page .custom-list li:last-child {
            border-bottom: none;
        }

 .modal-callback {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            animation: fadeIn 0.3s ease;
        }

        .modal-callback.show {
            display: flex !important;
            align-items: center;
            justify-content: center;
        }

        .modal-callback .modal-content {
            background-color: #fff;
            padding: 48px;
            border-radius: 12px;
            width: 90%;
            max-width: 500px;
            position: relative;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            animation: slideIn 0.3s ease;
        }

        .modal-callback .close {
            position: absolute;
            right: 20px;
            top: 20px;
            font-size: 28px;
            font-weight: bold;
            color: #999;
            cursor: pointer;
            transition: color 0.3s ease;
        }

        .modal-callback .close:hover {
            color: #2d2d2d;
        }

        .modal-callback .modal-title {
            font-family: 'Playfair Display', serif;
            font-size: 28px;
            font-weight: 500;
            color: #2d2d2d;
            margin-bottom: 12px;
            text-align: center;
        }

        .modal-callback .modal-subtitle {
            color: #666;
            text-align: center;
            margin-bottom: 32px;
            font-size: 16px;
            line-height: 1.5;
        }

        .modal-callback .form-group {
            margin-bottom: 24px;
        }

        .modal-callback .form-group label {
            display: block;
            margin-bottom: 8px;
            color: #2d2d2d;
            font-weight: 500;
            font-size: 14px;
        }

        .modal-callback .form-group input {
            width: 100%;
            padding: 14px 16px;
            border: 1px solid #e0e0e0;
            border-radius: 6px;
            font-size: 16px;
            font-family: 'Inter', sans-serif;
            transition: border-color 0.3s ease, box-shadow 0.3s ease;
            background-color: #fafafa;
        }

        .modal-callback .form-input:focus {
            outline: none;
            border-color: #2d2d2d;
            box-shadow: 0 0 0 3px rgba(45, 45, 45, 0.1);
            background-color: #fff;
        }

        .modal-callback .form-group textarea {
            resize: vertical;
            min-height: 100px;
            width: 100%;
            padding: 14px 16px;
            border: 1px solid #e0e0e0;
            border-radius: 6px;
            font-size: 16px;
            font-family: 'Inter', sans-serif;
            transition: border-color 0.3s ease, box-shadow 0.3s ease;
            background-color: #fafafa;
        }

        .modal-callback .submit-button {
            width: 100%;
            background: #2d2d2d;
            color: white;
            border: none;
            padding: 16px 24px;
            border-radius: 6px;
            font-size: 16px;
            font-weight: 500;
            cursor: pointer;
            transition: background-color 0.3s ease;
            font-family: 'Inter', sans-serif;
            margin-top: 8px;
        }

        .modal-callback .submit-button:hover {
            background: #1a1a1a;
        }

        .modal-callback .submit-button:active {
            transform: translateY(1px);
        }

        .modal-callback .privacy-text {
            font-size: 13px;
            color: #999;
            text-align: center;
            margin-top: 16px;
            line-height: 1.4;
        }

        .modal-callback .privacy-text a {
            color: #2d2d2d;
            text-decoration: none;
        }

        .modal-callback .privacy-text a:hover {
            text-decoration: underline;
        }

        /* Стили для модального окна успеха */
        .modal-success {display: none;}
        .modal-success .success-modal {
            text-align: center;
            max-width: 480px;
        }

        .modal-success  .success-icon {
            margin: 0 auto 24px;
            display: flex;
            justify-content: center;
        }

        .modal-success .success-icon svg {
            animation: successPulse 0.6s ease-out;
        }

        .modal-success .success-title {
            font-family: 'Playfair Display', serif;
            font-size: 32px;
            font-weight: 500;
            color: #2d2d2d;
            margin-bottom: 16px;
        }

        .modal-success .success-message {
            color: #555;
            font-size: 16px;
            line-height: 1.6;
            margin-bottom: 32px;
        }

        .modal-success .success-message strong {
            color: #2d2d2d;
            font-weight: 600;
        }

        .modal-success .success-info {
            background: #fafafa;
            border: 1px solid #f0f0f0;
            border-radius: 8px;
            padding: 24px;
            margin-bottom: 32px;
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .modal-success .success-button {
            background: #2d2d2d;
            color: white;
            border: none;
            padding: 14px 32px;
            border-radius: 4px;
            font-size: 16px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
            font-family: 'Inter', sans-serif;
            min-width: 140px;
        }

        .modal-success .success-button:hover {
            background: #1a1a1a;
            transform: translateY(-1px);
        }

        .modal-success .success-button:active {
            transform: translateY(0);
        }

        .modal-success .close-success {
            position: absolute;
            right: 20px;
            top: 20px;
            font-size: 28px;
            font-weight: bold;
            color: #999;
            cursor: pointer;
            transition: color 0.3s ease;
        }

        .modal-success .close-success:hover {
            color: #2d2d2d;
        }

        /* Анимации для окна успеха */
        @keyframes successPulse {
            0% {
                transform: scale(0.8);
                opacity: 0;
            }
            50% {
                transform: scale(1.05);
            }
            100% {
                transform: scale(1);
                opacity: 1;
            }
        }

        /* Стили для ошибок валидации */
        .modal-callback .form-input.error {
            border-color: #dc3545;
            box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
            background-color: #fff5f5;
        }

        .modal-callback .error-message {
            color: #dc3545;
            font-size: 13px;
            margin-top: 6px;
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 4px;
        }

        .modal-callback .error-message::before {
            content: "⚠";
            font-size: 14px;
        }

        /* Анимация для ошибок */
        .modal-callback .error-message {
            animation: errorSlide 0.3s ease;
        }

        @keyframes errorSlide {
            from {
                opacity: 0;
                transform: translateY(-5px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Адаптивность для окна успеха */
        @media (max-width: 768px) {
            .success-modal {
                padding: 32px 20px;
            }
            
            .success-title {
                font-size: 26px;
            }
            
            .success-info {
                padding: 20px;
            }
            
            .info-item {
                font-size: 13px;
            }
        }

        /* Animations */
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        @keyframes slideIn {
            from {
                opacity: 0;
                transform: translateY(-30px) scale(0.95);
            }
            to {
                opacity: 1;
                transform: translateY(0) scale(1);
            }
        }




        .contact-section {
            background: #2d2d2d;
            color: white;
            text-align: center;
        }

        .contact-section .section-title {
            color: white;
        }

        .contact-section .section-title::after {
            background: #fff;
        }

        .contact-description {
            font-size: 20px !important;
            color: #e0e0e0 !important;
            margin-bottom: 48px !important;
            font-weight: 500 !important;
            line-height: 1.6 !important;
        }

        .contact-info {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 48px;
            margin: 48px 0;
        }

        .contact-item {
            padding: 24px;
        }

        .contact-label {
            font-size: 13px;
            color: #aaa;
            margin-bottom: 12px;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 500;
        }

        .contact-value {
            font-size: 18px;
            font-weight: 500;
            color: #fff;
        }

        .contact-value a {
            color: inherit;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .contact-value a:hover {
            color: #e0e0e0;
        }

        .cta-button {
            background: #2d2d2d;
            border: 2px solid #fff;
            color: white;
            padding: 16px 48px;
            border-radius: 4px;
            font-size: 15px;
            font-weight: 500;
            cursor: pointer;
            text-decoration: none;
            display: inline-block;
            margin-top: 32px;
            transition: all 0.3s ease;
            font-family: 'Inter', sans-serif;
        }

        .cta-button:hover {
            background: #fff;
            color: #2d2d2d;
        }


