﻿/* Общие стили */
* {
    margin: 0;
    padding: 0;
    box-sizing: bOrder-box;
}

body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    background-color: white;
    color: #333;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden; /* Для предотвращения горизонтального скроллинга */
    margin-bottom: 3vh;
}

/* Информационная секция (левая часть) */
.info-section {
    flex: 1;
    padding: 3rem;
    background-color: white;
    color: #333;
    width: 60%;
    position: ;
    left: 0;
    top: 0;
    bottom: 0;
    margin-bottom:15vh;
}

.intro h1 {
    font-size: 2.5rem;
    color: #4b0082ff;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.intro p {
    font-size: 1.2rem;
    line-height: 1.6;
}
.benefits{ margin-top: 1.5rem;}
.benefits h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.benefits ul {
    list-style: none;
    padding: 0;
}

.benefits li {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    padding-left: 30px;
    position: relative;
}

    .benefits li::before {
        position: absolute;
        left: 0;
        color: #1a73e8;
        font-size: 2rem;
        line-height: 0;
    }

/* Секция входа (правая часть, фиксированная) */
.login-section {
    padding: 3rem;
    background-color: #fff;
    width: 40%;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    box-shadow: -4px 0px 15px rgba(0, 0, 0, 0.1);
}

    .login-section h2 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .login-section form {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 1.5rem;
    }

    .login-section input {
        padding: 1rem;
        margin: 0.5rem 0;
        font-size: 1rem;
        width: 80%;
        bOrder: 1px solid #ddd;
        bOrder-radius: 8px;
        transition: all 0.3s ease;
    }

        .login-section input:focus {
            outline: none;
            bOrder-color: #4b0082ff;
            box-shadow: 0 0 8px rgba(26, 115, 232, 0.1);
        }

    .login-section button {
        padding: 1rem 2rem;
        background-color: #4b0082ff;
        color: white;
        bOrder: none;
        bOrder-radius: 8px;
        cursor: pointer;
        font-size: 1rem;
        transition: background-color 0.3s ease, box-shadow 0.3s ease;
        width: 50%;
    }

        .login-section button:hover {
            background-color: #4b0082ff;
            box-shadow: 0 4px 12px rgba(0, 86, 179, 0.2);
        }

.contact-link {
    margin-top: 1.5rem;
}

    .contact-link a {
        color: #1a73e8;
        text-decoration: none;
        font-weight: bold;
    }

        .contact-link a:hover {
            color: #0056b3;
        }
.contact-us {
    margin: -3rem;
    margin-top: 1.5rem;
}
   .contact-image {
            width: 100%;

        }
/* Футер */
footer {
    background-color:  #4c2f8cff;
    color: white;
    padding: 1.5rem;
    text-align: center;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap:nowrap;
    flex-direction:row;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-button {
    background-color: #4b0082ff;
    color: white;
    padding: 0.7rem 1.5rem;
    bOrder-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

    .footer-button:hover {
        background-color: #0056b3;
    }

footer p {
    font-size: 0.9rem;
}

/* Адаптивность */
@media (max-width: 992px) {
    .info-section {
        flex: 1;
        padding: 1rem;
        background-color: white;
        color: #333;
        width: 60%;
        position:;
        left: 0;
        top: 0;
        bottom: 0;
        margin-bottom: 15vh;
    }
    .login-section {
        padding: 3rem;
        background-color: #fff;
        width: 40%;
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        text-align: center;
        box-shadow: -4px 0px 15px rgba(0, 0, 0, 0.1);
    }
    .login-section input {
        padding: 1rem;
        margin: 0.5rem 0;
        font-size: 1rem;
        width: 100%;
        bOrder: 1px solid #ddd;
        bOrder-radius: 8px;
        transition: all 0.3s ease;
    }
    .login-section button {
        padding: 1rem 2rem;
        background-color: #4b0082ff;
        color: white;
        bOrder: none;
        bOrder-radius: 8px;
        cursor: pointer;
        font-size: 1rem;
        transition: background-color 0.3s ease, box-shadow 0.3s ease;
        width: 100%;
    }
    body {
        flex-direction: column;
    }

    .info-section,
    .login-section {
        width: 100%;
        position: static;
    }

    .footer-content {
        text-align: center;
    }

    footer p {
        margin-top: 0.5rem;
    }
}
.bar {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
    opacity: 0; /* Изначально скрыто */
    transform: translateY(-20px); /* Сдвиг вверх */
    animation: fadeIn 0.5s ease forwards; /* Плавное появление */
}

.bar-rank {
    width: 40px; /* Фиксированная ширина для нумерации */
    text-align: right; /* Выравнивание по правому краю */
    margin-right: 10px;
    font-weight: bold;
}
.bar-chart {
    margin-bottom: 5vh;
    margin-top: 3vh;
}
.bar-label {
    width: 150px;
    text-align: left; /* Выровнено по левому краю */
}

.bar-line {
    height: 20px;
    bOrder-radius: 5px;
    background-color: #54a0ff;
    position: relative;
    overflow: hidden; /* Прячем содержимое, пока оно не увеличивается */
}

.bar-value {
    margin-left: 10px; /* Значение идет сразу после полосы */
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap; /* Убираем перенос текста */
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Контейнер для текста и изображения */
.intro-container {
    display: flex;
    flex-direction: row; /* Элементы слева направо */
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    gap: 20px; /* Расстояние между текстом и картинкой */
}

/* Портрет */
.portrait {
    width: 150px;
    height: auto;
    bOrder-radius: 50%; /* Если хотите круглую картинку */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Легкая тень для эстетики */
}
.portrait2 {
    width: 75px;
    height: auto;
    bOrder-radius: 50%; /* Если хотите круглую картинку */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Легкая тень для эстетики */
}
/* Текстовая часть */
.intro-text {
    text-align: left; /* Выравнивание текста слева */
    font-family: Arial, sans-serif;
    color: #333;
}

    .intro-text h2 {
        font-size: 1.8rem;
        color: #4b0082ff; /* Цвет для акцента */
        margin-bottom: 10px;
    }

    .intro-text p {
        font-size: 1.2rem;
        margin-bottom: 0; /* Убираем лишний отступ */
    }

/* Заголовок "Роли на работе" */
.roles-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: left;
    color: #333;
}
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
}

.mentest-benefits {
    padding: 3rem 2rem;
    background-color: #fff;
    bOrder-radius: 10px;
    margin: 2rem auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 800px;
}

.mentest-benefits-title {
    font-size: 2.5rem;
    color: #4b0082ff;
    text-align: center;
    margin-bottom: 2rem;
}

.benefit-item {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: flex-start;
}

    .benefit-item h3 {
        font-size: 1.5rem;
        color: #333;
        margin-bottom: 0.5rem;
    }

    .benefit-item p {
        font-size: 1.2rem;
        line-height: 1.6;
        color: #333;
        margin-left: -3rem;
    }

.icon {
    font-size: 2rem;
    margin-right: 1rem;
    color: #4b0082;
}

.mentest-summary {
    font-size: 1.4rem;
    text-align: center;
    margin-top: 2rem;
    font-weight: bold;
    color: #333;
}