        * {

            box-sizing: border-box;
        }



#successMessage {display:none;}

        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 19999;
            font-family: Arial, sans-serif;
        }

        .access-form {
            background: white;
            padding: 40px;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.3);
            text-align: center;
            max-width: 400px;
            width: 90%;
        }

        .access-form h2 {
            color: #333;
            margin-bottom: 20px;
            font-size: 24px;
        }

        .access-form p {
            color: #666;
            margin-bottom: 30px;
            line-height: 1.5;
        }

        .code-input {
            width: 100%;
            padding: 15px;
            font-size: 18px;
            border: 2px solid #ddd;
            border-radius: 8px;
            text-align: center;
            letter-spacing: 3px;
            margin-bottom: 20px;
            transition: border-color 0.3s;
        }

        .code-input:focus {
            outline: none;
            border-color: #667eea;
        }

        .submit-btn {
            width: 100%;
            padding: 15px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            border: none;
            border-radius: 8px;
            font-size: 16px;
            cursor: pointer;
            transition: transform 0.2s;
        }

        .submit-btn:hover {
            transform: translateY(-2px);
        }

        .error-message {
            color: #e74c3c;
            margin-top: 10px;
            font-size: 14px;
            display: none;
        }

        .hidden {
            display: none !important;
        }

        /* Стили для основного контента */
        .content {
            padding: 20px;
            max-width: 1200px;
            margin: 0 auto;
            margin: 0 auto;
        }
		
		
		
		
		
		
		
		
	   /* о марафоне */	
		
		
		.marathon-story {
            max-width: 1000px;
            margin: 0 auto;
            padding: 40px 20px;
        }

        .story-header {
            text-align: center;
            margin-bottom: -10px;
        }

        .main-title {
            font-size: 26px;
            font-weight: 800;
            color: #c44569;
			/*
            margin-bottom: 15px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
            background: linear-gradient(45deg, #fff, #ffeaa7);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
			*/
        }

        .subtitle2 {
            font-size: 1.4em;
            color: #c44569;
            font-weight: 300;
        }

        .content-block {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            padding: 40px;
            margin-bottom: 30px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            border: 1px solid rgba(255, 255, 255, 0.3);
        }

        .section-title {
            font-size: 1.8em;
            color: #c44569;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 15px;
            font-weight: 600;
        }

        .section-title::before {
            content: "●";
            color: #c44569;
            font-size: 1.2em;
            font-weight: bold;
        }

        .highlight-text {
            background: linear-gradient(135deg, #ffeaa7, #fdcb6e);
            padding: 3px 8px;
            border-radius: 5px;
            font-weight: 600;
        }

        .quote-block {
            border-left: 4px solid #c44569;
            padding-left: 20px;
            margin: 25px 0;
            font-style: italic;
            color: #555;
            background: rgba(196, 69, 105, 0.05);
            padding: 20px;
            border-radius: 0 10px 10px 0;
        }

        .features-list {
            list-style: none;
            margin: 25px 0;
        }

        .features-list li {
            margin-bottom: 15px;
            padding-left: 35px;
            position: relative;
            font-size: 1.1em;
        }

		.marathon-story p, .mission-statement p {color:white !important;margin-top:10px !important;line-height:1.8;}
		.hist_01 p, .content-block p {line-height:1.8;}
		
        .features-list li::before {
            content: "▪";
            position: absolute;
            left: 0;
            color: #c44569;
            font-size: 1.8em;
            line-height: 0.8;
        }

        .mission-statement {
            background: linear-gradient(135deg, #c44569, #8e44ad);
            color: white;
            padding: 30px;
            border-radius: 15px;
            text-align: center;
            margin: 30px 0;
        }

        .mission-title {
            font-size: 1.5em;
            margin-bottom: 15px;
            font-weight: 600;
        }

        .final-quote {
            text-align: center;
            font-size: 1.3em;
            color: white;
            margin-top: 40px;
            padding: 30px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 15px;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .final-quote .highlight {
            color: #ffeaa7;
            font-weight: 700;
            font-size: 1.2em;
        }

        /* Адаптивность */
        @media (max-width: 768px) {
            .main-title {
                font-size: 2.5em;
            }
            
            .subtitle2 {
                font-size: 1.2em;
            }
            
            .content-block {
                padding: 25px;
            }
            
            .section-title {
                font-size: 1.5em;
            }
            
            .marathon-story {
                padding: 20px 15px;
            }
			.final-quote {font-size:1em !important;}
        }

        @media (max-width: 480px) {
            .main-title {
                font-size: 2em;
            }
            
            .section-title {
                font-size: 1.3em;
                ffflex-direction: column;
                align-items: flex-start;
                gap: 10px;
            }
            
            .content-block {
                padding: 20px;
            }
			.highlight-text {font-size:16px !important;}
        }
		
		
		
		
		
		
		
		
	  /* Формап емейл */	
		

       .maindiv {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: linear-gradient(135deg, #ff6b9d 0%, #c44569 50%, #8e44ad 100%);
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
        }

        .question-form-block {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            padding: 40px;
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
            border: 1px solid rgba(255, 255, 255, 0.3);
            max-width: 600px;
            width: 100%;
        }

        .form-title {
            font-size: 2.2em;
            color: #c44569;
            margin-bottom: 10px;
            font-weight: 700;
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .form-title::before {
            content: "●";
            color: #c44569;
            font-size: 1.2em;
            font-weight: bold;
        }

        .form-subtitle {
            font-size: 1.1em;
            color: #555;
            margin-bottom: 30px;
            line-height: 1.5;
        }

        .highlight2 {
            background: linear-gradient(135deg, #ffeaa7, #fdcb6e);
            padding: 3px 8px;
            border-radius: 5px;
            font-weight: 600;
        }

        .form-group {
            margin-bottom: 25px;
            text-align: left;
        }

        .form-group label {
            display: block;
            margin-bottom: 8px;
            color: #2c3e50;
            font-weight: 600;
            font-size: 1em;
        }

        .form-group input,
        .form-group select,
        .form-group textarea {
            width: 100%;
            padding: 12px 15px;
            border: 2px solid #e9ecef;
            border-radius: 10px;
            font-size: 1em;
            transition: all 0.3s ease;
            font-family: inherit;
        }

        .form-group input:focus,
        .form-group select:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: #c44569;
            box-shadow: 0 0 0 3px rgba(196, 69, 105, 0.1);
        }

        .form-group textarea {
            resize: vertical;
            min-height: 120px;
        }

        .submit-btn {
            background: linear-gradient(135deg, #c44569, #8e44ad);
            color: white;
            border: none;
            padding: 15px 40px;
            font-size: 1.1em;
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.3s ease;
            font-weight: 600;
            width: 100%;
            margin-top: 10px;
        }

        .submit-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(196, 69, 105, 0.3);
        }

        .email-notice {
            text-align: center;
            font-size: 0.9em;
            color: #666;
            margin-top: 20px;
            padding: 10px;
            background: rgba(196, 69, 105, 0.05);
            border-radius: 8px;
        }

        /* Адаптивность */
        @media (max-width: 768px) {
            .question-form-block {
                padding: 30px 25px;
            }
            
            .form-title {
                font-size: 1.8em;
            }
            
            .form-subtitle {
                font-size: 1em;
            }
        }

        @media (max-width: 480px) {
            .form-title {
                font-size: 1.6em;
                flex-direction: column;
                align-items: flex-start;
                gap: 10px;
            }
            
            .question-form-block {
                padding: 25px 20px;
            }
        }

