html, body {
    background-image: none;
    background: #1F252B;
    color: #fff;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    background: #576676;
    -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
    width: calc(100% - calc(100% - 1210px));
    padding-left: calc(calc(100% - 1210px) / 2);
    padding-right: calc(calc(100% - 1210px) / 2);
    z-index: 10;
}

.pageWrap {
    background: none;
    padding: 0;
}

.blockTitle {
    color: #fff;
    text-transform: none;
    font-family: Arial, 'Roboto';
}

a {
    color: #FF5858;
}

a:hover {
    color: #ee3434;
}

.button {
    background: #FF5858;
    border-radius: 15px;
}

.button:hover {
    background: #ee3434;
}

.buttonPlay:after {
    background: url(images/play7.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

header a {
    color: #fff;
}

.slick-dots .slick-active button,
.slick-dots button:hover {
    background: #FF5858;
}

.siEpisodes,
.playThis {
    background: #393939;
}

.podborList > a {
    border: none;
    background: #1F252B;
    transition: .3s all;
    color: #fff !important;
}

.podborList > a:hover {
    background: #F95757;
    color: #000!important;
}

.search {
    background: url(images/search7.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.searchWrap {
    border: 1px solid #999;
}

.bannerMain {
    border-radius: 15px;
    overflow: hidden;
}

.showsList > a {
    transition: .3s all;
    -moz-box-shadow: 0px 4px 16.2px rgba(255, 88, 88, 0);
    -webkit-box-shadow: 0px 4px 16.2px rgba(255, 88, 88, 0);
    box-shadow: 0px 4px 16.2px rgba(255, 88, 88, 0);
}

.showsList > a:hover {
    -moz-box-shadow: 0px 4px 16.2px rgba(255, 88, 88, 255);
    -webkit-box-shadow: 0px 4px 16.2px rgba(255, 88, 88, 255);
    box-shadow: 0px 4px 16.2px rgba(255, 88, 88, 255);
}

.buttonArrow {
    border-radius: 0;
}

.podborWrap {
    background: #161A1F;
    padding: 25px;
    margin-left: -25px;
    margin-right: -25px;
}

.newsWrap {
    margin: 0 -25px 0;
    background: #161a1f;
    padding: 25px;
}

footer {
    background: #161A1F;
}

.breadCrumbs {
    background: hsl(0deg 0% 93% / 10%);
}

.searchWrap input {
    background: none;
    color: #fff;
}

.searchWrap input::placeholder {
    color: #fff;
}



















