@charset "UTF-8";

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

@import url(https://fonts.googleapis.com/css?family=Fira+Sans:200,400,700&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:before {
    content: '\0041'
}

.icon-search:before {
    content: '\0042'
}

body {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 200;
    background-color: #111419
}

.header {
    -webkit-box-shadow: 0 2px 6px #040506;
    box-shadow: 0 2px 6px #040506;
    background-color: #232428;
    font-size: 0
}

.container {
    width: 100%;
    max-width: 1753px;
    margin: 0 auto;
    padding: 0 5px
}

.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
}

.logo {
    width: 100%;
    max-width: 440px;
    min-width: 440px
}

.logo img {
    width: 100%
}

.header-text {
    color: #a3a3a3;
    font-size: 11px;
    line-height: 14px;
    max-height: 54px;
    overflow: hidden
}

.logo-col {
    margin-right: 10px
}

.header-searches {
    max-height: 32px;
    overflow: hidden
}

.header-searches a {
    display: inline-block;
    color: #8c96b1;
    font-size: 12px;
    font-weight: 400;
    line-height: 32px;
    padding: 0 10px
}

.header-searches a:hover {
    color: #fff;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    background-color: #151165
}

.search {
    width: 100%;
    max-width: 240px;
    position: relative
}

.search input {
    -webkit-box-shadow: 0 2px 6px #1f1f1f;
    box-shadow: 0 2px 6px #1f1f1f;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    background-color: #111419;
    color: #8c98b0;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    padding: 5px 15px;
    width: 100%;
    border: none;
    height: 42px
}

.search input:focus {
    outline: 0
}

.search button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
    width: 40px;
    height: 42px;
    cursor: pointer
}

.search button:before {
    content: '\0042';
    color: #151165;
    font-family: custom;
    font-size: 17px
}

.search button:focus {
    outline: 0
}

.search-wrapper {
    padding: 2px 0;
    border-top: 1px solid #2d2e32;
    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
}

.promo {
    text-align: center;
    max-height: 270px;
    overflow: hidden;
    margin: 20px 0
}

.promo-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px 20px
}

.aside {
    background-color: #232428;
    width: 250px;
    min-width: 250px;
    margin-right: 5px;
    position: relative
}

.aside:before {
    content: '';
    height: 100%;
    width: 1000px;
    background-color: #232428;
    position: absolute;
    right: 100%;
    top: 0
}

.main-content {
    font-size: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.nav {
    border-top: 1px solid #2d2e32
}
.nav a {
    color: #C61C31;
    font-size: 14px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px solid #2d2e32;
    position: relative;
    padding-left: 20px
}

.nav a.active,
.nav a:hover {
    background-color: #111419;
    color: #fff
}

.nav a.active:before,
.nav a:hover:before {
    color: #fff
}

.nav a:before {
    font-family: custom;
    font-size: 9px;
    color: #999;
    content: '\0041';
    position: absolute;
    left: 2px;
    top: 0
}

.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: 4px
}

.player-block {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    margin-right: 4px
}

.my-player-dimensions.vjs-fluid {
    padding-top: 56.25%!important
}

.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-promo {
    min-width: 300px;
    font-size: 0
}

.player-promo-item {
    margin-bottom: 4px
}

.languages {
    position: relative;
    font-size: 0;
    margin: 3px 5px
}

.languages:hover .lang-dropdown {
    display: block;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0
}

.languages:hover .lang-current {
    border-bottom-color: transparent;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.languages .lang-current {
    color: #fff;
    font-size: 14px;
    width: 150px;
    line-height: 22px;
    text-transform: uppercase;
    display: block;
    cursor: pointer;
    position: relative;
    padding-right: 12px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #2d2e32;
    background-color: #111419;
    padding: 5px 25px 5px 15px;
    z-index: 3
}

.languages .lang-current:before {
    font-family: custom;
    font-size: 8px;
    content: '\0041';
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #575e6e;
    position: absolute;
    right: 9px;
    top: 5px
}

.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: 100%;
    padding: 5px 15px;
    display: none;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #2d2e32;
    background-color: #111419
}

.languages .lang-dropdown a {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase
}

.languages .lang-dropdown a:hover {
    color: #151165
}

.categories {
    border-top: 1px solid #2d2e32
}

.categories h3 {
    color: #98999b;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin: 15px 0 5px;
    padding-left: 15px;
    position: relative
}

.categories h3:before {
    font-family: custom;
    font-size: 9px;
    color: #999;
    content: '\0041';
    position: absolute;
    left: 2px;
    top: 0
}

.categories a {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    position: relative;
    padding-left: 15px
}

.categories a:hover {
    color: #FFF
}

.categories a:before {
    position: absolute;
    content: '•';
    color: #8c96b1;
    font-size: 40px;
    left: 0;
    top: 0
}

.title {
    margin: 15px 0 5px;
    color: #98999b;
    font-size: 16px;
    font-weight: 400;
    padding-left: 15px;
    line-height: 30px;
    position: relative
}

.title:before {
    font-family: custom;
    font-size: 9px;
    color: #999;
    content: '\0041';
    position: absolute;
    left: 2px;
    top: 0
}

.aside-searches h3,
.aside-traders h3 {
    padding-left: 15px;
    margin: 15px 0 5px;
    color: #98999b;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    position: relative
}

.aside-searches h3:before,
.aside-traders h3:before {
    font-family: custom;
    font-size: 9px;
    color: #999;
    content: '\0041';
    position: absolute;
    left: 2px;
    top: 0
}

.aside-searches a {
    color: #6e758a;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #3c3f49;
    background-color: #232428;
    margin: 0 2px 2px 0;
    padding: 0 10px
}

.aside-searches a:hover {
    color: #fff;
    border: 1px solid #151165;
    background-color: #151165
}

.aside-traders a {
    color: #151165;
    font-size: 16px;
    line-height: 42px;
    display: block;
    border-top: 1px solid #2d2e32;
    padding-left: 20px;
    position: relative
}

.aside-traders a:last-child {
    border-bottom: 1px solid #2d2e32
}

.aside-traders a:hover {
    color: #fff
}

.aside-traders a:before {
    font-family: custom;
    font-size: 9px;
    color: #999;
    content: '\0041';
    position: absolute;
    left: 2px;
    top: 0
}

.thumb {
    display: inline-block;
    vertical-align: top;
    width: 242px;
    padding: 1px;
    margin: 0 6px 6px 0;
    position: relative
}

.thumb:hover {
    background-color: #000
}

.thumb:hover .thumb-tags {
    display: block
}

.thumb:hover .thumb-desc {
    color: #151165
}

.thumb-img-wrapper {
    position: relative;
    width: 100%
}

.thumb-img-wrapper img {
    width: 100%
}

.thumb-info {
    color: #fff;
    font-size: 12px;
    background-color: #151165;
    padding: 5px 10px;
    position: absolute;
    left: 0;
    top: 12px
}

.thumb-desc {
    color: #c3c3c3;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 3px 5px
}

.thumb-desc-cat {
    font-size: 14px;
    position: relative;
    padding-left: 20px
}

.thumb-desc-cat:before {
    position: absolute;
    content: '•';
    color: #8c96b1;
    font-size: 40px;
    line-height: 28px;
    left: 6px;
    top: 0
}

.thumb-tags {
    position: absolute;
    z-index: 1;
    background-color: #000;
    text-align: center;
    width: 100%;
    left: 0;
    top: 100%;
    display: none;
    max-height: 24px;
    overflow: hidden
}

.thumb-tags a {
    color: #b2b3b3;
    display: inline-block;
    padding: 3px 0;
    font-size: 12px
}

.thumb-tags a:first-child:before {
    display: none
}

.thumb-tags a:hover {
    color: #FFF
}

.thumb-tags a:before {
    content: '-';
    padding: 0 5px
}

.pagination {
    text-align: center;
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.pagination a,
.pagination span {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 30px;
    line-height: 55px;
    min-width: 55px;
    padding: 0 10px;
    text-transform: uppercase
}

.pagination a:hover,
.pagination span {
    background-color: #151165
}

.footer {
    padding: 20px 0 10px;
    text-align: center
}

.footer-nav a {
    color: #151165;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 22px;
    display: inline-block;
    padding: 5px 10px
}

.footer-nav a:hover {
    color: #fff
}

.footer-text {
    color: #8e8e8e;
    font-size: 14px
}

@media screen and (max-width:1800px) {
    .container {
        max-width: 1505px
    }
}

@media screen and (max-width:1545px) {
    .container {
        max-width: 1257px
    }
}

@media screen and (max-width:1300px) {
    .container {
        max-width: 1009px
    }
    .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:1050px) {
    .container {
        max-width: none
    }
    .main-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .aside-searches,
    .aside-traders,
    .categories {
        display: none
    }
    .player-section .aside-searches {
        display: block
    }
    .aside {
        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;
        margin: 0
    }
    .nav a {
        display: inline-block;
        padding: 0 30px
    }
    .nav a:before {
        left: 12px
    }
    .thumb {
        width: -webkit-calc(25% - 6px);
        width: calc(25% - 6px)
    }
}

@media screen and (max-width:840px) {
    .header-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 5px
    }
    .logo-col {
        margin: 0
    }
    .logo {
        min-width: 0
    }
    .thumb {
        width: -webkit-calc(33.3333% - 6px);
        width: calc(33.3333% - 6px)
    }
    .player-top-promo {
        display: none
    }
}

@media screen and (max-width:600px) {
    .thumb {
        width: -webkit-calc(50% - 6px);
        width: calc(50% - 6px)
    }
}

@media screen and (max-width:360px) {
    .thumb {
        width: -webkit-calc(100% - 2px);
        width: calc(100% - 2px)
    }
}