/* body {
    font-family: Arial, sans-serif;
    background: #f5f5f5;
    margin: 0;
    padding: 40px;
} */

.cont {
    max-width: 800px;
    margin: auto;
    background: white;
    padding: 30px;
    border-radius: 8px;
}

.lang-switch a {
    margin-right: 10px;
    text-decoration: none;
    color: #ff006a;
}

.lang-switch a:hover {
    text-decoration: underline;

    /* }


iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 1vh;
    /* opacity: 0.01; */
}

*/ .lure {
    position: relative;
    z-index: 1;
    font-size: 24px;
}


p {
    word-wrap: break-word;
    /* Для кросс-браузерности */
    overflow-wrap: break-word;
    /* Современный стандарт */
    word-break: normal;
    /* Или используйте break-all, если нужно переносить в любом месте */
    white-space: normal;
    /* Позволяет переносу строк */
}


/* .container {

    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
} */

.header-title {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    color: #ff69b4;
    animation: marquee 2s infinite alternate;
}

@keyframes marquee {
    0% {
        text-shadow: 0 0 10px #ff69b4, 0 0 20px #ff69b4;
    }

    100% {
        text-shadow: 0 0 20px #ff69b4, 0 0 40px #ff69b4;
    }
}


.video-container {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
}

.video-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* .video-section-title {
    font-size: 1.5rem;
    margin: 15px 0;
    color: #ffffff;
    border-bottom: 2px solid #3498db;
    display: inline-block;
    padding-bottom: 5px;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 8px;
    transition: transform 0.3s ease;
} */

/* .video-container:hover {
    transform: scale(1.02);
} */

/* .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
} */

.logo {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 100px;
    height: 30px;
    opacity: 0.8;
}