
/* line 6, _pager.scss */
.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center; }
/* line 14, mixins/_clearfix.scss */
.pager:before, .pager:after {
    content: " ";
    display: table; }
/* line 19, mixins/_clearfix.scss */
.pager:after {
    clear: both; }
/* line 12, _pager.scss */
.pager li {
    display: inline; }
/* line 14, _pager.scss */
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0; }
/* line 23, _pager.scss */
.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eeeeee; }
/* line 31, _pager.scss */
.pager .next > a,
.pager .next > span {
    float: right; }
/* line 38, _pager.scss */
.pager .previous > a,
.pager .previous > span {
    float: left; }
/* line 45, _pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.player_container {
    position: relative;
}
.show_player_icon {
    position: absolute;
    height: 70px;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px;
}

.error-page-block {
    padding: 20px 0;
    max-width: 690px;
    margin: 0 auto;
}
.error-page-block::after {
    clear: both;
    content: "";
    display: table;
}
.error-page-block div{
    float: left;
    width: 50%;
    text-align: left;
}
.error-page-block .error-text {
    display: block;
    font-size: 12px;
    color: #e32e2f;
    line-height: 30px;
    padding: 60px 0 0;
}
.error-page-block p.title-error {
    font-size: 24px;
    color: #a7a7a7;
}
.error-page-block p.sorry {
    color: #a7a7a7;
}
.error-page-block p {
    font-size: 18px;
    margin: 1em 0;
}
.error-page-block .img-error img {
    max-width: 160px;
}

.disabled_video {
    padding: 20px 0;
    text-align: center;
}

.disabled_video .disabled_video_title {
    font-size: 18px;
    margin: 1em 0;
}

.disabled_video .disabled_video_text {
    color: #a7a7a7;
    font-size: 18px;
    margin: 1em;
}

.disabled_video img {
    max-width: 100px;
}

.block-advert {
    height: -webkit-calc(100% - 20px);
    height: calc(100% - 20px);
    padding: 10px 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}


@media (min-width: 576px) {
    .block-advert {
        border: 1px solid #e1e1e1;
        padding: 0
    }
}

.block-advert div {
    margin: auto
}

.block-advert div span {
    font-size: 11px;
    display: block;
    color: #000;
}

@media (min-width: 576px) {
    .block-advert div span {
        padding: 8px 0 0
    }
}

.block-advert img {
    max-width: 100%;
    max-height: 100%
}

.formatted-description {
    white-space: pre-line;
}