/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

@import url(https://fonts.googleapis.com/css?family=Fira+Sans:200,400&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese);
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5;
    font-weight: 400
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    text-decoration: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

ul {
    padding: 0;
    list-style-type: none
}

@font-face {
    font-family: custom;
    src: url(../fonts/custom.eot);
    src: url(../fonts/custom.eot?#iefix) format("embedded-opentype"), url(../fonts/custom.woff) format("woff"), url(../fonts/custom.ttf) format("truetype"), url(../fonts/custom.svg#custom) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=iconic-]:before {
    display: inline-block;
    font-family: custom;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-arrow_dn:before {
    content: '\0041'
}

.icon-arrow_left:before {
    content: '\0042'
}

.icon-arrow_right:before {
    content: '\0043'
}

.icon-clock:before {
    content: '\0044'
}

.icon-menu:before {
    content: '\0045'
}

.icon-search:before {
    content: '\0046'
}

.icon-star:before {
    content: '\0047'
}

.icon-tv:before {
    content: '\0048'
}

body {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    background-color: #1E1A1D
}

.container {
    width: 100%;
    max-width: 1704px;
    margin: 0 auto;
    padding: 0 5px
}

.top-line {
    background-color: #fff
}

.top-line-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 200px;
    position: relative
}

.languages {
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    font-size: 0
}

.languages:hover .lang-dropdown {
    display: block
}

.languages .lang-current {
    color: #000;
    font-size: 14px;
    line-height: 33px;
    text-align: right;
    display: block;
    width: 100%;
    cursor: pointer;
    position: relative;
    padding-right: 12px
}

.languages .lang-current:before {
    font-family: custom;
    font-size: 8px;
    content: '\0041';
    position: absolute;
    right: 0;
    top: 0
}

.languages .lang-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    z-index: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    width: 180px;
    padding: 5px 10px;
    display: none
}

.languages .lang-dropdown a {
    color: #000;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 33px
}

.languages .lang-dropdown a:hover {
    opacity: .8
}

.top-searches {
    font-size: 0;
    border-left: 1px solid #e7e7e7;
    max-height: 33px;
    overflow: hidden
}

.top-searches a {
    display: inline-block;
    color: #000;
    font-size: 14px;
    line-height: 23px;
    border-right: 1px solid #e7e7e7;
    padding: 5px 10px
}

.top-searches a:hover {
    background-color: #ababab;
    color: #fff
}

.main {
    padding: 2px 0 0
}

.thumbs {
    font-size: 0
}

.logo-thumb {
    background-color: #151214;
    width: 100%;
    max-width: 482px;
    text-align: center;
    padding: 10px 21px 0;
    margin: 0 2px 2px 0;
    display: inline-block;
    vertical-align: top
}

.logo {
    width: 100%;
    text-align: center
}

.logo img {
    width: 100%;
    max-width: 440px
}

.search {
    width: 100%;
    position: relative;
    margin: 10px 0
}

.search input {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    padding: 11px 15px;
    width: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #4f484d;
    background-color: #1e1a1d;
    height: 46px
}

.search input:focus {
    outline: 0
}

.search input::-webkit-input-placeholder {
    color: #b9adb6
}

.search input::-moz-placeholder {
    color: #b9adb6
}

.search input:-ms-input-placeholder {
    color: #b9adb6
}

.search input::placeholder {
    color: #b9adb6
}

.search button {
    position: absolute;
    height: 100%;
    right: 10px;
    top: 0;
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    text-align: center;
    width: 30px;
    line-height: 46px
}

.search button:before {
    font-family: custom;
    font-size: 15px;
    color: #8b7f88;
    content: '\0046'
}

.search button:focus {
    outline: 0
}

.sorting {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sorting a {
    display: inline-block;
    color: #D4CECE;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    border-bottom: 2px solid #151214;
    padding: 12px 10px;
    position: relative
}

.sorting a i {
    font-size: 12px;
    margin-right: 5px;
    color: #4f484d
}

.sorting a.active,
.sorting a:hover {
    border-color: #D4CECE;
    background-color: #000;
    color: #fff
}

.sorting a.active i,
.sorting a:hover i {
    color: #D4CECE
}

.thumb {
    width: 240px;
    position: relative;
    margin: 0 2px 2px 0;
    display: inline-block;
    vertical-align: top
}

.thumb:hover .thumb-tags {
    display: block
}

.thumb:hover .thumb-desc {
    color: #000;
    background-color: #D4CECE
}

.thumb-img-wrapper {
    width: 100%;
    position: relative
}

.thumb-img-wrapper img {
    width: 100%;
    height: auto
}

.thumb-duration {
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
    position: absolute;
    right: 0;
    top: 6px;
    font-weight: 400
}


.thumb-info,
.thumb-quantity {
    color: #fff;
    font-size: 10px;
    background-color: rgba(21, 18, 20, .8);
    left: 0;
    bottom: 3px;
    padding: 3px 10px;
    position: absolute;
    font-weight: 400
}

.thumb-desc {
    color: #D4CECE;
    font-weight: 400;
    font-size: 12px;
    background-color: #1e1a1d;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 4px 5px
}

.thumb-cat-desc {
    font-size: 18px;
    text-align: center;
    padding: 2px 5px
}

.thumb-tags {
    background-color: #D4CECE;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 24px;
    overflow: hidden;
    padding: 0 2px;
    display: none;
    z-index: 1
}

.thumb-tags a {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    border: 1px solid #93828e;
    background-color: #81717c;
    display: inline-block;
    margin: 0 2px 2px 0;
    padding: 1px 5px
}

.thumb-tags a:hover {
    background-color: #93828e;
    color: #1e1a1d
}

.pagination {
    font-size: 0;
    text-align: center;
    margin: 10px 0
}

.pagination a,
.pagination span {
    color: #D4CECE;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #4f484d;
    background-color: #1e1a1d;
    display: inline-block;
    line-height: 41px;
    min-width: 43px;
    margin: 0 2px 2px 0;
    vertical-align: top
}

.pagination a:hover,
.pagination span {
    border: 1px solid #D4CECE;
    background-color: #D4CECE;
    color: #1e1a1d
}

.pagination .next,
.pagination .prev {
    width: 43px;
    height: 43px;
    position: relative
}

.pagination .next:before,
.pagination .prev:before {
    font-family: custom;
    font-size: 15px;
    content: '\0042'
}

.pagination .next:before {
    content: '\0043'
}

.promo {
    text-align: center;
    max-height: 270px;
    overflow: hidden;
    margin: 20px 0
}

.promo-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px 20px
}

.title {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    margin: 30px 0 5px
}

.searches {
    font-size: 0
}

.searches a {
    display: inline-block;
    vertical-align: top;
    color: #D4CECE;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #4f484d;
    background-color: #1e1a1d;
    padding: 5px 10px;
    margin: 0 2px 2px 0
}

.searches a:hover {
    border: 1px solid #D4CECE;
    background-color: #D4CECE;
    color: #1e1a1d
}

.categories {
    font-size: 0;
    -webkit-columns: 6;
    -moz-columns: 6;
    columns: 6;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    -webkit-column-gap: 1px;
    -moz-column-gap: 1px;
    column-gap: 1px
}

.categories a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #3e383c;
    background-color: #373135;
    padding: 0 10px 0 30px;
    margin-bottom: 1px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative
}

.categories a:before {
    font-family: custom;
    position: absolute;
    left: 11px;
    top: 6px;
    font-size: 13px;
    color: #D4CECE;
    content: '\0048'
}

.categories a .categories-title {
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    font-weight: 200
}

.categories a .categories-count {
    color: #909090;
    font-size: 10px;
    line-height: 35px;
    width: 30px;
    text-align: left
}

.categories a:hover {
    border: 1px solid #D4CECE;
    background-color: #D4CECE
}

.categories a:hover:before {
    color: #fff
}

.categories a:hover .categories-title {
    color: #1e1a1d
}

.categories a:hover .categories-count {
    color: #fff
}

.footer {
    padding: 30px 0 10px
}

.footer-text {
    display: block;
    color: #909090;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center
}

.player-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.player-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 4px 0 2px;
    font-size: 0;
    width: 100%;
    min-width: 0
}

.player-s {
    position: relative
}

.player-s img {
    width: 100%
}

.player-top-promo {
    margin-bottom: 4px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    bottom: 50px;
    border: 1px solid #000;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 468px!important
}

.player-top-promo .player-promo-x {
    position: absolute;
    cursor: pointer;
    font-size: 20px;
    right: -1px;
    top: -1px;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    line-height: 15px;
	background-color:#000000;
	color:#FD0307;
}

.player-aside {
    min-width: 484px;
    width: 484px
}

.player-promo {
    min-width: 300px;
    font-size: 0
}

.player-promo-item {
    margin-bottom: 4px
}

.player-extra {
    background-color: #151214;
    padding: 10px
}

.player-title {
    color: #D4CECE;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    margin: 0
}

.player-info {
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    display: block;
    line-height: 15px
}

.player-tags a,
.player-tags span {
    color: #D4CECE;
    font-size: 14px;
    line-height: 23px;
    display: inline-block;
    padding: 5px 3px
}

.player-tags a:hover {
    color: #464646
}

.player-tags span {
    color: #fff
}

.my-player-dimensions.vjs-fluid {
    padding-top: 56.25%!important
}

@media screen and (max-width:1744px) {
    .container {
        max-width: 1462px
    }
    .categories {
        -webkit-columns: 5;
        -moz-columns: 5;
        columns: 5
    }
}

@media screen and (max-width:1500px) {
    .container {
        max-width: 1220px
    }
    .player-promo {
        display: none
    }
    .categories {
        -webkit-columns: 4;
        -moz-columns: 4;
        columns: 4
    }
}

@media screen and (max-width:1260px) {
    .container {
        max-width: 978px
    }
    .player-aside .thumbs .thumb {
        display: none
    }
    .player-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .player-aside {
        width: 100%;
        min-width: 0;
        max-width: none
    }
    .player-aside .logo-thumb {
        max-width: none
    }
    .player-wrapper {
        margin: 0
    }
}

@media screen and (max-width:1015px) {
    .container {
        max-width: 736px
    }
    .categories {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3
    }
}

@media screen and (max-width:770px) {
    .container {
        max-width: none
    }
    .logo-thumb {
        max-width: none
    }
    .thumb {
        width: -webkit-calc(33.3333% - 2px);
        width: calc(33.3333% - 2px)
    }
    .categories {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2
    }
}

@media screen and (max-width:600px) {
    .thumb {
        width: -webkit-calc(50% - 2px);
        width: calc(50% - 2px)
    }
}

@media screen and (max-width:500px) {
    .player-top-promo {
        display: none
    }
    .sorting {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .sorting i {
        display: none
    }
    .sorting a {
        width: 50%;
        padding: 10px 3px;
        font-size: 14px
    }
}

@media screen and (max-width:350px) {
    .thumb {
        width: 100%
    }
    .categories {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1
    }
}