.live-broadcast-block {
    /*background-color: #101721;*/
    background-image: url(../images/b2_2.png);
    /*background-image: url(https://static.cnews.ru/img/cnews/2023/06/16/broadcastbg.jpg);*/
    /*background-image: url(https://static.cnews.ru/img/cnews/2023/04/09/22.jpg);*/
    /*background-color: #002384;*/
    background-size: cover;
    max-width: 1280px;
    padding: 15px 0;
    overflow-y: hidden;
}
@media (min-width: 1600px) {
    .live-broadcast-block {
        max-width: unset;
    }
}

.live-broadcast-block a {
    color: white;
    text-decoration: underline;
}
.live-broadcast-block a:hover {
    text-decoration: none;
}

.live-broadcast-container {
    display: flex;
    max-width: 1150px;
    margin: 0 auto;
    position: relative;
    flex-wrap: wrap;
}
@media (min-width: 1600px) {
    .live-broadcast-container {
        margin: 0;
        padding-left: 65px;
    }
}

.live-broadcast-ticker {
    width: 100%;
}

.live-broadcast-iframe {
    /*width: 540px;*/
    /*height: 335px;*/
    /*height: 304px;*/
    border: 0;
    position: relative;
}

.live-broadcast-iframe iframe, .live-broadcast-iframe img {
    position: relative;
    z-index: 1;
    max-width: 100%;
    /*width: 540px;*/
    /*height: 305px;*/
    background-color: black;
}

.live-broadcast-iframe:before {
    content: "";
    position: absolute;
    background-color: #003b29;
    /*background-color: #0066ff;*/
    width: 90px;
    height: 90px;
    display: inline-block;
    top: 30px;
    left: -30px;
    border-radius: 15px 0 0 15px;
}

.live-broadcast-desc {
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 450px;
}

.live-broadcast-name,
.live-broadcast-text {
    color: white;
    /*color: #000;*/
}

.live-broadcast-name {
    font-size: 22px;
    margin: 10px 0 10px;
    line-height: 1.2;
}
.live-broadcast-name a {
    text-decoration: none;
}

.live-broadcast-text {
    font-size: 15px;
    margin-top: 5px;
}

.live-broadcast-bg {
    background-color: #003b29;
    /*background-color: #002384;*/
    /*background: url(https://static.cnews.ru/img/cnews/2023/04/09/22.jpg);*/
    /*background: url(https://static.cnews.ru/img/cnews/2023/04/12/df.jpg);*/
    /*background: url(https://static.cnews.ru/img/cnews/2023/04/10/soglasovannyj_kv_21fevralya_1080607.jpg);*/
    /*background-size: cover;*/
    /*background-position: right;*/
    /*background-position: top;*/
    width: calc(100% - 250px);
    position: absolute;
    right: 80px;
    top: 0;
    height: 120%;
    margin-top: -2%;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

/*@media (min-width: 1201px) {*/
/*    .live-broadcast-bg {*/
/*        background-position: right;*/
/*        width: calc(100% - 609px);*/
/*        background-size: contain;*/
/*        background-repeat: no-repeat;*/
/*        position: absolute;*/
/*        right: 80px;*/
/*        top: -1px;*/
/*        height: 108%;*/
/*        margin-top: -1%;*/
/*        box-shadow: none;*/
/*    }*/
/*    .demo-image-mob {*/
/*        display: none;*/
/*    }*/
/*}*/

.live-broadcast-logos {
    display: flex;
    align-items: center;
    margin-top: auto;
    /*margin-bottom: 20px;*/
    flex-wrap: wrap;
}

.live-broadcast-logo-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    /*background-color: white;*/
    /*max-height: 28px;*/
    /*max-height: 50px;*/
    max-height: 65px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.live-broadcast-logo-item.lanit {
    padding: 4px 10px;
    max-height: 40px;
}

.live-broadcast-date {
    position: absolute;
    background-color: #006a4b;
    /*background-color: #0066ff;*/
    width: 90px;
    min-height: 90px;
    border-radius: 0 15px 15px 0;
    left: 100%;
    top: 50px;
    text-align: center;
    padding: 5px;
}

.live-broadcast-date p {
    margin: 0;
    color: white;
}

.live-broadcast-date-small {
    font-size: 16px;
}

.live-broadcast-date-big {
    font-size: 30px;
}

.live-broadcast-date-mobile,
.live-broadcast-qr-mobile {
    display: none;
}
.live-broadcast-qr {
    position: absolute;
    background-color: #fff;
    width: 100px;
    min-height: 100px;
    border-radius: 0 15px 15px 0;
    left: 100%;
    top: 170px;
    text-align: center;
    line-height: 1px;
}
.live-broadcast-qr img {
    border-radius: 0 15px 15px 0;
}
.live-broadcast-qr:after {
    content: "Задать вопрос спикеру";
    position: absolute;
    bottom: -66px;
    left: 0;
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    animation: blink 2s linear infinite;
}
.live-broadcast-qr .arrow-to-answer {
    position: absolute;
    bottom: -24px;
    left: calc(50% - 12px);

    /*animation-name: bounce-1;*/
    /*animation-timing-function: linear;*/
    /*animation-duration: 1s;*/
    /*animation-iteration-count: infinite;*/
}
.live-broadcast-qr .arrow-to-answer svg {
    width: 18px;
    height: 18px;
}
.translation-token {
    font-size: 8px;
    color: #fff;
    margin-bottom: 0;
}
@keyframes blink {
    0% { color: transparent; }
    50% { color: #FFF; }
    100% { color: transparent; }
}
@keyframes flicker {
    from { opacity: 1; /* Непрозрачный текст */ }
    to { opacity: 0; /* Прозрачный текст */ }
}
/*@keyframes bounce-1 {*/
/*    0%   { transform: translateY(0); }*/
/*    50%  { transform: translateY(-5px); }*/
/*    100% { transform: translateY(0); }*/
/*}*/

@media (max-width: 1200px) {
    .live-broadcast-container {
        flex-direction: column;
        width: 100%;
        max-width: 95%;
    }
    marquee {
        bottom: 5px !important;
        left: 26px !important;
        right: unset !important;
        max-width: 90%;
    }
    .demo-image-mob {
        display: block;
    }
    .live-broadcast-bg {
        /*background: none;*/
        background-position: bottom;
    }

.live-broadcast-iframe {
    width: 100%;
    height: unset;
    margin-top: 80px;
}

.live-broadcast-desc {
    padding: 10px 0;
    max-width: 100%;
}

.live-broadcast-name {
    margin: 10px 0 20px;
}

.live-broadcast-bg {
    width: 110%;
    right: 0;
    left: -7.5%;
    bottom: 0;
    top: unset;
    height: 70%;
    margin-bottom: -2%;
}

.live-broadcast-text {
    margin: 20px 0 30px;
}

.live-broadcast-iframe:before,
.live-broadcast-date,
.live-broadcast-qr {
    display: none;
}

.live-broadcast-date-mobile {
    position: absolute;
    border-radius: 15px 15px 0 0;
    bottom: 100%;
    background: #003b29;
    /*background: #0066ff;*/
    display: flex;
    align-items: center;
    color: white;
    padding: 5px;
}

.live-broadcast-date-mobile p {
    margin: 3px;
}
.live-broadcast-qr-mobile {
    position: relative;
    border-radius: 4px;
    bottom: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    color: white;
    margin-left: 20px;
    height: 68px;
    width: 68px;
    margin-bottom: 10px;
}
.live-broadcast-qr-mobile img {
    border-radius: 4px;
    height: 66px !important;
    width: 66px !important;
}
.live-broadcast-qr-mobile:after {
    content: "Задать вопрос спикеру";
    position: absolute;
    right: -120px;
    top: calc(50% - 24px);
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    max-width: 108px;
    text-align: center;
    text-transform: uppercase;
    animation: blink 2s linear infinite;
}
.live-broadcast-qr-mobile .arrow-to-answer-mobile {
    position: absolute;
    right: -24px;
    top: calc(50% - 12px);
}
.live-broadcast-qr-mobile .arrow-to-answer-mobile svg {
    width: 18px;
    height: 18px;
    transform: rotate(-90deg);
}
}

@media (max-width: 600px) {
    .live-broadcast-iframe iframe, .live-broadcast-iframe img {
        height: 300px;
    }
}

@media (max-width: 481px) {
    .live-broadcast-logos {
        flex-direction: column;
        align-items: flex-start;
    }
    .live-broadcast-qr-mobile {
        margin-left: 10px;
    }
}
