@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('https://fresh.fruityassets.com/xxxex.com/img/fonts/roboto/roboto-v29-latin-regular.eot?a212s2s2axc1'); 
    src: local(''),
         url('https://fresh.fruityassets.com/xxxex.com/img/fonts/roboto/roboto-v29-latin-regular.eot?#iefix') format('embedded-opentype'), 
         url('https://fresh.fruityassets.com/xxxex.com/img/fonts/roboto/roboto-v29-latin-regular.woff2?a212s2s2axc1') format('woff2'), 
         url('https://fresh.fruityassets.com/xxxex.com/img/fonts/roboto/roboto-v29-latin-regular.woff?a212s2s2axc1') format('woff'),
         url('https://fresh.fruityassets.com/xxxex.com/img/fonts/roboto/roboto-v29-latin-regular.svg?a212s2s2axc1') format('svg'),
         url('https://fresh.fruityassets.com/xxxex.com/img/fonts/roboto/roboto-v29-latin-regular.ttf?a212s2s2axc1') format('truetype');
    font-display: block;
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('https://fresh.fruityassets.com/xxxex.com/img/fonts/roboto/roboto-v29-latin-500.eot?a212s2s2axc1'); 
    src: local(''),
         url('https://fresh.fruityassets.com/xxxex.com/img/fonts/roboto/roboto-v29-latin-500.eot?#iefix') format('embedded-opentype'), 
         url('https://fresh.fruityassets.com/xxxex.com/img/fonts/roboto/roboto-v29-latin-500.woff2?a212s2s2axc1') format('woff2'), 
         url('https://fresh.fruityassets.com/xxxex.com/img/fonts/roboto/roboto-v29-latin-500.woff?a212s2s2axc1') format('woff'),
         url('https://fresh.fruityassets.com/xxxex.com/img/fonts/roboto/roboto-v29-latin-500.svg?a212s2s2axc1') format('svg'),
         url('https://fresh.fruityassets.com/xxxex.com/img/fonts/roboto/roboto-v29-latin-500.ttf?a212s2s2axc1') format('truetype');
    font-display: block;
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('https://fresh.fruityassets.com/xxxex.com/img/fonts/roboto/roboto-v29-latin-700.eot?a212s2s2axc1'); 
    src: local(''),
         url('https://fresh.fruityassets.com/xxxex.com/img/fonts/roboto/roboto-v29-latin-700.eot?#iefix') format('embedded-opentype'), 
         url('https://fresh.fruityassets.com/xxxex.com/img/fonts/roboto/roboto-v29-latin-700.woff2?a212s2s2axc1') format('woff2'), 
         url('https://fresh.fruityassets.com/xxxex.com/img/fonts/roboto/roboto-v29-latin-700.woff?a212s2s2axc1') format('woff'),
         url('https://fresh.fruityassets.com/xxxex.com/img/fonts/roboto/roboto-v29-latin-700.svg?a212s2s2axc1') format('svg'),
         url('https://fresh.fruityassets.com/xxxex.com/img/fonts/roboto/roboto-v29-latin-700.ttf?a212s2s2axc1') format('truetype');
    font-display: block;
}
:root {
    --background-main: #fff;
    --color-main: #000;
    --color-second: #ff3300;

    --btn-color: #fff;

    --header-bg: #232323;
    --header-border: #323232;
    --header-bg-bottom: #000;
    --header-color: #fff;

    --nav-color: #fff;
    --nav-bg: #000;
    --nav-inner-color: #000;
    --nav-inner-bg: #bebebe;
    --mob-btn: #fff;

    --search-input-color: #fff;
    --search-input-bg: #000000;
    --search-input-border: #323232;
    --search-input-placeholder: #ccc;
    --search-btn: #fff;

    --heading-sort-link: #000;
    --heading-sort-border: #d0d0d0;
    --heading-text: #f1f1f1;
    --heading-text-color: #000;

    --thumb-title: #000;
    --thumb-border-img: #000;
    --thumb-color-hover: #fff;
    --thumb-flag-color: #fff;
    --thumb-flag-bg: #666666;
    --thumb-info-item: #555;
    --thumb-info-item-before: #000;

    --pagination-item-color: #000;
    --pagination-item-active-color: #d0d0d0;
    --pagination-item-bg: #f5f5f5;

    --footer-bottom-bg: #999;
    --footer-text: #555555;
    --footer-desc: #c4c4c4;

    --alphabed-bg: #ccc;
    --alphabed-nav-item-bg: #f5f5f5;
    --alphabed-nav-item-color: #000;
    --alphabed-nav-item-active-color: #d0d0d0;
    --alphabed-row-border: #e6e6e6;
    --alphabed-nav: #000;
    --alphabed-nav-after: #666666;

    --video-bg: #000;
    --video-link: #000;
    --video-link-item: #e6e6e6;
    --video-link-more-color: #fff;
    --video-share: #4e4e4e;
    --video-share-color: #fff;
    --video-share-color-hover: #000;
}
blockquote,body,button,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,th,
ul {
    margin: 0;
    padding: 0;
}
fieldset,
img {
    border: 0;
}
embed,
img,
object {
    vertical-align: bottom;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 400;
}
ol,
ul {
    list-style: none;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}
q:after,
q:before {
    content: "";
}
a * {
    cursor: pointer;
}
.hidden {
    display: none;
}
input,
textarea {
    outline: 0;
    font: 400 14px/1.2'Roboto',sans-serif;
}
input:-webkit-autofill {
    -webkit-text-fill-color: var(--search-input-placeholder) !important;
}
a {
    text-decoration: none;
    cursor: pointer;
}
input {
    outline: 0;
    -webkit-appearance: none;
    border-radius: 0;
}
* {
    outline: 0;
}
* {
    box-sizing: border-box;
}
:after,
:before {
    box-sizing: border-box;
}
i {
    backface-visibility: hidden;
}
::-webkit-input-placeholder {
    color: var(--search-input-placeholder);
}
:-moz-placeholder {
    color: var(--search-input-placeholder);
    opacity: 1;
}
::-moz-placeholder {
    color: var(--search-input-placeholder);
    opacity: 1;
}
:-ms-input-placeholder {
    color: var(--search-input-placeholder);
}
::-ms-input-placeholder {
    color: var(--search-input-placeholder);
}
::placeholder {
    color: var(--search-input-placeholder);
}
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
figure {
    margin: 0;
}
body,
html {
    height: 100%;
}
body {
    font: 400 14px/1.2'Roboto',sans-serif;
    font-size: 14px;
    background: var(--background-main);
    color: var(--color-main);
}
.wrapper {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
.container {
    max-width: 1780px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}
@media(max-width: 465px) {
    .container {
        padding: 0 2px;
    }
}
.main {
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    position: relative;
    z-index: 2;
}
.main > .container {
    display: flex;
    flex-direction: column;
}
.header {
    position: relative;
    z-index: 9999;
}
@media(max-width: 600px) {
    .header {
        width: 100%;
        position: fixed;       
        left: 0;
        z-index: 99999;
        background: var(--header-bg);
    }
    .main {
        padding-top: 70px;
    }
}
.footer {
    margin-top: 60px;
}
.logo {
    width: 280px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
}
@media(max-width: 450px) {
    .logo {
        width: 210px;
        margin: 0 5px;
    }
}
.logo img {
    max-width: 100%;
}
.header-top {
    background: var(--header-bg);
    padding: 10px 0;
    border-bottom: 1px solid var(--header-border);
}
.header-bottom {
    background: var(--header-bg-bottom);
    padding: 12px 0;
}
.header-actions {
    display: flex;
    align-items: center;
}
.header-text-title {
    color: var(--header-color);
    font-size: 20px;
    font-weight: 700;
}
@media(max-width: 600px) {
    .header-text-title {
        font-size: 16px;
    }
}
.header-text-title b {
    color: var(--color-second);
}
.header .header-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-actions {
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 99;
    width: 100%;
}
.main-nav {
    display: none;
    margin-bottom: 5px;
    color: var(--nav-color);
    background-color: var(--nav-bg);
    padding: 15px 20px 10px;
}
.show-nav .main-nav {
    display: flex;
}
.main-nav-list li.main-nav-holder,
.main-nav-list ul.main-nav-inner {
    display: inline;
}
.main-nav-list {
    width: 100%;
}
.main-nav-list li {
    margin: 0 2px 5px 0;
    display: block;
}
.main-nav-list li:not(:last-child) {
    border-bottom: 1px solid var(--header-border);
}
.pagination a,
.heading-sort a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    padding: 5px;
    border-top-width: 2px;
    position: relative;
}
.main-nav-list a {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    color: var(--nav-color);
    transition: opacity 0.3s;
}
.main-nav-list .main-nav-inner a {
    background: var(--nav-inner-bg);
    color: var(--nav-inner-color);
}
@media(min-width: 1025px) {
    .main-nav-list a:hover {
        opacity: 0.7;
    }
}
.search {
    width: 300px;
}
@media(max-width: 768px) {
    .search .search-btn {
        display: none;
    }
    .search {
        display: none;
        position: absolute;
        top: 76px;
        right: 0;
        width: 100%;
        z-index: 99;
    }
    .search .search-wrap input {
        height: 47px;
        border-radius: 0;
        border: 2px solid var(--color-second);
    }
    .search .search-wrap input:focus {
        border: 2px solid var(--color-second);
    }
    .show-search .search {
        display: block;
    }
}
@media(max-width: 430px) {
    .search .search-wrap input {
        height: 60px;
    }
}
.search-mob {
    display: none;
}
@media(max-width: 768px) {
    .search-mob { 
        display: flex;
    }
}
.search-wrap {
    position: relative;
}
.search input {
    width: 100%;
    height: 50px;
    padding: 10px 50px 10px 20px;
    color: var(--search-input-color);
    background: var(--search-input-bg);
    border: 1px solid var(--search-input-border);
    border-radius: 5px;
}
.search input:focus {
    border: 1px solid var(--color-second);
}
.search-btn {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    outline: none;
    border: none;
    font-size: 22px;
    width: 30px;
    height: 50px;
    cursor: pointer;
}
.search-btn svg {
    fill: var(--search-btn);
    margin-top: 3px;
    transition: fill 0.3s;
}
@media(min-width: 1025px) {
    .search-btn:hover svg {
        fill: var(--color-second);
    }
}
@media(max-width: 768px) {
    .search-btn {
        position: static;
        transform: none;
        font-size: 30px;
    }
    .search-btn svg {
        margin-top: 5px;
        fill: var(--mob-btn);
    }
}
.footer {
    padding: 10px 0;
}
.footer .container {
    display: flex;
    align-items: center;
    flex-direction: column;
}
@media(max-width: 768px) {
    .footer .container {
        flex-wrap: wrap;
    }
    .logo-footer {
        margin-bottom: 10px;
    }
}
@media(max-width: 465px) {
    .footer .container {
        text-align: center;
    }
}
.footer p,
.footer .copyright {
    color: var(--footer-text);
}
.footer p:not(:last-child) {
    margin-bottom: 10px;
}
.section-row {
    margin-bottom: 30px;
}
.section-row, 
.main-content .container {
    display: flex;
    flex-direction: column;
}
.prefix-desc {
    order: 2;
}
.heading {
    display: flex;
    flex-direction: column;
    margin: 0 0 15px;
}
.heading-text {
    padding: 10px 0;
    background-color: var(--heading-text);
    color: var(--heading-text-color);
    margin-bottom: 20px;
}
.heading-text-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.heading-clear,
.heading-text-clear {
    margin-bottom: 0;
}
.heading-clear .heading-text {
    background-color: transparent;
    margin-bottom: 0;
}
.video-heading-top {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}
.heading-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 24px;
    margin-right: 5px;
}
@media(max-width: 600px) {
    .heading-title {
        font-size: 19px;
    }
}
.heading-title .title {
    font-weight: 700;
    font-size: 36px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.heading-sort {
    border-bottom: 2px solid var(--heading-sort-border);
}
.heading-sort .container {
    display: flex;
    flex-wrap: wrap;
}
.heading-sort a {
    position: relative;
    text-transform: uppercase;
    color: var(--heading-sort-link);
    margin: 2px;
    padding: 15px;
}
@media(max-width: 380px) {
    .heading-sort a {
        padding: 7px
    }
}
.heading-sort a:before {
    content: '';
    position: absolute;
    top: calc(100% + 2px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background-color: var(--color-second);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}
@media(min-width: 1025px) {
    .heading-sort a:hover:before {
        opacity: 1;
        visibility: visible;
    }
}
.thumbs-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px;
    overflow: hidden;
}
.burger-btn {
    flex-shrink: 0;
    width: 30px;
    height: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor: pointer;
} 
@media(max-width: 768px) {
    .burger-btn {  
        display: block;
    }
}
.burger-btn span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: var(--mob-btn);
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.burger-btn span:nth-child(1) {
    top: 0px;
}  
.burger-btn span:nth-child(2),.burger-btn span:nth-child(3) {
    top: 8px;
}  
.burger-btn span:nth-child(4) {
    top: 16px;
}
.burger-btn.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}  
.burger-btn.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}  
.burger-btn.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}  
.burger-btn.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
@media(max-width: 450px) {
    .burger-btn {  
        top: 26px;
        width: 21px;
        height: 21px;
    }
    .burger-btn span {
        height: 3px;
    }
    .burger-btn span:nth-child(1) {
        top: 0px;
    }
    .burger-btn span:nth-child(2), .burger-btn span:nth-child(3) {
        top: 8px;
    }
    .burger-btn span:nth-child(4) {
        top: 16px;
    }
}
.thumb {
    display: flex;
    flex-direction: column;
    width: 20%;
    padding: 2px 2px 8px 2px;
}
@media(max-width: 1690px) {
    .thumb {
        width:25%;
    }
}

@media(max-width: 1023px) {
    .thumb {
        width:33.33%;
    }
}

@media(max-width: 700px) {
    .thumb {
        padding:1px;
    }
}

@media(max-width: 575px) {
    .thumb {
        width:50%;
    }
}
@media(max-width: 360px) {
    .thumb {
        width:100%;
    }
}
.thumb-holder .img-wrap {
    display: block;
    position: relative;
    padding-bottom: 56%;
    border: 1px solid var(--thumb-border-img);
}
.thumb-holder .img-wrap img {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
}
.thumb-title {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: var(--thumb-title);
    margin: 1px 0 2px;
    padding: 2px 2px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; 
    transition: color 0.6s;
}
.thumb-subtitle {
    text-align: center;
    font-size: 12px;
    color: var(--thumb-title);
}
.thumb-bottom {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.thumb-info {
    display: flex;
    align-items: center;
}
.thumb-info-item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 5px;
    font-size: 12px;
    line-height: 20px;
    margin-right: 5px;
    color: var(--thumb-info-item);
    position: relative;
}
.thumb-info-item:not(:last-child):before {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--thumb-info-item-before);
}
@media(min-width: 1025px) {
    .thumb:hover .thumb-title {
        color: var(--color-second);
    }
}
.pagination-wrap {
    padding: 0 35px 12px;
}
@media(max-width: 740px) {
    .pagination-wrap {
        padding: 0 10px 12px;
    }
}
.pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.pagination a,
.pagination span {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 52px;
    height: 52px;
    padding: 0 18px 0 18px;
    font-weight: 700;
    font-size: 18px;
    color: var(--pagination-item-color);
    background-color:  var(--pagination-item-bg);
    margin: 0 9px 9px 0;
    transition: background-color 0.3s;
}
.pagination a.active {
    background:  var(--pagination-item-active-color);
}
@media(min-width: 1025px) {
    .pagination a:hover {
        background-color:  var(--pagination-item-active-color);
    }
}
.pagination-btn {
    display: flex;
    justify-content: center;
    margin-top: 5px;
}
.text-section h1,.text-section h2,.text-section h3,.text-section h4,.text-section h5,.text-section h6 {
    font-size: 100%;
    font-size: 18px;
}
.text-section p {
    margin: 10px 0;
    line-height: 21px;
} 
.text-section a {
    color: var(--color-second);
    font-weight: 700;
} 
@media(min-width: 1025px) {
    .text-section a:hover {
        text-decoration: underline;
    }
}
.alphabed-heading {
    align-items: baseline;
    flex-direction: column;
    padding: 15px 0;
    background:  var(--alphabed-bg);
}
.alphabed-nav,
.alphabed-nav-inner {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.alphabed-nav a,
.alphabed-select {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    padding: 5px 10px;
    color: var(--alphabed-nav-item-color);
    background-color: var(--alphabed-nav-item-bg);
    margin: 1px;
    transition: background-color 0.3s;
}
@media(min-width: 1025px) {
    .alphabed-nav a:hover {
        background-color: var(--alphabed-nav-item-active-color);
    }
}
.alphabed-select {
    background-color: var(--alphabed-nav-item-active-color);
}
.alphabed-row {
    padding: 30px 0;
    margin-bottom: 10px;
    border: 1px solid var(--alphabed-row-border);
    display: flex;
    flex-direction: column;
}
.alphabed-nav-inner li {
    margin-bottom: 5px;
}
.alphabed-nav-inner a {
    font-weight: 500;
    font-size: 16px;
    padding: 5px;
    color: var(--alphabed-nav);
}
.alphabed-nav-inner li:after {
    content: '|';
    color: var(--alphabed-nav-after);
    margin: 0 2px;
}
.alphabed-nav-inner li:last-child:after {
    content: '';
}
@media(min-width: 1025px) {
    .alphabed-nav-inner a:hover {
        text-decoration: underline;
    }
}
.alphabed-nav-head {
    display: flex;
    align-items: center;
    padding: 5px;
    order: -2;
}
.alphabed-nav-title {
    font-size: 20px;
    font-weight: bold;
    margin-right: 6px;
}
.alphabed-nav-title b {
    color: var(--color-second);
}
.alphabed-nav-link {
    font-size: 20px;
    color: var(--color-second);
    transition: opacity 0.3s;
}
@media(min-width: 1025px) {
    .alphabed-nav-link:hover {
        opacity: 0.7;
    }
}
.video-block {
    background-color: var(--video-bg);
}
.video-block .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-start;
}
@media(max-width: 1024px) {
    .video-block .container {
        flex-wrap: wrap;
    }
}
.main-player {
    width: -webkit-calc(100% - 320px);
    width: -moz-calc(100% - 320px);
    width: calc(100% - 320px);
    background: var(--video-bg);
    padding: 0 0 10px;
    overflow: hidden;
}
@media(max-width: 1024px) {
    .main-player {
        width: 100%;
    }
}
@media (max-width: 465px) {
    .main-player {
        padding: 0 0 2px;
    }
}
.main-player img {
    max-width: 100%;
    border-radius: 5px;
}
.video-banner {
    width: 320px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 15px;
}

@media(max-width: 1024px) {
    .video-banner {
        display: none;
    }
}

.video-banner-row {
    margin-bottom: 15px
}

.video-banner-row img {
    max-width: 100%
}

.player-panel ul {
    display: flex;
    flex-wrap: wrap;
}
.player-panel li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 15px 5px 0;
}
.player-panel span {
    font-weight: 500;
    margin-right: 2px;
}
.player-panel-list {
    display: flex;
    flex-wrap: wrap;
}
.player-panel-list a {
    margin-right: 5px;
    color: var(--video-link);
}
.related-more-btn {
    width: 100%;
}
.related-more-btn {
    display: flex;
    justify-content: center;
    background-color: var(--color-second);
    color: var(--btn-color);
    cursor: pointer;
    border: none;
    outline: none;
    transition: opacity 0.3s;
}
.related-more-btn {
    font-size: 18px;
    padding: 10px 5px;
    font-weight: bold;
}
@media(min-width: 1025px) {
    .related-more-btn:hover {
        opacity: 0.7;
    }
}
.video-info {
    display: none;
}
.show-video-info .video-info {
    display: block;
}
.video-toolbar {
    display: flex;
    margin-top: 10px;
}
.video-toolbar_item {
    margin: 0 5px 5px 0;
}
.video-toolbar_item_btn,
.player-panel-list a {
    display: flex;
    justify-content: center;
    cursor: pointer;
    border: none;
    outline: none;
    margin: 2px 1px;
    padding: 4px 15px 3px;
    background-color: var(--video-link-item);
    transition: opacity 0.3s;
}
@media(max-width: 330px) {
    .video-toolbar_item_btn,
    .player-panel-list a {
        padding: 4px 12px 3px;
    }
}
.video-toolbar_item_btn.more-video-info {
    background-color: var(--color-second);
    color: var(--video-link-more-color);
}
@media(min-width: 1025px) {
    .video-toolbar_item_btn:hover,
    .player-panel-list a:hover {
        opacity: 0.7;
    }
}
.video-toolbar_item_btn span {
    margin-left: 4px;
}
.video-share {
    display: none;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
}
.video-share_label {
    flex-shrink: 0;
    margin-right: 10px;
}
.video-share_input {
    width: 85%;
    display: flex;
    align-items: center;
    padding: 10px;
    max-height: 38px;
    background: 0 0;
    color: var(--video-share);
    border: 1px solid var(--video-share);
    text-overflow: ellipsis;
}
.show-share-link .video-share {
    display: flex;
}
.video-share_btn {
    width: 15%;
    padding: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    cursor: pointer;
    background-color: var(--color-second);
    color: var(--video-share-color);
    border: none;
    outline: none;
    transition: background-color 0.3s;
}
@media(min-width: 1025px) {
    .video-share_btn:hover {
        background-color: var(--video-share-color-hover);
    }
}

.spots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.spots-box_desk {
    margin: 5px;
    width: 23%;
}
.spots-box_mob {
    display: none;
}
@media (max-width: 768px) {
    .spots-box_desk {
        display: none;
    }
    .spots-box_mob {
        display: block;
        margin: 10px 0;
    }
}
@media (max-width: 500px) {
    .middle-mobspot center div,
    .spots-box_mob,
    .spots-box_mob div,
    .related-videos .rel-ads center div,
    .thumb-body .rel-ads center div,
    .bottom-ads center div {
        width: 100% !important;
        height: auto !important;
    }
    .middle-mobspot .exo-native-widget-outer-container div,
    .spots-box_mob .exo-native-widget-outer-container div,
    .spots-box_mob .exo-native-widget-outer-container div,
    .related-videos .rel-ads center .exo-native-widget div,
    .thumb-body .rel-ads center .exo-native-widget div,
    .bottom-ads center .exo-native-widget-outer-container div {
        height: 100% !important;
    }
} 

.ads-mobile {
    display: none !important;
}
@media (max-width: 768px) {
    .ads-mobile {
        display: flex !important;
        flex-direction: column;
    } 
    .ads-desktop {
        display: none !important;
    }
}
@media (min-width: 1025px) {
    .main-player-top {
        height: 516px;
    }
    .my-video-dimensions.vjs-fluid {
        padding: 0;
    }
} 
.video-block .spots {
    display: none;
}
@media (max-width: 768px) {
    .video-block .spots {
        display: flex;
    }
}
.video-rating_voted {
    pointer-events: none;
}
.fluid_video_wrapper {
    width: 100% !important;
}
.rel-tags-wrapper .main-nav-inner.main-nav-inner-sites {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.rel-tags-wrapper .main-nav-inner.main-nav-inner-sites li {
    margin: 0 10px 5px 0;
    border-bottom: none;
}
.rel-tags-wrapper .main-nav-inner.main-nav-inner-sites li a {
    padding: 10px;
}
.rel-tags-data-wrapper {
    margin: 0 0 15px;
}
.rel-tags-data-wrapper .rel-tags-all a {
    background-color: var(--color-second);
    color: var(--btn-color);
}
.rel-tags-wrapper_video {
    order: 2;
    margin: 10px 0;
}
.video-block #spotholder .spots {
    display: block;
    margin: 5px 0;
}


.thumbs-related-hidden .thumb:nth-child(n+17) {
    display: none;
}

/* tabs */
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.tabs-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.tabs-top-title {
    font-size: 18px;
    margin-right: 5px;
}
.tabs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
} 
.tabs .tab {
    text-transform: uppercase;
    padding: 0 5px;
    cursor: pointer;
}
.tabs .tab:not(:last-child):after {
    content: '|';
    color: #fff;
    padding-left: 10px;
}
.tabs .tab.active {
    color: var(--color-second);
}
/* tabs */
/* tag strip styles */ 
.tagstrip {
    margin: 10px 5px 10px;
}
.tagstrip-list li {
    display: inline-block;
    margin-right: 5px;
    text-align: center;
}
.tagstrip-list li a {
    display: block;
    padding: 10px 15px;
    background-color: var(--color-second);
    font-size: 15px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.tagstrip-desktop .tagstrip-list li a {
    transition: opacity 0.3s;
}
.tagstrip-desktop .tagstrip-list li a:hover {
    opacity: 0.8;
}
@media (max-width: 768px) {
    .tagstrip-mobile .tagstrip-list {
        display: inline-block;
        white-space: nowrap;
        overflow-x: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none; 
        width: 100%;
    }
    .tagstrip-mobile .tagstrip-list::-webkit-scrollbar {
        display: none;
    }
}
.tagstrip-desktop {
    position: relative;
    overflow: hidden;
}

.tagstrip-desktop .tagstrip-list {
    display: flex;
    transition: transform 0.3s ease;
}

.tagstrip-desktop .tagstrip-list-slide {
    box-sizing: border-box;
}

.tagstrip-desktop .slider-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 18px;
    z-index: 1;
    border-radius: 50%;
    background: rgb(0 0 0 / 48%);
    color: #fff;
    width: 30px;
    height: 30px;
    transition: background 0.3s;
}
.tagstrip-desktop .slider-button:hover {
    background: rgb(0 0 0 / 100%);
}
.tagstrip-desktop .slider-button.prev {
    left: 0;
}
.tagstrip-desktop .slider-button.next {
    right: 0;
}
.tagstrip-list-tags .tagstrip-list-slide {
    width: 100%;
    flex-shrink: 0;
}
.tagstrip-list-inner {
    width: 100%;
    text-align: left;
}
.tagstrip-list .tagstrip-list-inner li a {
    background-color: transparent;
    color: var(--color-second);
    padding: 3px 0;
}
@media (max-width: 480px) {
    .tagstrip-list .tagstrip-list-inner li a {
        font-size: 13px;
    }
}
.tagstrip-list .tagstrip-list-slide-inner {
    width: 19%;
    text-align: left;
}
@media (max-width: 600px) {
    .tagstrip-list .tagstrip-list-slide-inner {
        width: 31%;
    }
}
@media (max-width: 480px) {
    .tagstrip-list .tagstrip-list-slide-inner {
        width: 48%;
        margin-right: 0.5%;
    }
}
/* tag strip styles */  
/* languages list */
.lang-list {
    margin-bottom: 15px;
}
.lang-list-item {
    display: inline-block;
    width: 19%;
}
@media (max-width: 1300px) {
    .lang-list-item {
        width: 24%;
    }
}
@media (max-width: 1024px) {
    .lang-list-item {
        width: 33%;
    }
}
@media (max-width: 768px) {
    .lang-list-item {
        width: 49%;
    }
}
.lang-list-link {
    display: inline-block;
    padding: 3px 0;
    color: var(--color-main);
}
.lang-list-count {
    display: inline-block;
    font-size: 12px;
    margin-left: 3px;
    color: var(--color-second);
}
.flag-small{margin-right: 2px;display:inline-block;width:16px;height:11px;line-height:11px;background-image:url('https://fresh.fruityassets.com/xxxex.com/img/flags.png');background-position:0 0;background-repeat:no-repeat}.flag-small.flag-ad{background-position:0 -2px}.flag-small.flag-ar{background-position:-16px -2px}.flag-small.flag-af{background-position:-32px -2px}.flag-small.flag-ag{background-position:-48px -2px}.flag-small.flag-ai{background-position:-64px -2px}.flag-small.flag-al{background-position:-80px -2px}.flag-small.flag-am{background-position:-96px -2px}.flag-small.flag-an{background-position:-112px -2px}.flag-small.flag-ao{background-position:-128px -2px}.flag-small.flag-aq{background-position:-144px -2px}.flag-small.flag-arg{background-position:-160px -2px}.flag-small.flag-as{background-position:-176px -2px}.flag-small.flag-at{background-position:-192px -2px}.flag-small.flag-au{background-position:-208px -2px}.flag-small.flag-aw{background-position:-224px -2px}.flag-small.flag-ax{background-position:-240px -2px}.flag-small.flag-az{background-position:0 -18px}.flag-small.flag-ba{background-position:-16px -18px}.flag-small.flag-bb{background-position:-32px -18px}.flag-small.flag-bd{background-position:-48px -18px}.flag-small.flag-be{background-position:-64px -18px}.flag-small.flag-bf{background-position:-80px -18px}.flag-small.flag-bg{background-position:-96px -18px}.flag-small.flag-bh{background-position:-112px -18px}.flag-small.flag-bi{background-position:-128px -18px}.flag-small.flag-bj{background-position:-144px -18px}.flag-small.flag-bl{background-position:-160px -18px}.flag-small.flag-bm{background-position:-176px -18px}.flag-small.flag-bn{background-position:-192px -18px}.flag-small.flag-bo{background-position:-208px -18px}.flag-small.flag-br{background-position:-224px -18px}.flag-small.flag-bs{background-position:-240px -18px}.flag-small.flag-bt{background-position:0 -34px}.flag-small.flag-bw{background-position:-16px -34px}.flag-small.flag-by{background-position:-32px -34px}.flag-small.flag-bz{background-position:-48px -34px}.flag-small.flag-ca{background-position:-64px -34px}.flag-small.flag-cc{background-position:-80px -34px}.flag-small.flag-cd{background-position:-96px -34px}.flag-small.flag-cf{background-position:-112px -34px}.flag-small.flag-cg{background-position:-128px -34px}.flag-small.flag-ch{background-position:-144px -34px}.flag-small.flag-ci{background-position:-160px -34px}.flag-small.flag-ck{background-position:-176px -34px}.flag-small.flag-cl{background-position:-192px -34px}.flag-small.flag-cm{background-position:-208px -34px}.flag-small.flag-zh{background-position:-224px -34px}.flag-small.flag-co{background-position:-240px -34px}.flag-small.flag-cr{background-position:0 -50px}.flag-small.flag-cu{background-position:-16px -50px}.flag-small.flag-cv{background-position:-32px -50px}.flag-small.flag-cw{background-position:-48px -50px}.flag-small.flag-cx{background-position:-64px -50px}.flag-small.flag-cy{background-position:-80px -50px}.flag-small.flag-cs{background-position:-96px -50px}.flag-small.flag-de{background-position:-112px -50px}.flag-small.flag-dj{background-position:-128px -50px}.flag-small.flag-da{background-position:-144px -50px}.flag-small.flag-dm{background-position:-160px -50px}.flag-small.flag-do{background-position:-176px -50px}.flag-small.flag-dz{background-position:-192px -50px}.flag-small.flag-ec{background-position:-208px -50px}.flag-small.flag-et{background-position:-224px -50px}.flag-small.flag-eg{background-position:-240px -50px}.flag-small.flag-eh{background-position:0 -66px}.flag-small.flag-er{background-position:-16px -66px}.flag-small.flag-es{background-position:-32px -66px}.flag-small.flag-ee{background-position:-48px -66px}.flag-small.flag-eu{background-position:-64px -66px}.flag-small.flag-fi{background-position:-80px -66px}.flag-small.flag-fj{background-position:-96px -66px}.flag-small.flag-fk{background-position:-112px -66px}.flag-small.flag-fm{background-position:-128px -66px}.flag-small.flag-fo{background-position:-144px -66px}.flag-small.flag-fr{background-position:-160px -66px}.flag-small.flag-ga{background-position:-176px -66px}.flag-small.flag-gb{background-position:-192px -66px}.flag-small.flag-gd{background-position:-208px -66px}.flag-small.flag-ge{background-position:-224px -66px}.flag-small.flag-gg{background-position:-240px -66px}.flag-small.flag-gh{background-position:0 -82px}.flag-small.flag-gi{background-position:-16px -82px}.flag-small.flag-gl{background-position:-32px -82px}.flag-small.flag-gm{background-position:-48px -82px}.flag-small.flag-gn{background-position:-64px -82px}.flag-small.flag-gq{background-position:-80px -82px}.flag-small.flag-gr{background-position:-96px -82px}.flag-small.flag-gs{background-position:-112px -82px}.flag-small.flag-gt{background-position:-128px -82px}.flag-small.flag-gu{background-position:-144px -82px}.flag-small.flag-gw{background-position:-160px -82px}.flag-small.flag-gy{background-position:-176px -82px}.flag-small.flag-hk{background-position:-192px -82px}.flag-small.flag-hn{background-position:-208px -82px}.flag-small.flag-hr{background-position:-224px -82px}.flag-small.flag-ht{background-position:-240px -82px}.flag-small.flag-hu{background-position:0 -98px}.flag-small.flag-ic{background-position:-16px -98px}.flag-small.flag-id{background-position:-32px -98px}.flag-small.flag-ie{background-position:-48px -98px}.flag-small.flag-he{background-position:-64px -98px}.flag-small.flag-im{background-position:-80px -98px}.flag-small.flag-hi{background-position:-96px -98px}.flag-small.flag-iq{background-position:-112px -98px}.flag-small.flag-fa{background-position:-128px -98px}.flag-small.flag-is{background-position:-144px -98px}.flag-small.flag-it{background-position:-160px -98px}.flag-small.flag-je{background-position:-176px -98px}.flag-small.flag-jm{background-position:-192px -98px}.flag-small.flag-jo{background-position:-208px -98px}.flag-small.flag-ja{background-position:-224px -98px}.flag-small.flag-ke{background-position:-240px -98px}.flag-small.flag-kg{background-position:0 -114px}.flag-small.flag-kh{background-position:-16px -114px}.flag-small.flag-ki{background-position:-32px -114px}.flag-small.flag-km{background-position:-48px -114px}.flag-small.flag-kn{background-position:-64px -114px}.flag-small.flag-kp{background-position:-80px -114px}.flag-small.flag-ko{background-position:-96px -114px}.flag-small.flag-kw{background-position:-112px -114px}.flag-small.flag-ky{background-position:-128px -114px}.flag-small.flag-kz{background-position:-144px -114px}.flag-small.flag-la{background-position:-160px -114px}.flag-small.flag-lb{background-position:-176px -114px}.flag-small.flag-lc{background-position:-192px -114px}.flag-small.flag-li{background-position:-208px -114px}.flag-small.flag-lk{background-position:-224px -114px}.flag-small.flag-lr{background-position:-240px -114px}.flag-small.flag-ls{background-position:0 -130px}.flag-small.flag-lt{background-position:-16px -130px}.flag-small.flag-lu{background-position:-32px -130px}.flag-small.flag-lv{background-position:-48px -130px}.flag-small.flag-ly{background-position:-64px -130px}.flag-small.flag-ma{background-position:-80px -130px}.flag-small.flag-mc{background-position:-96px -130px}.flag-small.flag-md{background-position:-112px -130px}.flag-small.flag-me{background-position:-128px -130px}.flag-small.flag-mf{background-position:-144px -130px}.flag-small.flag-mg{background-position:-160px -130px}.flag-small.flag-mh{background-position:-176px -130px}.flag-small.flag-mk{background-position:-192px -130px}.flag-small.flag-ml{background-position:-208px -130px}.flag-small.flag-mm{background-position:-224px -130px}.flag-small.flag-mn{background-position:-240px -130px}.flag-small.flag-mo{background-position:0 -146px}.flag-small.flag-mp{background-position:-16px -146px}.flag-small.flag-mq{background-position:-160px -66px}.flag-small.flag-mr{background-position:-48px -146px}.flag-small.flag-ms{background-position:-64px -146px}.flag-small.flag-mt{background-position:-80px -146px}.flag-small.flag-mu{background-position:-96px -146px}.flag-small.flag-mv{background-position:-112px -146px}.flag-small.flag-mw{background-position:-128px -146px}.flag-small.flag-mx{background-position:-144px -146px}.flag-small.flag-my{background-position:-160px -146px}.flag-small.flag-mz{background-position:-176px -146px}.flag-small.flag-na{background-position:-192px -146px}.flag-small.flag-nc{background-position:-208px -146px}.flag-small.flag-ne{background-position:-224px -146px}.flag-small.flag-nf{background-position:-240px -146px}.flag-small.flag-ng{background-position:0 -162px}.flag-small.flag-ni{background-position:-16px -162px}.flag-small.flag-nl{background-position:-32px -162px}.flag-small.flag-no{background-position:-48px -162px}.flag-small.flag-np{background-position:-64px -162px}.flag-small.flag-nr{background-position:-80px -162px}.flag-small.flag-nu{background-position:-96px -162px}.flag-small.flag-nz{background-position:-112px -162px}.flag-small.flag-om{background-position:-128px -162px}.flag-small.flag-pa{background-position:-144px -162px}.flag-small.flag-pe{background-position:-160px -162px}.flag-small.flag-pf{background-position:-176px -162px}.flag-small.flag-pg{background-position:-192px -162px}.flag-small.flag-ph{background-position:-208px -162px}.flag-small.flag-ur{background-position:-224px -162px}.flag-small.flag-pl{background-position:-240px -162px}.flag-small.flag-pn{background-position:0 -178px}.flag-small.flag-pr{background-position:-16px -178px}.flag-small.flag-ps{background-position:-32px -178px}.flag-small.flag-pt{background-position:-48px -178px}.flag-small.flag-pw{background-position:-64px -178px}.flag-small.flag-py{background-position:-80px -178px}.flag-small.flag-qa{background-position:-96px -178px}.flag-small.flag-ro{background-position:-112px -178px}.flag-small.flag-rs{background-position:-128px -178px}.flag-small.flag-ru{background-position:-144px -178px}.flag-small.flag-rw{background-position:-160px -178px}.flag-small.flag-sa{background-position:-176px -178px}.flag-small.flag-sb{background-position:-192px -178px}.flag-small.flag-sc{background-position:-208px -178px}.flag-small.flag-sd{background-position:-224px -178px}.flag-small.flag-sv{background-position:-240px -178px}.flag-small.flag-sg{background-position:0 -194px}.flag-small.flag-sh{background-position:-16px -194px}.flag-small.flag-si{background-position:-32px -194px}.flag-small.flag-sk{background-position:-48px -194px}.flag-small.flag-sl{background-position:-64px -194px}.flag-small.flag-sm{background-position:-80px -194px}.flag-small.flag-sn{background-position:-96px -194px}.flag-small.flag-so{background-position:-112px -194px}.flag-small.flag-sr{background-position:-128px -194px}.flag-small.flag-ss{background-position:-144px -194px}.flag-small.flag-st{background-position:-160px -194px}.flag-small.flag-se{background-position:-176px -194px}.flag-small.flag-sy{background-position:-192px -194px}.flag-small.flag-sz{background-position:-208px -194px}.flag-small.flag-tc{background-position:-224px -194px}.flag-small.flag-td{background-position:-240px -194px}.flag-small.flag-tf{background-position:0 -210px}.flag-small.flag-tg{background-position:-16px -210px}.flag-small.flag-th{background-position:-32px -210px}.flag-small.flag-tj{background-position:-48px -210px}.flag-small.flag-tk{background-position:-64px -210px}.flag-small.flag-tl{background-position:-80px -210px}.flag-small.flag-tm{background-position:-96px -210px}.flag-small.flag-tn{background-position:-112px -210px}.flag-small.flag-to{background-position:-128px -210px}.flag-small.flag-tr{background-position:-144px -210px}.flag-small.flag-tt{background-position:-160px -210px}.flag-small.flag-tv{background-position:-176px -210px}.flag-small.flag-tw{background-position:-192px -210px}.flag-small.flag-tz{background-position:-208px -210px}.flag-small.flag-ua{background-position:-224px -210px}.flag-small.flag-ug{background-position:-240px -210px}.flag-small.flag-us{background-position:0 -226px}.flag-small.flag-uy{background-position:-16px -226px}.flag-small.flag-uz{background-position:-32px -226px}.flag-small.flag-va{background-position:-48px -226px}.flag-small.flag-vc{background-position:-64px -226px}.flag-small.flag-ve{background-position:-80px -226px}.flag-small.flag-vg{background-position:-96px -226px}.flag-small.flag-vi{background-position:-112px -226px}.flag-small.flag-vi{background-position:-128px -226px}.flag-small.flag-vu{background-position:-144px -226px}.flag-small.flag-wf{background-position:-160px -226px}.flag-small.flag-ws{background-position:-176px -226px}.flag-small.flag-ye{background-position:-192px -226px}.flag-small.flag-yt{background-position:-208px -226px}.flag-small.flag-za{background-position:-224px -226px}.flag-small.flag-zm{background-position:-240px -226px}.flag-small.flag-zw{background-position:0 -242px}.flag-small.flag-xk{background-position:-144px -242px}.flag-small.flag-none{background-position:-16px -242px}
/* languages list */ 

#playerNext {
    margin: 0 auto;
    max-width:850px;
    width:100%;
    height: 200px;
    background:#000;
}
@media(min-width: 1025px) {
    #playerNext {
        height: 516px;
    }
} 
.thumb-preview {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(15, 16, 20, 0.6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 400;
    padding: 7px 6px;
    border: none;
    z-index: 9;
    cursor: pointer;
}
.thumb-preview-view-icon {
    width: 25px;
    height: 16px;
}
@media (max-width: 768px) {
    .thumb-preview {
        top: 5px;
        left: 5px;
    }
}
/* comments   */
.video-comments {
    padding: 20px;
}
@media (max-width: 768px) {
    .video-comments {
        padding: 20px 0;
    }
}
.video-comments-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.video-comments-ico {
    font-size: 22px;
    margin-right: 9px;
}
.video-comments-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}
.video-comments-count {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: var(--color-second);
    color: #fff;
    margin-left: 5px;
    font-weight: 700;
    padding: 4px 5px;
}
.video-comments-head-title {
    margin-right: 20px;
}
.video-comments-body-btn {
    background: 0 0;
    border: 1px solid var(--color-second);
    color: #fff;
    padding: 10px 20px;
    margin: 5px 0;
    cursor: pointer;
}
.video-comments-body-submit {
    background-color: var(--color-second);
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
}
.video-comments-body,
.video-comments {
    display: none;
}

.video-comments-show .video-comments,
.video-comments-show-form .video-comments-body {
    display: block;
}
.video-comments-body-row {
    margin-bottom: 10px;
    border: 1px solid #2d2d2d;
    margin-bottom: 5px;
}
.video-comments-body-label {
    display: block;
    position: relative;
    padding: 5px 5px 5px 32px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (max-width: 768px) {
    .video-comments-body-label {
        padding: 5px;
    }
}

.video-comments-body-textarea {
    margin-top: 5px;
}
.video-comments-body-textarea,
.video-comments-body-input {
    width: 100%;
    resize: none;
    background: #2d2d2d;
    color: #fff;
    border: 1px solid #000;
    outline: none;
    padding: 10px 15px;
}
.video-comments-body-input::-webkit-input-placeholder,
.video-comments-body-textarea::-webkit-input-placeholder {
    color: #ccc;
}
.video-comments-body-input:-moz-placeholder,
.video-comments-body-textarea:-moz-placeholder {
    color: #ccc;
    opacity: 1;
}
.video-comments-body-input::-moz-placeholder,
.video-comments-body-textarea::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}
.video-comments-body-input:-ms-input-placeholder,
.video-comments-body-textarea:-ms-input-placeholder {
    color: #ccc;
}
.video-comments-body-input::-ms-input-placeholder,
.video-comments-body-textarea::-ms-input-placeholder {
    color: #ccc;
}
.video-comments-body-input::placeholder,
.video-comments-body-textarea::placeholder {
    color: #ccc;
}
.video-comments-body-row-text {
    position: relative;
}
.video-comments-body-error-message {
    border: 1px solid #e60505;
    position: absolute;
    top: calc(100% - 12px);
    right: 0;
    color: #e60505;
    background: #000;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    z-index: 10;
    display: none;
}
.video-comments-body-success-message {
    font-size: 25px;
    font-weight: bold;
    color: #44ee4b;
}
.video-comments-box {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    color: #fff;
    background-color: #222222;
    padding: 20px;
}
@media (max-width: 768px) {
    .video-comments-box {
        padding: 15px;
    }
}
.video-comments-box:not(:last-child) {
    margin-bottom: 10px;
}
.video-comments-item-name {
    font-weight: bold;
    text-decoration: underline;
    margin-right: 10px;
}
.video-comments-item-message {
    padding: 20px 0;
}
.video-comments-item-bottom {
    display: flex;
    align-items: center;
}
.video-comments-box_show-replies .video-comments-item-bottom {
    padding: 0 0 15px;
}
.video-comments-item-bottom-btns {
    margin: 1px;
}
.video-comments-item-bottom-btns:not(:last-child) {
    margin-right: 15px;
}
.video-comments-item-bottom-btns button {
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 12px;
    color: #c4c4c4;
}
.video-comments-box_show-replies .video-comments-item:not(:last-child) {
    border-bottom: 1px solid #4b4b4b;
    margin-bottom: 15px;
}
.video-comments-item_child {
    margin-top: 10px;
    padding-left: 20px;
    display: none;
}
.video-comments-box_show-replies .video-comments-item_child {
    display: block;
}
/* comments   */