/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

@import url(https://fonts.googleapis.com/css?family=Roboto&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-clock:before {
    content: '\0041'
}

.icon-eye:before {
    content: '\0042'
}

.icon-search:before {
    content: '\0043'
}

.icon-video:before {
    content: '\0044'
}

.icon-chevron-arrow-down:before {
    content: '\0045'
}

.icon-right-arrow:before {
    content: '\0046'
}

.icon-left-arrow:before {
    content: '\0047'
}

body {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    background-color: #0d0d0d
}

.container {
    width: 100%;
    max-width: 1711px;
    margin: 0 auto;
    padding: 0 5px
}

.header {
    background-color: #1d1b1b;
    font-size: 0;
    border-bottom: 1px solid #343434
}

.logo {
    width: 100%;
    max-width: 440px;
    min-width: 0
}

.logo img {
    width: 100%
}

.main {
    font-size: 0;
    padding: 10px 0 50px
}

.header-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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
}

.header-logo-wrap,
.header-nav-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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
}

.nav {
    border-left: 1px solid #343434;
    white-space: nowrap
}

.nav a {
    display: inline-block;
    color: #EC7E47;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 21px 10px;
    max-height: 64px;
    border-right: 1px solid #343434
}

.nav a.active,
.nav a:hover {
    background-color: #343434;
    color: #fff
}

.search {
    width: 100%;
    min-width: 0;
    max-width: 330px;
    position: relative
}

.search input {
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    padding: 10px 20px;
    height: 64px;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #0d0d0d
}

.search input::-webkit-input-placeholder {
    color: #6b6b6b
}

.search input::-moz-placeholder {
    color: #6b6b6b
}

.search input:-ms-input-placeholder {
    color: #6b6b6b
}

.search input::placeholder {
    color: #6b6b6b
}

.search input:focus {
    outline: 0
}

.search button {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60px;
    text-align: center;
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0
}

.search button:focus {
    outline: 0
}

.search button:before {
    color: #EC7E47;
    font-size: 22px;
    content: '\0043';
    font-family: custom
}

.text-section {
    color: #8e8d8d;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 0
}

.title {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    margin: 10px 0 5px
}

.thumb {
    width: 240px;
    position: relative;
    margin: 0 3px 8px 0;
    display: inline-block;
    vertical-align: top
}

.thumb:hover .thumb-img-wrapper {
    -webkit-box-shadow: 0 0 0 1px #D0BABA;
    box-shadow: 0 0 0 1px #D0BABA
}

.thumb-img-wrapper {
    width: 100%;
    position: relative
}

.thumb-img-wrapper img {
    width: 100%;
    height: auto
}

.thumb-duration,
.thumb-quantity,
.thumb-views {
    position: absolute;
    background-color: rgba(13, 13, 13, .8);
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 2px 5px 2px 20px;
    right: 5px;
    top: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.thumb-duration:before,
.thumb-quantity:before,
.thumb-views:before {
    position: absolute;
    font-family: custom;
    font-size: 12px;
    color: #fff;
    content: '\0044';
    left: 5px;
    top: 1px
}

.thumb-views {
    right: auto;
    left: 5px
}

.thumb-views:before {
    content: '\0042';
    top: 2px
}

.thumb-duration:before {
    content: '\0041';
    top: 2px
}

.thumb-desc {
    color: #EC7E47;
    font-size: 14px;
    font-weight: 400;
    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 {
    width: 100%;
    max-height: 20px;
    overflow: hidden;
    padding: 0 2px
}

.thumb-tags a {
    color: #E1E831;
    font-size: 14px;
    line-height: 14px;
    text-decoration: underline;
    display: inline-block;
    margin: 0 2px 2px 0;
    padding: 1px 5px
}

.thumb-tags a:hover {
    color: #fff;
    text-decoration: none
}

.pagination {
    font-size: 0;
    text-align: center;
    margin: 10px 0
}

.pagination a,
.pagination span {
    color: #b1b1b1;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #343434;
    background-color: #171717;
    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 #D0BABA;
    background-color: #0d0d0d;
    color: #D0BABA
}

.pagination .next,
.pagination .prev {
    width: 43px;
    height: 43px;
    position: relative
}

.pagination .next:before,
.pagination .prev:before {
    font-family: custom;
    font-size: 15px;
    content: '\0047'
}

.pagination .next:before {
    content: '\0046'
}

.promo {
    text-align: center;
    max-height: 270px;
    overflow: hidden;
    margin: 20px 0
}

.promo-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px 20px
}

.searches {
    background-color: #1d1b1b;
    padding: 10px;
    margin: 0 0 10px
}

.searches span {
    color: #EC7E47;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 5px
}

.searches a {
    display: inline-block;
    margin-right: 8px;
    color: #fff;
    font-size: 14px;
    line-height: 22px
}

.searches a:hover {
    color: #D0BABA
}

.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;
    padding: 0 10px 0 0;
    margin-bottom: 1px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative
}

.categories a .categories-title {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px
}

.categories a:hover .categories-title {
    color: #D0BABA
}

.footer {
    font-size: 0;
    text-align: center;
    padding: 5px 0;
    background-color: #1d1b1b;
    border-top: 1px solid #343434
}

.footer-nav a {
    color: #D0BABA;
    font-size: 14px;
    margin: 5px 10px;
    display: inline-block;
    text-transform: uppercase;
    line-height: 22px
}

.footer-nav a:hover {
    color: #fff
}

.footer-text {
    color: #8e8e8e;
    font-size: 14px
}

.languages {
    position: relative;
    font-size: 0;
    margin-right: auto;
    margin-left: 10px
}

.languages:hover .lang-dropdown {
    display: block
}

.languages:hover .lang-current {
    border-bottom-color: transparent
}

.languages .lang-current {
    color: #bfbfbf;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    display: block;
    cursor: pointer;
    position: relative;
    padding-right: 12px;
    background-color: #0d0d0d;
    border: 1px solid #343434;
    padding: 5px 25px 5px 15px;
    z-index: 3
}

.languages .lang-current:before {
    font-family: custom;
    font-size: 8px;
    content: '\0045';
    position: absolute;
    right: 9px;
    top: 4px
}

.languages .lang-dropdown {
    position: absolute;
    top: -webkit-calc(100% - 1px);
    top: calc(100% - 1px);
    right: 0;
    z-index: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    width: 180px;
    padding: 5px 10px;
    display: none;
    background-color: #0d0d0d;
    border: 1px solid #343434
}

.languages .lang-dropdown a {
    display: inline-block;
    width: 100%;
    color: #bfbfbf;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px
}

.languages .lang-dropdown a:hover {
    color: #D0BABA
}

.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:#FF0004;
}

.player-promo {
    min-width: 300px;
    font-size: 0
}

.player-promo-item {
    margin-bottom: 4px
}

.player-info {
    background-color: #1d1b1b;
    margin-bottom: 5px;
    font-size: 0;
    padding-bottom: 10px
}

.player-duration,
.player-views {
    color: #fff;
    margin-left: 10px;
    font-size: 20px;
    font-weight: 400;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #0d0d0d;
    display: inline-block;
    padding: 5px 15px 5px 30px;
    position: relative
}

.player-duration:before,
.player-views:before {
    content: '\0042';
    font-family: custom;
    font-size: 12px;
    color: #fff;
    position: absolute;
    left: 10px;
    top: 10px
}

.player-duration:before {
    content: '\0041'
}

.my-player-dimensions.vjs-fluid {
    padding-top: 56.25%!important
}

@media screen and (max-width:1744px) {
    .container {
        max-width: 1468px
    }
    .categories {
        -webkit-columns: 5;
        -moz-columns: 5;
        columns: 5
    }
}

@media screen and (max-width:1500px) {
    .container {
        max-width: 1225px
    }
    .categories {
        -webkit-columns: 4;
        -moz-columns: 4;
        columns: 4
    }
}

@media screen and (max-width:1260px) {
    .container {
        max-width: 982px
    }
    .player-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .player-aside {
        width: 100%;
        min-width: 0;
        max-width: none
    }
    .player-aside .logo-thumb {
        max-width: none
    }
    .player-promo {
        text-align: center;
        max-height: 270px;
        overflow: hidden;
        margin: 20px 0
    }
    .player-promo-item {
        display: inline-block;
        vertical-align: top;
        margin: 0 4px 20px
    }
    .player-wrapper {
        margin: 0
    }
}

@media screen and (max-width:1015px) {
    .container {
        max-width: 739px
    }
    .categories {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3
    }
    .header-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .header-logo-wrap {
        width: 100%
    }
    .languages {
        margin: 0
    }
    .header-nav-wrap {
        margin-top: 3px;
        border-top: 1px solid #343434;
        width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .search input {
        padding: 0 20px;
        height: 45px
    }
    .nav a {
        padding: 13px 10px
    }
}

@media screen and (max-width:770px) {
    .header-nav-wrap {
        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;
        -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;
        width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .nav {
        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;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #343434
    }
    .nav a {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center
    }
    .search {
        max-width: none
    }
    .container {
        max-width: none
    }
    .logo-thumb {
        max-width: none
    }
    .thumb {
        width: -webkit-calc(33.3333% - 3px);
        width: calc(33.3333% - 3px)
    }
    .categories {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2
    }
}

@media screen and (max-width:600px) {
    .thumb {
        width: -webkit-calc(50% - 3px);
        width: calc(50% - 3px)
    }
}

@media screen and (max-width:500px) {
    .player-top-promo {
        display: none
    }
    .nav a {
        font-size: 12px;
        padding: 6px 2px
    }
    .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
    }
}