html {
    color: #000;
    background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

#yui3-css-stamp.cssreset {
    display: none;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icons/icomoon.eot?cf4i95');
    src: url('../fonts/icons/icomoon.eot?cf4i95#iefix') format('embedded-opentype'),
        url('../fonts/icons/icomoon.ttf?cf4i95') format('truetype'),
        url('../fonts/icons/icomoon.woff?cf4i95') format('woff'),
        url('../fonts/icons/icomoon.svg?cf4i95#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-user:before {
    content: "\e900";
}
.icon-arrow_left:before {
    content: "\e901";
}
.icon-arrow_right:before {
    content: "\e902";
}
.icon-categories:before {
    content: "\e903";
}
.icon-channel:before {
    content: "\e904";
}
.icon-comments:before {
    content: "\e905";
}
.icon-dislike:before {
    content: "\e906";
}
.icon-heart:before {
    content: "\e907";
}
.icon-heart2:before {
    content: "\e908";
}
.icon-info:before {
    content: "\e909";
}
.icon-lastest:before {
    content: "\e90a";
}
.icon-like:before {
    content: "\e90b";
}
.icon-loader:before {
    content: "\e90c";
}
.icon-longest:before {
    content: "\e90d";
}
.icon-model:before {
    content: "\e90e";
}
.icon-moon:before {
    content: "\e90f";
}
.icon-profile:before {
    content: "\e910";
}
.icon-search:before {
    content: "\e911";
}
.icon-share:before {
    content: "\e912";
}
.icon-signup:before {
    content: "\e913";
}
.icon-top_rated:before {
    content: "\e914";
}
.icon-viewed:before {
    content: "\e915";
}
.icon-webcams:before {
    content: "\e916";
}
.icon-sun:before {
    content: "\e917";
}
.icon-exit:before {
    content: "\e919";
}
.icon-sort:before {
    content: "\e918";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

q:before,
q:after {
    content: '';
}

button {
    border: none;
    background: none;
}

a * {
    cursor: pointer;
}

input,
textarea {
    outline: none;
}

html {
    height: 100%;
    min-width: 280px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font: 14px/1.2 'Comfortaa', cursive;
    min-height: 100%;
    min-width: 280px;
    position: relative;
    color: #353B49;
    background: #fff;
}

body.h100 {
    /* height: 100%; */
}

a {
    color: #353B49;
    text-decoration: none;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

@media screen and (min-width: 1025px) {
    a:hover {
        color: #00A0A6;
    }
}

img {
    display: block;
    width: 100%;
    height: auto;
    user-select: none;
}

input {
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}

* {
    outline: none;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

* ::-moz-selection {
    background: #00A0A6;
    color: #fff;
}

* ::selection {
    background: #00A0A6;
    color: #fff;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #353B49;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #353B49;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #353B49;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #353B49;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input.placeholder,
textarea.placeholder {
    color: #353B49 !important;
}

.wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.container {
    max-width: 1920px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .container {
        padding: 0 10px;
    }
}

.input {
    border: none;
    border: 1px solid #DBE0EB;
    border-radius: 3px;
    background: none;
    width: 100%;
    color: #353B49;
    font-family: 'Comfortaa', cursive;
    font-size: 14px;
    line-height: 1.2;
    padding: 10px 20px;
    height: 40px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 1px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.main {
    position: relative;
    z-index: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.main::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    height: 120px;
    z-index: -1;
}

.loading {
    width: 50px;
    height: 50px;
    margin: 50px auto 0;
}

.loading img {
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
}

@media screen and (max-width: 1024px) {
    .loading {
        margin-top: 25px;
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.header {
    background: #fff;
    padding: 12px 0;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1;
    transition: opacity .3s;
}

@media screen and (max-width: 768px) {
    .header {
        padding: 2px 0;
    }
}

/*@media screen and (max-width: 480px) {
    .header {
        position: relative;
    }
}*/

.header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

@media screen and (max-width: 480px) {
    .header-inner {
        position: static;
    }
}

.header .menu {
    position: relative;
}

@media screen and (max-width: 480px) {
    .header .menu {
        position: static;
    }
}

.header .logo {
    margin-right: auto;
}

.header .menu,
.header .logo,
.header .search-toggle {
    opacity: 1;
    visibility: visible;
    -webkit-transition: visibility .3s, opacity .3s;
    -o-transition: visibility .3s, opacity .3s;
    transition: visibility .3s, opacity .3s;
}

@media screen and (max-width: 1024px) {
    .header .container {
        padding: 0 20px;
    }
}

@media screen and (max-width: 480px) {
    .header .container {
        padding: 0 10px;
    }
}

@media screen and (max-width: 400px) {
    .header .container {
        padding: 0 5px;
    }
}

.search {
    margin: 0 30px;
    max-width: 550px;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .search {
        max-width: 400px;
    }
}

@media screen and (max-width: 768px) {
    .search {
        margin: 0 10px;
        max-width: initial;
        width: auto;
    }
}

@media screen and (max-width: 640px) {
    .search {
        margin: 0 20px;
    }
}

@media screen and (max-width: 400px) {
    .header .logo svg{
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 375px) {
    .search {
        margin: 0 15px 0 5px;
    }
}

.search .wrap {
    position: relative;
}

.search .input {
    padding-right: 60px;
}

.search .search-toggle {
    color: #00A0A6;
    font-size: 30px;
    height: 30px;
    padding: 0;
    display: none;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .search .search-toggle {
        display: block;
    }
}

@media screen and (max-width: 400px) {
    .search .search-toggle {
        height: 26px;
        font-size: 26px;
    }
}

.search-button {
    position: absolute;
    top: 50%;
    right: 0;
    padding: 0 20px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    height: 100%;
    color: #00A0A6;
    font-size: 22px;
    cursor: pointer;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .search-button {
        right: auto;
        left: 0;
        padding-left: 0;
    }
}

@media screen and (min-width: 1025px) {
    .search-button:hover {
        color: #353B49;
    }
}

.button-cross {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition: opacity .3s, visibility .3s;
    -o-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
    width: 26px;
    height: 26px;
    padding: 0;
    cursor: pointer;
}

.button-cross::after,
.button-cross::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 2px;
    border-radius: 2px;
    background-color: #9CA1AD;
}

.button-cross::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.button-cross::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
    #search_form {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: width .4s, opacity .3s, visibility .3s;
        -o-transition: width .4s, opacity .3s, visibility .3s;
        transition: width .4s, opacity .3s, visibility .3s;
        width: 228px;
    }

    #search_form .input {
        border: none;
        padding: 0px 30px;
    }

    .search-button {
        padding: 0;
    }

    .button-cross {
        display: block;
    }

    .header.search-open #search_form {
        width: 100%;
        opacity: 1;
        visibility: visible;
    }

    .header.search-open .button-cross {
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (max-width: 480px) {
    #search_form {
        padding: 0 20px;
    }
}

@media screen and (max-width: 400px) {
    #search_form {
        padding: 0 10px;
    }
}

nav {
    position: absolute;
    z-index: 9;
    right: -10px;
    top: calc(100% + 15px);
    overflow: hidden;
    border-radius: 3px;
    -webkit-transform: translate3d(0, 16px, 0);
    transform: translate3d(0, 16px, 0);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    -o-transition: opacity .3s, visibility .3s, transform .3s;
    transition: opacity .3s, visibility .3s, transform .3s;
    transition: opacity .3s, visibility .3s, transform .3s, -webkit-transform .3s;
    background-color: #fff;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    border-radius: 3px;
    width: 310px;
    padding: 30px 5px;
}

@media screen and (max-width: 480px) {
    nav {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        padding: 60px 5px 25px;
        border-radius: 0;
        transform: translate3d(0, -100%, 0);
    }

    nav .navigation {
        /*height: calc(100vh - 60px);*/
        overflow-y: scroll;
    }
}

/*.navigation .item:nth-child(2) {
    position: relative;
}

.navigation .item:nth-child(2)::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #DBE0EB;
}*/

.navigation{
    display: flex;
    flex-wrap: wrap;
}

.navigation .item{
    width: 33.333%;
    text-align: center;
    margin-bottom: 50px;
    padding: 0 2px;
}

.navigation .themeToggle,
.navigation .themeToggle + .item.second{
    margin-bottom: 0;
}

.navigation .item.second,
.navigation .themeToggle{
    width: 50%;
}

nav .button-cross {
    top: 20px;
    right: 20px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 1;
}

@media screen and (max-width: 480px){
    nav .button-cross{
        top: 15px;
        right: 10px;
    }
}

@media screen and (max-width: 480px){
    nav .button-cross{
        right: 5px;
    }
}

nav .link {
    font-weight: 500;
}

.thumb-btn{
    padding: 0;
    background-color: #202020;
    cursor: pointer;
    transition: color .3s, background-color .3s;
}

.dark.thumbs-style .link.thumb-btn{
    background-color: #00A0A6;
}

nav .link:hover{
    color: #00A0A6;
}

@media screen and (min-width: 1025px){
    nav .thumb-btn:hover{
        background-color: #00A0A6;
        color: #fff;
    }
}

.thumbs-style .thumb-btn,
.navigation .themeToggle .link:hover{
    background-color: #00A0A6;
}

.dark.thumbs-style .thumb-btn{
    background-color: #202020;
}

.navigation .themeToggle .link{
    background-color: #353B49;
}

nav .link.thumb-btn,
.navigation .themeToggle .link{
    padding: 7px 20px;
    margin: 0 auto;
    border-radius: 3px;
    color: #fff;
    transition: background-color .3s;
}

@media screen and (max-width: 480px){
    nav .link.thumb-btn,
    .navigation .themeToggle .link{
        width: auto;
        margin: 0 auto;
        padding: 8px 25px;
    }
}

/*@media screen and (max-width: 480px) {
    nav .link {
        padding: 10px 30px;
    }
}*/

nav .link i {
    margin-bottom: 12px;
    font-size: 22px;
    display: block;
}

nav .link{
    padding: 5px;
    border-radius: 3px;
    display: block;
    transition: background-color .3s, color .3s;
}

nav .col .link:hover{
    color: #fff;
    background-color: #00A0A6;
}

.dark nav .link:hover{
    color: #fff;
}

nav .item.selected .link,
.ajax-rated .top-sort .rated-link,
.ajax-latest .top-sort .latest-link,
.ajax-viewed .top-sort .viewed-link,
.ajax-rated .navigation .rated-link,
.ajax-latest .navigation .latest-link,
.ajax-viewed .navigation .viewed-link {
    color: #00A0A6;
    pointer-events: none;
}

.ajax-rated .navigation .rated-link,
.ajax-latest .navigation .latest-link,
.ajax-viewed .navigation .viewed-link{
    background-color: transparent;
}

nav .link.active{
    pointer-events: none;
    color: #fff;
    background-color: #00A0A6;
}

nav .item.selected .link:hover{
    color: #fff;
}

.dark nav .item.selected .link{
    color: #fff;
    background-color: #00A0A6;
}

.nav-open nav {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 480px) {
    .nav-open nav .button-cross {
        opacity: 1;
        visibility: visible;
    }
}

.header.search-open .logo,
.header.search-open .menu,
.header.search-open .search-toggle {
    opacity: 0;
    visibility: hidden;
}

.hamburger {
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    -o-transition-property: opacity, filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: #353B49;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: visible;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #00A0A6;
}

@media screen and (min-width: 1025px) {

    .hamburger:hover .hamburger-inner,
    .hamburger:hover .hamburger-inner::before,
    .hamburger:hover .hamburger-inner::after {
        background-color: #00A0A6;
    }
}

.hamburger-box {
    width: 26px;
    height: 24px;
    display: inline-block;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .hamburger-box {
        height: 30px;
        width: 27px;
    }
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 26px;
    height: 5px;
    background-color: #353B49;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

@media screen and (max-width: 768px) {

    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        width: 27px;
        /*background-color: #00A0A6;*/
    }
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

@media screen and (max-width: 768px) {
    .hamburger-inner::before {
        top: -12px;
    }
}

@media screen and (max-width: 400px) {
    .hamburger-inner::before {
        top: -10px;
    }
}

.hamburger-inner::after {
    bottom: -10px;
}

@media screen and (max-width: 768px) {
    .hamburger-inner::after {
        bottom: -12px;
    }
}

@media screen and (max-width: 400px) {
    .hamburger-inner::after {
        bottom: -10px;
    }
}

/*
* Squeeze
*/
.hamburger--squeeze .hamburger-inner {
    -webkit-transition-duration: 0.075s;
    -o-transition-duration: 0.075s;
    transition-duration: 0.075s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
    -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    -o-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
    -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0.12s;
    -o-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    -o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -8px -8px 55px;
}

@media screen and (max-width: 1024px) {
    .thumbs {
        margin: -8px -8px 25px;
    }
}

@media screen and (max-width: 600px) {
    .thumbs {
        margin: 0 -8px 25px;
    }
}

.thumb {
    width: 16.666%;
    padding: 8px;
    overflow: hidden;
    border-radius: 3px;
}

@media screen and (max-width: 1904px) {
    .thumb {
        width: 20%;
    }
}

@media screen and (max-width: 1750px) {
    .thumb {
        width: 25%;
    }
}

@media screen and (max-width: 1264px) {
    .thumb {
        width: 33.333%;
    }
}

@media screen and (max-width: 960px) {
    .thumb {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .thumb {
        width: 100%;
        padding: 0 8px 12px;
    }
}

img.thumb {
    padding: 0;
}

.thumb-inner {
    position: relative;
    /*overflow: hidden;*/
    will-change: opacity;
    background-color: #ededed;
    border-radius: 3px;
}

/*.thumbs-style .thumb-inner{
    border-radius: 0;
}

.thumbs-style .thumb-inner:before{
    display: none; 
}*/

.thumb-inner:before{
    content: "";
    background-color: rgba(0,0,0,.06);
    border-radius: 3px;
    height: 100%;
    left: 6px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: scale(.96);
    width: 96%;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

@media screen and (max-width: 1024px){
    .thumb-inner:before{
        display: none;
    }
}

.dark .thumb-inner:before{
    background-color: rgba(0,0,0,.3);
}

.thumb-inner:hover:before {
    opacity: 1;
    transform: scale(1.1);
}

.thumb-inner:hover .bottom,
.thumb-inner:hover{
    background-color: transparent;
}

.dark .thumb-inner:hover .bottom,
.dark .thumb-inner:hover{
    background-color: transparent;
}

.thumb-inner:hover .title{
    color: inherit;
}

.thumb-inner:hover .duration{
    opacity: 0;
}

.thumb-inner .bottom{
    display: flex;
    align-items: center;
    background-color: #fff;
}

.dark .thumb-inner .bottom{
    background-color: #202020;
}

.thumbs-style .thumb-inner .bottom{
    background-color: transparent;
}

.thumb-inner .bottom span{
    background: #00A0A6;
    color: #fff;
    padding: 1px 5px;
    border-radius: 3px;
    position: absolute;
    left: -7px;
    bottom: -12px;
    white-space: nowrap;    
}

.thumbs-style .thumb-inner,
.thumb-inner > a{
    padding-top: 56%;
    display: block;
    position: relative;
    border-radius: 3px;
    /*overflow: hidden;*/
}

/*.thumbs-style .thumb-inner,
.thumbs-style .thumb-inner > a{
    border-radius: 0;
}
*/
.thumbs-style .thumb-inner a{
    padding-top: 0;
    position: static;
}

.dark .thumb-inner {
    background-color: #000;
}

.thumbs-style .thumb .thumb-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(86.98%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 86.98%);
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 86.98%);
    height: 44.5%;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    will-change: transform;
    border-radius: 0 0 5px 5px;
}

@media screen and (max-width: 1024px) {
    .thumbs-style .thumb .thumb-link::after {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.thumb .img>img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

/*@media screen and (max-width: 600px){
    .thumb .img>img{
        border-radius: 0;
    }
}*/

/*.thumbs-style .thumb .img>img{
    border-radius: 0;
}*/

.thumb video{
    border-radius: 3px;
}

.thumb .duration { 
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    color: #fff;
    text-shadow: 0 0 #fff, 0 0 2px rgb(0 0 0 / 60%), 0 0 12px rgb(0 0 0 / 60%);
    font-size: 14px;
/*    -webkit-transform: translate3d(-100px, -100px, 100px);
    transform: translate3d(-100px, -100px, 100px);*/
    -webkit-transition: -webkit-transform .3s ease-in-out, opacity .3s;
    transition: -webkit-transform .3s ease-in-out, opacity .3s;
    -o-transition: transform .3s ease-in-out, opacity .3s;
    transition: transform .3s ease-in-out, opacity .3s;
    transition: transform .3s ease-in-out, opacity .3s, -webkit-transform .3s ease-in-out, opacity .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.thumbs-style .thumb .duration{
/*    color: #000;
    padding: 5px 7px;
    border-radius: 3px;
    font-size: 12px;
    background-color: rgba(255, 255, 255, 0.4);
    text-shadow: inherit;*/
    transform: translate3d(100px, -100px, 100px);
    left: auto;
    right: 15px;
}

@media screen and (max-width: 1024px) {
    .thumbs-style .thumb .duration {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.thumbs-style .thumb .bottom {
    position: absolute;
    bottom: 15px;
    right: 15px;
    left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate3d(0, 250%, 0);
    transform: translate3d(0, 250%, 0);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

@media screen and (max-width: 1024px) {
    .thumb .bottom,
    .thumbs-style .thumb .bottom {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media screen and (max-width: 768px) {
    .thumb .bottom {
        bottom: 10px;
        left: 10px;
        right: 10px;
    }
}

@media screen and (max-width: 600px) {
    .thumb .bottom {
        padding: 0 5px;
    }
    .thumbs-style .thumb .bottom{
        padding: 0;
    }
}

.thumb .wrap {
    overflow: hidden;
    padding-top: 5px;
}

.thumbs-style .thumb .wrap{
    padding: 0;
}

.thumb .title {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

/*.thumbs-style .thumb .title{
    max-width: 256px;
}*/

.thumb .channel {
    font-weight: 700;
    color: #00A0A6;
    margin-bottom: 2px;
    display: inline-block;
}

@media screen and (min-width: 1025px) {
    .thumb .channel:hover {
        color: rgba(240, 15, 69, 0.8);
    }
}

.thumb .channel-img {
    display: flex;
    align-items: center;
    position: absolute;
    left: 15px;
    bottom: 42px;
    margin-right: 10px;
    color: #00A0A6;
    font-weight: bold;
    flex-shrink: 0;
}

.thumbs-style .thumb .channel-img{
    display: none;
}

.thumb .channel-img img{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.thumbs-style .thumb .title {
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.thumbs-style .thumb-inner:hover .duration,
.thumb-inner:hover .bottom,
.thumb-inner:hover .thumb-link::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.thumbs-style .thumb-inner:hover .title{
    color: #fff;
}

.thumb .ico-fav {
    cursor: pointer;
    font-size: 30px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.7);
    margin-left: auto;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

@media screen and (min-width: 1025px) {
    .thumb .ico-fav:hover {
        color: #fff;
    }
}

.thumb .ico-fav.fixed {
    color: #00A0A6;
}

.loader {
    color: red;
    font-size: 20px;
    margin: 100px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@-webkit-keyframes load4 {

    0%,
    100% {
        -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes load4 {

    0%,
    100% {
        -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

.form-wrap {
    max-width: 480px;
    width: 100%;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
    padding: 30px 10px;
}

.form-wrap .title {
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: -0.02em;
    color: #353B49;
    margin: 0 0 42px;
}

.form-wrap.popup .title {
    text-align: left;
}

@media screen and (max-width: 768px) {
    .form-wrap .title {
        margin-bottom: 22px;
        font-size: 24px;
    }

    .form-wrap.page-form .title {
        margin-bottom: 30px;
    }
}

.form-wrap .row {
    margin-bottom: 20px;
}

.form-wrap .row:last-child {
    margin-bottom: 0;
}

.form-wrap .bottom {
    margin-top: 30px;
}

.form-wrap .links {
    margin-top: 20px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.02em;
    font-size: 18px;
}

.form-wrap .links.big {
    margin-top: 50px;
}

@media screen and (max-width: 768px) {
    .form-wrap .links.big {
        margin-top: 25px;
    }
}

.form-wrap .links p {
    margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
    .form-wrap .links p {
        margin-bottom: 15px;
    }
}

.form-wrap .links p:last-child {
    margin-bottom: 0;
}

.form-wrap p.second a {
    font-size: 16px;
    color: #8B93A5;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

@media screen and (min-width: 1025px) {
    .form-wrap p.second a:hover {
        color: #F01046;
    }
}

.form-wrap a>span:first-child {
    color: #353B49;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.form-wrap a>span:last-child {
    color: #F01046;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

@media screen and (min-width: 1025px) {
    .form-wrap a:hover>span:first-child {
        color: #F01046;
    }

    .form-wrap a:hover>span:last-child {
        color: #353B49;
    }
}

form .btn-submit {
    font-family: 'Comfortaa', cursive;
    font-size: 14px;
    height: 40px;
    padding: 12px 20px;
    font-weight: 500;
    background: #F01046;
    border-radius: 3px;
    width: 100%;
    color: #fff;
    border: 1px solid #F01046;
    -webkit-transition: color .3s, background-color .3s;
    -o-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s;
    cursor: pointer;
}

@media screen and (min-width: 1025px) {
    form .btn-submit:hover {
        background-color: #fff;
        color: #F01046;
    }
}

.top-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    min-height: 120px;
}

.top-slider .content {
    width: calc(100% - 70px);
}

.slider-toggle {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
    width: 70px;
    height: 83px;
}

.slider-toggle::after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background-color: #DBE0EB;
}

.slider-toggle .circle {
    padding: 0;
    width: 50px;
    height: 50px;
    border: 2px solid #353B49;
    background: #FFFFFF;
    color: #353b49;
    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;
    border-radius: 50%;
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.slider-toggle .circle:last-child {
    top: auto;
    bottom: 0;
}

.mySwiper {
    margin: 0 50px;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .mySwiper {
        margin: 0 -10px 0 0;
    }
}

.mySwiper .swiper-slide {
    width: 60px;
}

.mySwiper .swiper-slide-active .img,
.dark .mySwiper .swiper-slide-active .img {
    border-color: #00A0A6;
}

.mySwiper .swiper-slide-active .title{
    opacity: 1;
    visibility: visible;
    display: block;
    left: 0;
    right: 0;
    text-align: center;
    transform: translate3d(0, 0, 0);
}

.swiper-slide-active .title.hidden{
    opacity: 0;
    visibility: hidden;
}

.mySwiper .swiper-slide-active a{
    color: #00A0A6;
}

.dark .mySwiper .swiper-slide-active a{
    color: #fff;
}

.mySwiper .swiper-slide:last-child {
    margin-right: 0 !important;
}

.mySwiper .swiper-wrapper{
    padding-bottom: 20px;
}

.mySwiper .swiper-button-next{
    right: -25px;
}

.mySwiper .swiper-button-prev{
    left: -25px;
}

.mySwiper .img {
    width: 60px;
    height: 60px;
    /*margin-bottom: 5px;*/
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    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;
    font-size: 25px;
    border: 2px solid #DBE0EB;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    border-radius: 50%;
    transition: border-color .3s;
}

.dark .mySwiper .img{
    border-color: #202020;
}

.model-slide{
    position: relative;
    display: block;
}

.mySwiper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* .mySwiper .img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: border-color .3s;
} */

@media screen and (min-width: 1025px) {

    /* .mySwiper .model-slide:hover .img:after {
    border-color: #00A0A6;
  } */
    .mySwiper .model-slide:hover .img {
        border-color: #00A0A6;
    }
}

.mySwiper .title {
/*    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;*/
    position: absolute;
    top: calc(100% + 5px);
    left: 50%;
    white-space: nowrap;
    transform: translate3d(-50%, 0, 0);
}

@media screen and (max-width: 1024px){
    .mySwiper .title{
        display: none;
    }
}

@media screen and (min-width: 1025px) {
    .mySwiper .title{
        visibility: hidden;
        opacity: 0;
        transition: opacity .3s, visibility .3s;
    }
    .mySwiper .swiper-slide:hover .title{
        opacity: 1;
        visibility: visible;
    }
    .dark .mySwiper .swiper-slide .title{
        color: #fff;
    }
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    color: #00A0A6;
    font-size: 10px;
    margin-top: 0;
    -webkit-transform: translate3d(0, -75%, 0);
    transform: translate3d(0, -75%, 0);
    -webkit-transition: background-color .3s, color .3s, -webkit-box-shadow .3s;
    transition: background-color .3s, color .3s, -webkit-box-shadow .3s;
    -o-transition: background-color .3s, color .3s, box-shadow .3s;
    transition: background-color .3s, color .3s, box-shadow .3s;
    transition: background-color .3s, color .3s, box-shadow .3s, -webkit-box-shadow .3s;
}

@media screen and (min-width: 1025px) {

    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        background-color: #00A0A6;
    }

    .swiper-button-next:hover:after,
    .swiper-button-prev:hover:after {
        color: #fff;
    }
}

@media screen and (max-width: 1024px) {

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 12px;
    color: #00A0A6;
    font-weight: 700;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.content-item {
    position: relative;
}

.slider-toggle.animate .circle:first-child {
    -webkit-animation: toggleModels 1s ease-in-out;
    animation: toggleModels 1s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.slider-toggle.animate .circle:last-child {
    -webkit-animation: toggleChannels 1s ease-in-out;
    animation: toggleChannels 1s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.slider-toggle.animate .circle.active:first-child {
    -webkit-animation: toggleModels 1s ease-in-out, activeColors 1s;
    animation: toggleModels 1s ease-in-out, activeColors 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.slider-toggle.animate .circle.active:last-child {
    -webkit-animation: toggleChannels 1s ease-in-out, activeColors 1s;
    animation: toggleChannels 1s ease-in-out, activeColors 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes toggleModels {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    33% {
        -webkit-transform: translate3d(0, -25%, 0);
        transform: translate3d(0, -25%, 0);
    }

    66% {
        -webkit-transform: translate3d(0, -25%, 0) rotate(360deg);
        transform: translate3d(0, -25%, 0) rotate(360deg);
        z-index: 10;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0) rotate(360deg);
        transform: translate3d(0, 0, 0) rotate(360deg);
    }
}

@keyframes toggleModels {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    33% {
        -webkit-transform: translate3d(0, -25%, 0);
        transform: translate3d(0, -25%, 0);
    }

    66% {
        -webkit-transform: translate3d(0, -25%, 0) rotate(360deg);
        transform: translate3d(0, -25%, 0) rotate(360deg);
        z-index: 10;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0) rotate(360deg);
        transform: translate3d(0, 0, 0) rotate(360deg);
    }
}

@-webkit-keyframes toggleChannels {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    33% {
        -webkit-transform: translate3d(0, 25%, 0);
        transform: translate3d(0, 25%, 0);
    }

    66% {
        -webkit-transform: translate3d(0, 25%, 0) rotate(-360deg);
        transform: translate3d(0, 25%, 0) rotate(-360deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0) rotate(-360deg);
        transform: translate3d(0, 0, 0) rotate(-360deg);
    }
}

@keyframes toggleChannels {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    33% {
        -webkit-transform: translate3d(0, 25%, 0);
        transform: translate3d(0, 25%, 0);
    }

    66% {
        -webkit-transform: translate3d(0, 25%, 0) rotate(-360deg);
        transform: translate3d(0, 25%, 0) rotate(-360deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0) rotate(-360deg);
        transform: translate3d(0, 0, 0) rotate(-360deg);
    }
}

@-webkit-keyframes activeColors {
    from {}

    to {
        border-color: #00A0A6;
        color: #00A0A6;
    }
}

@keyframes activeColors {
    from {}

    to {
        border-color: #00A0A6;
        color: #00A0A6;
    }
}

.block-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px;
}

@media screen and (max-width: 1024px) {
    .block-video {
        margin-bottom: 45px;
    }
}

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

@media screen and (max-width: 768px) {
    .video-holder {
        overflow: visible;
    }
}

.player {
    margin-bottom: 20px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .player {
        margin: 0 -10px 20px;
    }
}

.player .play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 120px;
    height: 120px;
}

@media screen and (max-width: 1024px) {
    .player .play {
        width: 90px;
        height: 90px;
    }
}

.table {
    width: 300px;
    margin-left: 30px;
}

.table .opt {
    margin-bottom: 30px;
    width: 300px;
    height: 250px;
}

.table .opt:last-child {
    margin-bottom: 0;
}

.table a,
.table img {
    width: 100%;
    height: 100%;
    display: block;
}

@media screen and (max-width: 1024px) {
    .table {
        display: none;
    }
}

.premium-wrap {
    max-width: 308px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
}

@media screen and (max-width: 1450px) {
    .premium-wrap {
        max-width: 100%;
        margin: 0 0 20px;
    }
}

@media screen and (max-width: 768px) {
    .premium-wrap {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 10px;
    }
}

.premium-holder {
    position: relative;
}

@media screen and (max-width: 1450px) {
    .premium-holder {
        max-width: 308px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1450px) {
    .premium-holder {
        max-width: 352px;
        margin: 0 auto;
    }
}

.premium-holder .channel {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
}

@media screen and (max-width: 1024px) {
    .premium-holder .channel {
        height: 80px;
        width: 80px;
    }
}

@media screen and (min-width: 1025px) {
    .premium-holder .channel:hover {
        -webkit-box-shadow: 0 0 4px #000;
        box-shadow: 0 0 4px #000;
    }
}

.premium-holder .premium {
    width: 100%;
    border-radius: 50px;
    padding: 34px 30px 34px 110px;
    display: block;
    background-color: #F01046;
    text-align: center;
    border: 2px solid #F01046;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    -webkit-transition: color .4s, background-color .4s;
    -o-transition: color .4s, background-color .4s;
    transition: color .4s, background-color .4s;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.premium-holder.second .premium {
    padding: 34px 30px;
}

@media screen and (max-width: 1024px) {
    .premium-holder .premium {
        padding: 24px 60px 24px 100px;
    }
}

@media screen and (max-width: 400px) {
    .premium-holder .premium {
        padding: 24px 60px 24px 85px;
        text-align: center;
    }
}

@media screen and (min-width: 1025px) {
    .premium-holder .premium:hover {
        background-color: #fff;
        color: #F01046;
    }
}

.info-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1450px) {
    .info-holder {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {
    .info-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

.info-holder::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: #DBE0EB;
}

@media screen and (max-width: 768px) {
    .info-holder::after {
        content: none;
    }
}

.info {
    max-width: 870px;
    margin-right: 20px;
    overflow: hidden;
}

@media screen and (max-width: 1450px) {
    .info {
        max-width: calc(100% - 130px);
    }
}

@media screen and (max-width: 768px) {
    .info {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        max-width: 100%;
        margin-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.info .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .info .row:first-child {
        margin: 0 0 15px;
    }
}

.info .row:last-child {
    margin-bottom: 7px;
}

@media screen and (max-width: 768px) {
    .info .row:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 540px) {
    .info .row:last-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.info .models {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 540px) {
    .info .models {
        margin: 0 0 10px;
    }
}

.info .model {
    height: 68px;
    width: 68px;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-left: -20px;
    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;
    font-size: 25px;
    background-color: #ededed;
    -webkit-transition: border-color .3s, color .3s;
    -o-transition: border-color .3s, color .3s;
    transition: border-color .3s, color .3s;
}

.info .model div {
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.info .model:first-child {
    margin-left: 0;
}

.info .model img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


@media screen and (min-width: 1025px) {
    .info .model:hover {
        border-color: #F01046;
        z-index: 1;
    }
}

.info .model~.info .model {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
}

.info .tooltip {
    position: relative;
}

@media screen and (min-width: 1025px) {
    .info .tooltip:hover .tooltiptext {
        opacity: 1;
        visibility: visible;
    }
}

.info .tooltiptext {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    font-size: 12px;
    display: inline-block;
    color: #8B93A5;
    padding: 3px 6px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.18);
    border-radius: 4px;
    left: 50%;
    bottom: calc(100% + 10px);
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    white-space: nowrap;
}

.info .tooltiptext:after {
    content: "";
    position: absolute;
    display: block;
    top: 100%;
    left: 50%;
    width: 6px;
    height: 6px;
    background-color: #fff;
    -webkit-transform: rotate(45deg) translate3d(-70%, -10%, 0);
    transform: rotate(45deg) translate3d(-70%, -10%, 0);
}

.info .categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 693px;
    position: relative;
    margin: -2px -6px;
    max-height: 68px;
    overflow: hidden;
}

.info .categories.line::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 16px;
    right: 16px;
    height: 1px;
    background-color: #DBE0EB;
}

@media screen and (max-width: 540px) {
    .info .categories {
        margin: -2px -16px;
    }
}

.info .category {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -0.02em;
    padding: 2px 6px;
    position: relative;
}

.info .category:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(10deg);
    -ms-transform: translateY(-50%) rotate(10deg);
    transform: translateY(-50%) rotate(10deg);
    background-color: #9CA1AD;
    width: 1px;
    height: 8px;
}

.info .category:last-child::after {
    content: none;
}

.info .category a {
    padding: 8px 10px;
    display: inline-block;
    /*border-radius: 3px;*/
    background-color: transparent;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    color: #353B49;
}

@media screen and (min-width: 1025px) {
    .info .category a:hover {
        background-color: #DBE0EB;
    }
}

.info .title {
    margin: 0 20px 0 0;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -0.02em;
}

@media screen and (max-width: 1024px) {
    .info .title {
        font-size: 22px;
    }
}

@media screen and (max-width: 768px) {
    .info .title {
        white-space: normal;
    }
}

.info-buttons {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.info-buttons .row {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.info-buttons .row:first-child  {
    padding-right: 15px;
    margin-right: 15px;
}

/*.info-buttons .row:first-child {
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
}

.info-buttons .row:first-child::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #DBE0EB;
}*/

@media screen and (max-width: 768px) {
    .info-buttons .row:first-child::after {
        height: 40px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.info-buttons .row:last-child {
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
}

/*.info-buttons .row:last-child::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #DBE0EB;
}*/

@media screen and (max-width: 768px) {
    .info-buttons .row:last-child::after {
        height: 40px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: none;
    }
}

.info-buttons .desk-hide {
    display: none;
}

@media screen and (max-width: 768px){
    .info-buttons .desk-hide{
        display: flex;
    }
}

.info-buttons .vid-btn {
    height: 40px;
    width: 40px;
    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;
    font-size: 25px;
    background: #DBE0EB;
    border-radius: 3px;
    color: #353B49;
    -webkit-transition: color .3s, background-color .3s;
    -o-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s;
    margin: 0 5px;
}

.dark .info-buttons .vid-btn{
    color: #9CA1AD;
}

@media screen and (min-width: 1025px) {
    .info-buttons .vid-btn:hover,
    .dark .info-buttons .favorites .vid-btn:hover {
        color: #00A0A6;
        /*background-color: #00A0A6;*/
    }
}

.info-buttons .vid-btn.selected{
    color: #00A0A6;
    /*color: #fff;*/
}

.info-buttons ul.vid-btn li {
    height: 100%;
    width: 100%;
}

.info-buttons ul.vid-btn a {
    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;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1025px) {
    .info-buttons ul.vid-btn:hover a {
        color: #fff;
    }
}

.info-buttons .vid-btn.active {
    background-color: #00A0A6;
}

.info-buttons .rating {
    font-size: 12px;
    color: #DBE0EB;
}

.info-buttons .rating .percent {
    display: none;
}

.info-buttons .rating span:first-child {
    color: #353B49;
}

.info-buttons .rating {
    margin: 0 12px;
}

.info-buttons .rating .amount {
    display: none;
}

.info-buttons .rating .percent {
    display: inline-block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 1px solid #DBE0EB;
    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;
    font-size: 18px;
    color: #353B49;
    font-weight: 500;
}

@media screen and (max-width: 400px) {
    .info-buttons .rating .percent {
        height: 40px;
        width: 40px;
        font-size: 13px;
    }
}

.dark .info-buttons .rating .percent{
    color: #9CA1AD;
}

@media screen and (max-width: 768px){
    .info-buttons {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-left: 0;
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.info-buttons .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.info-buttons .row .vid-btn {
    margin-right: 20px;
    background: none;
    width: auto;
    height: auto;
}

.info-buttons .row .vid-btn:last-child,
.info-buttons .favorites .vid-btn {
    margin-right: 0;
}

.info-buttons .row .rate-like,
.info-buttons .row .rate-dislike {
    font-size: 37px;
    margin: 0;
    transition: color .3s;
}

@media screen and (min-width: 1025px) {
    .info-buttons .row .rate-like:hover,
    .info-buttons .row .rate-dislike:hover {
        color: #353B49;
    }
    .dark .info-buttons .row .rate-like:hover,
    .dark .info-buttons .row .rate-dislike:hover {
        color: #9CA1AD;
    }
}

.info-buttons .row .rate-like {
    color: #04D000;
}

.info-buttons .row .rate-dislike {
    color: #00A0A6;
}

.info-buttons .row .selected {
    color: #00A0A6;
}

@media screen and (max-width: 768px) {
    .info-buttons {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .info-buttons::after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: #DBE0EB;
    }
}

@media screen and (max-width: 400px) {
    .info-buttons .row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .info-buttons .row:first-child {
        padding-right: 5px;
        margin-right: 5px;
    }

    .info-buttons .row:last-child {
        padding-left: 5px;
        margin-left: 5px;
    }

    .info-buttons .row .vid-btn {
        font-size: 23px;
    }

    .info-buttons .row .rate-dislike,
    .info-buttons .row .rate-like {
        font-size: 30px;
    }
}

.tab-content {
    display: none;
    -webkit-transition: opacity .3s, visibility .3s;
    -o-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
}

.tab-content.active {
    display: block;
}

@media screen and (min-width: 769px) {
    .tab-content#comments {
        display: block !important;
        margin-bottom: 30px;
    }

    .tab-content#info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.block-comments .new-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: -5px -5px 25px;
}

@media screen and (max-width: 540px) {
    .block-comments .new-comment {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.block-comments .new-comment>.row {
    max-width: 1310px;
    width: 100%;
}

.block-comments .row {
    padding: 5px;
    width: 100%;
}

.block-comments .wrap {
    max-width: 230px;
    width: 100%;
}

@media screen and (max-width: 540px) {
    .block-comments .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: initial;
    }
}

.block-comments .textarea,
.block-comments .input {
    background: #FFFFFF;
    border: 1px solid #DBE0EB;
    border-radius: 3px;
    padding: 12px 20px;
    color: #353B49;
    font: 14px/1.2 'Comfortaa', cursive;
}

.block-comments .textarea {
    width: 100%;
    height: 90px;
    resize: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.block-comments .submit {
    display: block;
    width: 100%;
    background-color: #00A0A6;
    color: #fff;
    text-align: center;
    border: 2px solid #00A0A6;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    padding: 9px 20px;
    cursor: pointer;
    -webkit-transition: color .3s, background-color .3s;
    -o-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s;
}

@media screen and (min-width: 1025px) {
    .block-comments .submit:hover {
        color: #00A0A6;
        background-color: #fff;
    }
}

.block-comments .bottom {
    margin-top: -10px;
}

.list-comments .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.list-comments .item:last-child {
    margin-bottom: 0;
}

.list-comments .image {
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.list-comments .image a,
.list-comments .image span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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;
    height: 64px;
    width: 64px;
    border-radius: 50%;
    background-color: #353B49;
    color: #fff;
    font-size: 24px;
    overflow: hidden;
    border: 3px solid transparent;
    -webkit-transition: color .3s, border-color .3s;
    -o-transition: color .3s, border-color .3s;
    transition: color .3s, border-color .3s;
}

@media screen and (min-width: 1025px) {
    .list-comments .image a:hover {
        border-color: #00A0A6;
    }
}

/* .list-comments .image .no-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DBE0EB;
  width: 100%;
  height: 100%;
  font-size: 24px;
} */

.list-comments .text {
    padding-top: 13px;
}

.list-comments .comment-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}

.list-comments .username {
    margin-right: 12px;
    color: #00A0A6;
    font-weight: 500;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

@media screen and (min-width: 1025px) {
    .list-comments a.username:hover {
        color: #353B49;
    }
}

.list-comments .date {
    color: #9CA1AD;
    font-size: 12px;
}

#share {
    max-width: 600px;
}

#share .row {
    margin-bottom: 20px;
}

#share .row:last-child {
    margin-bottom: 0;
}

#share label {
    margin-bottom: 5px;
    display: inline-block;
}

.footer{
    padding: 45px 0 60px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .footer{
        padding: 25px 0;
    }
}

.footer .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -5px -10px 20px;
    text-transform: uppercase;
}

.footer .item {
    padding: 5px 20px;
}

@media screen and (max-width: 480px){
    .footer .item {
        padding: 5px 15px;
    }
}

.copyright {
    color: #8B93A5;
}

.copyright a {
    color: #8B93A5;
}

@media screen and (min-width: 1025px) {
    .copyright a:hover {
        color: #00A0A6;
    }
}

.RED {
    background-color: red;
}

@media screen and (min-width: 1025px) {
    .RED .link:hover {
        color: #fff;
    }
}

.captcha-control .image {
    position: relative;
    padding-top: 68px;
    max-width: 165px;
    margin-bottom: 10px;
}

.captcha-control img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.captcha-control label {
    margin-bottom: 5px;
    display: inline-block;
}

.captcha-control .text {
    max-width: 200px;
}

a {
    cursor: pointer;
}

.success {
    text-align: center;
}

.success-btn {
    padding: 7px 10px;
    background-color: #00A0A6;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border: 2px solid #00A0A6;
    display: block;
    margin: 20px auto 0;
    border-radius: 3px;
    text-align: center;
    max-width: 180px;
    -webkit-transition: color .3s, background-color .3s;
    -o-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s;
}

@media screen and (min-width: 1025px) {
    .success-btn:hover {
        background-color: #fff;
        color: #00A0A6;
    }
}

.player-wrap {
    position: relative;
}

#kt_player {
    position: absolute !important;
}

.related-videos{
    position: relative;
}

.related-videos .list-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 22px;
    font-weight: 500;
    margin: -2px -2px 13px;
    /* margin-bottom: 15px; */
}

@media screen and (max-width: 768px){
    .related-videos .list-sort{
        display: none;
        font-size: 18px;
    }
}

.related-videos .list-sort li {
    margin-right: 20px;
    /* white-space: nowrap; */
    padding: 2px;
    /* max-width: 100%; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
}

@media screen and (max-width: 768px){
    .related-videos .list-sort li{
        margin-right: 15px;
    }
}

.related-videos .list-sort li:last-child {
    margin-right: 0px;
}

.related-videos .list-sort span {
    color: #00A0A6;
}

.is-splash.kt-player .fp-ui:before,
.is-poster.kt-player .fp-ui:before,
.is-paused.kt-player .fp-ui:before {
    background: url(../images/play.png) center no-repeat !important;
}

.info-buttons {
    position: relative;
}

.info-buttons .voters {
    position: absolute;
    bottom: 100%;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    white-space: nowrap;
    color: #00A0A6;
    background-color: #fff;
/*    padding: 5px;
    border-radius: 3px;*/
}

.dark .info-buttons .voters{
    background-color: #202020;
    color: #fff;
} 

/*@media screen and (max-width: 768px) {
    .info-buttons .voters {
        bottom: 0;
    }
}
*/
.success.hidden {
    display: none;
}

.field-error {
    color: red;
    position: absolute;
}

.success {
    position: absolute;
    bottom: -10%;
}

.block-comments {
    position: relative;
}

.load-more{
    text-align: center;
    margin-top: 15px;
}

.load-more a{
    display: inline-block;
    border: 2px solid #00A0A6;
    background-color: #00A0A6;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    width: 100%;
    max-width: 220px;
    padding: 9px 20px;
    transition: color .3s, background-color .3s;
}

@media screen and (min-width: 1025px){
    .load-more a:hover{
        color: #00A0A6;
        background-color: transparent;
    }
}

/*.load-more a {
    display: none;
}*/

.query-search{
    padding: 20px 0;
    margin-bottom: -10px;
    display: flex;
    flex-wrap: wrap;
}

.query-search a{
    display: inline-block;
    padding: 6px 8px;
    margin: 0 3px 6px;
    border: 1px solid #00A0A6;
    color: #00A0A6;
    border-radius: 3px;
    transition: color .3s, background-color .3s;
}

@media screen and (min-width: 1025px){
    .query-search a:hover,
    .dark .query-search a:hover{
        color: #fff;
        background-color: #00A0A6;
    }
}

.query-search .title-name{
    padding: 6px 8px;
    margin-bottom: 6px;
    font-size: 16px;
}

.list-models {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -5px -3px;
}

.list-models .item {
    width: 8.33%;
    max-width: 185px;
    /*padding: 5px 3px;*/
    /*box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;*/
    margin: 0 4px 10px;
    text-align: center;
}

.dark .list-models .item,
.dark .list-sponsors .item {
    box-shadow: rgb(255 255 255 / 20%) 0px 0px 0px 1px inset, rgb(0 0 0 / 90%) 0px 0px 0px 1px;
}

.dark .list-models .item,
.dark .list-sponsors .item{
    box-shadow: none;
}

@media screen and (max-width: 1500px) {
    .list-models .item {
        width: calc(15% - 8px);
    }
}

@media screen and (max-width: 1024px) {
    .list-models .item {
        width: calc(20% - 8px);
    }
}

@media screen and (max-width: 768px) {
    .list-models .item {
        width: calc(25% - 8px);
    }
}

@media screen and (max-width: 580px) {
    .list-models .item {
        width: calc(33.333% - 8px);
    }
}

@media screen and (max-width: 440px) {
    .list-models .item {
        width: calc(50% - 8px);
    }
}

.list-models .img {
    padding-top: 100%;
    font-size: 40px;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
    background-color: #e9e9e9;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    border-radius: 50%;
}

.dark .list-models .img,
.dark .list-sponsors .img {
    background-color: #343434;
    box-shadow: rgb(255 255 255 / 20%) 0px 0px 0px 1px inset, rgb(0 0 0 / 90%) 0px 0px 0px 1px;
}

.list-models .title,
.list-sponsors .title {
    padding: 0 5px;
}

.list-models .wrap,
.list-sponsors .wrap {
    padding: 0 5px 3px;
}

.list-models .img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.list-models .img i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.models-section .headline {
    margin-bottom: 10px;
}

.models-section .sort ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.models-section .sort span {
    color: #00A0A6;
}

.list-channels,
.list-sponsors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -5px -3px;
}

.list-channels .item,
.list-sponsors .item {
    width: 10%;
    max-width: 185px;
    /*padding: 5px 3px;*/
    /*box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;*/
    margin: 0 4px 10px;
    text-align: center;
}

@media screen and (max-width: 1500px) {

    .list-channels .item,
    .list-sponsors .item {
        width: calc(15% - 8px);
    }
}

@media screen and (max-width: 1024px) {

    .list-channels .item,
    .list-sponsors .item {
        width: calc(20% - 8px);
    }
}

@media screen and (max-width: 768px) {

    .list-channels .item,
    .list-sponsors .item {
        width: calc(25% - 8px);
    }
}

@media screen and (max-width: 580px) {

    .list-channels .item,
    .list-sponsors .item {
        width: calc(33.333% - 8px);
    }
}

@media screen and (max-width: 440px) {

    .list-channels .item,
    .list-sponsors .item {
        width: calc(50% - 8px);
    }
}

.list-channels .img,
.list-sponsors .img {
    padding-top: 100%;
    font-size: 40px;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
    background-color: #f5f5f5;
    border-radius: 50%;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
}

.dark .list-channels .img,
.dark .list-sponsors .img {
    background-color: #343434;
}

.list-channels strong,
.list-sponsors strong {
    max-width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

.list-channels .img img,
.list-sponsors .img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(1.03);
}

.list-channels .img i,
.list-sponsors .img i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.channels-section .headline {
    margin-bottom: 10px;
}

.channels-section .sort ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.channels-section .sort span {
    color: #00A0A6;
}

.channels-section .sort span {
    color: #00A0A6;
}

.headline h2 {
    font-size: 24px;
}

.headline h1 {
    font-size: 24px;
    margin: 0;
}

.headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -5px -10px 5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.headline h1,
.headline h2,
.headline .sort {
    padding: 5px 10px;
}

.headline ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2px -5px;
}

.headline li {
    padding: 2px 5px;
}


.headline .sort span {
    color: #00A0A6;
}

.headline .sort {
    margin-left: auto;
}

.headline h1~.sort {
    margin-left: 0;
}

.page-form .success {
    position: static;
}

.categories-section .list-categories {
    margin: -7px -20px;
    -webkit-columns: 6;
    -moz-columns: 6;
    columns: 6;
    padding-left: 0;
}

@media screen and (max-width: 1600px) {
    .categories-section .list-categories {
        -webkit-columns: 5;
        -moz-columns: 5;
        columns: 5;
    }
}

@media screen and (max-width: 1300px) {
    .categories-section .list-categories {
        -webkit-columns: 4;
        -moz-columns: 4;
        columns: 4;
    }
}

@media screen and (max-width: 1024px) {
    .categories-section .list-categories {
        margin: -7px -10px;
    }
}

@media screen and (max-width: 950px) {
    .categories-section .list-categories {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
    }
}

@media screen and (max-width: 568px) {
    .categories-section .list-categories {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
}

@media screen and (max-width: 420px) {
    .categories-section .list-categories {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;

    }
}

.categories-section .item {
    /* max-width: 300px; */
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 7px 20px;
    font-size: 16px;

    list-style-position: inside;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

@media screen and (max-width: 1024px) {
    .categories-section .item {
        padding: 7px 10px;
    }
}

.categories-section .item .title {
    margin-right: 10px;
    max-width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
}

.categories-section .headline {
    margin-bottom: 20px;
}

.themeToggle .link {
    color: #353B49;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    cursor: pointer;
}

.themeToggle .light-text,
.themeToggle .icon-sun {
    display: none;
}

.textarea:focus::-webkit-input-placeholder,
.input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.textarea:focus::-moz-placeholder,
.input:focus::-moz-placeholder {
    opacity: 0;
}

.textarea:focus:-ms-input-placeholder,
.input:focus:-ms-input-placeholder {
    opacity: 0;
}

.textarea:focus::-ms-input-placeholder,
.input:focus::-ms-input-placeholder {
    opacity: 0;
}

.textarea:focus::placeholder,
.input:focus::placeholder {
    opacity: 0;
}

.top-slider .content-item {
    display: none;
}

.top-slider.models-slider .swiper_models {
    display: block;
}

.top-slider.models-slider .circle:first-child,
.top-slider.channels-slider .circle:last-child {
    z-index: 1;
    color: #00A0A6;
    border-color: #00A0A6;
}

.top-slider.channels-slider .swiper_channels {
    display: block;
}

.static h2 {
    margin-bottom: 10px;
    font-size: 18px;
    margin-top: 15px;
}

.static p {
    margin-bottom: 5px;
    line-height: 1.3;
}

.static .empty-content a {
    color: #00A0A6;
    text-decoration: none;
    -webkit-transition: -webkit-text-decoration .3s;
    transition: -webkit-text-decoration .3s;
    -o-transition: text-decoration .3s;
    transition: text-decoration .3s;
    transition: text-decoration .3s, -webkit-text-decoration .3s;
}

@media screen and (min-width: 1025px) {
    .static .empty-content a:hover {
        text-decoration: underline;
    }
}

.thumbs .empty-content{
    padding: 8px;
}

.static ol {
    margin: 0 0 15px;
}

.static li {
    margin-bottom: 10px;
}

.static li:last-child {
    margin-bottom: 0px;
}

.form-wrap .textarea {
    background: transparent;
    border: 1px solid #DBE0EB;
    border-radius: 3px;
    padding: 12px 20px;
    color: #353B49;
    width: 100%;
    font: 14px /1.2 'Comfortaa', cursive;
    resize: none;
}

.form-wrap.popup .submit {
    display: block;
    width: 100%;
    background-color: #00A0A6;
    color: #fff;
    text-align: center;
    border: 1px solid #00A0A6;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    padding: 9px 20px;
    cursor: pointer;
    -webkit-transition: color .3s, background-color .3s;
    -o-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s;
}

.dark .form-wrap.popup .submit {
    border-width: 1px;
}

@media screen and (min-width: 1025px) {
    .form-wrap.popup .submit:hover {
        background-color: transparent;
        color: #00A0A6;
    }
}

.form-wrap.popup .captcha-text {
    margin-bottom: 20px;
}

.page-error {
    font-size: 30px;
    text-align: center;
    padding: 150px 0;
}

.dark .page-error{
    color: #9CA1AD;
}

@media screen and (max-width: 1024px) {
    .page-error {
        font-size: 24px;
        padding: 75px 0;
    }
}

.page-error .name{
    display: flex;
    justify-content: center;
    font-size: 85px;
}

.page-error .name span{
    color: #00A0A6;
    margin: 0 12px;
}

.page-form form {
    position: relative;
}

.page-form .generic-error {
    position: absolute;
    bottom: 100%;
}

.thumbs .edit-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 18px -2px -2px;
    width: 100%;

}

.thumbs .submit {
    display: block;
    background-color: #00A0A6;
    color: #fff;
    text-align: center;
    border: 1px solid #00A0A6;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    padding: 9px 20px;
    cursor: pointer;
    -webkit-transition: color .3s, background-color .3s;
    -o-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s;
    margin: 2px;
}

@media screen and (min-width: 1025px) {
    .thumbs .submit:hover {
        background-color: transparent;
        color: #00A0A6;
    }
}

.thumbs .submit:disabled {
    pointer-events: none;
    opacity: .3;
}

.hidden {
    display: none;
}

.toggle-button {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
    width: 30px;
    height: 30px;
    background: rgba(240, 15, 69, 0.3);
    border: 2px solid #161616;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
}

.checkbox {
    position: absolute;
    top: 7px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: opacity .3s, visibility .3s, background-color .3s, -webkit-box-shadow .3s;
    transition: opacity .3s, visibility .3s, background-color .3s, -webkit-box-shadow .3s;
    -o-transition: opacity .3s, visibility .3s, box-shadow .3s, background-color .3s;
    transition: opacity .3s, visibility .3s, box-shadow .3s, background-color .3s;
    transition: opacity .3s, visibility .3s, box-shadow .3s, background-color .3s, -webkit-box-shadow .3s;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    width: 15px;
    height: 8px;
}

.checkbox:checked {
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: 0 0 0 20px #00A0A6;
    box-shadow: 0 0 0 20px #00A0A6;
    background-color: #00A0A6;
}

.main>.text {
    opacity: 0;
    visibility: hidden;
}

.vid-btn.fav {
    color: #fff;
    background-color: #00A0A6;
}

@media screen and (max-width: 768px) {
    .vid-btn.fav {
        color: #00A0A6;
    }
}


.fancybox-margin {
    margin: 0 !important;
}

/* =============================== DARK THEME =============================== */

.dark {
    background-color: #202020;
    color: #fff;
}

.dark a {
    color: #fff;
}

@media screen and (min-width: 1025px) {
    .dark a:hover {
        color: #00A0A6;
    }
}

.dark .header {
    background-color: #202020;
}

.dark .themeToggle .dark-text,
.dark .themeToggle .icon-moon {
    display: none;
}

.dark .themeToggle .light-text,
.dark .themeToggle .icon-sun {
    display: inline-block;
}

.dark .logo path:nth-child(2) {
    fill: #ffffff;
}

.dark .input::-webkit-input-placeholder,
.dark .textarea::-webkit-input-placeholder {
    color: #fff;
}

.dark .input::-moz-placeholder,
.dark .textarea::-moz-placeholder {
    color: #fff;
}

.dark .input:-ms-input-placeholder,
.dark .textarea:-ms-input-placeholder {
    color: #fff;
}

.dark .input::-ms-input-placeholder,
.dark .textarea::-ms-input-placeholder {
    color: #fff;
}

.dark .input::placeholder,
.dark .textarea::placeholder,
.dark .textarea,
.dark .input {
    color: #fff;
}

.dark .block-comments .textarea,
.dark .block-comments .input {
    background-color: transparent;
}

.dark .textarea,
.dark .input {
    border-color: #343434;
}

.dark .hamburger-inner,
.dark .hamburger-inner::before,
.dark .hamburger-inner::after {
    background-color: #fff;
}


@media screen and (min-width: 1025px) {
    .dark .search-button:hover {
        color: #fff;
    }
}

.dark .form-wrap a>span:first-child {
    color: #fff;
}

@media screen and (min-width: 1025px) {
    .dark .form-wrap a:hover>span:first-child {
        color: #00A0A6;
    }

    .dark .form-wrap a:hover>span:last-child {
        color: #fff;
    }
}

.dark .form-wrap .title {
    color: #fff;
}

@media screen and (min-width: 1025px) {
    .dark form .btn-submit:hover {
        background-color: transparent;
    }
}

.dark .main::before {
    /* content: none; */
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#202020));
    background: -o-linear-gradient(top, #000 0%, #202020 100%);
    background: linear-gradient(180deg, #000 0%, #202020 100%);
}

@media screen and (min-width: 1025px) {
    .dark .premium-holder .premium:hover {
        background-color: transparent;
        color: #F01046;
    }
}

.dark .info .category a {
    color: #fff;
}

.dark .info-buttons .rating span:first-child {
    color: #fff;
}

@media screen and (min-width: 1025px) {
    .dark .info .category a:hover {
        background-color: #353B49;
    }
}

.dark .info .model {
    background-color: #353B49;
    color: #DBE0EB;
    border-color: #DBE0EB;
}

@media screen and (min-width: 1025px) {
    .dark .info .model:hover {
        color: #00A0A6;
        border-color: #00A0A6;
    }
}

.dark .popup {
    background-color: #202020;
}

.dark nav {
    background: #303030;
    border-color: #343434;
}

/*.dark .navigation .item:nth-child(2)::after {
    background-color: #343434;
}*/

/*.dark .themeToggle .link {
    color: #fff;
    transition: background-color .3s;
}*/

/*@media screen and (min-width: 1025px) {
    .dark .themeToggle .link:hover {
        background-color: #00A0A6;
    }
}*/

/*.dark nav .item.selected .link {
    background-color: #00A0A6;
    color: #fff;
}*/

.dark .block-comments .submit {
    border-width: 1px;
    height: 40px;
}

@media screen and (min-width: 1025px) {
    .dark .block-comments .submit:hover {
        background-color: transparent;
    }

}

.blockUI {
    display: none !important;
    position: absolute;
}

.sticky {
 /*   position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;*/
    opacity: .8;
}

.sticky.nav-open,
.sticky.search-open,
.sticky.hide-opacity{
	opacity: 1;
}

.search-open .mobile-sort{
    opacity: 0;
}

.wrap-theme{
    margin-right: 15px;
    transition: opacity .3s, visibility .3s;
}

/*@media screen and (max-width: 400px) {
    .wrap-theme{
        display: none;
    }
}
*/
.webcams{
    margin-right: 30px;
    transition: opacity .3s, visibility .3s, color .3s;
}

.wrap-theme .link,
.webcams{
    padding: 0;
/*    width: 27px;
    height: 27px;
    background-color: #00A0A6;
    border-radius: 3px;*/
    color: #00A0A6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 24px;
}

@media screen and (max-width: 768px) {
    .webcams{
        margin-right: 15px;
    }
}

@media screen and (max-width: 400px) {
    .wrap-theme .link,
    .webcams{
        font-size: 22px;
    }
    .dark .webcams{
        color: #00A0A6;
    }
}

.search-open .wrap-theme,
.search-open .webcams,
.search-open .top-sort{
    visibility: hidden;
    opacity: 0;
}

@media screen and (min-width: 1025px) {
    .wrap-theme .link:hover,
    .webcams:hover{
        color: #353B49;
    }
    .dark .wrap-theme .link:hover,
    .dark .webcams:hover{
        color: #00A0A6;
    }
}

.top-sort{
    display: flex;
    margin-right: 30px;
    transition: visibility .3s, opacity .3s;
}

@media screen and (max-width: 768px) {
    .top-sort{
        margin-right: 5px;
    }
}

@media screen and (max-width: 640px) {
    .top-sort{
        opacity: 0;
        margin-right: 0;
        position: absolute;
        top: 100%;
        right: 65px;
        z-index: 2;
        background-color: #fff;
        padding: 8px;
        visibility: hidden;
        transition: transform .4s, visibility .4s, opacity .4s;
        transform: translateY(20px);
        box-shadow: rgb(17 17 26 / 0%) 0px 4px 16px, rgb(17 17 26 / 0%) 0px 8px 32px;
    }
    .dark .top-sort{
        background-color: #202020;
    }
}

@media screen and (max-width: 480px) {
    .top-sort{
        right: 75px;
    }
}

@media screen and (max-width: 400px) {
    .top-sort{
        right: 65px;
    }
}

.mobile-sort{
    display: none;
    margin-right: 20px;
    font-size: 18px;
    padding: 0;
    transition: color .3s, transform .5s;
}

@media screen and (max-width: 640px){
    .mobile-sort{
        display: block
    }
}

@media screen and (max-width: 400px){
    .mobile-sort{
        margin-right: 15px
    }
}

.dark .mobile-sort{
    color: #fff;
}

.mobile-sort.active{
    color: #00A0A6;
    transform: rotate(360deg);
}

.mobile-sort.active + .top-sort{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mobile-sort i{
    display: block;
}

.top-sort li{
    margin: 0 8px;
}

.top-sort a{
    color: #353B49;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color .3s;
    font-size: 24px;
}

@media screen and (max-width: 400px) {
    .top-sort a{
        font-size: 22px;
    }
}

.dark .top-sort a{
    color: #9CA1AD;
}

.top-sort a.active{
    color: #00A0A6;
    pointer-events: none;
}

.dark .top-sort a.active{
    /*color: #353B49;*/
    color: #00A0A6;
}

@media screen and (min-width: 1025px) {
    .top-sort a:hover{
        color: #00A0A6;
    }
/*    .dark .top-sort a:hover,
    .top-sort a.active:hover{
        color: #fff;
    }*/
}

.letter{
    padding: 10px 20px;
    color: #00A0A6;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
}

@media screen and (max-width: 1024px){
    .letter{
        padding: 5px 10px;
    }
}

.swiper-lazy-preloader{
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    border-width: 3px;
    border-color: #00A0A6;
    border-top-color: transparent;
}

.btn-sort{
    font-size: 17px;
    margin-bottom: 15px;
    background: #F01046;
    color: #fff;
    border-radius: 3px;
    padding: 8px 25px;
    display: none;
}

@media screen and (max-width: 768px) {
    .btn-sort{
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.btn-sort.active .filter{
    transform: rotate(90deg);
}

.btn-sort .filter{
    display: flex;
    width: 20px;
    height: 18px;
    flex-shrink: 0;
    margin-left: 10px;
    flex-wrap: wrap;
    align-items: center;
    transition: transform .3s;
}

.btn-sort .filter span{
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: relative;
}

.btn-sort .filter span:before{
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
}

.btn-sort .filter span:first-child:before,
.btn-sort .filter span:last-child:before{
    left: 4px;
    top: -2px;
}

.btn-sort .filter span:nth-child(2):before{
    right: 4px;
    bottom: -2px;
}

.a2a_button_reddit{
    margin-right: 10px;
}

.a2a_svg{
    display: flex;
    align-items: center;
    justify-content: center;
}

.a2a_svg svg{
    width: 1em !important;
    height: 100% !important;
    font-size: 30px;
}

.a2a_kit a{
    padding: 0 !important;
}

.eac-category {
    background-color: #353B49;
    padding: 10px 15px;
    color: #fff;
}

.easy-autocomplete-container a {
    display: block;
    color: #353B49;
    padding: 10px 15px;
    transition: background-color .3s;
}

.dark .easy-autocomplete-container a{
    color: #fff;
}

.easy-autocomplete-container .selected a {
    color: #fff;
    background-color: #00A0A6;
}

.easy-autocomplete-container {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 154;
    text-align: left;
    border-radius: 3px;
    overflow-y: auto;
    top: 45px;
    background-color: #fff;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.dark .easy-autocomplete-container{
    background-color: #202020;
}

@media screen and (max-width: 768px){
    .easy-autocomplete-container{
        top: 50px;
        border-radius: 0;
    }
    .search-open .easy-autocomplete{
        width: 100% !important;
    }
    .easy-autocomplete-container{
        left: -20px;
        width: calc(100% + 40px);
        max-height: 90vh;
    }
}

@media screen and (max-width: 400px){
    .search-open{
        padding: 13px 0;
    }
    .easy-autocomplete-container{
        left: -10px;
        width: calc(100% + 20px);
    }
}

.seo-wrap{
    margin: 30px;
    text-align: left;
    font-size: 17px;
}

.footer-adv{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 250px;
    overflow: hidden;
    margin: 10px -6px 0;
}

.footer-adv .spot{
    padding: 0 3px;
}

@media screen and (max-width: 1600px){
    .footer-adv .spot:nth-child(5){
        display: none;
    }
}

@media screen and (max-width: 1300px){
    .footer-adv{
        justify-content: space-around;
    }
    .footer-adv .spot:nth-child(4){
        display: none;
    }
}

@media screen and (max-width: 960px){
    .footer-adv .spot:nth-child(3){
        display: none;
    }
}

@media screen and (max-width: 620px){
    .footer-adv .spot:nth-child(2){
        display: none;
    }
}
/* ПУНКТ 9.6 НАЧАЛО */
nav .item.selected .link,
.ajax-rated .top-sort .rated-link,
.ajax-latest .top-sort .latest-link,
.ajax-viewed .top-sort .viewed-link,
.ajax-total .top-sort .total-link,
.ajax-rated .navigation .rated-link,
.ajax-latest .navigation .latest-link,
.ajax-viewed .navigation .viewed-link,
.ajax-total .navigation .total-link {
    color: #F00F45;
    pointer-events: none;
}

.ajax-rated .navigation .rated-link,
.ajax-latest .navigation .latest-link,
.ajax-viewed .navigation .viewed-link,
.ajax-total .navigation .total-link{
    background-color: transparent;
}

nav .link.active{
    pointer-events: none;
    color: #fff;
    background-color: #F00F45;
}

/* ПУНКТ 9.6 КОНЕЦ */


/* ПУНКТ 14.4 НАЧАЛО */
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.swiper_channels .swiper-button-next.swiper-button-disabled {
  cursor: pointer;
  pointer-events: auto;
}
.swiper-link {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 11;
  right: 0;
  top: 50%;
  transform: translate3d(0, -75%, 0);
}

/* ПУНКТ 14.4 КОНЕЦ */


/* ПУНКТ 15 НАЧАЛО */
.icon-playlists:before {
  content: "\e91a";
}
/* ПУНКТ 15 КОНЕЦ */
