@import url("https://fonts.googleapis.com/css?family=Quicksand:400,500");
@font-face {
    font-family: custom;
    src: url(../font/custom.eot);
    src: url(../font/custom.eot?#iefix) format("embedded-opentype"), url(../font/custom.woff) format("woff"), url(../font/custom.ttf) format("truetype"), url(../font/custom.svg#custom) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=icon-]: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-001-shopping:before {
    content: "\0041"
}

.icon-arrow:before {
    content: "\0042"
}

.icon-003-hands:before {
    content: "\0043"
}

.icon-004-technology:before {
    content: "\0044"
}

.icon-005-instagram:before {
    content: "\0045"
}

.icon-007-visualization:before {
    content: "\0047"
}

.icon-008-close-1:before {
    content: "\0048"
}

.icon-009-close:before {
    content: "\0049"
}

.icon-010-layers:before {
    content: "\004a"
}

.icon-011-play:before {
    content: "\004b"
}

.icon-012-search:before {
    content: "\004c"
}

.icon-013-clock:before {
    content: "\004d"
}

img,
legend {
    border: 0
}

legend,
td,
th {
    padding: 0
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre,
textarea {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: Quicksand, Helvetica, Arial, sans-serif;
    font-size: 0;
    font-weight: 400;
    line-height: 1.42857143;
    color: #5c4f79;
    background-image: url(../img/bg.png);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mobile-overflow-fix {
    overflow-x: hidden;
    position: relative
}

a {
    text-decoration: none;
    color: #536c8d;
    transition: color .25s ease-in-out
}

a:hover {
    color: #40536d
}

.container {
    position: relative;
    width: 1630px;
    margin: auto
}

.container:after {
    clear: both;
    content: "";
    display: table
}

.header-container {
    background-color: #536c8d;
    position: relative
}

.header {
    padding: 10px 2px
}

.header:after {
    content: "";
    display: table;
    clear: both
}

.header-inner {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-inner,
.header-search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.logo a {
    float: left;
    font-size: 28px;
    margin-right: 50px;
    font-weight: 400;
    color: #fff
}

.logo a span {
    font-size: 32px;
    font-weight: 500
}

.header-nav {
    float: left;
    padding: 0;
    list-style-type: none
}

.header-nav li {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 2px
}

.header-nav li.active a:after,
.header-nav li:hover a:after {
    width: 100%
}

.header-nav li a {
    font-size: 16px;
    display: block;
    border: 1px solid #fff;
    padding: 5px 15px;
    text-transform: uppercase;
    color: #fff;
    position: relative
}

.header-nav li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    opacity: .15;
    background-color: #fff;
    transition: width .25s ease-in-out;
    z-index: 1
}

.search-form {
    font-size: 16px;
    float: right;
    width: 320px;
    position: relative
}

.search-input {
    width: 100%;
    padding: 8px 15px;
    border: none;
    background-color: #fff;
    outline: none
}

.search-button {
    right: 0;
    top: 0;
    border: none;
    background-color: #536c8d;
    color: #fff;
    padding: 5px 15px;
    outline: none;
    border: 1px solid #fff;
    position: absolute
}

.search-button:hover:after {
    width: 100%
}

.search-button:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    opacity: .15;
    background-color: #fff;
    transition: width .25s ease-in-out;
    z-index: 1
}

.thumbs {
    padding: 0;
    list-style-type: none
}

.thumb {
    width: 320px;
    display: inline-block;
    vertical-align: top;
    margin: 3px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 0 1px #536c8d;
    transition: box-shadow .25s ease-in-out
}

.thumb:hover {
    box-shadow: 0 0 1px 2px #536c8d
}

.thumb:hover .thumb-added,
.thumb:hover .thumb-desc,
.thumb:hover .thumb-dur {
    opacity: .3
}

.thumb:hover .thumb-video-icon:before {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
    transform: translate(-50%, -50%) rotate(0deg) scale(1)
}

.thumb-img-wrapper {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 56.25%
}

.thumb-img-wrapper img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.thumb-added,
.thumb-desc,
.thumb-dur,
.thumb-vid-count {
    position: absolute;
    transition: opacity .25s ease-in-out;
    opacity: 1;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden
}

.thumb-added span,
.thumb-desc span,
.thumb-dur span,
.thumb-vid-count span {
    position: relative;
    display: block;
    background-color: hsla(0, 0%, 100%, .8);
    color: #5c4f79;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 5px;
    padding: 3px 12px;
    width: auto;
    max-width: 100%
}

.thumb-cat .thumb-desc {
    text-align: right
}

.thumb-cat .thumb-desc span {
    display: inline-block
}

.thumb-added,
.thumb-dur,
.thumb-vid-count {
    bottom: auto;
    top: 0;
    left: 0;
    width: auto;
    max-width: 50%
}

.thumb-added span,
.thumb-dur span,
.thumb-vid-count span {
    font-size: 14px;
    padding: 0 5px;
    padding-left: 20px
}

.thumb-added span:before,
.thumb-dur span:before,
.thumb-vid-count span:before {
    position: absolute;
    left: 4px;
    top: 0;
    font-family: custom;
    content: "\004d"
}

.thumb-added {
    bottom: auto;
    left: auto;
    right: 0
}

.thumb-added span:before {
    content: "\004a"
}

.thumb-vid-count span:before {
    content: "\004b"
}

.thumb-cat:hover .thumb-desc {
    opacity: 1
}

.thumb-video-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.thumb-video-icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(1000deg) scale(0);
    transform: translate(-50%, -50%) rotate(1000deg) scale(0);
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    font-family: custom;
    content: "\004b";
    font-size: 40px;
    color: #fff;
    opacity: .8
}

.thumbs-post,
.thumbs-pre {
    padding: 2px
}

.thumbs-post:after,
.thumbs-pre:after {
    clear: both;
    display: table;
    content: ""
}

.thumbs-pre {
    margin-top: 4px
}

.title {
    float: left;
    margin: 0;
    line-height: 32px;
    max-width: 60%;
    font-size: 20px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-transform: uppercase;
    text-overflow: ellipsis;
    text-shadow: 1px 1px 1px #4f8b89
}

.title.full-width {
    max-width: 100%;
    padding-left: 2px;
    padding-top: 20px;
    float: none
}

.sorting {
    padding: 0;
    float: right
}

.sorting li {
    margin-right: 2px;
    margin-bottom: 2px;
    display: inline-block
}

.sorting li.active a,
.sorting li:hover a {
    box-shadow: inset 0 0 10px 15px #536c8d;
    color: #fff
}

.sorting li:last-child {
    margin-right: 0
}

.sorting li a {
    font-size: 14px;
    display: block;
    padding: 0 8px;
    text-align: center;
    font-weight: 500;
    border: 2px solid #536c8d;
    line-height: 26px;
    min-width: 30px;
    transition: box-shadow .25s ease-in-out, color .25s ease-in-out
}

.pagination,
.prev-next {
    padding: 0;
    float: left
}

.pagination li,
.prev-next li {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 3px
}

.pagination li.active a,
.pagination li:hover a,
.prev-next li.active a,
.prev-next li:hover a {
    box-shadow: inset 0 0 10px 15px #536c8d;
    color: #fff
}

.pagination li:last-child,
.prev-next li:last-child {
    margin-right: 0
}

.pagination li a,
.pagination li span,
.prev-next li a,
.prev-next li span {
    font-size: 14px;
    display: block;
    padding: 0 8px;
    text-align: center;
    font-weight: 500;
    border: 2px solid #536c8d;
    line-height: 26px;
    min-width: 30px;
    transition: box-shadow .25s ease-in-out, color .25s ease-in-out
}

.pagination li span,
.prev-next li span {
    border: none;
    box-shadow: none
}

.pagination li span:hover,
.prev-next li span:hover {
    box-shadow: none;
    color: inherit
}

.prev-next {
    float: right
}

.next i,
.prev i {
    min-height: 26px;
    display: block;
    position: relative
}

.next i:before,
.prev i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

.next i:before {
    -webkit-transform: translate(-50%, -50%) rotate(270deg);
    transform: translate(-50%, -50%) rotate(270deg)
}

.promo-block {
    background-color: #2d3b4d;
    text-align: center;
    padding: 10px 0;
    max-height: 280px;
    overflow: hidden
}

.promo-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    margin-bottom: 20px
}

.footer {
    padding: 20px 0;
    background-color: #536c8d;
    text-align: center
}

.footer-text {
    font-size: 14px;
    color: #fff
}

.footer-links {
    margin-top: 10px;
    padding: 0;
    list-style-type: none
}

.footer-links li {
    display: inline-block
}

.footer-links li a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 15px;
    color: #fff
}

.footer-links li a:hover {
    text-decoration: underline
}

.categories ul {
    padding: 0 20px;
	width: 100%;
    vertical-align: top;
    display: inline-block;
    list-style-type: none;
    /* border-right: 1px solid #536c8d; */
	columns: 5;
	column-gap: 10px;
}

.categories ul:first-child {
    padding-left: 0
}

.categories ul:last-child {
    padding-right: 0;
    border: none
}

.categories ul li {
    transition: background-color .2s ease-in-out;
    margin: 2px 0
}

.categories ul li.cat-letter span {
    font-size: 14px;
    color: #fff;
    background-color: #536c8d;
    display: block;
    padding: 2px 10px
}

.categories ul li:hover {
    background-color: #536c8d
}

.categories ul li:hover .cat-name {
    color: #fff
}

.categories ul li a {
    z-index: 4;
    font-size: 14px;
    display: block;
    color: #fff
}

.categories ul li a:after {
    clear: both;
    content: "";
    display: table
}

.categories ul li a .cat-name {
    position: relative;
    float: left;
    padding-left: 10px;
    color: #536c8d;
    transition: color .25s ease-in-out
}

.categories ul li a .cat-vid-count {
    float: right;
    color: #fff;
    background-color: #536c8d;
    padding: 2px 5px
}

.img-top {
    padding: 0;
    list-style-type: none
}

.img-top li {
    display: inline-block;
    position: relative;
    width: 12.5%;
    vertical-align: top;
    padding: 2px
}

.img-top li a {
    display: block;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    height: 0;
    padding-bottom: 75%
}

.img-top li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: #fff;
    opacity: .15;
    transition: width .25s ease-in-out
}

.img-top li a:hover:after {
    width: 100%
}

.img-top li img {
    top: 0
}

.img-top li img,
.img-top li span {
    width: 100%;
    position: absolute;
    left: 0
}

.img-top li span {
    white-space: nowrap;
    font-size: 14px;
    padding: 5px 15px;
    bottom: 0;
    background-color: #536c8d;
    color: #fff;
    text-align: center;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis
}

.text-top {
    padding: 0;
    list-style-type: none
}

.text-top li {
    display: inline-block;
    border-radius: 4px;
    width: 12.5%;
    vertical-align: top;
    padding: 2px
}

.text-top li a {
    white-space: nowrap;
    font-size: 14px;
    border-radius: 4px;
    padding: 5px 15px;
    background-color: #536c8d;
    color: #fff;
    width: 100%;
    text-align: center;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative
}

.text-top li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: #fff;
    opacity: .15;
    transition: width .25s ease-in-out
}

.text-top li a:hover:after {
    width: 100%
}

.hw {
    float: right;
    margin-left: 10px;
    display: none
}

.hw:hover {
    cursor: pointer
}

.hamburger .line,
.hw:hover .hamburger .line {
    background-color: #fff
}

.hamburger .line {
    width: 35px;
    height: 2px;
    display: block;
    margin: 8px auto
}

.hamburger,
.hamburger .line {
    transition: all .3s ease-in-out
}

.hamburger.is-active {
    -webkit-animation: a .6s forwards;
    animation: a .6s forwards
}

@-webkit-keyframes a {
    0%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes a {
    0%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

.hamburger.is-active .line:first-child,
.hamburger.is-active .line:nth-child(2),
.hamburger.is-active .line:nth-child(3) {
    transition-delay: .2s
}

.hamburger.is-active .line:nth-child(2) {
    opacity: 0
}

.hamburger.is-active .line:first-child {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg)
}

.hamburger.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg)
}

.language-block {
    float: right
}

.language-bar {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    background-image: url(../img/flags.svg);
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 50px;
    width: 50px;
    height: 32px;
    margin-left: 5px
}

.language-list {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    margin-top: 5px;
    top: 100%;
    right: 0;
    z-index: 3;
    background-color: #262626;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    transition: all .25s ease-in-out
}

.language-list.opened {
    opacity: 1;
    visibility: visible
}

.language-list ul {
    padding: 0;
    display: inline-block;
    width: 608px
}

.language {
    background-color: #536c8d;
    margin: 1px;
    display: inline-block
}

.language:hover .language-text {
    background-color: #40536d
}

.language-icon {
    background-image: url(../img/flags.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px
}

.language-icon,
.language-text {
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden
}

.language-text {
    font-size: 16px;
    width: 100px;
    text-align: center;
    line-height: 32px;
    padding: 10px;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff
}

..li-en {
    background-position: 0 0
}

.li-cs {
    background-position: 0 -33px
}

.li-da {
    background-position: 0 -66px
}

.li-de {
    background-position: 0 -99px
}

.li-el {
    background-position: 0 -132px
}

.li-es {
    background-position: 0 -164px
}

.li-fr {
    background-position: 0 -197px
}

.li-ko {
    background-position: 0 -230px
}

.li-it {
    background-position: 0 -263px
}

.li-hu {
    background-position: 0 -296px
}

.li-nl {
    background-position: 0 -328px
}

.li-ja {
    background-position: 0 -361px
}

.li-no {
    background-position: 0 -394px
}

.li-pl {
    background-position: 0 -427px
}

.li-pt {
    background-position: 0 -460px
}

.li-ru {
    background-position: 0 -493px
}

.li-sk {
    background-position: 0 -525px
}

.li-sl {
    background-position: 0 -558px
}

.li-fi {
    background-position: 0 -591px
}

.li-sv {
    background-position: 0 -624px
}

.to-top-button {
    background-color: hsla(0, 0%, 100%, .7);
    opacity: 0;
    transition: all 1s ease-in-out;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #536c8d;
    padding: 0;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, .8);
    z-index: 5
}

.to-top-button:after {
    font-family: custom;
    content: "\0042";
    line-height: 50px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    display: block
}

.player-screen-ads-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 2
}

.player-screen-ads {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.player-screen-ads .player-screen-ads-list {
    padding: 0;
    width: 620px
}

.player-screen-ads .player-screen-ads-item {
    vertical-align: top;
    display: inline-block;
    width: 300px;
    height: 265px;
    margin: 5px
}

.player-screen-ads .player-screen-ads-text {
    padding: 0 5px;
    display: block
}

.player-screen-ads .player-screen-ads-text a {
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background-color: #536c8d
}

.player-screen-ads .player-screen-ads-close {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #536c8d;
    right: -5px;
    top: -5px;
    text-align: center;
    line-height: 16px;
    cursor: pointer
}

.player-screen-ads .player-screen-ads-close a {
    font-size: 16px;
    color: #fff
}

img {
    display: block;
    border: 0;
    opacity: 0
}

img:not(.initial) {
    transition: opacity 1s
}

img.error,
img.initial,
img.loaded {
    opacity: 1
}

img:not([src]) {
    visibility: hidden
}

.mobile-nav {
    position: absolute;
    top: -700px;
    left: 0;
    width: 100%;
    z-index: 5;
    border-top: 1px solid #fff;
    transition: top .25s ease-in-out
}

.mobile-nav.opened {
    top: 100%
}

.mobile-nav ul {
    padding: 0;
    list-style-type: none;
    text-align: center
}

.mobile-nav ul li {
    border-bottom: 1px solid hsla(0, 0%, 100%, .5);
    background-color: rgba(83, 108, 141, .9);
    transition: background-color .25s ease-in-out
}

.mobile-nav ul li:hover {
    background-color: #536c8d
}

.mobile-nav ul li:last-child {
    border: none
}

.mobile-nav ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: block;
    text-transform: uppercase;
    padding: 10px 15px
}

.player-container {
    background-color: #1a222d
}

.player-container h1 {
    color: #fff
}

.player-block {
    float: left;
    width: 1320px;
    position: relative
}

.player {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    position: relative
}

.player>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.player-counters {
    padding: 0;
    list-style-type: none
}

.player-counters li {
    font-size: 14px;
    color: #fff
}

.player-counters li span {
    font-weight: 500
}

.player-tags {
    padding: 0;
    list-style-type: none
}

.player-tags li {
    display: inline-block
}

.player-tags li a,
.player-tags li span {
    display: block;
    padding: 1px 5px;
    font-size: 14px;
    font-weight: 500;
    color: #fff
}

.player-tags li span {
    padding-left: 0
}

.player-tags li a:after {
    content: ","
}

.player-tags li a:hover {
    text-decoration: underline
}

.player-tags li:last-child a:after {
    content: ""
}

.addthis-text {
    font-size: 14px;
    font-weight: 500;
    color: #fff
}

.player-promo-block {
    float: right
}

.player-promo-item {
    margin-bottom: 10px
}

@media screen and (max-width:1665px) {
    .container {
        width: 1304px
    }
    .player-block {
        width: 994px
    }
}

@media screen and (max-width:1340px) {
    .container {
        width: 978px
    }
    .player-block,
    .player-promo-block {
        width: 100%;
        float: none
    }
    .player-promo-block {
        max-height: 275px;
        overflow: hidden;
        text-align: center;
        border-top: 1px solid #fff
    }
    .player-promo-item {
        display: inline-block;
        vertical-align: top;
        margin: 5px 5px 25px
    }
    .header-nav {
        display: none
    }
    .hw {
        display: block
    }
    .img-top li,
    .text-top li {
        width: 20%
    }
	/*
    .categories ul {
        width: 100%;
        border-right: none;
        padding: 0;
    }
    .categories ul li {
        display: inline-block;
        float: left;
        margin-right: 10px;
        vertical-align: top
    }
    .categories ul li.cat-letter {
        display: block;
        width: 100%
    }
    .categories ul li.cat-letter:before {
        content: ""
    }
    .categories ul li:hover {
        background-color: transparent
    }
    .categories ul li:hover a {
        color: #536c8d;
        text-decoration: underline!important
    }
    .categories ul li:hover .cat-name {
        color: #536c8d
    }
    .categories ul li a {
        display: inline;
        color: #536c8d
    }
    .categories ul li a .cat-name {
        float: none;
        padding-left: 3px
    }
    .categories ul li a .cat-vid-count {
        background-color: transparent;
        color: #536c8d;
        padding: 0;
        float: none
    }
    .categories ul li a .cat-vid-count:before {
        content: "("
    }
    .categories ul li a .cat-vid-count:after {
        content: " videos)"
    }
    .categories ul li:before {
        content: "\0042";
        font-size: 12px;
        color: #536c8d;
        font-family: custom;
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
        display: inline-block
    }
	*/
}

@media screen and (max-width:1000px) {
    .container {
        width: 95%
    }
    .player-screen-ads .player-screen-ads-list {
        width: 310px
    }
    .player-screen-ads-item:last-child {
        display: none
    }
    .language-list ul {
        width: 304px
    }
    .thumb {
        width: 32.7%;
        margin: .3%
    }
    .thumb-added span,
    .thumb-desc span,
    .thumb-dur span,
    .thumb-vid-count span {
        font-size: 12px
    }
    .thumb:hover .thumb-added,
    .thumb:hover .thumb-desc,
    .thumb:hover .thumb-dur {
        opacity: 1
    }
    .thumb-added span,
    .thumb-dur span,
    .thumb-vid-count span {
        padding-left: 18px
    }
    .thumb-video-icon:before {
        opacity: .4
    }
    .thumb-video-icon:before,
    .thumb:hover .thumb-video-icon:before {
        -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(.8);
        transform: translate(-50%, -50%) rotate(0deg) scale(.8)
    }
    .header-inner {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .header-search {
        width: 100%
    }
    .search-form {
        width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
	
	.categories ul {
		columns: 4;
		column-gap: 10px;
	}
}

@media screen and (max-width:680px) {
    .container {
        width: 98%
    }
    .player-screen-ads-wrapper {
        display: none
    }
    .thumb {
        width: 49%;
        margin: .5%
    }
    .img-top li,
    .text-top li {
        width: 33.33%
    }
    .title {
        float: none;
        text-align: center;
        max-width: 100%
    }
    .sorting {
        float: none;
        display: -ms-flexbox;
        display: flex
    }
    .sorting li {
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .pagination,
    .prev-next {
        float: none
    }
	
	.categories ul {
		columns: 3;
		column-gap: 10px;
	}
	
	.categories ul li a .cat-vid-count {
		display: none;
	}
}

@media screen and (max-width:400px) {
    .thumb {
        width: 100%;
        margin: 2px 0
    }
    .img-top li,
    .text-top li {
        width: 50%
    }
    .language-list ul {
        width: 152px
    }
	
	.categories ul {
		columns: 3;
		column-gap: 10px;
	}
	
	.categories ul li a .cat-vid-count {
		display: none;
	}
	
}