#topSlider {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.topSlider {
    display: block;
    position: relative;
    z-index: 3;
    background: rgba(0,0,0,0.8);
}

.topSlider_right {
    display: block;
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    width: 320px;
    height: auto;
    padding: 20px 20px 20px 20px;
    background-color: rgba(0,0,0,0.8);
}

.topSlider_gradient {
    display: block;
    width: 940px;
    height: 460px;
    /*background: url('/images/przeplot.png') repeat;*/
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.8) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}


.topSlider_item {
    font-size: 1.0rem;
    line-height: 1.2;
    color: #ffc200;
    border-top: 1px solid white;
    overflow: hidden;
    height: 90px;
    background: none;
    margin-bottom: 20px;
}

.topSlider_item img {
    float: left;
    margin-right: 12px;
}

.topSlider_item p {
    margin: 5px 10px 10px 10px;
    padding: 0;
    overflow: hidden;
    max-height: 80px;
}

.news_slide_inner {
    position: absolute;
    left: 45px;
    bottom: 70px;
    width: 600px;
    z-index: 11;
}

.topSlider_line {
    display: block;
    width: 940px;
    position: absolute;
    z-index: 99;
    top: 445px;
    left: 0;
    height: 1px;
    border-bottom: 1px solid white;
}

.topSlider_right_line {
    display: block;
    width: 100%;
    height: 5px;
    border-bottom: 1px solid white;
}

.news_slide_title { 
    font-family: "Oswald", sans-serif;
    display: inline;
    background: #F7BE00;
    box-shadow: 10px 0 0 #F7BE00, -10px 0 0 #F7BE00;
    box-decoration-break: clone;
    font-size: 1.8rem;
    line-height: 1.7;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}

.bgTopSlider {
    position: absolute;
    left: 940px;
    top: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    opacity: 1;
    z-index: 2;
}

.bgTopSliderGradient {
    position: absolute;
    left: 700px;
    top: 0;
    display: block;
    width: 240px;
    height: 480px;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
}

#breakingNews {
    padding: 20px 0;
    background: #FF3E00;
    border-bottom: 1px solid white;
}

#breakingNews h2 {
    color: white;
    font-size: 2.4rem;
    padding: 0 20px;
    margin: 0 0 20px 0;
}

#breakingNews .news_image_bottom_inner {
    margin: 20px 30px 20px 20px;
}

#breakingNews .news_image_bottom_inner .news_title {
    color: white;
    background: none;
    box-shadow: none;
    line-height: 1.4;
    font-weight: 400;
}

.breakingNews {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 3fr 3fr 3fr 3fr;
}

.bk_title {
    color: white;
    font-size: 1.4rem;
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 20px;
}


.kreska {
    display: block;
    width: 100%;
    height: 1px;
    padding-top: 10px;
    border-bottom: 1px solid black;
    margin-bottom: 10px;
}

.kreska_white {
    display: block;
    width: 100%;
    height: 1px;
    padding-top: 10px;
    border-bottom: 1px solid white;
}