.live-broadcast-block {
    background-color: #101721;
    background-image: url(https://filearchive.cnews.ru/img/cnews/2020/10/30/broadcastbg.jpg);
    background-size: cover;
    max-width: 1280px;
    padding: 15px 0;
    overflow-y: hidden;
}

.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;
}

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

.live-broadcast-iframe {
    width: 540px;
    height: 305px;
    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: #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;
}

.live-broadcast-name {
    font-size: 32px;
    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: #252933;
    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);
}

.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;
    margin-right: 10px;
    margin-bottom: 10px;
}
.live-broadcast-logo-item.lanit {
    padding: 4px 10px;
    max-height: 40px;
}

.live-broadcast-date {
    position: absolute;
    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 {
    display: none;
}

@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%;
    }

.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 {
    display: none;
}

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

.live-broadcast-date-mobile p {
    margin: 3px;
}
}

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