@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('https://static.bftv.xxx/img/fonts/roboto/roboto-v29-latin-regular.eot?a212s2s2axc1'); 
    src: local(''),
         url('https://static.bftv.xxx/img/fonts/roboto/roboto-v29-latin-regular.eot?#iefix') format('embedded-opentype'), 
         url('https://static.bftv.xxx/img/fonts/roboto/roboto-v29-latin-regular.woff2?a212s2s2axc1') format('woff2'), 
         url('https://static.bftv.xxx/img/fonts/roboto/roboto-v29-latin-regular.woff?a212s2s2axc1') format('woff'),
         url('https://static.bftv.xxx/img/fonts/roboto/roboto-v29-latin-regular.svg?a212s2s2axc1') format('svg'),
         url('https://static.bftv.xxx/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://static.bftv.xxx/img/fonts/roboto/roboto-v29-latin-500.eot?a212s2s2axc1'); 
    src: local(''),
         url('https://static.bftv.xxx/img/fonts/roboto/roboto-v29-latin-500.eot?#iefix') format('embedded-opentype'), 
         url('https://static.bftv.xxx/img/fonts/roboto/roboto-v29-latin-500.woff2?a212s2s2axc1') format('woff2'), 
         url('https://static.bftv.xxx/img/fonts/roboto/roboto-v29-latin-500.woff?a212s2s2axc1') format('woff'),
         url('https://static.bftv.xxx/img/fonts/roboto/roboto-v29-latin-500.svg?a212s2s2axc1') format('svg'),
         url('https://static.bftv.xxx/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://static.bftv.xxx/img/fonts/roboto/roboto-v29-latin-700.eot?a212s2s2axc1'); 
    src: local(''),
         url('https://static.bftv.xxx/img/fonts/roboto/roboto-v29-latin-700.eot?#iefix') format('embedded-opentype'), 
         url('https://static.bftv.xxx/img/fonts/roboto/roboto-v29-latin-700.woff2?a212s2s2axc1') format('woff2'), 
         url('https://static.bftv.xxx/img/fonts/roboto/roboto-v29-latin-700.woff?a212s2s2axc1') format('woff'),
         url('https://static.bftv.xxx/img/fonts/roboto/roboto-v29-latin-700.svg?a212s2s2axc1') format('svg'),
         url('https://static.bftv.xxx/img/fonts/roboto/roboto-v29-latin-700.ttf?a212s2s2axc1') format('truetype');
    font-display: block;
}



:root {
    --background-main: #ccc;
    --color-main: #000;
    --color-second: #ff3300;
    --btn-color: #fff;
    --btn-gradient: #ff3300 0%, #e7694a 100%;
    --btn-border: #000;
    --header-bg: #000;
    --header-color: #fff;
    --nav-color: #fff;
    --nav-bg: #666666;
    --nav-inner-color: #000;
    --nav-inner-bg: #bebebe;
    --mob-btn: #fff;
    --search-input-color: #fff;
    --search-input-bg: #000000;
    --search-input-border: #414141;
    --thumb-title: #000;
    --thumb-border-img: #000;
    --thumb-color-hover: #fff;
    --thumb-flag-color: #fff;
    --thumb-flag-bg: #666666;
    --heading-sort-link: #000;
    --footer-bottom-bg: #999;
    --footer-text: #fff;
    --footer-desc: #c4c4c4;
    --alphabed-bg: #ccc;
}

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;
}

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: #ccc;
}
:-moz-placeholder {
    color: #ccc;
    opacity: 1;
}
::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #ccc;
}
::-ms-input-placeholder {
    color: #ccc;
}
::placeholder {
    color: #ccc;
}
.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;
}
.thumb {
    padding: 2px 2px 8px 2px;
}
/* thumbs grid */
.container {
    max-width: 1990px;
    width: 100%;
    margin: 0 auto;
    padding: 0 80px;
}
@media(max-width: 1440px) {
    .container {
        max-width: 1300px;
        padding: 0 8px;
    }
}
@media(max-width: 465px) {
    .container {
        padding: 0 2px;
    }
}
.thumb {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 20%;
}
@media(max-width: 1440px) {
    .thumb {
        width:25%;
    }
}
@media(max-width: 768px) {
    .thumb {
        padding:1px;
        width:33.33%;
    }
}
@media(max-width: 480px) {
    .thumb {
        width:50%;
    }
}
/* thumbs grid */
.main {
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    position: relative;
    z-index: 2;
    margin-top: 20px;
}
@media(max-width: 1024px) {
    .main {
        margin-top: 5px;
    } 
} 
.main > .container {
    display: flex;
    flex-direction: column;
}
.header,
.footer {
    background: var(--header-bg);
    position: relative;
}
.header {
    margin-bottom: 10px;
    padding: 10px 0;
}
.footer {
    margin-top: 60px;
}
.logo {
    width: 330px;
    margin-right: 20px;
    flex-shrink: 0;
}
@media(max-width: 450px) {
    .logo {
        margin-right: 5px;
    }
}
.logo img {
    max-width: 100%;
}
.logo span {
    font-size: 35px;
    color: var(--header-color);
    text-transform: uppercase;
}
@media(max-width: 450px) {
    .logo span {
        font-size: 25px;
    }
}
.logo span b {
    color: var(--color-second);
}
@media(max-width: 600px) {
    .header .logo {
        width: 300px;
        margin-right: 5px
    }
}
@media(max-width: 450px) {
    .header .logo {
        width: 230px;
    }
}
.header-actions {
    display: flex;
    align-items: center;
}
@media(max-width: 1024px) {
    .header-actions {
        width: 100%;
        justify-content: space-between;
    }
}
@media(max-width: 450px) {
    .header {
        padding-top: 75px;
    }
    .header-actions {
        width: 100%;
        position: fixed;       
        left: 0;
        z-index: 99;
    }
    .header-actions {
        top: 0;
        background: var(--header-bg);
    }
}
.header-text {
    margin: 0 10px;
}
.header-text-title {
    color: var(--header-color);
    font-size: 20px;
    font-weight: 700;
}
.header-text-title b {
    color: var(--color-second);
}
@media(max-width: 1024px) {
    .header-text {
        width: 100%;
        order: 2;
        margin-top: 10px;
    }
}
.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media(max-width: 1024px) {
    .header .container {
        flex-wrap: wrap;
    }
}
.main-nav {
    margin-bottom: 5px;
    color: var(--nav-color);
    background-color: var(--nav-bg);
    border-radius: 32px;
    padding: 15px 20px 10px;
}

.main-nav .close-btn svg {
    width: 24px;
    height: 24px;
    fill: var(--btn-color);
}
.main-nav-list li.main-nav-holder,
.main-nav-list ul.main-nav-inner {
    display: inline;
}
.main-nav-list li {
    margin: 0 2px 5px 0;
    display: inline-block;
}
.main-nav-list a,
.pagination a,
.heading-sort a,
.related-more-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    padding: 5px;
    border: 3px solid var(--btn-border);
    border-top-width: 2px;
    position: relative;
}
.main-nav-list a,
.related-more-btn {
    color: var(--btn-color);
    background: linear-gradient(180deg, var(--btn-gradient));
}
.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,
    .pagination-btn a:hover,
    .related-more-btn:hover {
        text-decoration: underline;
    }
}
.related-more {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.related-more-btn {
    cursor: pointer;
    font-size: 22px;
    padding: 10px;
}
@media(max-width: 340px) {
    .related-more-btn {
        font-size: 18px;
    }
}
.search {
    width: 320px;
}
@media(max-width: 600px) {
    .search {
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 99;
        display: none;
    }

    .show-search .search {
        display: block;
    }
}
.search-btn-mob {
    display: none;
    width: 50px;
    height: 50px;
    font-size: 50px;
    align-items: center;
    justify-content: center;
    color: var(--mob-btn);
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}
@media(max-width: 600px) {
    .search-btn-mob {
        display: flex;
    }
    .search-btn-mob.open {
        color: var(--color-second);
    }
} 
@media(max-width: 450px) {
    .search-btn-mob {
        width: 21px;
        height: 21px;
        font-size: 21px;
    }
}
.right-actions {
    display: flex;
    align-items: center;
}
@media(max-width: 600px) {
    .right-actions {
       margin-right: 10px;
    }
}
.search-wrap {
    position: relative;
}
.search input {
    width: 100%;
    height: 70px;
    padding: 10px 50px 10px 20px;
    color: var(--search-input-color);
    background: var(--search-input-bg);
    border: 2px solid var(--search-input-border);
    border-radius: 5px;
}
.search input:focus {
    border: 2px 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: 54px;
    height: 54px;
    cursor: pointer;
}
.search-btn svg {
    fill: var(--mob-btn);
    margin-top: 3px;
    transition: fill 0.3s;
}
@media(min-width: 1025px) {
    .search-btn:hover svg {
        fill: var(--color-second);
    }
} 
.footer .container {
    display: flex;
    align-items: center;
}
@media(max-width: 1024px) {
    .footer .container {
        flex-wrap: wrap;
    }
    .logo-footer {
        margin-bottom: 10px;
    }
}
@media(max-width: 560px) {
    .logo-footer {
        width: 220px;
        margin: 0 auto 5px;
    }
}
@media(max-width: 465px) {
    .footer .container {
        text-align: center;
    }
}
.footer-top {
    padding: 30px 0;
}
.footer-bottom {
    font-size: 12px;
    color: var(--color-main);
    background-color: var(--footer-bottom-bg);
    padding: 5px 0;
}
.footer-links {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin: 25px 0 0;
} 
@media(max-width: 560px) {
    .footer-links {
        flex-wrap: wrap;
        justify-content: center;
        flex-shrink: 1;
        margin: 15px 0 25px;
    }
    .footer-links li {
        margin: 2px 0;
    }
} 
.footer-links a {
    font-weight: 700;
    font-size: 16px;
    color: var(--footer-text);
    margin: 5px 20px 0 0;   
    transition: opacity 0.3s;
}
@media(min-width: 1025px) {
    .footer-links a:hover {
        opacity: 0.7;
    }
}
.footer-description p {
    color: var(--footer-desc);
}
.footer-description p:not(:last-child) {
    margin-bottom: 10px;
}
.section-row {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
}
.heading {
    padding: 0 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.heading-subtitle {
    margin-bottom: 10px;
}
.heading-text {
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.heading-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 24px;
}
.heading-title .title {
    font-weight: 700;
    font-size: 36px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.heading-count {
    margin-left: 5px;
}
.heading-sort {
    display: flex;
    flex-wrap: wrap;
}
.heading-sort a {
    text-transform: uppercase;
    color: var(--heading-sort-link); 
    margin: 2px;
}
.heading-sort a.heading-sort-active {
    color: var(--color-second); 
    pointer-events: none;
}
@media(min-width: 1025px) {
    .heading-sort a:not(.heading-sort-active):hover {
        text-decoration: underline;
    }
}
.thumbs-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px;
    overflow: hidden;
}
.burger-btn { 
    margin: 0 10px;
    flex-shrink: 0; 
    width: 50px;
    height: 50px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
} 
.burger-btn span {
    display: block;
    position: absolute;
    height: 9px;
    width: 100%;
    background: var(--mob-btn); 
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.burger-btn span:nth-child(1) {
    top: 0px;
}  
.burger-btn span:nth-child(2),.burger-btn span:nth-child(3) {
    top: 18px;
}  
.burger-btn span:nth-child(4) {
    top: 36px;
}
.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-holder .img-wrap {
    display: block;
    position: relative;
    padding-bottom: 56%;
    border-radius: 5px;
    border: 1px solid var(--thumb-border-img);
}
.thumb-holder .img-wrap img {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    border-radius: 5px;
}
.thumb-duration {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 12px;
    padding: 3px;
    border-radius: 2px;
    background: var(--thumb-flag-bg);
    color: var(--thumb-flag-color);
    transition: opacity 0.6s;
}
.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-views {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 5px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 20px;
    margin-right: 5px;
    background: var(--color-second);
    color: var(--thumb-flag-color);
}
.thumb-tags {
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
}
.thumb-tags a {
    font-size: 16px;
    color: var(--thumb-title);
    margin: 0 5px;
}
.thumb-tags a:before {
    content: '#';
    font-weight: 700;
    margin-right: 2px;
}
@media(min-width: 1025px) {
    .thumb:hover .thumb-duration {
        opacity: 0;
    }
    .thumb-holder:hover .thumb-title {
        color: var(--color-second);
    }
    .thumb-tags a:hover {
        text-decoration: underline;
    }
}
.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;
    }
}
.alphabet-list {
    margin-bottom: 30px;
}
.alphabet-heading {
    align-items: baseline;
    flex-direction: column;
    padding: 15px 0;
    background: var(--alphabed-bg);
}
.alphabet-nav,
.alphabet-nav-inner {
    display: flex;
    flex-wrap: wrap;
}
.alphabet-nav {
    margin-bottom: 10px;
}
.alphabet-nav a,
.alphabet-nav span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    padding: 5px 10px;
    color: var(--nav-color);
    background-color: var(--nav-bg);
    border: 3px solid var(--nav-inner-color);
    border-top-width: 2px;
    margin: 1px;
}
@media(min-width: 1025px) {
    .alphabet-nav a:hover {
        text-decoration: underline;
    }
}
.alphabet-nav span {
    color: var(--btn-color);
    background: linear-gradient(180deg, var(--btn-gradient));
}
.alphabet-row {
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid var(--nav-bg);
    display: flex;
    flex-direction: column;
}
.alphabet-nav-inner li {
    margin-bottom: 5px;
}
.alphabet-nav-inner a {
    font-weight: 500;
    font-size: 16px;
    padding: 5px;
    color: var(--nav-inner-color);
}
.alphabet-nav-inner li:after {
    content: '*';
    color: var(--nav-bg);
    margin: 0 2px;
}
.alphabet-nav-inner li:last-child:after {
    content: '';
}
@media(min-width: 1025px) {
    .alphabet-nav-inner a:hover {
        text-decoration: underline;
    }
}
.alphabet-row-letter {
    margin-bottom: 5px;
    order: -2;
}
.alphabet-row-letter span {
    font-size: 30px;
    font-weight: bold;
}
.alphabet-row-letter a {
    color: var(--color-second);
    font-size: 16px;
}
@media(min-width: 1025px) {
    .alphabet-row-letter a:hover {
        text-decoration: underline;
    }
}  
.main-player {
    width: -webkit-calc(100% - 320px);
    width: -moz-calc(100% - 320px);
    width: calc(100% - 320px);
    background: #000;
    overflow: hidden;
}
@media(max-width: 1024px) {
    .main-player {
        width:100%
    }
}
.main-player img {
    max-width: 100%;
    border-radius: 5px;
}
.player-panel {
    margin: 20px 0 0;
}
.player-panel li:not(:last-child) {
    margin-bottom: 5px;
}
.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: #000;
}
.player-panel-list a:not(:last-child):after {
    content: ',';
}
@media(min-width: 1025px) {
    .player-panel-list a:hover {
        text-decoration: underline;
    }
}

/* added styles */
.prefix-desc {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 10px;
}

.thumb .thumb-data {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border: 1px solid #4ac353;
    color: #4ac353;
    background-color: #000;
    z-index: 20;
    font-size: 12px;
}
.thumb .thumb-data span {
    display: block;
    margin: 2px 5px;
}
.thumb .thumb-data b {
    color: #fff;
    font-weight: normal;
}

/* uder video player panel  */
.video-block {
    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 {
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.video-banner {
    width: 320px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 15px;
}

@media(max-width: 1024px) {
    .video-banner {
        width:100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin: 5px 0;
        display: none
    }
}

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

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

.video-bottom {
    display: none
}

.video-bottom.show-info {
    display: block
}
.video-toolbar,
.video-share {
    display: flex;
    background-color: #000;
    color: #fff;
    padding: 10px;
}

.video-share {
    padding: 10px 20px;
}

.video-toolbar_item {
    width: 16%;
    height: 45px;
    margin: 1px;
}

.video-toolbar_item.video-toolbar_item_viewed {
    width: auto;
    flex-grow: 1;
}

@media(max-width: 600px) {
    .video-toolbar {
        padding: 10px 0;
    }
    .video-share {
        padding: 10px 5px;
    }
    .video-toolbar_item {
        width: 25%;
        height: 35px;
    }
}

.video-toolbar_item {
    display: flex;
    align-items: center;
}

.video-toolbar_item_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #262626;
    text-shadow: 0 2px 2px #181818;
    border: none;
    color: #fff;
    height: 100%;
    font-size: 1.2em;
}

button.video-toolbar_item_btn {
    cursor: pointer;
    transition: opacity 0.3s;
}

@media(min-width: 1025px) {
    button.video-toolbar_item_btn:hover {
        opacity: 0.7;
    }
}

span.video-toolbar_item_btn {
    padding: 0 10px;
    font-size: 14px;
}

span.video-toolbar_item_btn .icon {
    flex-shrink: 0;
    font-size: 40px;
}

@media(max-width: 600px) {
    span.video-toolbar_item_btn .icon {
        font-size: 30px;
    }
}

.video-toolbar_item_btn .icon {
    font-size: 25px;
}

@media(max-width: 600px) {
    .video-toolbar_item_btn .icon {
        font-size: 20px;
    }
}

.video-toolbar_viewed_text {
    margin-left: 5px;
    display: flex;
    align-items: center;
}

.video-rating {
    display: flex;
    align-items: center;
    position: relative;
}
 
.video-rating_btn {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 27px;
    transition: opacity 0.3s;
}
@media(min-width: 1025px) {
    .video-rating_btn:hover {
        opacity: 0.7;
    }
}

.video-rating_btn svg {
    color: #fff;
}

.video-rating_btn_up svg {
    color: #10c032;
}

.video-rating_btn_down svg { 
    color: #c01010;
}

.video-rating_rate {
    display: block;
    width: 70px;
    text-align: center;
    color: #ccc;
}

.video-rating.video-rating_voted {
    pointer-events: none;
}

.video-rating.video-rating_voted,
.video-toolbar_item_btn.active {
    opacity: 0.7;
}

.video-toolbar_item_btn_fav.is-favorite {
    color: #c01010;
}

.video-rating_alert {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    font-size: 10px;
    color: #fff;
}

.video-rating_btn_count {
    margin-left: 7px;
    font-size: 14px;
}

.video-rating_btn_voted .icon,
.video-rating_btn_voted .video-rating_btn_count {
    display: none;
}

.video-share {
    display: none;
    align-items: center;
    position: relative;
}

.video-share_label {
    flex-shrink: 0;
    margin-right: 10px;
}

.video-share_input {
    width: 85%;
    display: flex;
    align-items: center;
    padding: 10px;
    background: 0 0;
    color: #fff;
    border: 1px solid #4e4e4e;
    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: #a8a8a8;
    border: none;
    outline: none;
    transition: background-color 0.3s;
}

@media(min-width: 1025px) {
    .video-share_btn:hover {
        background-color: #fff;
    }
}

.main-player-link a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: #262626;
    padding: 10px 0;
    transition: opacity .3s;
}

@media (min-width: 1025px) {
    .main-player-link a:hover {
        opacity: .7;
    }
}

.alphabet-nav {
    margin-bottom: 10px;
}

.alphabet-list {
    display: flex;
    flex-wrap: wrap;
}

.spots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.spots-box_desk {
    margin: 5px;
}
.spots-box_mob {
    display: none;
}
@media (max-width: 768px) {
    .spots-box_desk {
        display: none;
    }
    .spots-box_mob {
        display: block;
    }
}

@media (max-width: 768px) {
    .thumb-body .spots.spots_thumb {
        width: 100%;
        display: flex;
        margin: 10px 0;
    }
}

.spots_thumb_desktop {
    margin: 5px 0 10px;
}

.video-block .spots {
    display: none;
}
@media (max-width: 768px) {
    .video-block .spots {
        display: flex;
    }
}
.rel-tags-wrapper-sites {
    margin-bottom: 20px;
}
.rel-tags-wrapper_video {
    order: 1;
    margin-top: 20px;
} 
.video-block #spotholder .spots {
    display: block;
    margin: 5px 0;
}
.static-text p {
    margin: 5px 0;
}
.sticky-cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    background-color: rgba(39, 39, 39, 0.95);
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    text-align: center;
    line-height: 32px;
    border-top: 1px solid #333;
    padding: 10px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    justify-content: center;
    z-index: 9999;
}   
.sticky-container {
    width: 100%;
    max-width: 1500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.sticky-cookie-text {
    width: calc(100% - 400px);
    display: block;
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
    .sticky-cookie-text {
        font-size: 100%;
    }
} 
@media screen and (max-width: 768px) {
    .sticky-cookie-text {
        width: 100%;
        line-height: 1.3;
    }
} 
.sticky-cookie-btn {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    margin: 0 10px;
    border-radius: 5px;
    background-color: var(--color-second);
    font-size: 150%;
    cursor: pointer;
    color: #000;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
}
.sticky-cookie-text-link {
    color: var(--color-second);
} 
/* pagination styles */
.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 {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 52px;
    padding: 0 20px 0 20px;
    font-weight: 700;
    font-size: 18px;
    color: var(--nav-color);
    background-color: var(--nav-bg);
    margin: 0 5px 5px 0;
    transition: color 0.3s;
}
.pagination a.active {
    background: linear-gradient(180deg, var(--btn-gradient));
    text-decoration: underline;
}
.pagination-item.active {
    color: var(--nav-color);
}
@media(min-width: 1025px) {
    .pagination a:hover {
        text-decoration: underline;
    }
}
.pagination-btn {
    display: flex;
    justify-content: center;
    margin-top: 5px;
}
.pagination-dots {
    display: flex;
    align-items: center;
    margin: 0 7px 0 2px;
    font-size: 29px;
    font-weight: 700;
    color: var(--color-main);
}
.pagination.pagination-navs .pagination-item-nav {
    flex-grow: 1;
}
.pagination.pagination-navs .pagination-item-nav:last-child {
    margin-right: 0;
}
/* pagination styles */
/* nav menu styles */
.nav {
    padding: 85px 10px 45px 15px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
    transition: transform 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 480px) {
    .nav {
        padding: 45px 4px 45px 4px;
    }
}
.nav .close-btn {
    position: absolute;
    background: 0 0;
    border: none;
    right: 10px;
    top: 20px;
    cursor: pointer;
    z-index: 22;
    display: none;
}
.nav .close-btn {
    display: block;
}
.nav .close-btn svg {
    width: 24px;
    height: 24px;
    fill: #fff;
}
.drop-cats .icon-drop-arrow-lined {
    width: 14px;
    height: 14px;
    margin-left: 10px;
    fill: #fff;
}
.nav-holder {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 20px;
}
.nav-holder li {
    margin-right: 30px;
    position: relative;
}
@media (max-width: 1520px) {
    .nav-holder li {
        margin-right: 20px;
    }
}
.nav-holder li:not(.nav-holder_lang) {
    position: unset;
    border: 1px solid #2d2d2d;
    border-bottom: none;
}
.nav-holder li:last-child {
    border-bottom: 1px solid #2d2d2d;
}
.nav-holder a,
.nav-holder .search-wrap-form,
.drop-cats-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 500;
    font-size: 20px;
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    transition: color 0.3s;
}
.nav-holder .icon-item {
    padding: 20px;
}
.nav-holder .search-btn-inner {
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
}
.drop-cats-list {
    display: none;
}
.show-drop .drop-cats-list {
    display: block;
}
.nav-holder li:not(.nav-holder_lang) .drop-cats-list-item {
    list-style: disc;
    margin-left: 45px;
    border: none;
    color: #fff;
}
.drop-cats-link {
    cursor: pointer;
} 

.drop-cats-link.open,
.nav-holder .selected a,
.nav-holder a.selected {
    color: var(--color-second);
}
@media (max-width: 1024px) {
    .nav-holder a:hover {
        color: var(--color-second);
    }
}
@media (min-width: 1023px) {
    .nav-holder a:hover,
    .drop-cats-link:hover {
        color: var(--color-second);
    } 
}
.nav-holder .search-btn-inner svg,
.nav-holder a svg,
.drop-cats-link svg.menu-svg {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    fill: var(--color-second);
}
@media (max-width: 1024px) {
    .nav-holder a.icon-item.search-Js svg {
        display: none;
    }
}
.nav-holder .search-wrap input {
    outline: none;
    border: none;
    padding: 0;
    font-size: 20px;
    color: #fff;
    background: transparent;
    height: auto;
}  
.nav-holder .search-wrap input::-webkit-input-placeholder {
    color: #fff;
}
.nav-holder .search-wrap input:-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.nav-holder .search-wrap input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.nav-holder .search-wrap input:-ms-input-placeholder {
    color: #fff;
}
.nav-holder .search-wrap input::-ms-input-placeholder {
    color: #fff;
}
.nav-holder .search-wrap input::placeholder {
    color: #fff;
}
.nav-holder .drop {
    position: absolute;
    top: 100%;
    right: calc(100% - 150px);
    transform: translate3d(-20px, 20px, 0);
    background: #000;
    border-radius: 5px;
    width: 365px;
    padding: 25px 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 11;
}
.nav-holder .drop {
    left: 0;
    overflow-y: scroll;
    height: 310px;
}
.nav-holder .drop .select-box li a {
    font-size: 16px;
}
.nav-holder .drop .select-box {
    display: flex;
    flex-wrap: wrap;
}
.nav-holder .drop .select-box li {
    width: 40%;
}
.nav-holder .drop a {
    margin-bottom: 30px;
}
.nav-holder .drop a:last-child {
    margin: 0;
}
.nav-holder .search {
    display: block;
    position: static;
}
.wrapper.mobile-open .nav {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
    overflow-y: scroll;
}
.wrapper.mobile-open.show-drop .nav {
    overflow-y: scroll;
}
/* nav menu styles */ 
/* tag strip styles */ 
.tagstrip {
    margin: 0 0 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;
    border-radius: 20px;
    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;
}
.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://static.bftv.xxx/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 */ 
/* 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 */
/* report modal */
body.show-report,
body.show-change-title {
    overflow: hidden;
}
body.show-report .report-video-modal-overlay,
body.show-change-title .change-video-title-modal-overlay {
    display: flex;
}
.report-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    z-index: 9999;
    justify-content: center;
    align-items: center;
}
.report-modal {
    color: #fff;
    width: 25rem;
    padding: 1.5rem;
    border: 1px solid #2d2d2d;
    border-radius: 5px;
    text-align: center;
}
@media (max-width: 768px) {
    .report-modal {
        border: none;
        width: auto;
    }
}
.report-modal__close-btn {
    background: 0 0;
    border: none;
    cursor: pointer;
}
.report-modal__close-btn svg {
    width: 24px;
    height: 24px;
    fill: #fff;
}
.report-modal__close {
    display: flex;
    justify-content: flex-end;
}
.report-modal__title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
.report-modal__subtitle {
    font-size: 12px;
}
.report-modal__title_value {
    text-transform: capitalize;
}
.report-list__body {
    text-align: left;
    margin: 10px 0 20px;
}
.report-list__btn {
    background: 0 0;
    border: 1px solid var(--color-second);
    color: #fff;
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
}
.report-list__submit {
    background-color: var(--color-second);
}
.report-list__row {
    margin-bottom: 10px;
    border: 1px solid #2d2d2d;
    margin-bottom: 5px;
}
.report-list__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;
}
.report-list__radiobtn {
    position: absolute;
    top: 7px;
    left: 7px;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 50%;
}
.report-list__label input:checked ~ .report-list__radiobtn {
    background-color:  var(--color-second);
}
.report-list__radiobtn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: white;
    display: none;
}
.report-list__label input:checked ~ .report-list__radiobtn:after {
    display: block;
}
.report-list__textarea {
    margin-top: 5px;
}
.report-list__textarea,
.report-list__input {
    width: 100%;
    resize: none;
    background: #2d2d2d;
    color: #fff;
    border: 1px solid #000;
    outline: none;
    padding: 10px 15px;
}
.thumb-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.thumb-report {
    font-size: 12px;
    height: 20px;
    padding: 0 10px;
    border-radius: 2px;
    background: var(--thumb-flag-bg);
    color: var(--thumb-flag-color);
    transition: opacity 0.6s;
    outline: none;
    border: none;
    cursor: pointer;
}
.thumb-preview {font-size: 20px;}
.heading .thumb-report {
    margin-left: 10px;
}
.edit-btn {
    cursor: pointer;
    border: none;
    background: transparent;
    font-size: 20px;
    margin-left: 10px;
}
.report-modal__video-title {
    color: var(--color-second);
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}
.report-modal__success-message {
    font-size: 25px;
    font-weight: bold;
    color: #44ee4b;
}
.report-modal.report-page-modal {

    width: 100%;
    padding: 0;
    background-color: #000;
    
}

/* report modal */

.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;
    }
}

.top-ads__head,
.rel-ads__head {
    text-align: center;
} 

.rel-ads {
    width: 100%;
    margin-bottom: 20px;
}
.thumb .video-js,
.thumb .video-js video {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#playerNext {
    margin: 0 auto;
    max-width:850px;
    width:100%;
    height: 200px;
    background:#000;
}
@media(min-width: 1025px) {
    #playerNext {
        height: 400px;
    }
}  
.feedback-list__textarea {
    resize: none;
}
.feedback-list__textarea::-webkit-input-placeholder {
    color: #fff;
}
.feedback-list__textarea:-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.feedback-list__textarea::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.feedback-list__textarea:-ms-input-placeholder {
    color: #fff;
}
.feedback-list__textarea::-ms-input-placeholder {
    color: #fff;
}
.feedback-list__textarea::placeholder {
    color: #fff;
}
.feedback-bage {
    position: fixed;
    right: 0;
    top: calc(50% - 15px);
    transform: rotate(-90deg);
    transform-origin: right bottom 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    background-color: #2d0087;
    color: #fff;
    border-radius: 3px 3px 0 0;
    box-sizing: border-box;
    font-size: 20px;
    padding: 6px 20px 6px;
}
@media(max-width: 500px) {
    .feedback-bage {
        font-size: 14px;
        padding: 6px 10px 6px;
    }
}
.feedback-list__body {
    position: relative;
}
.report-list__error-message,
.feedback-list__error-message {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    color: #e60505;
    background: #000;
}
.feedback-list__row_url {
    margin-bottom: 10px;
}


