body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: url('../img/bg2.webp') no-repeat center center fixed;
    background-size: cover;
    overflow: hidden;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 80px 20px 80px;
}

.logo img {
    width: 104px;
    display: block;
}

.language-panel {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    gap: 10px;
    background: rgb(102 222 1 / 96%);
    color: #1c2539;
    padding: 8px 16px;
    border-radius: 7px;
    align-items: center;
}

.language-panel a {
    color: #1c2539; /* Цвет текста для ссылок */
    text-decoration: none; /* Убираем подчёркивание */
    transition: color 0.3s ease, transform 0.3s ease; /* Эффект наведения */
}

.language-panel a:hover {
    color: #ffffff; /* Изменение цвета текста при наведении */
    transform: scale(1.1); /* Лёгкое увеличение */
}

.language-panel span {
    color: #1c2539; /* Цвет разделителя */
}

.content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px 80px;
}

.left-container {
    flex: 1;
}

.right-container {
    display: flex;
    height: 75vh;
    align-items: center;
    flex-direction: column;
}

.text-image {
    max-width: 719px;
    width: 60vw;
    margin-top: 80px;
}

.text-imagehi {
    max-width: 875px;
    width: 60vw;
    margin-top: 80px;
}

.decorative {
    position: absolute;
    pointer-events: none;
    transition: transform 0.1s ease-out;
}

.ball {
    bottom: 50px;
    left: 90px;
    max-width: 481px;
    width: 34vw;
}

.c1 {
    top: 75px;
    left: 52%;
    transform: translateX(-50%);
    width: 219px;
}

.c2 {
    bottom: 100px;
    right: 27%;
    width: 187px;
}

.c3 {
    bottom: 30px;
    left: 28%;
    width: 193px;
}

.man {
    display: none;
    position: absolute;
    top: 290px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 360px;
    height: auto;
    pointer-events: none;
}


@media (max-width: 1300px) {
    .content {
        padding: 0px 25px;
    }
    .header {
        padding: 20px 25px;
    }
    .text-image {
        margin-top: 50px;
    }
    .text-imagehi {
        margin-top: 50px;
    }
}

@media (max-width: 1024px) {
    body {
        background: url('../img/bgtab.webp') no-repeat center center fixed;
        background-size: cover;
        overflow: auto;
    }
    .header {
        padding: 20px 24px;
        justify-content: flex-end;
    }
    .text-image {
        margin-top: -45px;
        width: 432px;
    }
    .text-imagehi {
        margin-top: 30px;
    }
    .content {
        display: flex;
        justify-content: space-between;
        padding: 0px 32px;
        flex-direction: column;
        align-items: normal
    }
    .right-container {
        display: flex;
        height: auto;
        align-items: flex-start;
        justify-content: flex-end;
        margin-top: 100px;
    }
}

@media (max-width: 768px) {
    body {
    background: url('../img/bgmob.webp') no-repeat top -86px center;
    background-color: #050b0e;
    overflow: auto;
}

    
    .logo img {
        width: 81px;
    }
    .content {
        display: flex;
        justify-content: space-between;
        padding: 0px 24px;
        flex-direction: column;
        align-items: center;
        margin-top: 0px;
        margin-bottom: 50px;
    }
    .text-image {
        content: url('../img/txtmob.webp');
        width:323px;
    }
    .right-container {
        margin-top: 300px;
        height: 100%;
    }
    .left-container {
        flex: 1;
        z-index: 10;
        position: relative; /* Для позиционирования подложки внутри контейнера */
    }
    
    
}
