html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

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
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    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
}

[hidden],
template {
    display: none
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: url(../images/bg.png) #1e1e1e;
    -webkit-text-size-adjust: none
}

body {
    font-size: 14px;
    color: #8c8c8c;
    line-height: 1.5
}

body,
button,
input {
    font-family: Roboto, sans-serif
}

.app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%
}

.wrapper {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1620px;
    padding-right: 5px;
    padding-left: 5px
}

@media screen and (min-width:425px) {
    .wrapper {
        padding-right: 10px;
        padding-left: 10px
    }
}

.header,
.navigation-menu {
    background-color: #0f0f0f
}

.navigation-menu {
    display: block;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .25)
}

@media screen and (min-width:768px) {
    .navigation-menu {
        min-width: 100px;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, hsla(0, 0%, 79.2%, .01)), to(hsla(0, 0%, 100%, .01)));
        background-image: linear-gradient(0deg, hsla(0, 0%, 79.2%, .01) 0, hsla(0, 0%, 100%, .01));
        background-color: #141414
    }
}

.content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 0
}

.footer {
    margin-top: 30px;
    padding: 10px 0;
    background-color: #111112
}

.footer__row {
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: center
}

.footer__row:last-child {
    margin-bottom: 0
}

.footer__link {
    color: #0bd9db;
    outline: 0
}

.footer__link:active,
.footer__link:focus,
.footer__link:hover {
    color: #fff
}

.header-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1600px;
    margin: 0 auto 10px auto;
    background-color: #0f0f0f;
    text-align: center
}

@media (min-width:768px) {
    .header-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media (min-width:992px) {
    .header-block {
        padding-left: 20px;
        text-align: left
    }
}

.header-block__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:768px) {
    .header-block__logo {
        margin-right: 20px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.header-block__search-form {
    margin: 0 auto;
    width: 100%
}

.header-block__text {
    display: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    color: #f52b34;
    font-size: 2rem;
    line-height: 1.2
}

@media (min-width:768px) {
    .header-block__text {
        display: block;
        margin-left: 20px
    }
}

.logo {
    display: block;
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    outline: 0
}

.search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: 40px
}

.search__input {
    background-color: #fff;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #ccc;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: none;
    color: #a0a0a0;
    line-height: 1;
    outline: 0
}

.search__input:focus,
.search__input:focus+.search__btn {
    border-color: #0bd9db
}

.search__btn {
    background: #fff;
    height: 40px;
    border: 1px solid #ccc;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: none;
    cursor: pointer;
    outline: 0;
    padding: 0 15px
}

.search__icon {
    display: block;
    width: 20px;
    height: auto
}

.content-box {
    margin-bottom: 20px
}

.content-box__title {
    display: block;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 5px;
    line-height: 1.2;
    font-weight: bolder;
    border-bottom: 1px solid #414141
}

@media (min-width:768px) {
    .content-box__title {
        text-align: left
    }
}

.content-box__title img {
    display: inline-block;
    margin-right: 5px;
    vertical-align: -15%
}

.content-box.-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.content-box.-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

h1.content-box__title {
    font-size: 1.5rem
}

h1.content-box__title i {
    font-size: 1.125rem;
    margin-right: 5px;
    vertical-align: 10%
}

h2.content-box__title {
    font-size: 1.375rem
}

h2.content-box__title i {
    font-size: 1rem;
    margin-right: 5px;
    vertical-align: 10%
}

h3.content-box__title {
    font-size: 1.25rem
}

h3.content-box__title i {
    font-size: .9375rem;
    margin-right: 5px;
    vertical-align: 10%
}

h4.content-box__title {
    font-size: 1.125rem
}

h4.content-box__title i {
    font-size: .875rem;
    margin-right: 5px;
    vertical-align: 10%
}

h5.content-box__title {
    font-size: 1rem
}

h5.content-box__title i {
    font-size: .8125rem;
    margin-right: 5px;
    vertical-align: 10%
}

.notice {
    display: block;
    margin: 0;
    padding: 0 .3125rem;
    border-radius: 5px;
    font-size: .75rem;
    text-align: justify;
    color: #777;
    overflow: hidden
}

.btn {
    display: inline-block;
    padding: .6rem .8rem;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #333), to(#141414));
    background: linear-gradient(0deg, #333 0, #141414);
    border: 1px solid #333;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    font-family: Roboto, sans-serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1;
    -webkit-transition: .2s;
    transition: .2s
}

.btn:active,
.btn:focus,
.btn:hover {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #118c8d), to(#0bd9db));
    background: linear-gradient(0deg, #118c8d 0, #0bd9db);
    border: 1px solid #139a9c;
    cursor: pointer;
    outline: 0
}

.btn-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .8rem 1rem;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #333), to(#141414));
    background: linear-gradient(0deg, #333 0, #141414);
    border: 1px solid #333;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    font-family: Roboto, sans-serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    outline: 0;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s
}

@media (min-width:768px) {
    .btn-more {
        width: auto;
        padding: .8rem 1rem
    }
}

.btn-more:active,
.btn-more:focus,
.btn-more:hover {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #118c8d), to(#0bd9db));
    background: linear-gradient(0deg, #118c8d 0, #0bd9db);
    border: 1px solid #139a9c
}

.btn-more:before {
    margin-right: 1rem
}

.btn-more:after,
.btn-more:before {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 3rem;
    height: 1px;
    background: #fff;
    content: ""
}

.btn-more:after {
    margin-left: 1rem
}

.btn-wide {
    display: block;
    padding-bottom: .7rem;
    border-bottom: 1px solid #ccc;
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .2s;
    transition: .2s
}

.btn-wide:active,
.btn-wide:focus,
.btn-wide:hover {
    border-bottom: 1px solid #0bd9db;
    color: #0bd9db
}

.content-block {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto
}

.content-block_btn {
    text-align: center;
    margin: 30px auto
}

.content-block_pages {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .content-block_pages {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.content-block_margin-top {
    margin-top: 20px
}

.content-block_video {
    display: block
}

@media (min-width:992px) {
    .content-block_video {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:992px) {
    .content-block__left-col {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

@media (min-width:992px) {
    .content-block__right-col {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        max-width: 320px;
        padding-left: 10px
    }
}

.content-block__right-col img {
    max-width: 100%;
    height: auto
}

.content-block__previews,
.thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.thumbs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0 -2px;
    list-style: none
}

.thumbs__thumb {
    width: 100%;
    padding: 0 2px;
    margin-bottom: 20px
}

@media screen and (min-width:425px) {
    .thumbs__thumb {
        width: 50%
    }
}

@media screen and (min-width:768px) {
    .thumbs__thumb {
        width: 33.33333%
    }
}

@media screen and (min-width:992px) {
    .thumbs__thumb {
        width: 25%
    }
}

@media screen and (min-width:1600px) {
    .thumbs__thumb {
        width: 20%
    }
}

@media screen and (min-width:425px) and (max-width:991px) {
    .thumbs.-as-related-col .thumbs__thumb {
        margin-bottom: 0
    }
}

@media screen and (min-width:992px) {
    .thumbs.-as-related-col .thumbs__thumb {
        width: 100% !important
    }
}

.thumbs.-as-related-col .thumbs__thumb:last-child {
    margin-bottom: 0
}

@media screen and (min-width:425px) and (max-width:759px) {
    .thumbs.-as-related-col .thumbs__thumb:last-child {
        display: none
    }
}

@media screen and (min-width:992px) and (max-width:1280px) {
    .thumbs.-as-related-col .thumbs__thumb:last-child {
        display: none
    }
}

.thumb {
    display: block;
    border: 1px solid transparent;
    border-radius: 0 0 3px 3px
}

.thumb:active,
.thumb:focus,
.thumb:hover {
    border: 1px solid #0bd9db
}

.thumb__link {
    display: block;
    color: #fff;
    text-decoration: none;
    outline: 0
}

.thumb__link:active,
.thumb__link:focus,
.thumb__link:hover {
    color: #0bd9db
}

.thumb__link:active .thumb__sticky,
.thumb__link:focus .thumb__sticky,
.thumb__link:hover .thumb__sticky {
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s
}

.thumb__preview {
    position: relative
}

.thumb__img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.thumb__title {
    max-height: 2.1rem;
    padding: 0 .3125rem;
    margin: .3125rem 0;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.2;
    overflow: hidden
}

@media screen and (min-width:425px) {
    .thumb__title {
        height: 2.1rem
    }
}

@supports (-webkit-line-clamp:2) {
    .thumb__title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2
    }
}

.thumb__title.-as-category {
    display: block;
    font-size: 1rem;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis
}

@media (min-width:768px) {
    .thumb__title.-as-category {
        font-size: 1rem
    }
}

.thumb__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 5px
}

.thumb__meta-item>i {
    margin-right: 4px
}

.thumb__sticky {
    display: block;
    position: absolute;
    background: rgba(33, 33, 33, .5);
    border-radius: 3px;
    color: #fff;
    line-height: 1.5;
    padding: 0 5px;
    overflow: hidden;
    font-size: .75rem;
    font-style: normal;
    z-index: 9
}

.thumb__sticky i {
    margin-right: 5px
}

.thumb__sticky.-tl {
    top: 3px;
    left: 3px
}

.thumb__sticky.-tr {
    top: 3px;
    right: 3px
}

.thumb__sticky.-bl {
    bottom: 3px;
    left: 3px
}

.thumb__sticky.-br {
    bottom: 3px;
    right: 3px
}

.thumb__tags {
    display: block;
    margin: .3125rem 0;
    padding: 0 .3125rem;
    font-size: .75rem;
    line-height: 1.3
}

.thumb__tags i {
    margin-right: .3125rem
}

.thumb__tag-link {
    display: inline-block;
    text-decoration: none;
    color: #a0a0a0;
    outline: 0
}

.thumb__tag-link:active,
.thumb__tag-link:focus,
.thumb__tag-link:hover {
    color: #0bd9db
}

.top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    list-style: none
}

@media screen and (min-width:768px) {
    .top-menu {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.top-menu__item {
    position: relative;
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 3px;
    margin-top: 3px;
    min-width: 50%;
    text-align: center
}

@media screen and (min-width:768px) {
    .top-menu__item {
        min-width: 100px;
        margin-right: 20px
    }
}

.top-menu__item:last-child {
    margin-right: 0
}

.top-menu__item.active>.top-menu__link {
    color: #0bd9db
}

@media (min-width:768px) {
    .top-menu__item.active>.top-menu__link:before {
        content: "";
        background: url(../img/dots-dark.png) no-repeat;
        width: 5px;
        height: 19px;
        position: absolute;
        left: -10px;
        top: 50%;
        margin-top: -10px
    }
}

.top-menu__link {
    display: block;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #272727), to(#141414));
    background-image: linear-gradient(0deg, #272727 0, #141414);
    border: 1px solid #333;
    border-radius: 3px;
    padding: 5px;
    color: #777;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    -webkit-transition: .2s;
    transition: .2s
}

@media screen and (min-width:425px) {
    .top-menu__link {
        padding: 2px 10px
    }
}

.top-menu__link:active,
.top-menu__link:focus,
.top-menu__link:hover {
    color: #0bd9db
}

.categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0;
    background: #0f0f0f;
    border-radius: 5px;
    list-style: none
}

.categories__item {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 5px
}

@media (min-width:425px) {
    .categories__item {
        width: 50%
    }
}

@media (min-width:768px) {
    .categories__item {
        width: 33.33333%
    }
}

@media (min-width:992px) {
    .categories__item {
        width: 25%
    }
}

@media (min-width:1200px) {
    .categories__item {
        width: 20%
    }
}

.categories__link {
    display: block;
    padding: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    line-height: 1;
    font-size: .875rem;
    color: #686868;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.categories__link.active,
.categories__link:active,
.categories__link:focus,
.categories__link:hover {
    background: #0bd9db;
    color: #fff
}

.nav-bar {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px
}

.nav-bar,
.sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sort {
    list-style: none;
    width: 100%;
    margin: 10px 0;
    padding: 0
}

@media (min-width:768px) {
    .sort {
        width: auto
    }
}

.sort.-bottom {
    display: none
}

@media (min-width:768px) {
    .sort.-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.sort__item {
    width: 50%;
    margin-right: 5px
}

@media (min-width:768px) {
    .sort__item {
        width: auto
    }
}

.sort__item:last-child {
    margin-right: 0
}

.sort__item.active .sort__link {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #118c8d), to(#0bd9db));
    background: linear-gradient(0deg, #118c8d 0, #0bd9db);
    border: 1px solid #139a9c;
    color: #fff;
    cursor: default
}

.sort__link {
    display: block;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #333), to(#141414));
    background: linear-gradient(0deg, #333 0, #141414);
    color: #777;
    font-size: 1rem;
    font-weight: 700;
    line-height: 37px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #333;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    outline: 0
}

.sort__link:hover {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #118c8d), to(#0bd9db));
    background: linear-gradient(0deg, #118c8d 0, #0bd9db);
    border: 1px solid #139a9c;
    color: #fff
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    list-style: none;
    margin: 10px 0 10px auto;
    padding: 0 5px
}

@media (min-width:768px) {
    .pagination {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
}

.pagination.-top {
    display: none
}

@media (min-width:768px) {
    .pagination.-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.pagination__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden
}

@media (min-width:768px) {
    .pagination__item {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
}

.pagination__item.first,
.pagination__item.last {
    display: none
}

@media (min-width:992px) {

    .pagination__item.first,
    .pagination__item.last {
        display: block
    }
}

.pagination__item.delta2 {
    display: none
}

@media (min-width:480px) {
    .pagination__item.delta2 {
        display: block
    }
}

.pagination__item.delta3 {
    display: none
}

@media (min-width:768px) {
    .pagination__item.delta3 {
        display: block
    }
}

.pagination__item.delta4 {
    display: none
}

@media (min-width:992px) {
    .pagination__item.delta4 {
        display: block
    }
}

.pagination__link {
    display: block;
    position: relative;
    padding: .6rem 1rem;
    background: #0f0f0f;
    border-radius: 5px;
    line-height: 1.25;
    color: #868686;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: none;
    transition: none
}

.pagination__link:active,
.pagination__link:focus,
.pagination__link:hover {
    text-decoration: none;
    background-color: #0bd9db;
    color: #fff
}

.pagination__item+.pagination__item {
    margin-left: 3px
}

.pagination__item.disabled .pagination__link {
    pointer-events: none;
    cursor: not-allowed
}

.pagination__item.active .pagination__link {
    text-decoration: none;
    background-color: #0bd9db;
    color: #fff
}

.pagination__item.dots {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.pagination__item.dots .pagination__link {
    padding: .6rem .4rem;
    background: none;
    border: 0;
    color: #868686;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 2px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pagination__item.previous .pagination__link {
    min-width: 2.5rem;
    background-image: url(../img/ar-left2.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-indent: -9999px
}

.pagination__item.previous .pagination__link:hover {
    background-image: url(../img/ar-left.png)
}

.pagination__item.next .pagination__link {
    min-width: 2.5rem;
    background-image: url(../img/ar-right2.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-indent: -9999px
}

.pagination__item.next .pagination__link:hover {
    background-image: url(../img/ar-right.png)
}

.video {
    position: relative
}

.video:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%
}

.video>iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%
}

.video__meta {
    margin: 20px 0
}

.video__meta-item {
    color: #fff;
    white-space: nowrap;
    margin-right: 20px
}

.video__meta-item img {
    vertical-align: -5%;
    -webkit-filter: invert(1);
    filter: invert(1);
    margin-left: 5px
}

.video__meta-item>i {
    margin-left: 5px
}

.video__meta-text {
    margin: 10px 0
}

.video__meta-text-nobr {
    display: inline-block;
    white-space: nowrap
}

.video__icon-eye {
    vertical-align: -.15rem
}

.video-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px
}

.video-actions__social {
    margin-right: 15px;
    margin-bottom: 10px
}

@media screen and (min-width:425px) {
    .video-actions__social {
        margin-left: 15px
    }
}

.video-actions__flag {
    margin-left: auto
}

.tag-list,
.video-actions__flag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tag-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tag-list a {
    padding: 0 5px;
    color: #b7b7b7;
    border-radius: 3px;
    text-decoration: none
}

.tag-list a:hover {
    color: #fff;
    background: #0bd9db
}

.tag-list__icon {
    display: inline-block;
    max-width: 1rem;
    max-height: 1rem
}

.tag-list__add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #272727), to(#141414));
    background-image: linear-gradient(0deg, #272727 0, #141414);
    border: 1px solid #333;
    border-radius: 3px;
    padding: 5px;
    margin-left: 5px;
    color: #0bd9db;
    font-size: .875rem;
    text-decoration: none;
    outline: 0;
    -webkit-transition: .2s;
    transition: .2s
}

.tag-list__add:hover {
    cursor: pointer;
    color: #0bd9db
}

.tag-list__add>.tag-list__icon {
    margin-right: .45rem
}

.suggest-items {
    display: none;
    width: 100%;
    margin-top: 10px
}

.suggest-items.-show {
    display: block
}

.suggest-items__submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #272727), to(#141414));
    background-image: linear-gradient(0deg, #272727 0, #141414);
    border: 1px solid #333;
    border-radius: 3px;
    padding: 8px 12px;
    margin-top: 10px;
    margin-left: auto;
    color: #0bd9db;
    font-size: 1rem;
    text-decoration: none;
    outline: 0;
    -webkit-transition: .2s;
    transition: .2s
}

.suggest-items__submit:hover {
    cursor: pointer
}

.footer-block {
    text-align: center;
    padding: 10px 0;
    color: #323232
}

.footer-block__text1 {
    color: #f52b34
}

.footer-block_light-text {
    color: #fff
}

.footer-block a {
    color: #0bd9db;
    text-decoration: underline
}

.footer-block a:hover {
    color: #fff
}

.text-red {
    color: #f52b34
}

.text-green {
    color: #0fb70f
}

.text-active {
    color: #0bd9db
}

.mt10 {
    margin-top: 10px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mt40 {
    margin-top: 40px
}

.mb10 {
    margin-bottom: 10px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.mb40 {
    margin-bottom: 40px
}

@media screen and (max-width:991px) {
    .show-on-desctop {
        display: none
    }
}

.is-hd-icon {
    padding-right: 2px;
    font-weight: 700;
    font-style: italic
}

@-webkit-keyframes previewloadprogress {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes previewloadprogress {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

.scroll-to-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    bottom: 40px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12);
    border-radius: 5px;
    font-size: 1.5rem;
    line-height: 1;
    color: #e8e8e8;
    text-decoration: none;
    outline: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
    z-index: 999
}

@media only screen and (min-width:768px) {
    .scroll-to-top {
        right: 20px;
        bottom: 20px
    }
}

@media only screen and (min-width:992px) {
    .scroll-to-top {
        width: 56px;
        height: 56px;
        font-size: 2rem
    }
}

.scroll-to-top.-show,
.scroll-to-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s
}

.scroll-to-top:hover {
    background-color: #333;
    -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
    cursor: pointer;
    opacity: 1
}

.scroll-to-top.-show {
    visibility: visible;
    opacity: .6
}

.flag-form__row {
    margin-bottom: 10px
}

.flag-form__label {
    display: block;
    margin-bottom: 3px;
    font-size: .875rem;
    color: #8c8c8c
}

.flag-form__input,
.flag-form__textarea {
    background: none;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #272727), to(#141414));
    background-image: linear-gradient(180deg, #272727 0, #141414);
    padding: 7px 12px;
    height: 100%;
    width: 100%;
    border: 1px solid #333;
    border-radius: 3px;
    color: #8c8c8c;
    font-size: .875rem;
    line-height: 1;
    outline: 0;
    -webkit-transition: -webkit-box-shadow .2s ease;
    transition: -webkit-box-shadow .2s ease;
    transition: box-shadow .2s ease;
    transition: box-shadow .2s ease, -webkit-box-shadow .2s ease
}

.flag-form__input::-webkit-input-placeholder,
.flag-form__textarea::-webkit-input-placeholder {
    color: #737373
}

.flag-form__input::-moz-placeholder,
.flag-form__textarea::-moz-placeholder {
    color: #737373
}

.flag-form__input:-ms-input-placeholder,
.flag-form__textarea:-ms-input-placeholder {
    color: #737373
}

.flag-form__input::-ms-input-placeholder,
.flag-form__textarea::-ms-input-placeholder {
    color: #737373
}

.flag-form__input::placeholder,
.flag-form__textarea::placeholder {
    color: #737373
}

.flag-form__input:focus,
.flag-form__textarea:focus {
    border: 1px solid #0bd9db
}

.flag-form__textarea {
    max-width: 100%;
    min-height: 2.125rem
}

.flag-form__btn {
    margin-left: .5rem
}

.flag-form__btn,
.flag-form__btn:active,
.flag-form__btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.flag-form__btn:active:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.flag-form__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.flag-form__reported-message {
    color: #3dc10c
}

.flag-form-errors__message {
    color: #ec3333
}

.flag-modal {
    background: #1e1e1e
}

.flag-modal__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 37px;
    padding: 4px 7px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, hsla(0, 0%, 79.2%, .01)), to(hsla(0, 0%, 100%, .01)));
    background-image: linear-gradient(0deg, hsla(0, 0%, 79.2%, .01) 0, hsla(0, 0%, 100%, .01));
    background-color: #141414
}

.flag-modal__title {
    margin: 0;
    line-height: 1
}

.flag-modal__body {
    padding: 10px 7px
}

.flag-form-container {
    padding: 0 10px
}

.flag-reason-list {
    display: block;
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0
}

.flag-reason-list .flag-reason-list {
    padding-left: 20px
}

.flag-reason-list__reason {
    margin-bottom: 5px
}

.flag-reason-list__label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    color: #8c8c8c
}

.flag-reason-list__label:hover {
    cursor: pointer
}

.flag-reason-list__reason input[type=radio]+span {
    display: inline-block;
    margin-left: 5px
}

.flag-reason-list__reason input[type=radio]:checked+span {
    font-weight: 700
}

.close-modal {
    display: inline-block;
    border: 0;
    background: none;
    margin: 0;
    margin-left: auto;
    padding: 5px;
    line-height: 1;
    outline: 0;
    fill: #b3b3b3
}

.close-modal:hover {
    cursor: pointer;
    fill: #0bd9db
}

.close-modal:focus {
    outline: none
}

.close-modal>svg {
    display: inline-block;
    width: 1.6rem;
    vertical-align: middle
}

.flag-button {
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
    color: #8c8c8c;
    text-align: center;
    line-height: 1;
    outline: 0
}

.flag-button:hover {
    color: #0bd9db;
    cursor: pointer
}

.flag-button i {
    font-size: 1.6rem;
    display: block;
    margin-bottom: 5px
}

.video-preview {
    position: relative
}

.video-preview video {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9
}

.video-preview video::-webkit-media-controls {
    display: none !important
}

.video-preview.-video video {
    display: block
}

.video-preview__play {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 25px;
    height: 25px;
    padding: 2px;
    background: rgba(10, 10, 10, .5);
    border-radius: 3px;
    font-size: 1.1rem;
    line-height: 1;
    color: #fff;
    opacity: .6;
    z-index: 10
}

@media screen and (min-width:992px) {
    .video-preview__play {
        display: none
    }
}

.video-preview__play i,
.video-preview__play img {
    display: block;
    margin: 0;
    width: 100%;
    max-width: 100%;
    height: auto
}

.v--modal-overlay {
    background: rgba(0, 0, 0, .75) !important
}

.flag-form-container {
    overflow: hidden;
    max-height: 600px
}

.slide-enter-active {
    -webkit-animation-name: slidein;
    animation-name: slidein
}

.slide-enter-active,
.slide-leave-active {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

.slide-leave-active {
    -webkit-animation-name: slideout;
    animation-name: slideout
}

@-webkit-keyframes slidein {
    0% {
        max-height: 0
    }

    to {
        max-height: 500px
    }
}

@keyframes slidein {
    0% {
        max-height: 0
    }

    to {
        max-height: 500px
    }
}

@-webkit-keyframes slideout {
    0% {
        max-height: 500px
    }

    to {
        max-height: 0
    }
}

@keyframes slideout {
    0% {
        max-height: 500px
    }

    to {
        max-height: 0
    }
}



/* video / album rating */
.rating-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 2rem;
}
.rate-dislike,
.rate-like {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  width: 52px;
  height: 36px;
 
  position: relative;
  background-color:rgba(0,0,0,0.1);
  border-radius:5px;
  background-position:center center;
  background-repeat: no-repeat;
  background-size:20px;
  background-image:url(../images/thumb-up-button.svg);
}
.rate-dislike {
    background-image:url(../images/thumb-down-button.svg);
}

.rate-like {
  margin: 0 5px 0 0;
}
.rate-dislike {
  margin: 0 10px 0 0;
}


.rate-dislike:before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);

  transform: translate(-50%, -50%) rotate(180deg);
}
.rate-like.disabled,
.rate-dislike.voted,
.rate-dislike.disabled,
.rate-like.voted {
  pointer-events: none;
}
.rate-like.voted::before {
  color: #0bd9db;
}
.rate-dislike.voted:before {
  color: #f30702;
}

.no-touch .rate-dislike:hover::before {
  color: #f30702;
}
.no-touch .rate-like:hover::before {
  color: #0bd9db;
}

.rating-container .rating {
  min-width: 100px;
  text-align: center;
}
.rating-container .voters {
  display: block;
  color: #cfcfcf;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.rating-container .scale-holder {
  height: 4px;
  border-radius: 2px;
  background-color: #bcbcbc;
  display: block;
  position: relative;
  overflow: hidden;
}
.rating-container .scale-holder .scale {
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  background-color: #0bd9db;
  border-radius: 2px;
}
.rating-container .scale-holder.negative .scale {
  background-color: #f30702;
}