.rennab-headliner {
    display: block;
    position: relative;
    min-height: 90px;
    margin-bottom: 20px;
    border: 0 solid;
    font-family: 'Roboto', Arial, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 0;
    color: white;
    background: black;
    overflow: hidden;
}

.rennab-headliner_adriver {
    margin-bottom: 20px;
}

.rennab-headliner__html5-theme {
    width: 100%;
    height: 406px;
    background-color: #fff;
}

.rennab-headliner__html5-theme iframe {
    height: 100%;
    width: 100%;
    border: none;
    overflow: hidden;
    display: block;
}

@media (min-width: 376px) {
    .rennab-headliner__html5-theme {
        height: 452px;
    }
}

@media (min-width: 430px) {
    .rennab-headliner__html5-theme {
        height: 508px;
    }
}

@media (min-width: 480px) {
    .rennab-headliner__html5-theme {
        height: 578px;
    }
}

@media (min-width: 541px) {
    .rennab-headliner__html5-theme {
        height: 150px;
    }
}

.rennab-headliner__bg-image-1 {
    display: block;
    position: absolute;
    width: 645px;
    height: auto;
    top: -36px;
    right: -79px;
}

.rennab-headliner__bg-image-2 {
    display: none;
}

.rennab-headliner__bg-gradient {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0, #000000 570px);
}

.rennab-headliner:hover .rennab-headliner__bg-gradient {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0, #000000 590px);
}

.rennab-headliner .rennab-headliner__link {
    text-decoration: none;
}

.rennab-headliner .rennab-headliner__content {
    position: relative;
    min-height: 90px;
    padding: 20px 210px 30px 30px;
    z-index: 2;
}

.rennab-headliner .rennab-headliner__title {
    font-weight: bold;
    font-size: 23px;
    line-height: 27px;
    color: #FFFFFF;
    margin: 10px 0;
}

.rennab-headliner .rennab-headliner__subtitle {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    color: #FFFFFF;
}

.rennab-headliner .rennab-headliner__action-block {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: auto;
    height: 100%;
    padding: 45px;
    z-index: 3;
}

.rennab-headliner .rennab-headliner__button {
    display: inline-block;
    padding: 6px 10px;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    color: #FFFFFF;
    background: #57B8D7;
    opacity: 0.9;
}

.rennab-headliner:hover .rennab-headliner__button {
    opacity: 1;
}

@media (max-width: 1267px) {
    .rennab-headliner_main {
        margin: 0 10px 40px 10px;
    }
}

@media (max-width: 979px) {
    .rennab-headliner_main {
        margin: 0 12px 40px 12px;
    }
}

@media (max-width: 660px) {
    .rennab-headliner__bg-image-1 {
        display: none;
    }
    .rennab-headliner__bg-image-2 {
        display: block;
        position: absolute;
        width: 645px;
        height: auto;
        top: 0;
        left: -42px;
        right: auto;
    }

    .rennab-headliner__bg-gradient {
        background: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(7px);
    }

    .rennab-headliner:hover .rennab-headliner__bg-gradient {
        background: rgba(0, 0, 0, 0.55);
    }

    .rennab-headliner .rennab-headliner__content {
        padding: 30px 40px 100px 40px;
    }

    .rennab-headliner .rennab-headliner__action-block {
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 90px;
        padding: 10px 40px 40px 40px;
    }
}
