html, body {
    background-image: none;
    background: #E5E5E5!important;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    -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;
}

footer {
    background: #fff;
    color: #333;
}

footer li a,
footer > a:last-of-type {
    color: #333;
}

.pageWrap {
    background: none;
    padding: 0;
}

.blockTitle {
    /* background: #fff;
    padding: 7px 15px 9px; */
}

a {
    color: #9B59B6;
}

a:hover {
    color: #7a2d99;
}

.button {
    background: #9B59B6;
}

.button:hover {
    background: #7a2d99;
}

.searchWrap input {
    background: none;
    color: #fff;
}

.buttonPlay:after {
    background: url(images/play8.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.slick-dots .slick-active button,
.slick-dots button:hover,
.siEpisodes, .playThis {
    background: #9B59B6;
}

.podborList > a {
    border: none;
    background: #fff;
    transition: .3s all;
}

.podborList > a:hover {
    background: #9B59B6;
    color: #fff!important;
}

.search {
    background: url(images/search8.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.searchWrap {
    border: 1px solid #999;
}

.podborList > a {
    background: #535353;
    color: #fff !important;
}








