/*! 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
}

.iconic-arro:before {
    content: '\0041'
}

.iconic-search:before {
    content: '\0042'
}

body {
    font-family: Roboto, sans-serif;
    font-size: 0;
    font-weight: 400;
    background-color: #25282C
}

.container {
    width: 100%;
    max-width: 1732px;
    padding: 0 5px;
    margin: 0 auto
}

.header {
    background-color: #080911
}

.header-content {
    position: relative
}

.searches {
    max-height: 26px;
    overflow: hidden;
    padding-right: 150px
}

.searches a,
.searches span {
    color: #47B5EC;
    font-family: Roboto;
    font-size: 10px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px
}

.searches a:hover:not(span),
.searches span:hover:not(span) {
    color: #fff
}

.searches span {
    color: #838383
}

.text-block {
    color: #515262;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    overflow: hidden;
    max-height: 54px;
    line-height: 18px
}

.thumb-logo {
    width: 486px;
    display: inline-block;
    margin: 0 6px 10px 0;
    text-align: center;
    padding: 15px 23px
}

.logo {
    width: 100%;
    max-width: 440px;
    min-width: 0;
    margin: 0 auto
}

.logo img {
    width: 100%
}

.nav {
    margin: 10px 0
}

.nav a {
    display: inline-block;
    vertical-align: top;
    color: #c5c6ca;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 10px;
    text-transform: uppercase;
    position: relative
}

.nav a:hover {
    color: #47B5EC
}

.nav a:first-child:before {
    display: none
}

.nav a:before {
    position: absolute;
    content: '';
    left: -1px;
    top: 13px;
    width: 5px;
    display: inline-block;
    height: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #47B5EC
}

.search {
    width: 100%;
    position: relative
}

.search:before {
    font-family: custom;
    content: '\0042';
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 9px;
    top: 5px;
    pointer-events: none
}

.search input {
    -webkit-border-radius: 14px;
    border-radius: 14px;
    background-color: #2f3140;
    color: #fff;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    line-height: 26px;
    border: none;
    padding: 5px 15px 5px 35px;
    text-transform: uppercase
}

.search input::-webkit-input-placeholder {
    color: #676979
}

.search input::-moz-placeholder {
    color: #676979
}

.search input:-ms-input-placeholder {
    color: #676979
}

.search input::placeholder {
    color: #676979
}

.search input:focus {
    outline: 0
}

.search button {
    -webkit-border-radius: 14px;
    border-radius: 14px;
    background-color: #2f3140;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff2489), to(#ff184e));
    background-image: -webkit-linear-gradient(left, #ff2489 0, #ff184e 100%);
    background-image: linear-gradient(to right, #ff2489 0, #ff184e 100%);
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    height: 100%;
    color: #fff;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
    border: none;
    margin: 0;
    padding: 5px 10px;
    text-transform: uppercase
}

.thumb {
    display: inline-block;
    vertical-align: top;
    width: 240px;
    margin: 0 6px 10px 0
}

.thumb:hover .thumb-desc {
    color: #47B5EC
}

.thumb:hover .thumb-desc span {
    color: #fff
}

.thumb:hover .thumb-img-wrapper {
    -webkit-box-shadow: 0 0 0 2px #3c3e4b;
    box-shadow: 0 0 0 2px #3c3e4b
}

.thumb-img-wrapper {
    width: 100%;
    position: relative
}

.thumb-img-wrapper img {
    width: 100%
}

.thumb-info {
    position: absolute;
    left: 5px;
    top: 5px;
    color: #fff;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase
}

.thumb-desc {
    margin-top: 5px;
    color: #c5c5ca;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    display: block;
    width: 100%;
    max-height: 32px;
    overflow: hidden;
    padding: 0 10px
}

.thumb-desc-cat {
    color: #c5c5ca;
    font-family: Roboto;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    max-height: none;
    text-overflow: ellipsis;
    white-space: nowrap
}

.thumb-desc-cat span {
    color: #545561;
    font-size: 12px
}

.pagination {
    text-align: center
}

.pagination a,
.pagination span {
    display: inline-block;
    margin: 0 3px 3px 0;
    color: #c5c5c8;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 51px;
    min-width: 55px;
    padding: 0 15px;
    text-transform: uppercase;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid transparent;
    background-color: #090a13;
    vertical-align: top
}

.pagination a:hover,
.pagination span {
    border: 2px solid #47B5EC
}

.promo {
    text-align: center;
    max-height: 270px;
    overflow: hidden;
    margin: 20px 0
}

.promo-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px 20px
}

.tags a {
    color: #c5c5ca;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    margin: 0 1px 1px 0;
    line-height: 40px;
    text-transform: uppercase;
    border: 1px solid #090a13;
    line-height: 48px;
    min-width: 50px;
    padding: 0 15px;
    background-color: #25282C
}

.tags a:hover {
    border: 1px solid #47B5EC;
    color: #47B5EC;
    background-color: #090a13
}

.categories {
    -webkit-columns: 7;
    -moz-columns: 7;
    columns: 7;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column
}

.categories a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    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-top: 1px solid #090a13
}

.categories a .category-title {
    color: #47B5EC;
    font-family: Roboto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400;
    line-height: 41px;
    display: block
}

.categories a .category-count {
    color: #696969;
    font-family: Roboto;
    font-size: 10px;
    font-weight: 400;
    line-height: 41px;
    display: block
}

.categories a:hover .category-title {
    color: #fff
}

.categories a:hover .category-count {
    color: #fff
}

.title {
    color: #fff;
    font-family: Roboto;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    margin: 20px 0 5px
}

.title span {
    color: #8f8f8f;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px
}

.footer {
    text-align: center;
    padding: 10px 0 5px
}

.footer-nav a {
    display: inline-block;
    color: #c5c6ca;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    padding: 5px 15px
}

.footer-nav a:hover {
    color: #47B5EC
}

.footer-text {
    color: #515262;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    display: block
}

.languages {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    text-align: right;
    font-size: 0
}

.languages:hover .lang-dropdown {
    display: block
}

.languages .lang-current {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    text-align: right;
    display: block;
    text-transform: uppercase;
    width: 100%;
    cursor: pointer;
    position: relative;
    padding-right: 12px;
    padding: 0 15px
}

.languages .lang-current:before {
    font-family: custom;
    font-size: 6px;
    content: '\0041';
    position: absolute;
    right: 6px;
    top: 1px
}

.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;
    text-align: left;
    background-color: #080911
}

.languages .lang-dropdown a {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    width: 100%;
    font-size: 14px;
    line-height: 33px
}

.languages .lang-dropdown a:hover {
    color: #47B5EC
}

.thumbs-player {
    max-height: 227px;
    overflow: hidden
}

.my-player-dimensions.vjs-fluid {
    padding-top: 56.25%!important
}

.player-s {
    position: relative
}

.player-s img {
    width: 100%
}

.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;
    margin-top: 5px
}

.player-block {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    margin: 0 3px
}

.tags-title {
    color: #f13f65;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
    text-transform: uppercase
}

.player-promo {
    min-width: 300px;
    font-size: 0
}

.player-promo-item {
    margin-bottom: 4px
}

.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
}

.player-info {
    color: #fff;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 35px
}

.player-extra {
    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;
    background-color: #090a13;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px
}

.player-extra h1 {
    color: #c5c5ca;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.02px;
    margin: 0
}

@media screen and (max-width:1770px) {
    .container {
        max-width: 1486px
    }
    .categories {
        -webkit-columns: 6;
        -moz-columns: 6;
        columns: 6
    }
}

@media screen and (max-width:1530px) {
    .container {
        max-width: 1240px
    }
    .categories {
        -webkit-columns: 5;
        -moz-columns: 5;
        columns: 5
    }
}

@media screen and (max-width:1280px) {
    .container {
        max-width: 994px
    }
    .categories {
        -webkit-columns: 4;
        -moz-columns: 4;
        columns: 4
    }
    .player-promo-l {
        display: none
    }
}

@media screen and (max-width:1030px) {
    .container {
        max-width: 748px
    }
    .categories {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3
    }
    .player-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .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
    }
}

@media screen and (max-width:800px) {
    .container {
        max-width: none
    }
    .thumbs-player .thumb {
        display: none
    }
    .thumb {
        width: -webkit-calc(33.3333% - 6px);
        width: calc(33.3333% - 6px)
    }
    .thumb-logo {
        width: -webkit-calc(100% - 6px);
        width: calc(100% - 6px)
    }
    .categories {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2
    }
}

@media screen and (max-width:600px) {
    .container {
        max-width: none
    }
    .player-top-promo {
        display: none
    }
    .thumb {
        width: -webkit-calc(50% - 6px);
        width: calc(50% - 6px)
    }
    .categories {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1
    }
}

@media screen and (max-width:360px) {
    .container {
        max-width: none
    }
    .thumb {
        width: -webkit-calc(100% - 6px);
        width: calc(100% - 6px)
    }
}