        .main-container {
            min-height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px;
        }

        .container-mae {
            display: flex;
            max-width: 1000px;
            width: 100%;
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
            animation: fadeIn 1s ease-out;
        }

        .form-container-mae {
            flex: 1;
            padding: 30px;
            background: white;
        }

        .info-side-mae {
            flex: 0 0 40%;
            background: linear-gradient(60deg, #005580 50%, #007dc3 100%);
            color: white !important;
            padding: 40px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }

        .info-side-mae::before {
            content: '';
            position: absolute;
            width: 300px;
            height: 300px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            top: -50px;
            right: -50px;
        }

        .info-side-mae::after {
            content: '';
            position: absolute;
            width: 125px;
            height: 125px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            bottom: -50px;
            left: -50px;
        }

        .logo-mae {
            display: flex;
            align-items: center;
            margin-bottom: 30px;
            animation: slideInLeft 0.8s ease-out;
        }

        .logo-mae i {
            font-size: 28px;
            margin-right: 10px;
        }

        .logo-mae h1 {
            font-size: 28px;
            font-weight: 600;
            line-height: 1.2;
        }

        .info-content-mae h2 {
            font-size: 20px !important;
            line-height: 1.6 !important;
            margin-bottom: 15px !important;
            animation: slideInLeft 0.8s ease-out 0.2s both !important;
        }

        .info-content-mae p {
            line-height: 1.6;
            margin-bottom: 10px;
            animation: slideInLeft 0.8s ease-out 0.4s both;
        }

        .contact-info-mae {
            margin-top: 30px;
            animation: slideInLeft 0.8s ease-out 0.6s both;
        }

        .contact-item-mae {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            color: white !important;
        }

        .contact-item-mae i {
            margin-right: 10px;
            width: 20px;
        }

        .form-header-mae {
            margin-bottom: 30px;
            animation: slideInRight 0.8s ease-out;
        }

        .form-header-mae h2 {
            font-size: 28px;
            color: #333;
            line-height: 1.2;
            margin-bottom: 20px;
        }

        .form-header-mae p {
            color: #666;
        }

        .form-group-mae {
            position: relative;
            margin-bottom: 20px;
            animation: slideInRight 0.8s ease-out 0.2s both;
        }

        .form-group-mae:nth-child(2) {
            animation-delay: 0.3s;
        }

        .form-group-mae:nth-child(3) {
            animation-delay: 0.4s;
        }

        .form-control-mae {
            width: 100% !important;
            padding: 15px 0 !important;
            border: none !important;
            border-bottom: 2px solid #ddd !important;
            background: transparent !important;
            font-size: 16px !important;
            transition: all 0.3s ease !important;
            outline: none !important;
            box-shadow: none !important;
            border-radius: 0px !important;
        }

        .form-control-mae:focus {
            border-bottom-color: #005580 !important;
        }

        .form-label-mae {
            position: absolute;
            top: 15px;
            left: 0;
            font-size: 16px;
            color: #999;
            pointer-events: none;
            transition: all 0.3s ease;
        }

        .form-control-mae:focus ~ .form-label-mae,
        .form-control-mae:valid ~ .form-label-mae {
            top: -10px;
            font-size: 12px;
            color: #005580; /* #6a11cb */
        }

        textarea.form-control-mae {
            min-height: 100px;
            resize: vertical;
        }

        .submit-btn-mae {
            background: linear-gradient(60deg, #005580 50%, #007dc3 100%);
            color: white;
            border: none;
            padding: 15px 30px;
            font-size: 16px;
            border-radius: 30px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(106, 17, 203, 0.4);
            display: block;
            width: 100%;
            animation: slideInRight 0.8s ease-out 0.6s both;
        }

        .submit-btn-mae:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(106, 17, 203, 0.6);
        }

        .submit-btn-mae:active {
            transform: translateY(0);
        }

        .social-links-mae {
            display: flex;
            justify-content: center;
            margin-top: 30px;
            animation: slideInRight 0.8s ease-out 0.7s both;
        }

        .social-links-mae a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #f5f5f5;
            color: #666;
            margin: 0 10px;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .social-links-mae a:hover {
            background: #005580; /* #6a11cb */
            color: white;
            transform: translateY(-3px);
        }

	/* Стили для кастомного select */
        .custom-select-mae {
            position: relative !important;
            width: 100% !important;
        }

        .custom-select-mae select {
            width: 100% !important;
            padding: 15px 0 !important;
            border: none !important;
            border-radius: 0px !important;
            border-bottom: 2px solid #ddd !important;
            background: transparent !important;
            font-size: 16px !important;
            appearance: none !important;
            outline: none !important;
            cursor: pointer !important;
            transition: all 0.3s ease !important;

            /*line-height: 10px !important;
            height: 30px !important;*/
            vertical-align: middle !important;
        }

        .custom-select-mae select:focus {
            border-bottom-color: #005580 !important;
            box-shadow: none !important;
        }

        .custom-select-mae::after {
            /* content: ' ↓ ' !important;
            font-family: 'Font Awesome 5 Free';
            font-weight: 900 !important;
            position: absolute !important;
            top: 50% !important;
            right: 0 !important;
            transform: translateY(-50%) !important;
            color: #999 !important;
            pointer-events: none !important;
            transition: all 0.3s ease !important; */
        }

       .custom-select-mae:focus-within::after {
            color: #005580 !important;
            transform: translateY(-50%) rotate(180deg) !important;
        }

        .select-label-mae {
            position: absolute !important;
            top: 15px !important;
            left: 0 !important;
            font-size: 16px !important;
            color: #999 !important;
            pointer-events: none !important;
            transition: all 0.3s ease !important;
        }

       .custom-select-mae select:focus ~ .select-label-mae,
        .custom-select-mae select:valid ~ .select-label-mae {
            top: -10px !important;
            font-size: 12px !important;
            color: #005580 !important;
        }

       .form-select-mae { height: 51px !important; }
       .form-control-mae:required, .form-select-mae:required { color: #666 !important; }

        /* Анимации */
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: scale(0.9);
            }
            to {
                opacity: 1;
                transform: scale(1);
            }
        }

        @keyframes slideInLeft {
            from {
                opacity: 0;
                transform: translateX(-30px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes slideInRight {
            from {
                opacity: 0;
                transform: translateX(30px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        /* Адаптивность */
        @media (max-width: 768px) {
            .container-mae {
                flex-direction: column;
            }
            
            .info-side-mae {
                padding: 30px;
            }
            
            .form-container-mae {
                padding: 30px;
            }
        }

        @media (max-width: 480px) {
            .info-side-mae, .form-container-mae {
                padding: 20px;
            }
            
            .form-header-mae h2, .info-content h2 {
                font-size: 24px;
            }
        }

        /* Дополнительные эффекты */
        .floating-mae {
            animation: floating 3s ease-in-out infinite;
        }

        @keyframes floating {
            0% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(-10px);
            }
            100% {
                transform: translateY(0);
            }
        }

        .pulse-mae {
            animation: pulse 2s infinite;
        }

        @keyframes pulse {
            0% {
                box-shadow: 0 0 0 0 rgba(106, 17, 203, 0.4);
            }
            70% {
                box-shadow: 0 0 0 10px rgba(106, 17, 203, 0);
            }
            100% {
                box-shadow: 0 0 0 0 rgba(106, 17, 203, 0);
            }
        }