.video_flagman_moneyfriends {
    position: relative;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    max-height: 60vw;
    overflow: hidden;
    padding: 65px 0 20px;
    margin-top: -65px;
    color: #212A34;
}
@media (min-aspect-ratio:1/1) {
    .video_flagman_moneyfriends {
        max-height: 1024px;
    }
}

.video_flagman_moneyfriends::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(76deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.00) 100%), radial-gradient(75.09% 100% at 50% 0%, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(0deg, #CEDBEA 0%, #CEDBEA 100%), radial-gradient(75.09% 100% at 50% 0%, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.00) 100%), #CEDBEA;
    background-blend-mode: normal, normal, color, normal, normal;
    opacity: 0.7;
}

/* Контейнер для видео и постера */
.video_flagman_moneyfriends .video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* Общие стили для обоих элементов */
.video_flagman_moneyfriends .video-background,
.video_flagman_moneyfriends .video-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Видео по умолчанию скрыто */
.video_flagman_moneyfriends .video-background {
  display: none;
}

/* Постер по умолчанию показывается */
.video_flagman_moneyfriends .video-poster {
  display: block;
}

.video_flagman_moneyfriends .container {
  position: relative;
  z-index: 3;
  display: flex;
  height: 100%;
  justify-content: space-between;
  max-width: 1600px;
}





.breadcrumbs {
    display: none;
}

.video_flagman_moneyfriends+section {
    margin-top: -70vh;
    z-index: 9;
    position: relative;
}

.video_flagman_moneyfriends+section h3,
.video_flagman_moneyfriends+section h2,
.video_flagman_moneyfriends+section h1 {
    margin-bottom: 180px;
}

@media(max-width:1023.98px) {
    .video_flagman_moneyfriends+section {}

    .video_flagman_moneyfriends+section h3,
    .video_flagman_moneyfriends+section h2,
    .video_flagman_moneyfriends+section h1 {
        text-align: center;
    }
}