.mobile-dropdown__link {
    position: relative;
    display: inline-flex;
    padding-right: 14px
}

.mobile-dropdown__link:after {
    content: "";
    position: absolute;
    right: 4px;
    top: calc(50% - 4px);
    width: 4px;
    height: 4px;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer
}

.mobile-dropdown--open .mobile-dropdown__link:after {
    transform: rotate(225deg);
    top: 50%
}

.mobile-dropdown__list {
    display: flex;
    flex-direction: column;
    padding: 12px 0
}

.mobile-dropdown__list--item {
    font-size: 12px;
    color: #999;
    padding: 0 12px;
    margin-top: 12px
}

.footer {
    background: #F1F0F5;
    width: 100%;
    border-top: 1px solid #e5e7eb;
    position: relative;
    padding: 20px 0 12px
}

.footer__mobile {
    display: none
}

@media (max-width: 1024px) {
    .footer__mobile {
        display:block
    }
}

.footer__rta {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center
}

.footer__rta .svg-icon {
    width: 67px;
    height: 24px
}

@media (max-width: 1024px) {
    .footer__rta {
        flex-direction:column;
        gap: 20px
    }
}

.footer__rta .tv-app {
    display: inline-flex;
    align-items: center;
    padding: 12px 16px;
    gap: 6px;
    background: #fff;
    border-radius: 8px
}

.footer__desctop {
    display: block;
    display: flex;
    align-items: center;
    gap: 30px
}

@media (max-width: 1024px) {
    .footer__desctop {
        display:none
    }
}

.footer__desctop-adv {
    display: flex;
    gap: 8px;
    align-items: center
}

.footer .copyright {
    color: #3a3a3a80
}

.footer-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 0 24px
}

.footer-info span {
    font-size: 18px;
    line-height: 28px;
    color: #999
}

@media (max-width: 1024px) {
    .footer-info span {
        font-size:14px;
        line-height: 24px
    }
}

.footer-wrp {
    margin: 0 0 0 100px
}

@media (max-width: 1024px) {
    .footer-wrp {
        margin:0
    }
}

.footer__rta {
    display: flex
}

.footer-row {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 36px;
    padding: 24px 0
}

@media (max-width: 1024px) {
    .footer-row {
        gap:25px;
        align-items: center;
        padding: 24px 0
    }
}

.footer-row-left {
    width: 45%;
    border-right: 1px solid #e5e7eb;
    padding-right: 72px
}

@media (max-width: 1024px) {
    .footer-row-left {
        width:100%;
        border: none;
        padding: 0
    }
}

.footer-row-right {
    width: 55%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px
}

@media (max-width: 1024px) {
    .footer-row-right {
        flex-direction:column;
        width: 100%
    }
}

.footer-row-column {
    flex: 1
}

@media (max-width: 1024px) {
    .footer-row-column {
        display:flex;
        justify-content: center
    }
}

@media (max-width: 1024px) {
    .footer-row-column .links {
        display:none
    }
}

.footer-row-column .links .title-sm {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px
}

.footer-row-column .links a {
    color: #999;
    margin-bottom: 8px;
    display: flex;
    justify-content: flex-start;
    transition: .3s;
    font-size: 18px;
    line-height: 24px
}

@media (max-width: 1024px) {
    .footer-row-column .links a {
        justify-content:center
    }
}

.footer-row-column .links a:hover {
    color: #2a2a2a
}

.footer-row-column .mobile-links {
    display: none
}

@media (max-width: 1024px) {
    .footer-row-column .mobile-links {
        display:flex;
        margin-bottom: 12px;
        flex-direction: column;
        align-items: center
    }
}

.footer-row-column .mobile-links .mobile-dropdown__link {
    color: #2a2a2a;
    font-weight: 700
}

.footer-row-column .mobile-links .mobile-dropdown__list a {
    font-size: 12px;
    color: #999
}

.footer__text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 16px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    width: 100%;
    color: #999
}

.footer__text .svg-icon {
    width: 67px;
    height: 24px
}

@media (max-width: 1024px) {
    .footer__text {
        align-items:center;
        text-align: center;
        font-size: 14px;
        line-height: 24px
    }
}

.search[data-v-7ccbdcc9] {
    display: flex;
    position: relative;
    width: 100%
}

@media (max-width: 425px) {
    .search[data-v-7ccbdcc9] {
        width:auto;
        justify-content: flex-end
    }
}

@media (max-width: 425px) {
    .search--open[data-v-7ccbdcc9] {
        display:flex;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 52px;
        align-items: center;
        background: #FFFFFF;
        margin-right: 0
    }
}

.search--open .search__open--mobile[data-v-7ccbdcc9] {
    display: none
}

.search--open .search__container[data-v-7ccbdcc9] {
    display: block
}

.search .input[data-v-7ccbdcc9] {
    padding-right: 36px
}

@media (max-width: 425px) {
    .search .input[data-v-7ccbdcc9] {
        border:none;
        padding: 0 12px
    }
}

.search__input[data-v-7ccbdcc9] {
    display: flex;
    width: 100%;
    align-items: center
}

@media (max-width: 425px) {
    .search__input[data-v-7ccbdcc9] {
        flex-direction:row-reverse;
        justify-content: space-between;
        gap: 10px;
        padding: 15px;
        height: 77px;
        background: transparent;
        max-width: none
    }
}

.search__input-border[data-v-7ccbdcc9] {
    border-radius: 20px 20px 0 0!important
}

@media (max-width: 425px) {
    .search__input-border[data-v-7ccbdcc9] {
        border-radius:48px!important
    }
}

.search__input button[data-v-7ccbdcc9] {
    position: absolute;
    cursor: pointer;
    right: 12px;
    display: flex
}

.search__input button .svg-icon[data-v-7ccbdcc9] {
    color: #999;
    width: 16px;
    height: 16px
}

@media (max-width: 425px) {
    .search__input button[data-v-7ccbdcc9] {
        position:relative;
        right: 0;
        padding: 16px;
        background: #ffffff;
        border-radius: 48px
    }

    .search__input button .svg-icon[data-v-7ccbdcc9] {
        color: #999;
        width: 20px;
        height: 20px
    }

    .search__input button i[data-v-7ccbdcc9] {
        padding: 12px;
        display: block
    }
}

.search__container[data-v-7ccbdcc9] {
    width: 100%
}

@media (max-width: 425px) {
    .search__container[data-v-7ccbdcc9] {
        height:80px;
        position: fixed;
        top: 0;
        left: -100%;
        background: rgba(0,0,0,.5);
        z-index: 113;
        transition: .3s
    }
}

@media (max-width: 425px) {
    .search__container.open[data-v-7ccbdcc9] {
        left:0
    }
}

.search__container.open .input[data-v-7ccbdcc9] {
    border-left: 1px solid rgba(58,58,58,.3);
    border-right: 1px solid rgba(58,58,58,.3);
    border-bottom: none
}

@media (max-width: 425px) {
    .search__container.open .input[data-v-7ccbdcc9] {
        border:none
    }
}

.search__container .list[data-v-7ccbdcc9] {
    list-style: none;
    margin: 10px 0;
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap
}

.search__container .list li[data-v-7ccbdcc9] {
    font-size: .75rem;
    display: flex;
    text-decoration: none;
    line-height: 20px;
    min-height: 32px;
    color: #999;
    white-space: nowrap;
    align-items: center;
    overflow: hidden
}

.search__container .list li a[data-v-7ccbdcc9] {
    display: flex;
    flex-grow: 1;
    align-items: center;
    transition: .3s;
    padding: 5px 10px;
    background: #F1F0F5;
    border: 1px solid #F1F0F5;
    border-radius: 5px
}

.search__container .list li a[data-v-7ccbdcc9]:hover {
    background: #ffffff;
    border: 1px solid #999999
}

.search__container .list li .title[data-v-7ccbdcc9] {
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999;
    font-size: 12px;
    margin-bottom: 0
}

.search__container .list li .count[data-v-7ccbdcc9] {
    font-size: 12px;
    color: #999;
    opacity: .8;
    margin-left: 5px;
    display: flex;
    align-items: center;
    gap: 5px
}

.search__container .list li .count.history[data-v-7ccbdcc9] {
    float: right
}

.search__container .list-group .title[data-v-7ccbdcc9] {
    margin-bottom: 6px;
    font-size: 14px;
    color: #2a2a2a
}

.search__response[data-v-7ccbdcc9] {
    top: 100%;
    position: absolute;
    padding: 0 12px 10px;
    z-index: 102;
    width: 100%;
    background: #ffffff;
    border-radius: 0 0 20px 20px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34,60,80,.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34,60,80,.2);
    box-shadow: 0 0 8px #223c5033
}

@media (max-width: 425px) {
    .search__response[data-v-7ccbdcc9] {
        padding:10px;
        border-radius: 20px;
        z-index: 114;
        width: calc(100% - 30px);
        top: 80px;
        overflow: auto;
        border: none
    }
}

.search__response__nomatch[data-v-7ccbdcc9] {
    margin-top: 10px;
    color: #999;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px
}

@media (max-width: 425px) {
    .search__response__nomatch[data-v-7ccbdcc9] {
        margin-top:0
    }
}

@media (max-width: 425px) {
    .search__response__wrapper[data-v-7ccbdcc9] {
        display:flex;
        justify-content: center;
        height: calc(100vh - 80px);
        background-color: #00000080
    }
}

.search__response__model-wrp[data-v-7ccbdcc9] {
    height: 40px;
    width: 40px;
    overflow: hidden;
    margin: 6px 15px 6px 0;
    border-radius: 50%
}

.search__response__model-img[data-v-7ccbdcc9] {
    width: 40px;
    margin-right: 12px
}

.search__response__channel-img[data-v-7ccbdcc9] {
    height: 40px;
    margin-right: 10px
}

.search__response__model-statistic[data-v-7ccbdcc9] {
    display: flex;
    flex-direction: column
}

@media (max-width: 425px) {
    .search__response a[data-v-7ccbdcc9] {
        display:block
    }
}

.search__close--mobile[data-v-7ccbdcc9] {
    display: none
}

@media (max-width: 425px) {
    .search__close--mobile[data-v-7ccbdcc9] {
        display:block
    }
}

.search__open--mobile[data-v-7ccbdcc9] {
    display: none
}

.search__open--mobile .svg-icon[data-v-7ccbdcc9] {
    color: #518ef8;
    width: 24px;
    height: 24px
}

@media (max-width: 425px) {
    .search__open--mobile[data-v-7ccbdcc9] {
        display:flex;
        align-items: center;
        padding: 8px;
        background: #3a3a3a;
        border-radius: 48px
    }

    .search__open--mobile .svg-icon[data-v-7ccbdcc9] {
        width: 20px;
        height: 20px
    }
}

.search-item-focus[data-v-7ccbdcc9],.no-touch .search__container .list li[data-v-7ccbdcc9]:hover {
    background: #F8F9FA
}

.no-touch .search__container .list li:hover .title[data-v-7ccbdcc9] {
    color: #8d31e0
}

.input-search[data-v-7ccbdcc9] {
    background: #3a3a3a;
    color: #6d7076;
    padding: 10px;
    font-size: 14px;
    line-height: 24px;
    border-radius: 48px;
    height: 42px
}

@media (max-width: 1024px) {
    .input-search[data-v-7ccbdcc9] {
        height:52px
    }
}

@media (max-width: 425px) {
    .input-search[data-v-7ccbdcc9] {
        border-radius:48px
    }
}

.icon[data-v-0b667202] {
    width: 16px!important;
    height: 16px!important;
    transition: transform .15s ease-in-out
}

.icon--active[data-v-0b667202] {
    transform: rotate(180deg)
}

.select[data-v-0b667202] {
    position: relative;
    background: #ffffff;
    color: #999;
    font-size: 14px;
    line-height: 20px;
    border-radius: 10px
}

@media (max-width: 1024px) {
    .select[data-v-0b667202] {
        background:#F1F0F5
    }
}

.select--inline[data-v-0b667202] {
    border: none;
    height: auto
}

.select--inline .select__label[data-v-0b667202] {
    height: auto
}

.select--inline .select__list[data-v-0b667202] {
    min-width: 0;
    max-width: none
}

.select--inline .select__list ul li[data-v-0b667202] {
    white-space: nowrap
}

.select.disabled .select__label[data-v-0b667202] {
    opacity: .5;
    cursor: no-drop
}

.select-right .select__list[data-v-0b667202] {
    right: 0
}

.select__label[data-v-0b667202] {
    display: flex;
    cursor: pointer;
    align-items: center;
    height: 52px;
    padding: 0 10px;
    border-radius: 10px;
    gap: 8px;
    color: #999
}

.select__label .label[data-v-0b667202] {
    flex-grow: 1;
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.select__label .label .flag[data-v-0b667202] {
    margin-right: 5px;
    vertical-align: sub
}

.select__label .label--letter[data-v-0b667202] {
    text-transform: uppercase
}

.select__label .svg-icon[data-v-0b667202] {
    color: #999
}

.select__list[data-v-0b667202] {
    overflow-y: auto;
    right: 0;
    padding: 8px;
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 100%;
    max-height: 300px;
    min-width: 100%;
    background-color: #fff!important;
    z-index: 102;
    border-radius: 10px;
    border: 1px solid rgba(58,58,58,.3)
}

.select__list[data-v-0b667202]::-webkit-scrollbar {
    width: 4px;
    background: #ffffff
}

.select__list[data-v-0b667202]::-webkit-scrollbar-thumb {
    background: #F1F0F5;
    border-radius: 2px
}

@media (max-width: 425px) {
    .select__list[data-v-0b667202] {
        max-width:100%
    }
}

.select__list .search-row[data-v-0b667202] {
    padding: 10px 10px 5px
}

.select__list .search-row>.input[data-v-0b667202] {
    width: 100%
}

.select__list .list[data-v-0b667202] {
    flex-grow: 1
}

.select__list .list-flag[data-v-0b667202] {
    display: inline-flex;
    align-items: center;
    margin-right: 10px
}

.select__list .list[data-v-0b667202]::-webkit-scrollbar {
    width: 8px;
    background: none;
    padding-right: 3px
}

.select__list .list[data-v-0b667202]::-webkit-scrollbar-thumb {
    margin-right: 3px;
    background: rgba(58,58,58,.5);
    border-radius: 2px
}

.select__list ul[data-v-0b667202] {
    list-style: none;
    color: #999;
    margin: 0!important;
    border-radius: 4px
}

.select__list ul li[data-v-0b667202] {
    padding: 8px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-align: left;
    transition: .3s
}

.select__list ul li i[data-v-0b667202] {
    margin-right: 8px
}

.select__list ul li[data-v-0b667202]:hover {
    background: #F1F0F5;
    color: #2a2a2a
}

.select__list ul li a[data-v-0b667202] {
    display: flex
}

.select__title[data-v-0b667202] {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin-bottom: 8px;
    display: block
}

.lang-select[data-v-0b667202] {
    background: #3a3a3a;
    transition: .3s;
    height: 42px;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.lang-select[data-v-0b667202]:hover {
    background: #212121
}

@media (max-width: 1024px) {
    .lang-select[data-v-0b667202]:hover {
        background:#ffffff
    }
}

.lang-label[data-v-0b667202] {
    cursor: pointer;
    margin-top: 5px;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width: 1024px) {
    .select__lang {
        width:100%
    }
}

.select__lang .select__list {
    max-height: none
}

.header__nav {
    display: flex;
    gap: 8px
}

.header__nav-link .avatar {
    transform: none!important
}

.header__nav__btn {
    background: #3a3a3a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 42px;
    width: 42px;
    transition: .3s
}

.header__nav__btn .svg-icon {
    color: #6d7076;
    fill: #6d7076;
    width: 20px;
    height: 20px
}

.header__nav__btn:hover {
    background: #212121
}

.mobile-menu-open {
    transition: .3s;
    transform: rotate(180deg)
}

.mobile-menu-close {
    transition: .3s;
    transform: rotate(0)
}

.mobile-menu__wrapper {
    position: fixed;
    top: 77px;
    left: 0;
    right: 0;
    height: calc(100vh - 77px);
    background: rgba(0,0,0,.5);
    z-index: 110;
    display: flex;
    justify-content: flex-end
}

@media (max-width: 425px) {
    .mobile-menu__wrapper {
        top:55px;
        height: calc(100vh - 55px)
    }
}

.mobile-menu__container {
    background: #F1F0F5;
    width: 264px;
    height: 100%;
    overflow-y: auto
}

.mobile-menu__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3a3a3a;
    padding: 14px;
    border-radius: 48px;
    transition: .3s;
    cursor: pointer
}

.mobile-menu__buttons:hover {
    background: #212121
}

.mobile-menu__buttons .svg-icon {
    fill: #2a2a2a;
    width: 24px;
    height: 24px
}

@media (max-width: 425px) {
    .mobile-menu__buttons {
        padding:8px
    }

    .mobile-menu__buttons .svg-icon {
        width: 20px;
        height: 20px
    }
}

.mobile-menu__buttons .mobile-menu__close {
    width: 16px;
    height: 16px
}

.mobile-menu__user {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    color: #2a2a2a;
    font-weight: 700
}

.mobile-menu__user .avatar {
    margin-right: 12px
}

.mobile-menu__user--item {
    color: #2a2a2a;
    display: flex;
    align-items: center;
    height: 100%;
    gap: 8px;
    padding: 10px 24px
}

.mobile-menu__user--button {
    display: flex;
    align-items: center;
    color: #999
}

.mobile-menu__list {
    padding: 10px 0;
    margin-bottom: 12px
}

.mobile-menu__list--item {
    color: #2a2a2a;
    padding: 10px 24px;
    display: flex;
    gap: 6px;
    align-items: center;
    font-weight: 700;
    cursor: pointer
}

.mobile-menu__list--item .svg-icon {
    color: #2a2a2a
}

.mobile-menu__item {
    padding: 10px 24px;
    color: #999;
    display: block
}

.mobile-menu__item .mobile-dropdown__link {
    font-weight: 700;
    cursor: pointer;
    color: #2a2a2a
}

.mobile-menu__item .mobile-dropdown__list--item {
    margin-top: 5px
}

.mobile-menu__item .mobile-dropdown__list--item:hover {
    color: #8d31e0
}

.mobile-menu .select__label {
    display: inline-flex
}

.mobile-menu .select__list {
    overflow-y: auto;
    position: absolute;
    left: 0;
    padding: 8px;
    display: flex;
    flex-direction: column;
    top: 100%;
    max-height: none;
    width: fit-content;
    z-index: 102;
    border: none
}

.header {
    background: rgba(0,0,0,.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: .3s
}

@media (max-width: 1024px) {
    .header {
        background:#2a2a2a;
        position: fixed;
        display: flex;
        justify-content: center;
        top: 0;
        width: 100%;
        z-index: 100;
        transition: top .3s
    }
}

@media (max-width: 425px) {
    .header {
        height:55px
    }
}

.header__wrapper {
    margin: 0 auto;
    width: 100%;
    padding: 10px 24px
}

@media (max-width: 1024px) {
    .header__wrapper {
        padding:10px 15px
    }
}

.header__logo {
    margin-right: 20px;
    display: flex;
    align-items: center;
    transition: .3s;
    height: 42px
}

.header__logo .svg-icon {
    width: 142px;
    height: 42px
}

@media (max-width: 450px) {
    .header__logo .svg-icon {
        width:90px;
        height: 32px
    }
}

.header__logo:hover {
    transform: scale(1.03)
}

.header__left {
    display: flex;
    align-items: center;
    width: 100%;
    margin-right: 8px
}

.header__utils {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.header__btn {
    background: #3a3a3a;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 50%;
    height: 42px;
    width: 42px;
    transition: .3s;
    color: #999;
    font-size: 14px;
    line-height: 20px
}

.header__btn .svg-icon {
    width: 20px;
    height: 20px
}

.header__btn:hover {
    background: #212121
}

.header__container {
    position: relative
}

.header__container__first-line {
    min-height: 40px;
    gap: 20px
}

@media (max-width: 1024px) {
    .header__container__first-line {
        margin-bottom:0;
        justify-content: flex-end;
        position: relative
    }
}

@media (max-width: 768px) {
    .header__container__first-line {
        gap:5px
    }
}

@media (max-width: 1024px) {
    .header__container__second-line {
        display:none
    }
}

.header__container__second-line .header__nav {
    width: 100%;
    position: relative
}

.header__container .wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #FFFFFF;
    padding: 12px 0
}

@media (min-width: 1025px) and (max-width: 1366px) {
    .header__container .wrapper {
        padding:12px 20px
    }
}

@media (max-width: 1024px) {
    .header__container .wrapper {
        padding:0 10px;
        justify-content: center
    }
}

.header__container .logo {
    display: flex
}

.header__container .logo .svg-icon {
    width: 137px;
    height: 40px
}

@media (max-width: 1024px) {
    .header__container .logo .svg-icon {
        width:122px;
        height: 37px
    }
}

@media (min-width: 1025px) and (max-width: 1366px) {
    .header__container .logo {
        margin-right:24px
    }
}

.header__nav {
    list-style: none;
    display: flex
}

@media (max-width: 1024px) {
    .header__nav {
        display:none
    }
}

.header__nav--item {
    display: flex;
    margin-right: 20px;
    white-space: nowrap;
    cursor: pointer;
    align-items: center
}

@media (min-width: 1366px) and (max-width: 1630px) {
    .header__nav--item {
        margin-right:16px
    }
}

@media (min-width: 1025px) and (max-width: 1366px) {
    .header__nav--item {
        margin-right:16px
    }
}

.header__nav--item a {
    display: flex;
    align-items: center;
    color: #2a2a2a
}

.header__nav--item i,.header__nav--item .svg-icon {
    margin-right: 8px
}

.header__nav--item:last-child {
    margin-right: 0
}

.header__nav--item .dropdown--arrow .dropdown-content {
    z-index: 100
}

@media (min-width: 1025px) and (max-width: 1366px) {
    .header__nav--item__lg {
        display:none
    }
}

.header__nav--item__upload {
    position: absolute;
    right: 0
}

.header__nav--item__upload .title-sm {
    display: flex;
    align-items: center
}

.header__nav--user .avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    z-index: 13;
    background-size: cover;
    background-color: #fff
}

.header__nav--user i {
    margin-right: 0;
    color: #3a3a3a4d;
    font-size: 20px
}

.header__nav--user .dropdown {
    margin-right: 8px;
    padding-right: 14px
}

.header__nav--user .dropdown:last-child {
    margin-right: 0;
    padding-right: 0
}

@media (max-width: 1024px) {
    .header-fixed--mobile {
        top:-53px
    }
}

.header__mobile-menu {
    display: none
}
.header__utils-menu {
    display:block
}

.sidebar__wrapper {
    display:block
}

@media (max-width: 1024px) {
    .header__mobile-menu {
        display:block
    }
    .header__utils-menu {
        display:none
    }
    .sidebar__wrapper {
        display:none
    }
}

.header__mobile-menu .icon-menu {
    font-size: 24px;
    color: #2a2a2a
}

.header__item {
    display: none
}

@media (max-width: 425px) {
    .header__item {
        display:flex;
        justify-content: center;
        margin-bottom: 8px
    }
}

.header__item .text {
    text-align: center;
    margin-bottom: 5px;
    font-size: 12px
}

.header .search__wrapper {
    flex-grow: 1;
    max-width: 40%
}

@media (max-width: 1024px) {
    .header .search__wrapper {
        max-width:100%;
        width: 100%
    }
}

@media (max-width: 1024px) {
    .header .search__wrapper {
        flex-grow:initial
    }
}

.device-phone .header__item {
    display: flex;
    justify-content: center;
    margin-bottom: 8px
}

.sidebar__wrapper[data-v-8f3dd743] {
    top: 72px;
    position: fixed;
    z-index: 99;
    background: #F1F0F5;
    width: 100%;
    max-width: 100px;
    transition: .3s;
    bottom: 0;
    left: 0;
    box-sizing: border-box
}

.sidebar__logo[data-v-8f3dd743] {
    width: 72px;
    height: 72px;
    margin-top: 13px;
    margin-bottom: 52px;
    transition: .3s
}

.sidebar__logo .svg-icon[data-v-8f3dd743] {
    width: 72px;
    height: 72px
}

.sidebar__logo[data-v-8f3dd743]:hover {
    transform: scale(1.03)
}

.sidebar__links[data-v-8f3dd743] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 23px;
    gap: 10px;
    margin-top: 10px
}

.sidebar__links-link[data-v-8f3dd743] {
    border: 1px solid #F1F0F5;
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 48px;
    transition: .3s;
    text-align: center;
    color: #2a2a2a;
    font-size: 10px;
    line-height: 12px;
    background: #ffffff
}

.sidebar__links-link span[data-v-8f3dd743] {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: none
}

.sidebar__links-link .svg-icon[data-v-8f3dd743] {
    color: #999;
    transition: .3s;
    width: 20px;
    height: 20px
}

.sidebar__links-link-wrapper[data-v-8f3dd743] {
    border-radius: 48px
}

.sidebar__links-link-wrapper:hover .sidebar__links-link[data-v-8f3dd743] {
    width: max-content;
    margin-left: 10px;
    padding: 0 16px;
    box-shadow: none
}

.sidebar__links-link-wrapper:hover .sidebar__links-link .svg-icon[data-v-8f3dd743] {
    color: #8d31e0
}

.sidebar__links-link-wrapper:hover .sidebar__links-link span[data-v-8f3dd743] {
    display: inline
}

.current-route[data-v-8f3dd743] {
    color: #2a2a2a;
    -webkit-box-shadow: 0px 0px 8px -3px rgba(34,60,80,.2);
    -moz-box-shadow: 0px 0px 8px -3px rgba(34,60,80,.2);
    box-shadow: 0 0 8px -3px #223c5033
}

.current-route .svg-icon[data-v-8f3dd743] {
    color: #8d31e0
}

.input__wrapper label {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #2a2a2a;
    margin-bottom: 8px;
    display: block
}

.input__wrapper .input {
    width: 100%
}

.input__wrapper.error .input,.input__wrapper.error textarea,.input__wrapper.error .select .select-label {
    border-color: #fe5461
}

.input__wrapper .error {
    color: #fe5461;
    font-size: 10px;
    text-align: left
}

.spinner {
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: text-bottom;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 4px;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}

.spinner__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1rem
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.modal__login__google[data-v-d871b0b1] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
    background: transparent;
    color: #999
}

.modal__login__google--wrp[data-v-d871b0b1] {
    padding: 12px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #6d7076;
    transition: .3s
}

.modal__login__google .google__icon[data-v-d871b0b1] {
    width: 24px;
    height: 24px;
    color: #6d7076;
    transition: .3s
}

.modal__login__google:hover .modal__login__google--wrp[data-v-d871b0b1] {
    background: #8D31E0;
    border: 1px solid #8D31E0
}

.modal__login__google:hover .svg-icon[data-v-d871b0b1] {
    color: #fff;
    fill: #fff
}

.modal__login__links[data-v-d871b0b1] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 8px
}

.modal__login__link[data-v-d871b0b1] {
    color: #2a2a2a;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 4px 16px;
    border-radius: 10px;
    border: 1px solid #2a2a2a;
    transition: .3s
}

.modal__login__link[data-v-d871b0b1]:hover {
    color: #f1f0f5;
    background: #2a2a2a
}

.textarea__wrapper label {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #2a2a2a;
    margin-bottom: 8px;
    display: block
}

.textarea__wrapper textarea {
    width: 100%
}

.textarea__wrapper.error textarea {
    border-color: #fe5461
}

.textarea__wrapper .error {
    color: #fe5461;
    font-size: 10px;
    text-align: left;
    margin-top: -6px
}

.form-file {
    width: 100%
}

.form-file__empty,.form-file__uploaded {
    text-align: center;
    cursor: pointer;
    background: #FFFFFF;
    padding: 0 16px;
    color: #3a3a3acc;
    height: 36px;
    font-size: .875rem;
    line-height: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px
}

.form-file__uploaded .clear {
    display: flex
}

.form-file__uploaded .clear .svg-icon {
    width: 12px;
    height: 12px
}

.age-verification {
    padding: 15px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px
}

.age-verification__logo {
    background: #3a3a3a;
    border-radius: 10px;
    padding: 5px;
    display: flex
}

.age-verification__logo img {
    display: block;
    width: 150px
}

.age-verification__icon {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3a3a3a;
    color: #f1f0f5;
    border-radius: 50%
}

.modal-share {
    text-align: left
}

.modal-share .modal-title {
    margin-bottom: 8px
}

.modal-share .socials {
    display: flex;
    gap: 10px;
    margin-bottom: 8px
}

.modal-share .socials a {
    height: 30px;
    width: 30px
}

.modal-share .socials a.facebook {
    fill: #3a559f
}

.tg-button[data-v-dab9614d] {
    margin-top: 15px;
    width: 100%;
    min-height: 38px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 2px;
    background: #009eeb;
    color: #fff;
    border: none
}

.tg-button .svg-icon[data-v-dab9614d] {
    color: #fff;
    fill: #fff
}

.tg-button-red[data-v-dab9614d] {
    cursor: pointer;
    background: #8D31E0
}

.tg-loader[data-v-dab9614d] {
    width: 24px;
    height: 24px;
    border: 5px solid #fff;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation-dab9614d 1s linear infinite
}

@keyframes rotation-dab9614d {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.modal-text[data-v-dab9614d] {
    color: #2a2a2a
}

.modal {
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 111;
    overflow-y: auto
}

.modal-title {
    color: #2a2a2a;
    text-align: left;
    margin-bottom: 12px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem
}

.modal-block {
    background: #F1F0F5;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%);
    width: 380px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden
}

@media (max-width: 400px) {
    .modal-block {
        width:90%
    }
}

.modal-block-content {
    padding: 0 15px
}

.modal-block .modal-title {
    padding: 15px;
    background: #000;
    color: #fff
}

.modal-block .socials {
    padding: 15px 15px 0
}

.modal-block .form {
    padding: 15px 15px 24px
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    color: #3a3a3a80
}

.modal-close .icon-close {
    line-height: 20px
}

.modal-close:hover {
    color: #fe5461
}

.modal-xl {
    max-width: 900px;
    width: 100%
}

@media (max-width: 1024px) {
    .modal-xl {
        top:5%
    }
}

.notifications {
    position: fixed;
    top: 0;
    right: 20px;
    width: 300px;
    z-index: 1001
}

.notifications-item {
    background: #F1F0F5;
    border: 1px solid rgba(58,58,58,.7);
    padding: 20px 30px;
    width: 100%;
    margin-top: 20px;
    transition: all 1s;
    display: flex;
    align-items: center;
    border-radius: 5px
}

.notifications-item__icon {
    padding: 5px;
    border-radius: 50%;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center
}

.notifications-item-enter {
    opacity: 0;
    transform: translateY(-30px)
}

.notifications-item-leave-to {
    opacity: 0
}

.notifications-item-leave-active {
    position: absolute
}

.notifications-item .svg-icon {
    height: 20px;
    width: 20px;
    min-width: 20px
}

.notifications-item .text {
    flex-grow: 1;
    margin-left: 15px;
    color: #fff;
    word-break: break-word
}

.notifications-item.success {
    background: #77dd77;
    border: none
}

.notifications-item.success .svg-icon {
    color: #27ae60
}

.notifications-item.error {
    background: #ff4d00;
    border: none
}

.notifications-item.error .svg-icon {
    color: #fe5461
}

.cookies-policy-block {
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border-top: 4px solid #F1F0F5;
    box-shadow: 0 -4px 20px #19233b08
}

.cookies-policy-block-text {
    color: #2a2a2a;
    display: flex;
    gap: 5px
}

@media (max-width: 425px) {
    .cookies-policy-block-text {
        font-size:10px;
        line-height: 15px;
        flex-grow: 1
    }
}

.cookies-policy-block-text a {
    color: #8d31e0
}

.cookies-policy-block .btn {
    width: 44px;
    margin-left: 40px;
    max-height: 30px;
    line-height: 30px;
    flex-shrink: 0
}

@media (max-width: 425px) {
    .cookies-policy-block .btn {
        margin-left:10px
    }
}

.lds-ellipsis[data-v-30b8ea5d] {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.lds-ellipsis div[data-v-30b8ea5d] {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #8D31E0;
    animation-timing-function: cubic-bezier(0,1,1,0)
}

.lds-ellipsis div[data-v-30b8ea5d]:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1-30b8ea5d .6s infinite
}

.lds-ellipsis div[data-v-30b8ea5d]:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2-30b8ea5d .6s infinite
}

.lds-ellipsis div[data-v-30b8ea5d]:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2-30b8ea5d .6s infinite
}

.lds-ellipsis div[data-v-30b8ea5d]:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3-30b8ea5d .6s infinite
}

@keyframes lds-ellipsis1-30b8ea5d {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@keyframes lds-ellipsis3-30b8ea5d {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(0)
    }
}

@keyframes lds-ellipsis2-30b8ea5d {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(24px)
    }
}

.modelsbar[data-v-5e28426b] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    overflow-x: scroll;
    overflow-y: hidden;
    gap: 8px;
    transition: .3s;
    height: 80px;
    scrollbar-width: none
}

.modelsbar__loader[data-v-5e28426b] {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center
}

.modelsbar__wrapper[data-v-5e28426b] {
    height: 80px;
    width: 100%;
    position: relative;
    margin-bottom: 10px
}

.modelsbar[data-v-5e28426b]::-webkit-scrollbar {
    display: none
}

.modelsbar__filter-left[data-v-5e28426b],.modelsbar__filter-right[data-v-5e28426b] {
    pointer-events: none;
    width: 52px;
    height: 52px;
    position: absolute;
    top: 0;
    transition: .3s;
    display: flex;
    justify-content: center
}

.modelsbar__filter-left[data-v-5e28426b] {
    left: 0
}

.modelsbar__filter-right[data-v-5e28426b] {
    right: 0
}

.modelsbar__filter-arrow[data-v-5e28426b] {
    cursor: pointer;
    margin-top: 12px;
    pointer-events: auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #F1F0F5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s
}

.modelsbar__filter-arrow[data-v-5e28426b]:hover {
    transform: scale(1.1)
}

.modelsbar__filter-arrow .svg-icon[data-v-5e28426b] {
    width: 20px;
    height: 20px
}

.modelsbar__item[data-v-5e28426b] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.modelsbar__item:hover span[data-v-5e28426b] {
    color: #8d31e0
}

.modelsbar__item__img[data-v-5e28426b] {
    width: 52px;
    height: 52px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #2a2a2a;
    position: relative
}

.modelsbar__item__img-model[data-v-5e28426b] {
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.modelsbar__item__img-channel[data-v-5e28426b] {
    display: flex;
    align-items: center;
    justify-content: center
}

.modelsbar__item__img img[data-v-5e28426b] {
    width: 52px;
    transition: .3s
}

.modelsbar__item__img .no-avatar-small[data-v-5e28426b] {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #3a3a3a;
    transition: .3s
}

.modelsbar__item__img:hover img[data-v-5e28426b] {
    transform: scale(1.1)
}

.modelsbar__item__img:hover .no-avatar-small[data-v-5e28426b] {
    transform: scale(1.2)
}

.modelsbar__item span[data-v-5e28426b] {
    transition: .3s;
    max-width: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-wrap: nowrap;
    color: #2a2a2a;
    font-size: 12px;
    font-style: normal;
    font-weight: 494;
    line-height: 14px;
    text-transform: capitalize
}

.header-promo {
    margin-top: 10px!important;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 12px!important
}

@media (min-width: 1024px) {
    .header-promo {
        margin-left:100px!important
    }
}

@media (min-width: 2400px) {
    .header-promo {
        max-width:100%!important;
        margin-left: 50px!important
    }
}

@media (max-width: 1024px) {
    body:has(.video-page__title) .header-promo {
        margin-bottom:0!important
    }
}

.header-promo__link {
    position: relative;
    cursor: pointer
}

.is-loaded .header-promo__link:after {
    display: block;
    content: "AD";
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    text-align: center;
    background: #262626;
    border-radius: 3px;
    font-size: 11px;
    opacity: .8;
    padding: 0 3px;
    pointer-events: none
}

.header-promo--mobile .header-promo__link {
    aspect-ratio: 5/2;
    width: 100%;
    overflow: hidden;
    max-width: 250px
}

.header-promo img {
    max-width: 100%
}

.header-promo+.wrapper {
    padding-top: 0!important
}

.seo__wrapper {
    position: relative;
    width: 100%;
    height: 50px
}

.seo__loader {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.seo__filter-left {
    pointer-events: none;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s
}

.seo__filter-right {
    pointer-events: none;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    transition: .3s
}

.seo__tags {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    height: 40px;
    scrollbar-width: none
}

.seo__tags::-webkit-scrollbar {
    display: none
}

.seo__tags .tag__item {
    flex: none;
    display: flex;
    align-items: center;
    border-radius: 2px;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.25rem
}

.seo__tags .tag__item .svg-icon {
    margin-right: 6px
}

.seo__tags .tag__item a {
    padding: 7px 10px;
    background: #ffffff;
    display: flex;
    align-items: center;
    color: #2a2a2a;
    border-radius: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    transition: .3s;
    border: 1px solid transparent
}

.no-touch .seo__tags .tag__item a:hover {
    color: #8d31e0;
    background: #ffffff;
    border: 1px solid #8D31E0
}

.flag {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 15px;
    display: inline-block;
    border-radius: 2px
}

.flag-en {
    background-image: url(/static/images/flags/us.svg)
}

.flag-eu {
    background-image: url(/static/images/flags/eu.svg)
}

.flag-af {
    background-image: url(/static/images/flags/af.svg)
}

.flag-ax {
    background-image: url(/static/images/flags/ax.svg)
}

.flag-al {
    background-image: url(/static/images/flags/al.svg)
}

.flag-dz {
    background-image: url(/static/images/flags/dz.svg)
}

.flag-as {
    background-image: url(/static/images/flags/as.svg)
}

.flag-ad {
    background-image: url(/static/images/flags/ad.svg)
}

.flag-ao {
    background-image: url(/static/images/flags/ao.svg)
}

.flag-ai {
    background-image: url(/static/images/flags/ai.svg)
}

.flag-aq {
    background-image: url(/static/images/flags/aq.svg)
}

.flag-ag {
    background-image: url(/static/images/flags/ag.svg)
}

.flag-ar {
    background-image: url(/static/images/flags/ar.svg)
}

.flag-am {
    background-image: url(/static/images/flags/am.svg)
}

.flag-aw {
    background-image: url(/static/images/flags/aw.svg)
}

.flag-au {
    background-image: url(/static/images/flags/au.svg)
}

.flag-at {
    background-image: url(/static/images/flags/at.svg)
}

.flag-az {
    background-image: url(/static/images/flags/az.svg)
}

.flag-bs {
    background-image: url(/static/images/flags/bs.svg)
}

.flag-bh {
    background-image: url(/static/images/flags/bh.svg)
}

.flag-bd {
    background-image: url(/static/images/flags/bd.svg)
}

.flag-bb {
    background-image: url(/static/images/flags/bb.svg)
}

.flag-by {
    background-image: url(/static/images/flags/by.svg)
}

.flag-be {
    background-image: url(/static/images/flags/be.svg)
}

.flag-bz {
    background-image: url(/static/images/flags/bz.svg)
}

.flag-bj {
    background-image: url(/static/images/flags/bj.svg)
}

.flag-bm {
    background-image: url(/static/images/flags/bm.svg)
}

.flag-bt {
    background-image: url(/static/images/flags/bt.svg)
}

.flag-bo {
    background-image: url(/static/images/flags/bo.svg)
}

.flag-ba {
    background-image: url(/static/images/flags/ba.svg)
}

.flag-bw {
    background-image: url(/static/images/flags/bw.svg)
}

.flag-br {
    background-image: url(/static/images/flags/br.svg)
}

.flag-io {
    background-image: url(/static/images/flags/io.svg)
}

.flag-bn {
    background-image: url(/static/images/flags/bn.svg)
}

.flag-bg {
    background-image: url(/static/images/flags/bg.svg)
}

.flag-bf {
    background-image: url(/static/images/flags/bf.svg)
}

.flag-bi {
    background-image: url(/static/images/flags/bi.svg)
}

.flag-kh {
    background-image: url(/static/images/flags/kh.svg)
}

.flag-cm {
    background-image: url(/static/images/flags/cm.svg)
}

.flag-ca {
    background-image: url(/static/images/flags/ca.svg)
}

.flag-cv {
    background-image: url(/static/images/flags/cv.svg)
}

.flag-ky {
    background-image: url(/static/images/flags/ky.svg)
}

.flag-cf {
    background-image: url(/static/images/flags/cf.svg)
}

.flag-td {
    background-image: url(/static/images/flags/td.svg)
}

.flag-cl {
    background-image: url(/static/images/flags/cl.svg)
}

.flag-cn {
    background-image: url(/static/images/flags/cn.svg)
}

.flag-cx {
    background-image: url(/static/images/flags/cx.svg)
}

.flag-cc {
    background-image: url(/static/images/flags/cc.svg)
}

.flag-co {
    background-image: url(/static/images/flags/co.svg)
}

.flag-km {
    background-image: url(/static/images/flags/km.svg)
}

.flag-cd {
    background-image: url(/static/images/flags/cd.svg)
}

.flag-cg {
    background-image: url(/static/images/flags/cg.svg)
}

.flag-ck {
    background-image: url(/static/images/flags/ck.svg)
}

.flag-cr {
    background-image: url(/static/images/flags/cr.svg)
}

.flag-ci {
    background-image: url(/static/images/flags/ci.svg)
}

.flag-hr {
    background-image: url(/static/images/flags/hr.svg)
}

.flag-cu {
    background-image: url(/static/images/flags/cu.svg)
}

.flag-cw {
    background-image: url(/static/images/flags/cw.svg)
}

.flag-cy {
    background-image: url(/static/images/flags/cy.svg)
}

.flag-cz {
    background-image: url(/static/images/flags/cz.svg)
}

.flag-dk {
    background-image: url(/static/images/flags/dk.svg)
}

.flag-dj {
    background-image: url(/static/images/flags/dj.svg)
}

.flag-dm {
    background-image: url(/static/images/flags/dm.svg)
}

.flag-do {
    background-image: url(/static/images/flags/do.svg)
}

.flag-tl {
    background-image: url(/static/images/flags/tl.svg)
}

.flag-ec {
    background-image: url(/static/images/flags/ec.svg)
}

.flag-eg {
    background-image: url(/static/images/flags/eg.svg)
}

.flag-sv {
    background-image: url(/static/images/flags/sv.svg)
}

.flag-gq {
    background-image: url(/static/images/flags/gq.svg)
}

.flag-er {
    background-image: url(/static/images/flags/er.svg)
}

.flag-ee {
    background-image: url(/static/images/flags/ee.svg)
}

.flag-et {
    background-image: url(/static/images/flags/et.svg)
}

.flag-fk {
    background-image: url(/static/images/flags/fk.svg)
}

.flag-fo {
    background-image: url(/static/images/flags/fo.svg)
}

.flag-fj {
    background-image: url(/static/images/flags/fj.svg)
}

.flag-fi {
    background-image: url(/static/images/flags/fi.svg)
}

.flag-fr {
    background-image: url(/static/images/flags/fr.svg)
}

.flag-gf {
    background-image: url(/static/images/flags/gf.svg)
}

.flag-pf {
    background-image: url(/static/images/flags/pf.svg)
}

.flag-tf {
    background-image: url(/static/images/flags/tf.svg)
}

.flag-ga {
    background-image: url(/static/images/flags/ga.svg)
}

.flag-gm {
    background-image: url(/static/images/flags/gm.svg)
}

.flag-ge {
    background-image: url(/static/images/flags/ge.svg)
}

.flag-de {
    background-image: url(/static/images/flags/de.svg)
}

.flag-gh {
    background-image: url(/static/images/flags/gh.svg)
}

.flag-gi {
    background-image: url(/static/images/flags/gi.svg)
}

.flag-gr {
    background-image: url(/static/images/flags/gr.svg)
}

.flag-gl {
    background-image: url(/static/images/flags/gl.svg)
}

.flag-gd {
    background-image: url(/static/images/flags/gd.svg)
}

.flag-gp {
    background-image: url(/static/images/flags/gp.svg)
}

.flag-gu {
    background-image: url(/static/images/flags/gu.svg)
}

.flag-gt {
    background-image: url(/static/images/flags/gt.svg)
}

.flag-gn {
    background-image: url(/static/images/flags/gn.svg)
}

.flag-gw {
    background-image: url(/static/images/flags/gw.svg)
}

.flag-gy {
    background-image: url(/static/images/flags/gy.svg)
}

.flag-ht {
    background-image: url(/static/images/flags/ht.svg)
}

.flag-hm {
    background-image: url(/static/images/flags/hm.svg)
}

.flag-va {
    background-image: url(/static/images/flags/va.svg)
}

.flag-hn {
    background-image: url(/static/images/flags/hn.svg)
}

.flag-hk {
    background-image: url(/static/images/flags/hk.svg)
}

.flag-hu {
    background-image: url(/static/images/flags/hu.svg)
}

.flag-is {
    background-image: url(/static/images/flags/is.svg)
}

.flag-in {
    background-image: url(/static/images/flags/in.svg)
}

.flag-id {
    background-image: url(/static/images/flags/id.svg)
}

.flag-ir {
    background-image: url(/static/images/flags/ir.svg)
}

.flag-iq {
    background-image: url(/static/images/flags/iq.svg)
}

.flag-ie {
    background-image: url(/static/images/flags/ie.svg)
}

.flag-il {
    background-image: url(/static/images/flags/il.svg)
}

.flag-it {
    background-image: url(/static/images/flags/it.svg)
}

.flag-jm {
    background-image: url(/static/images/flags/jm.svg)
}

.flag-jp {
    background-image: url(/static/images/flags/jp.svg)
}

.flag-ja {
    background-image: url(/static/images/flags/jp.svg)
}

.flag-jo {
    background-image: url(/static/images/flags/jo.svg)
}

.flag-kz {
    background-image: url(/static/images/flags/kz.svg)
}

.flag-ke {
    background-image: url(/static/images/flags/ke.svg)
}

.flag-ki {
    background-image: url(/static/images/flags/ki.svg)
}

.flag-kp {
    background-image: url(/static/images/flags/kp.svg)
}

.flag-kr {
    background-image: url(/static/images/flags/kr.svg)
}

.flag-kw {
    background-image: url(/static/images/flags/kw.svg)
}

.flag-kg {
    background-image: url(/static/images/flags/kg.svg)
}

.flag-la {
    background-image: url(/static/images/flags/la.svg)
}

.flag-lv {
    background-image: url(/static/images/flags/lv.svg)
}

.flag-lb {
    background-image: url(/static/images/flags/lb.svg)
}

.flag-ls {
    background-image: url(/static/images/flags/ls.svg)
}

.flag-lr {
    background-image: url(/static/images/flags/lr.svg)
}

.flag-ly {
    background-image: url(/static/images/flags/ly.svg)
}

.flag-li {
    background-image: url(/static/images/flags/li.svg)
}

.flag-lt {
    background-image: url(/static/images/flags/lt.svg)
}

.flag-lu {
    background-image: url(/static/images/flags/lu.svg)
}

.flag-mo {
    background-image: url(/static/images/flags/mo.svg)
}

.flag-mk {
    background-image: url(/static/images/flags/mk.svg)
}

.flag-mg {
    background-image: url(/static/images/flags/mg.svg)
}

.flag-mw {
    background-image: url(/static/images/flags/mw.svg)
}

.flag-my {
    background-image: url(/static/images/flags/my.svg)
}

.flag-mv {
    background-image: url(/static/images/flags/mv.svg)
}

.flag-ml {
    background-image: url(/static/images/flags/ml.svg)
}

.flag-mt {
    background-image: url(/static/images/flags/mt.svg)
}

.flag-mh {
    background-image: url(/static/images/flags/mh.svg)
}

.flag-mq {
    background-image: url(/static/images/flags/mq.svg)
}

.flag-mr {
    background-image: url(/static/images/flags/mr.svg)
}

.flag-mu {
    background-image: url(/static/images/flags/mu.svg)
}

.flag-yt {
    background-image: url(/static/images/flags/yt.svg)
}

.flag-mx {
    background-image: url(/static/images/flags/mx.svg)
}

.flag-fm {
    background-image: url(/static/images/flags/fm.svg)
}

.flag-md {
    background-image: url(/static/images/flags/md.svg)
}

.flag-mc {
    background-image: url(/static/images/flags/mc.svg)
}

.flag-mn {
    background-image: url(/static/images/flags/mn.svg)
}

.flag-me {
    background-image: url(/static/images/flags/me.svg)
}

.flag-ms {
    background-image: url(/static/images/flags/ms.svg)
}

.flag-ma {
    background-image: url(/static/images/flags/ma.svg)
}

.flag-mz {
    background-image: url(/static/images/flags/mz.svg)
}

.flag-mm {
    background-image: url(/static/images/flags/mm.svg)
}

.flag-na {
    background-image: url(/static/images/flags/na.svg)
}

.flag-nr {
    background-image: url(/static/images/flags/nr.svg)
}

.flag-np {
    background-image: url(/static/images/flags/np.svg)
}

.flag-nl {
    background-image: url(/static/images/flags/nl.svg)
}

.flag-nc {
    background-image: url(/static/images/flags/nc.svg)
}

.flag-nz {
    background-image: url(/static/images/flags/nz.svg)
}

.flag-ni {
    background-image: url(/static/images/flags/ni.svg)
}

.flag-ne {
    background-image: url(/static/images/flags/ne.svg)
}

.flag-ng {
    background-image: url(/static/images/flags/ng.svg)
}

.flag-nu {
    background-image: url(/static/images/flags/nu.svg)
}

.flag-nf {
    background-image: url(/static/images/flags/nf.svg)
}

.flag-mp {
    background-image: url(/static/images/flags/mp.svg)
}

.flag-no {
    background-image: url(/static/images/flags/no.svg)
}

.flag-om {
    background-image: url(/static/images/flags/om.svg)
}

.flag-pk {
    background-image: url(/static/images/flags/pk.svg)
}

.flag-pw {
    background-image: url(/static/images/flags/pw.svg)
}

.flag-ps {
    background-image: url(/static/images/flags/ps.svg)
}

.flag-pa {
    background-image: url(/static/images/flags/pa.svg)
}

.flag-pg {
    background-image: url(/static/images/flags/pg.svg)
}

.flag-py {
    background-image: url(/static/images/flags/py.svg)
}

.flag-pe {
    background-image: url(/static/images/flags/pe.svg)
}

.flag-ph {
    background-image: url(/static/images/flags/ph.svg)
}

.flag-pn {
    background-image: url(/static/images/flags/pn.svg)
}

.flag-pl {
    background-image: url(/static/images/flags/pl.svg)
}

.flag-pt {
    background-image: url(/static/images/flags/pt.svg)
}

.flag-pr {
    background-image: url(/static/images/flags/pr.svg)
}

.flag-qa {
    background-image: url(/static/images/flags/qa.svg)
}

.flag-re {
    background-image: url(/static/images/flags/re.svg)
}

.flag-ro {
    background-image: url(/static/images/flags/ro.svg)
}

.flag-ru {
    background-image: url(/static/images/flags/ru.svg)
}

.flag-rw {
    background-image: url(/static/images/flags/rw.svg)
}

.flag-bl {
    background-image: url(/static/images/flags/bl.svg)
}

.flag-sh {
    background-image: url(/static/images/flags/sh.svg)
}

.flag-kn {
    background-image: url(/static/images/flags/kn.svg)
}

.flag-lc {
    background-image: url(/static/images/flags/lc.svg)
}

.flag-pm {
    background-image: url(/static/images/flags/pm.svg)
}

.flag-vc {
    background-image: url(/static/images/flags/vc.svg)
}

.flag-ws {
    background-image: url(/static/images/flags/ws.svg)
}

.flag-sm {
    background-image: url(/static/images/flags/sm.svg)
}

.flag-st {
    background-image: url(/static/images/flags/st.svg)
}

.flag-sa {
    background-image: url(/static/images/flags/sa.svg)
}

.flag-sn {
    background-image: url(/static/images/flags/sn.svg)
}

.flag-rs {
    background-image: url(/static/images/flags/rs.svg)
}

.flag-sc {
    background-image: url(/static/images/flags/sc.svg)
}

.flag-sl {
    background-image: url(/static/images/flags/sl.svg)
}

.flag-sg {
    background-image: url(/static/images/flags/sg.svg)
}

.flag-sk {
    background-image: url(/static/images/flags/sk.svg)
}

.flag-si {
    background-image: url(/static/images/flags/si.svg)
}

.flag-sb {
    background-image: url(/static/images/flags/sb.svg)
}

.flag-so {
    background-image: url(/static/images/flags/so.svg)
}

.flag-za {
    background-image: url(/static/images/flags/za.svg)
}

.flag-gs {
    background-image: url(/static/images/flags/gs.svg)
}

.flag-es {
    background-image: url(/static/images/flags/es.svg)
}

.flag-lk {
    background-image: url(/static/images/flags/lk.svg)
}

.flag-sd {
    background-image: url(/static/images/flags/sd.svg)
}

.flag-ss {
    background-image: url(/static/images/flags/ss.svg)
}

.flag-sr {
    background-image: url(/static/images/flags/sr.svg)
}

.flag-sj {
    background-image: url(/static/images/flags/sj.svg)
}

.flag-sz {
    background-image: url(/static/images/flags/sz.svg)
}

.flag-se {
    background-image: url(/static/images/flags/se.svg)
}

.flag-ch {
    background-image: url(/static/images/flags/ch.svg)
}

.flag-sy {
    background-image: url(/static/images/flags/sy.svg)
}

.flag-tw {
    background-image: url(/static/images/flags/tw.svg)
}

.flag-tj {
    background-image: url(/static/images/flags/tj.svg)
}

.flag-tz {
    background-image: url(/static/images/flags/tz.svg)
}

.flag-th {
    background-image: url(/static/images/flags/th.svg)
}

.flag-tg {
    background-image: url(/static/images/flags/tg.svg)
}

.flag-tk {
    background-image: url(/static/images/flags/tk.svg)
}

.flag-to {
    background-image: url(/static/images/flags/to.svg)
}

.flag-tt {
    background-image: url(/static/images/flags/tt.svg)
}

.flag-tn {
    background-image: url(/static/images/flags/tn.svg)
}

.flag-tr {
    background-image: url(/static/images/flags/tr.svg)
}

.flag-tm {
    background-image: url(/static/images/flags/tm.svg)
}

.flag-tc {
    background-image: url(/static/images/flags/tc.svg)
}

.flag-tv {
    background-image: url(/static/images/flags/tv.svg)
}

.flag-ug {
    background-image: url(/static/images/flags/ug.svg)
}

.flag-ua {
    background-image: url(/static/images/flags/ua.svg)
}

.flag-ae {
    background-image: url(/static/images/flags/ae.svg)
}

.flag-gb {
    background-image: url(/static/images/flags/gb.svg)
}

.flag-um {
    background-image: url(/static/images/flags/um.svg)
}

.flag-us {
    background-image: url(/static/images/flags/us.svg)
}

.flag-uy {
    background-image: url(/static/images/flags/uy.svg)
}

.flag-uz {
    background-image: url(/static/images/flags/uz.svg)
}

.flag-vu {
    background-image: url(/static/images/flags/vu.svg)
}

.flag-ve {
    background-image: url(/static/images/flags/ve.svg)
}

.flag-vn {
    background-image: url(/static/images/flags/vn.svg)
}

.flag-vg {
    background-image: url(/static/images/flags/vg.svg)
}

.flag-vi {
    background-image: url(/static/images/flags/vi.svg)
}

.flag-wf {
    background-image: url(/static/images/flags/wf.svg)
}

.flag-eh {
    background-image: url(/static/images/flags/eh.svg)
}

.flag-ye {
    background-image: url(/static/images/flags/ye.svg)
}

.flag-zm {
    background-image: url(/static/images/flags/zm.svg)
}

.flag-zw {
    background-image: url(/static/images/flags/zw.svg)
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

div {
    box-sizing: border-box
}

a {
    text-decoration: none;
    color: inherit
}

a::-moz-focus-inner {
    border: 0
}

a:focus {
    outline: none
}

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

html,body {
    min-height: 100vh;
    background: #F1F0F5
}

body {
    right: 0;
    font-family: Verdana,sans-serif;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.25rem;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-style: normal
}

input,button,textarea {
    border: none;
    outline: none;
    background: none;
    -webkit-appearance: none
}

h1,h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 1.25rem;
    padding: 0;
    margin: .67em 0;
    color: #2a2a2a
}

@media (max-width: 1024px) {
    h1,h2 {
        font-size:16px
    }
}

h4 {
    color: #2a2a2a;
    font-size: 12px;
    margin: 4px 0 0;
    padding: 0;
    text-align: center
}

[v-cloak] {
    visibility: hidden!important
}

.app__wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: 100vh;
    position: relative;
    width: 100%
}

.app__wrapper::-webkit-scrollbar {
    width: 7px;
    background-color: none
}

.app__wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #999
}

@media (max-width: 1024px) {
    .app__wrapper {
        width:100%
    }
}

.age_verification main {
    filter: blur(10px)
}

.content {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    min-height: calc(100vh - 324px);
    margin: 0 0 0 100px
}

@media (max-width: 1024px) {
    .content {
        margin:0;
        min-height: calc(100vh - 264px)
    }
}

@media (max-width: 1024px) {
    .content .wrapper {
        flex-direction:column
    }
}

.content .wrapper-block {
    display: block
}

.content .wrapper-column {
    flex-direction: column
}

.content-block {
    flex-grow: 1;
    flex-basis: 100%;
    margin-top: 82px
}

@media (max-width: 1024px) {
    .content-block {
        width:100%;
        margin-top: 87px
    }
}

@media (max-width: 425px) {
    .content-block {
        margin-top:65px
    }
}

.d-flex {
    display: flex
}

.aligns-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.flex-column {
    flex-direction: column
}

.flex-grow-1 {
    flex-grow: 1
}

.wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 2200px;
    padding: 0 20px
}

@media (max-width: 2400px) {
    .wrapper {
        max-width:calc(100vw - 100px)
    }
}

@media (max-width: 1024px) {
    .wrapper {
        max-width:100vw;
        padding: 0 15px
    }
}

@media (max-width: 425px) {
    .wrapper {
        padding:0 10px
    }
}

.wrapper--center {
    margin: auto
}

.wrapper__block {
    flex-grow: 1;
    min-width: 0
}

main {
    display: block;
    margin-bottom: 24px;
    flex-grow: 1
}

@media (max-width: 1024px) {
    main {
        margin-bottom:24px
    }
}

.main--full {
    margin-bottom: 0
}

@media (max-width: 1024px) {
    .iRx9 {
        transform:scale(.7)!important
    }
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.empty {
    background: #FFFFFF;
    position: relative;
    overflow: hidden;
    z-index: 0
}

.seo {
    margin-top: 24px
}

.seo h2 {
    margin-bottom: 12px;
    margin-top: 20px;
    font-size: 1.25rem
}

.seo a {
    color: #2a2a2a
}

.seo p {
    color: #999
}

.support__email {
    display: inline-flex;
    font-style: normal
}

.support__email:after {
    content: "support@01tube.com";
    white-space: pre-line;
    color: #8d31e0
}

.main_mobile {
    margin-top: 60px
}

.mt-1 {
    margin-top: 12px!important
}

.no-avatar {
    background: center no-repeat url(/static/images/no-avatar.svg);
    position: relative;
    overflow: hidden;
    transition: .3s
}

.no-avatar:hover {
    transform: scale(1.1)
}

.no-avatar:after {
    position: absolute;
    content: attr(data-title);
    color: #2a2a2a;
    text-transform: uppercase;
    top: 50%;
    left: 50%;
    font-style: normal;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 21px;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0)
}

.no-avatar-small {
    background: center no-repeat url(/static/images/no-avatar-small.svg);
    position: relative
}

.no-avatar-small:after {
    position: absolute;
    content: attr(data-title);
    color: #2a2a2a;
    text-transform: uppercase;
    top: 50%;
    left: 50%;
    font-style: normal;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 21px;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0)
}

.no-title-small {
    width: 60px;
    height: 14px;
    background-color: #fff;
    border-radius: 2px
}

.no-touch .info__link {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s
}

.no-touch .info__link .svg-icon {
    width: 20px;
    height: 20px;
    color: #999;
    fill: #999
}

.no-touch .info__link:hover {
    color: #8d31e0
}

.no-touch .info__link:hover .svg-icon {
    color: #8d31e0!important;
    fill: #8d31e0!important
}

.card-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center
}

.green-blink-dot,.green-blinking-dot {
    background: #6ecf94;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    animation: blink 1s infinite alternate
}

@keyframes blink {
    0% {
        opacity: 0;
        transform: scale(1)
    }

    to {
        opacity: 1;
        transform: scale(1.25)
    }
}

.input {
    border-radius: 10px;
    background: #ffffff;
    padding: 13px 25px;
    color: #999;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px
}

.input::placeholder {
    color: #999
}

.input--error {
    border: 1px solid #FE5461!important
}

.input-block {
    width: 100%
}

.btn {
    color: #2a2a2a;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    border-radius: 10px;
    background: #ffffff;
    padding: 10px 13px;
    text-align: center;
    cursor: pointer;
    transition: .3s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border: 1px solid transparent;
    box-sizing: border-box
}

.btn:hover {
    background: #ffffff;
    border: 1px solid #8D31E0
}

.btn .svg-icon {
    color: #8d31e0;
    width: 24px;
    height: 24px
}

.btn-accent {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    border-radius: 10px;
    background: linear-gradient(90deg,#5750D4 0%,#DD00F1 100%);
    padding: 10px 13px;
    text-align: center;
    cursor: pointer;
    transition: .3s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border: 1px solid transparent;
    box-sizing: border-box
}

.btn-accent:hover {
    background: #ffffff;
    color: #8d31e0;
    border: 1px solid #8D31E0
}

.btn-accent:hover .svg-icon {
    color: #8d31e0
}

.btn-accent .svg-icon {
    color: #fff;
    width: 24px;
    height: 24px
}

.btn-secondary {
    color: #2a2a2a;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    border-radius: 10px;
    background: #ffffff;
    padding: 10px 13px;
    text-align: center;
    cursor: pointer;
    transition: .3s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border: 1px solid transparent;
    box-sizing: border-box
}

.btn-secondary:hover {
    background: #ffffff;
    border: 1px solid #8D31E0
}

.btn-secondary .svg-icon {
    color: #8d31e0;
    width: 24px;
    height: 24px
}

.btn-sm {
    height: 32px
}

.btn-send {
    width: 120px
}

.btn-blue {
    background: #518EF8;
    color: #fff!important
}

.btn-blue:hover {
    opacity: .9
}

.btn-white {
    background: #FFFFFF
}

.btn-block {
    width: 100%
}

.btn-inline {
    display: inline-flex;
    padding: 0 20px
}

.btn-google svg {
    margin-right: 12px
}

.btn-hardlink i {
    color: #fe5461
}

.form {
    gap: 12px;
    display: flex;
    flex-direction: column;
    font-size: .75rem;
    line-height: 1.25rem;
    text-align: center;
    text-decoration: none;
    color: #999
}

.form label {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #999;
    margin-bottom: 8px;
    display: block;
    text-align: left
}

.form .divider {
    display: block;
    height: 1px;
    background: #2E3032;
    width: 100%
}

.no-touch [data-tooltip]:hover {
    position: relative
}

.no-touch [data-tooltip]:hover:after {
    content: attr(data-tooltip);
    position: absolute;
    color: #999;
    padding: 8px 10px;
    z-index: 100;
    font-size: 12px;
    display: flex;
    bottom: calc(100% + 8px);
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%);
    line-height: normal;
    border-radius: 4px;
    background: #F1F0F5
}

.no-touch [data-tooltip]:hover:before {
    content: "";
    border-width: 8px 8px 0 8px;
    border-color: #f1f0f5;
    border-left-color: transparent!important;
    border-right-color: transparent!important;
    border-bottom-color: transparent!important;
    bottom: calc(100% + 2px);
    left: 50%;
    transform: translate(-50%);
    margin-top: 0;
    margin-bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    z-index: 1
}

textarea {
    border-radius: 10px;
    padding: 10px;
    background: #ffffff;
    outline: none;
    font-family: inherit;
    font-size: .875rem;
    line-height: 20px;
    overflow: hidden;
    color: #999;
    resize: none;
    -webkit-appearance: none;
    width: 100%
}

.headline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    gap: 10px;
    margin-bottom: 10px
}

.headline h1,.headline h2 {
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0
}

@media (max-width: 1024px) {
    .headline h1,.headline h2 {
        margin:12px 0
    }
}

.headline .see_more {
    display: inline-flex;
    align-items: center;
    color: #2a2a2a;
    transition: .3s
}

.headline .see_more:hover {
    color: #8d31e0
}

@media (max-width: 1024px) {
    .headline .see_more {
        display:none
    }
}

.headline .category {
    display: inline-flex;
    align-items: center;
    height: 32px;
    padding: 7px 10px;
    font-size: .875rem;
    background-color: #373a561a
}

.headline .category__add {
    display: none;
    min-width: 32px;
    max-width: 32px;
    height: 32px;
    background: #ffffff;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 4px
}

@media (max-width: 1024px) {
    .headline .category__add {
        display:inline-flex
    }
}

.headline .category__add .svg-icon {
    width: 16px;
    height: 16px
}

.headline .category__remove {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: 12px
}

.headline .category__remove .svg-icon {
    width: 14px;
    height: 14px
}

.headline .tag__item--link {
    margin-left: 12px
}

.headline .buttons,.headline .search {
    display: flex;
    align-items: center
}

.headline--border {
    border-bottom: 1px solid #e5e7eb
}

.headline--empty {
    min-height: 28px;
    background: #FFFFFF;
    max-width: 300px;
    width: 100%
}

.headline__categories h1 {
    flex-wrap: wrap
}

@media (max-width: 425px) {
    .headline__categories h1 span {
        display:none
    }
}

.headline__categories h1 .tag__item--link {
    margin: 4px
}

.headline__categories h1 .tag__item--link:first-of-type {
    margin-left: 12px
}

@media (max-width: 425px) {
    .headline__categories h1 .tag__item--link:first-of-type {
        margin-left:0
    }
}

.headline--column {
    flex-direction: column;
    align-items: flex-start
}

.headline--column .buttons {
    width: 100%
}

.tags {
    display: flex;
    flex-wrap: wrap;
    min-height: 30px
}

.tags .empty {
    width: 5%;
    height: 30px;
    margin: 0 5px 10px
}

@media (max-width: 425px) {
    .tags .empty {
        width:30%
    }
}

.tags .tag {
    line-height: 30px;
    padding: 0 15px;
    font-size: 12px;
    display: flex
}

.tags .tag:first-letter {
    text-transform: uppercase
}

.tags .tag--border {
    border: 1px solid rgba(25,35,59,.1)
}

.tags .tag--inline {
    text-decoration: none;
    color: #999;
    transition: .3s;
    padding: 0;
    font-size: 14px
}

.tags.hidden .tag.tag-hidden,.tags.hidden .tag-group.tag-hidden {
    display: none
}

.tags[data-toggle] .toggle-button {
    display: flex!important;
    align-items: center
}

.tags .toggle-button {
    display: none!important;
    min-height: 30px;
    cursor: pointer
}

.tags .toggle-button .svg-icon {
    width: 14px;
    height: 14px
}

.tags .tag-group {
    display: flex;
    padding: 10px 15px;
    gap: 12px;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s
}

.tags .tag-group:hover {
    background: #F1F0F5!important
}

.tags .tag-group:hover .tag {
    color: #2a2a2a!important
}

@media (max-width: 768px) {
    .tags .tag-group {
        padding:0
    }

    .tags .tag-group:hover {
        background: transparent!important
    }
}

.tags .tag-group__img {
    background: #ffffff;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%
}

.tags .tag-group__img div,.tags .tag-group__img img {
    width: 60px
}

.tags .tag-group__info {
    display: flex;
    flex-direction: column
}

.tags .tag-group__info span {
    color: #999;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px
}

.tags .tag-group__info span .svg-icon {
    width: 16px!important;
    height: 16px!important
}

.tags .tag-group__subinfo {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 5px;
    align-items: center
}

.tags .tag-group__subinfo span {
    color: #999;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px
}

.tags .tag-group__subinfo span .svg-icon {
    color: #999
}

.tags .tag-group .tag {
    background: none;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    gap: 12px;
    color: #2a2a2a
}

.tags .tag-group .tag .svg-icon {
    margin-right: 5px;
    width: 14px;
    height: 14px
}

.tags .tag-group .subscribe {
    cursor: pointer;
    display: flex;
    align-items: center
}

.tags .tag-group .subscribe .svg-icon {
    color: #999;
    width: 16px;
    height: 16px
}

.tags-top-categories {
    display: flex;
    overflow-x: scroll;
    white-space: nowrap;
    margin: 0 10px 16px
}

.tags-top-categories .tag {
    display: flex;
    align-items: center;
    margin: 0 4px 0 0
}

.tags-top-categories .tag i {
    margin-right: 4px
}

.tags-top-categories .tag-all i {
    margin-left: 4px;
    margin-right: 0
}

.tags__mobile-tags {
    display: none
}

@media (max-width: 1024px) {
    .tags__mobile-tags {
        display:flex;
        overflow-x: auto;
        flex-wrap: nowrap;
        margin-top: 16px;
        opacity: 0;
        transform: translate(-100px)
    }
}

.tags__mobile-tags--visible {
    transition: all .5s ease;
    opacity: 1;
    transform: translate(0)
}

.tags__mobile-tags::-webkit-scrollbar {
    display: none
}

.tags__mobile-tags .tag {
    white-space: nowrap;
    border: 1px solid rgba(25,35,59,.1)
}

.tags__mobile-tags .tag:hover {
    background: transparent
}

.no-touch .tag:hover {
    color: #8d31e0
}

.no-touch .tag-group:hover,.no-touch .toggle-button:hover {
    background-color: #f1f3f4
}

.slide-fade-enter-active {
    transition: all .3s ease
}

.slide-fade-leave-active {
    transition: all .3s cubic-bezier(1,.5,.8,1)
}

.slide-fade-enter,.slide-fade-leave-to {
    transform: translate(10px);
    opacity: 0
}

.component-fade-enter-active,.component-fade-leave-active {
    transition: opacity .3s ease
}

.component-fade-enter,.component-fade-leave-to {
    opacity: 0
}

.fade-enter-active,.fade-leave-active {
    transition: opacity .3s ease
}

.fade-enter-from,.fade-leave-to {
    opacity: 0
}

.rotate-animation {
    animation: loading 1s infinite
}

@keyframes loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.animation-rotate {
    animation: rotate 1s linear infinite
}

.mode-fade-enter-active,.mode-fade-leave-active {
    transition: opacity .5s ease
}

.mode-fade-enter-from,.mode-fade-leave-to {
    opacity: 0
}

.radio {
    width: 100%;
    position: relative;
    padding-left: 44px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: center;
    display: flex;
    color: #2a2a2a;
    height: 44px;
    line-height: 44px;
    border-radius: 4px;
    background: #FFFFFF;
    font-size: 14px
}

.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.radio_checkmark {
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px
}

.radio_checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.radio input:checked~.radio_checkmark:after {
    display: block
}

.radio .radio_checkmark:after {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #FE5461
}

.dropdown {
    position: relative;
    display: flex;
    align-items: center
}

.dropdown--arrow {
    padding-right: 15px
}

.dropdown--arrow:after {
    content: "";
    position: absolute;
    right: 2px;
    width: 4px;
    height: 4px;
    border-right: 1px solid rgba(58,58,58,.3);
    border-bottom: 1px solid rgba(58,58,58,.3);
    transform: rotate(45deg);
    cursor: pointer
}

.dropdown:hover .dropdown-content,.dropdown:hover .dropdown-wrapper {
    animation: slidedown .3s;
    display: block
}

.dropdown-button {
    position: relative;
    display: flex;
    align-items: center
}

.dropdown-button i {
    margin-right: 5px
}

.dropdown-content {
    border: 1px solid rgba(58,58,58,.3);
    display: none;
    position: absolute;
    z-index: 11;
    padding: 10px 0;
    top: 100%;
    left: 0;
    background: #ffffff;
    will-change: top
}

.dropdown-content ul {
    list-style: none
}

.dropdown-content ul li {
    height: 32px;
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    align-items: center
}

.dropdown-content ul li a {
    width: 100%;
    height: 100%;
    padding: 0 26px;
    color: #999
}

.dropdown-content ul li .dropdown--all {
    color: #8d31e0
}

.dropdown-content ul li:hover {
    background-color: #f8f9fa
}

.dropdown-left .dropdown-content {
    left: 0;
    transform: none
}

.dropdown-left .dropdown-content:before {
    left: 20px
}

.dropdown-right .dropdown-content,.dropdown-right .dropdown-wrapper {
    right: 0;
    left: unset;
    transform: none
}

.dropdown-right .dropdown-content:before,.dropdown-right .dropdown-wrapper:before {
    right: 20px;
    left: unset
}

.dropdown-xl .dropdown-content {
    min-width: 340px
}

.dropdown-xl .dropdown-content .avatar {
    margin-right: 16px
}

.dropdown-xl .dropdown-content ul li {
    height: 60px
}

.dropdown-xl .dropdown-content .dropdown-header {
    margin-bottom: 26px
}

.dropdown-wrapper {
    display: none;
    position: absolute;
    z-index: 102;
    padding-top: 4px;
    top: 100%
}

.dropdown-wrapper .dropdown-footer {
    justify-content: center
}

.dropdown-wrapper .dropdown-content {
    position: relative;
    display: block
}

.dropdown-header {
    display: flex;
    justify-content: space-between;
    padding: 0 28px;
    white-space: nowrap;
    margin-bottom: 16px
}

.dropdown-header--column {
    flex-direction: column
}

.dropdown-header--column .link-sm {
    margin-top: 4px
}

.dropdown-footer {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
    white-space: nowrap;
    padding: 0 28px
}

.dropdown-icon {
    display: flex;
    align-items: center
}

@keyframes slidedown {
    0% {
        top: calc(100% - 10px);
        opacity: 0
    }

    to {
        top: 100%;
        opacity: 1
    }
}

.title {
    font-size: 18px;
    line-height: 24px;
    color: #2a2a2a;
    margin-bottom: 24px
}

.title-sm {
    font-size: 14px;
    line-height: 20px;
    color: #2a2a2a;
    font-weight: 700
}

.subtitle {
    font-size: 12px;
    color: #2a2a2a;
    text-overflow: ellipsis;
    overflow: hidden
}

.link {
    color: #8d31e0;
    cursor: pointer
}

.link-sm {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #8d31e0;
    cursor: pointer
}

.text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #999
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.4);
    z-index: 80
}

.carousel-wrapper {
    margin: 0 0 0 100px
}

@media (max-width: 1024px) {
    .carousel-wrapper {
        margin:0
    }
}

.carousel-wrapper__content {
    margin: 0 auto;
    width: 100%;
    max-width: 2200px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (max-width: 1024px) {
    .carousel-wrapper__content {
        padding:0 15px
    }
}

.thumb {
    position: relative;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden
}

.thumb__model__info {
    position: absolute;
    bottom: 0;
    padding: 30px 10px 10px;
    width: 100%;
    background: linear-gradient(180deg,rgba(51,51,51,0) 0%,rgba(36,36,37,0) 0%,rgba(29,29,31,.03) 30%,rgba(29,29,31,.6) 60%,rgba(29,29,31,.75) 80%)
}

.thumb__model__statistics {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
    overflow: hidden;
    text-overflow: ellipsis
}

.thumb__model__country {
    display: flex;
    align-items: center;
    gap: 5px;
    text-transform: uppercase;
    font-weight: 600
}

.thumb__model__videos {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    font-weight: 600
}

.thumb__model__videos .svg-icon {
    color: #fff
}

.thumb__model__title {
    color: #fff;
    margin-top: 4px;
    max-width: 420px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.25rem;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0
}

.thumb__categories {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    position: absolute;
    transition: .3s;
    height: 100%;
    width: 200%
}

.thumb__categories__wrapper {
    aspect-ratio: 16/9;
    position: relative;
    background: #ffffff
}

.thumb__categories__wrapper .thumb__channels {
    transform: scale(1.1)
}

.thumb__categories__hover .thumb__categories {
    transform: translate(-50%)
}

.thumb__categories__filter {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(180deg,rgba(51,51,51,0) 0%,rgba(36,36,37,0) 0%,rgba(29,29,31,.03) 50%,rgba(29,29,31,.6) 80%,rgba(29,29,31,.75) 90%);
    padding: 10px
}

.thumb__categories__title {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600
}

.thumb__categories__count {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600
}

.thumb__channels {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    position: absolute;
    transition: .3s;
    height: 100%;
    width: 200%
}

.thumb__channels__wrapper {
    aspect-ratio: 16/9;
    position: relative;
    background: #ffffff
}

.thumb__channels__wrapper .thumb__channels {
    transform: scale(1.1)
}

.thumb__channels__hover .thumb__channels {
    transform: translate(-50%)
}

.thumb__channels__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%
}

.thumb__channels__filter {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: rgba(0,0,0,.6);
    padding: 10px
}

.thumb__channels__img {
    width: 80%
}

.thumb__channels__title {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600
}

.thumb__channels__statistics {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.thumb__channels__statistics-item {
    color: #fff;
    font-size: 13px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px
}

.thumb__channels__statistics-item .svg-icon {
    color: #fff
}

.thumb__country {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    text-transform: uppercase
}

.thumb__model-flag {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%
}

.thumb svg {
    width: 16px!important;
    height: 16px!important
}

.thumb a {
    display: block
}

.thumb__img {
    position: relative;
    background-color: #fff;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden
}

.thumb__img .country {
    position: absolute;
    right: 10px;
    top: 10px
}

.thumb__img IMG {
    position: absolute;
    height: 101%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: .5s
}

.thumb__img:hover IMG {
    transform: translate(-50%,-50%) scale(1.1)
}

.thumb__img-first {
    height: 101%!important;
    width: 101%!important
}

.thumb__previews {
    position: absolute;
    width: 33.33%;
    display: flex;
    flex-direction: column;
    top: 0;
    right: 0;
    height: 100%;
    padding: 5px;
    background: rgba(58,58,58,.8)
}

.thumb__previews div {
    flex-grow: 1;
    height: 100%;
    margin-top: 5px
}

.thumb__previews div:first-child {
    margin-top: 0
}

.thumb__previews .preview {
    background-size: cover;
    max-height: 33.3333333333%
}

.thumb__previews .preview__count {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    gap: 4px
}

.thumb__previews .preview__count .svg-icon {
    width: 20px!important;
    height: 20px!important;
    color: #fff!important;
    fill: #fff!important
}

.thumb__info {
    padding: 10px;
    position: relative;
    z-index: 1
}

.thumb__title {
    color: #2a2a2a;
    margin-top: 0;
    max-width: 420px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.25rem;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0
}

.thumb__title--empty {
    min-height: 20px
}

.thumb__title_h2 {
    line-height: unset;
    font-size: 14px;
    margin-bottom: 0
}

.thumb__statistics,.thumb__bottom {
    margin-top: 4px;
    display: flex;
    align-items: center;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis
}

.thumb__statistics__studio,.thumb__bottom__studio {
    color: #8d31e0;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    transition: .3s
}

.thumb__statistics__studio:hover,.thumb__bottom__studio:hover {
    color: #2a2a2a
}

.thumb__statistics--empty,.thumb__bottom--empty {
    display: flex;
    width: 100%
}

.thumb__statistics--empty span,.thumb__bottom--empty span {
    background-color: #fff;
    min-height: 20px;
    flex: 1;
    max-width: 50px
}

.thumb__statistics span,.thumb__bottom span {
    display: flex;
    align-items: center;
    margin-right: 12px;
    color: #999
}

.thumb__statistics span:last-of-type,.thumb__bottom span:last-of-type {
    margin-right: 0
}

.thumb__statistics .svg-icon,.thumb__bottom .svg-icon {
    color: #999;
    width: 12px;
    height: 12px;
    margin-right: 4px
}

.thumb__duration {
    position: absolute;
    background: #ffffff;
    bottom: 4px;
    right: 4px;
    font-size: 12px;
    line-height: 14px;
    border-radius: 4px;
    color: #3a3a3a;
    padding: 4px 8px
}

.thumb__buttons {
    top: 4px;
    right: 4px;
    position: absolute;
    display: flex;
    visibility: hidden;
    z-index: 11
}

.thumb__buttons [data-tooltip]:hover {
    position: relative
}

.thumb__buttons [data-tooltip]:hover:after {
    content: attr(data-tooltip);
    position: absolute;
    color: #fff;
    padding: 8px 10px;
    z-index: 9999;
    font-size: 12px;
    display: flex;
    top: 1px;
    white-space: nowrap;
    left: 0;
    transform: translate(-105%);
    line-height: 24px;
    border-radius: 4px;
    height: 24px;
    background: #000
}

.thumb__buttons [data-tooltip]:hover:before {
    content: "";
    border-width: 8px 8px 0 8px;
    border-color: #000;
    border-left-color: transparent!important;
    border-right-color: transparent!important;
    border-bottom-color: transparent!important;
    top: 1px;
    left: 0;
    transform: translate(-110%);
    margin-top: 0;
    margin-bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    z-index: 1
}

.thumb__buttons button {
    background: rgba(0,0,0,.8);
    height: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 4px;
    border-radius: 5px;
    transition: .1s
}

.thumb__buttons button svg {
    width: 16px!important;
    height: 16px!important;
    color: #999!important;
    fill: #999!important
}

.thumb__buttons button:hover {
    background: #000
}

.thumb__bottom {
    display: flex;
    justify-content: space-between;
    gap: 5px
}

.thumb__bottom a {
    max-width: 50%;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.25rem;
    text-transform: capitalize
}

.thumb__bottom a .svg-icon {
    width: 12px!important;
    height: 12px!important
}

.thumb .t5Fid0 {
    z-index: 10;
    width: 100%!important;
    height: 100%!important
}

.no-touch .thumb .thumb__buttons {
    visibility: visible
}

.thumbs {
    justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 8px
}

@media (max-width: 425px) {
    .thumbs {
        margin:0
    }
}

@media (max-width: 1630px) {
    .thumbs {
        grid-template-columns:repeat(4,1fr)
    }
}

@media (max-width: 1023px) {
    .thumbs {
        grid-template-columns:repeat(2,1fr)
    }
}

@media (max-width: 525px) {
    .thumbs {
        /* display:flex; */
        /* flex-direction: column; */
    }
}

@media (max-width: 525px) {
    .thumbs {
        grid-template-columns:repeat(2,1fr)
    }
}

.thumbs--horizontal .thumb__img {
    padding-top: 56.25%
}

.thumbs--vertical .thumb__img {
    padding-top: 135%
}

@media (min-width: 1630px) {
    .thumbs--vertical__long {
        grid-template-columns:repeat(8,1fr)
    }
}

.thumbs--vertical__long .thumb__img {
    padding-top: 166.66%
}

.thumbs--vertical__short {
    grid-template-columns: repeat(6,1fr)
}

@media (min-width: 2000px) {
    .thumbs--vertical__short {
        grid-template-columns:repeat(12,1fr)
    }
}

@media (max-width: 2000px) {
    .thumbs--vertical__short {
        grid-template-columns:repeat(8,1fr)
    }
}

@media (max-width: 1024px) {
    .thumbs--vertical__short {
        grid-template-columns:repeat(4,1fr)
    }
}

@media (max-width: 424px) {
    .thumbs--vertical__short {
        display:grid;
        grid-template-columns: repeat(2,1fr)
    }
}

.thumbs--vertical__short .thumb__img {
    padding-top: 118%
}

.thumbs .video-videos-slider {
    grid-column: 1/7;
    margin-bottom: 15px;
    grid-row: 3
}

@media (max-width: 1600px) {
    .thumbs .video-videos-slider {
        grid-column:1/5
    }
}

@media (max-width: 1024px) {
    .thumbs .video-videos-slider {
        grid-column:1/3
    }
}

@media (max-width: 425px) {
    .thumbs .video-videos-slider {
        grid-column:1/3;
        width: 100%;
        order: 1
    }
}

@media (max-width: 425px) {
    .thumbs--square {
        display:grid;
        grid-template-columns: repeat(2,1fr)
    }
}

.thumbs--square .thumb__img {
    padding-top: 100%
}

.thumbs--related .thumb {
    order: 2
}

.thumbs--related .thumb:nth-child(-n+2) {
    order: 0
}

@media (min-width: 1023px) {
    .thumbs--related .thumb:nth-child(-n+4) {
        order:0
    }
}

@media (min-width: 1630px) {
    .thumbs--related .thumb:nth-child(-n+6) {
        order:0
    }
}

.thumbs--errors {
    justify-content: center
}

.thumbs__error {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 40px 20px 20px;
    color: #2a2a2a;
    max-width: 354px;
    gap: 20px;
    grid-column: 1/-1;
    margin: 0 auto
}

.thumbs__error .svg-icon {
    width: 40px;
    height: 40px;
    color: #fe5461;
    margin-bottom: 8px
}

.pagination {
    display: flex;
    justify-content: center;
    margin: 24px 0;
    gap: 4px
}

.pagination .pagination-inner {
    display: flex;
    list-style: none;
    gap: 4px
}

.pagination a,.pagination div {
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: 700;
    color: #999;
    border-radius: 50%;
    transition: .3s
}

.pagination a .svg-icon,.pagination div .svg-icon {
    fill: #f1f0f5
}

.pagination a.current,.pagination div.current {
    background: linear-gradient(90deg,#5750D4 0%,#DD00F1 100%);
    border: none;
    color: #fff
}

.pagination a.current:hover,.pagination div.current:hover {
    cursor: default
}

.pagination a.next,.pagination a.prev,.pagination div.next,.pagination div.prev {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    opacity: 1
}

.pagination a.next .svg-icon,.pagination a.prev .svg-icon,.pagination div.next .svg-icon,.pagination div.prev .svg-icon {
    height: 14px;
    width: 14px;
    color: #999;
    fill: #999
}

.pagination a.prev .svg-icon,.pagination div.prev .svg-icon {
    transform: rotate(180deg);
    margin-left: 0;
    margin-right: 2px
}

.no-touch .pagination a:hover:not(.current),.no-touch .pagination div:hover:not(.current) {
    color: #fff;
    background: linear-gradient(90deg,#5750D4 0%,#DD00F1 100%)
}

.no-touch .pagination a:hover:not(.current) .svg-icon,.no-touch .pagination div:hover:not(.current) .svg-icon {
    color: #fff;
    fill: #fff
}

.no-touch .pagination a.next:hover,.no-touch .pagination a.prev:hover,.no-touch .pagination div.next:hover,.no-touch .pagination div.prev:hover {
    opacity: .8
}

.tubefriends-widget[data-v-3515d90b] {
    display: flex;
    flex-direction: row;
    gap: 30px;
    flex-wrap: nowrap;
    overflow-y: hidden;
    height: 120px;
    scrollbar-width: none
}

.tubefriends-widget[data-v-3515d90b]::-webkit-scrollbar {
    display: none
}

.tubefriends-widget__wrapper[data-v-3515d90b] {
    position: relative
}

.tubefriends-widget-left[data-v-3515d90b],.tubefriends-widget-right[data-v-3515d90b] {
    pointer-events: none;
    width: 52px;
    height: 120px;
    position: absolute;
    top: 0;
    transition: .3s;
    display: flex;
    justify-content: center
}

.tubefriends-widget-left[data-v-3515d90b] {
    left: 0
}

.tubefriends-widget-right[data-v-3515d90b] {
    right: 0
}

.tubefriends-widget-arrow[data-v-3515d90b] {
    cursor: pointer;
    margin-top: 40px;
    pointer-events: auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #3a3a3a;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s
}

.tubefriends-widget-arrow[data-v-3515d90b]:hover {
    transform: scale(1.1)
}

.tubefriends-widget-arrow .svg-icon[data-v-3515d90b] {
    width: 20px;
    height: 20px;
    color: #f1f0f5
}

.tubefriends-widget__link[data-v-3515d90b] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    background: #3a3a3a;
    cursor: pointer;
    width: 240px;
    min-width: 240px;
    max-width: 240px;
    overflow: hidden;
    transition: .3s;
    max-height: 110px
}

.tubefriends-widget__link:hover img[data-v-3515d90b] {
    transform: scale(1.1)
}

.tubefriends-widget__link img[data-v-3515d90b] {
    transition: .3s;
    /* max-width:80%; */
    object-fit: cover
}

.select[data-v-e125ea20] {
    position: relative;
    background: #ffffff;
    color: #999;
    height: 52px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 10px
}

@media (max-width: 1024px) {
    .select[data-v-e125ea20] {
        background:#F1F0F5
    }
}

.select .icon[data-v-e125ea20] {
    width: 16px!important;
    height: 16px!important;
    transition: transform .15s ease-in-out
}

.select .icon--active[data-v-e125ea20] {
    transform: rotate(180deg)
}

.select__flag[data-v-e125ea20] {
    display: flex;
    align-items: center;
    gap: 6px
}

.select--inline[data-v-e125ea20] {
    border: none;
    height: auto
}

.select--inline .select__label[data-v-e125ea20] {
    height: auto
}

.select--inline .select__list[data-v-e125ea20] {
    min-width: 250px
}

.select.disabled .select__label[data-v-e125ea20] {
    opacity: .5;
    cursor: no-drop
}

.select-right .select__list[data-v-e125ea20] {
    right: 0
}

.select__label[data-v-e125ea20] {
    display: flex;
    cursor: pointer;
    align-items: center;
    height: 52px;
    padding: 0 10px;
    border-radius: 10px;
    gap: 8px;
    color: #6d7076
}

.select__label .label[data-v-e125ea20] {
    flex-grow: 1;
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.select__label .label .flag[data-v-e125ea20] {
    margin-right: 5px;
    vertical-align: sub
}

.select__label .label--letter[data-v-e125ea20] {
    text-transform: uppercase
}

.select__list[data-v-e125ea20] {
    overflow-y: auto;
    right: 0;
    padding: 8px;
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 100%;
    max-height: 300px;
    min-width: 100%;
    max-width: 100%;
    background-color: #fff!important;
    z-index: 102;
    border-radius: 10px;
    border: 1px solid rgba(58,58,58,.3)
}

.select__list[data-v-e125ea20]::-webkit-scrollbar {
    width: 4px;
    background: #ffffff
}

.select__list[data-v-e125ea20]::-webkit-scrollbar-thumb {
    background: #F1F0F5;
    border-radius: 2px
}

@media (max-width: 425px) {
    .select__list[data-v-e125ea20] {
        max-width:100%
    }
}

.select__list .search-row[data-v-e125ea20] {
    padding: 10px 10px 5px
}

.select__list .search-row>.input[data-v-e125ea20] {
    width: 100%;
    background: #F1F0F5
}

.select__list .list[data-v-e125ea20] {
    flex-grow: 1
}

.select__list .list-flag[data-v-e125ea20] {
    display: inline-flex;
    align-items: center;
    margin-right: 10px
}

.select__list .list[data-v-e125ea20]::-webkit-scrollbar {
    width: 8px;
    background: none;
    padding-right: 3px
}

.select__list .list[data-v-e125ea20]::-webkit-scrollbar-thumb {
    margin-right: 3px;
    background: rgba(58,58,58,.5);
    border-radius: 2px
}

.select__list ul[data-v-e125ea20] {
    list-style: none;
    color: #999;
    margin: 0!important;
    border-radius: 4px
}

.select__list ul .divider[data-v-e125ea20] {
    line-height: 1px;
    height: 1px;
    margin: 20px 0;
    background: #e5e7eb
}

.select__list ul li[data-v-e125ea20] {
    padding: 8px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-align: left;
    font-weight: 400;
    transition: .3s
}

.select__list ul li i[data-v-e125ea20] {
    margin-right: 8px
}

.select__list ul li[data-v-e125ea20]:hover {
    background: #F1F0F5;
    color: #2a2a2a
}

.select__list ul li a[data-v-e125ea20] {
    display: flex
}

.checkbox {
    display: flex;
    cursor: pointer;
    gap: 12px;
    color: #999
}

.checkbox.check .checkbox__left-box {
    align-items: center;
    display: flex;
    justify-content: center
}

.checkbox.check .checkbox__left-box .svg-icon {
    color: #999;
    height: 14px;
    width: 14px
}

.checkbox.disable {
    cursor: not-allowed;
    opacity: .5
}

.checkbox.disable .checkbox__left-box {
    border: 1px solid #999999!important
}

.checkbox__left {
    display: flex;
    align-items: center
}

.checkbox__left-box {
    border-radius: 0;
    border: 1px solid #999999;
    height: 20px;
    width: 20px;
    transition: .3s
}

.checkbox__left-box .svg-icon {
    transition: .3s
}

.checkbox__right {
    color: #2a2a2a
}

.no-touch .checkbox__left-box:hover {
    border: 1px solid #8D31E0
}

.no-touch .checkbox__left-box:hover .svg-icon {
    color: #8d31e0
}

.filters {
    display: flex
}

.filters-button {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
    background: #ffffff
}

.filters-button .svg-icon {
    width: 20px;
    height: 20px;
    color: #999
}

.filters-button:hover {
    background: #8D31E0
}

.filters__wrapper {
    width: 100vw;
    height: 100vh;
    position: fixed;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100
}

.filters__container {
    width: 400px;
    height: calc(100vh - 200px)
}

.filters__container::-webkit-scrollbar {
    display: none
}

@media (min-width: 1024px) {
    .filters__container {
        max-height:calc(100vh - 200px);
        overflow-x: hidden;
        overflow: scroll
    }
}

@media (max-width: 1024px) {
    .filters__container {
        position:fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: rgba(0,0,0,.5);
        padding: 0;
        display: flex;
        height: 100vh
    }
}

@media (min-width: 1024px) {
    .filters__container .form {
        max-height:calc(100vh - 200px)
    }
}

@media (max-width: 1024px) {
    .filters__container .form {
        width:100%;
        padding: 24px 15px 40px;
        max-height: 100vh;
        overflow-y: auto
    }
}

@media (max-width: 1024px) {
    .filters__container .form .select__list {
        top:auto
    }
}

.filters__container .form__close {
    display: flex;
    justify-content: center
}

.filters__container .form__close div {
    cursor: pointer
}

.filters__container .form__close .svg-icon {
    color: #fff
}

.filters--overflow .filters-container .form {
    overflow: auto
}

.filters--accent .select__label {
    margin-bottom: 12px;
    height: 32px
}

.filters--inline .filters__container {
    position: relative;
    top: 0;
    padding: 0;
    width: 180px;
    z-index: 1;
    overflow-x: hidden
}

.filters--inline .filters__container::-webkit-scrollbar {
    display: none
}

.filters--inline .filters-button {
    display: none
}

@media (max-width: 1024px) {
    .sidebar-categories {
        width:100%;
        background: #F1F0F5;
        display: flex;
        flex-direction: column-reverse
    }
}

.sidebar-categories__list {
    display: flex;
    flex-direction: column;
    gap: 16px
}

@media (max-width: 1024px) {
    .sidebar-categories__list {
        max-height:55vh;
        overflow: auto;
        margin-top: 10px;
        padding: 10px
    }
}

.sidebar-categories__list .check {
    order: -1
}

.sidebar-categories__list--links .checkbox__left {
    display: none
}

.sidebar-categories .input {
    margin-bottom: 20px;
    width: 100%
}

@media (max-width: 1024px) {
    .sidebar-categories .input {
        margin:20px 10px;
        width: calc(100% - 20px)
    }
}

.sidebar[data-v-bfe202d1] {
    min-width: 225px;
    max-width: 225px;
    min-height: 1000px;
    padding: 20px 20px 0 0
}

@media (max-width: 1024px) {
    .sidebar[data-v-bfe202d1] {
        display:none
    }
}

@media (max-width: 1024px) {
    .sidebar--open[data-v-bfe202d1] {
        position:fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin-left: 0;
        min-width: 100%;
        max-width: 100%;
        background: rgba(25,35,59,.3);
        padding: 0;
        display: flex;
        align-items: flex-end;
        z-index: 100;
        min-height: auto
    }
}

.sidebar__title[data-v-bfe202d1] {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #2a2a2a;
    margin-bottom: 12px;
    padding: 0 10px
}

.sidebar__title .empty[data-v-bfe202d1] {
    background: #FFFFFF;
    color: transparent
}

@media (max-width: 1024px) {
    .sidebar__title[data-v-bfe202d1] {
        margin:12px 0;
        display: none
    }
}

.sidebar__links[data-v-bfe202d1] {
    margin-top: 20px
}

.sidebar__links>.title[data-v-bfe202d1] {
    color: var(--secondary-text);
    display: flex;
    padding-left: 10px
}

.sidebar__links>.title .icon[data-v-bfe202d1] {
    margin-right: 10px
}

.sidebar__links>.title .icon i[data-v-bfe202d1] {
    line-height: 19px
}

.sidebar__links>.list[data-v-bfe202d1] {
    margin-top: 10px
}

.sidebar__links>.list>a[data-v-bfe202d1] {
    line-height: 30px;
    padding: 0 10px;
    white-space: nowrap;
    border-radius: 4px;
    display: flex;
    color: var(--primary-text);
    max-width: 205px
}

.sidebar__links>.list>a[data-v-bfe202d1]:hover {
    background: var(--secondary)
}

.sidebar__links>.all[data-v-bfe202d1] {
    line-height: 30px;
    padding: 0 10px;
    white-space: nowrap;
    border-radius: 4px;
    display: flex;
    color: #fe5461
}

.sidebar+.content-block .listing[data-v-bfe202d1] {
    margin-left: 0
}

section[data-v-ecd0a135] {
    margin-top: 15px
}

section>div[data-v-ecd0a135] {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-direction: column
}

section>div a[data-v-ecd0a135] {
    width: 100%;
    height: 100%;
    display: flex;
    background-size: contain;
    justify-content: center
}

section span[data-v-ecd0a135] {
    text-align: center;
    display: flex
}

section span a[data-v-ecd0a135] {
    color: #8c919d;
    font-size: 12px;
    display: flex;
    align-items: center
}

section span a .svg-icon[data-v-ecd0a135] {
    width: 14px;
    height: 14px;
    margin: 0 4px
}

.rating {
    display: flex;
    position: relative;
    gap: 8px
}

.rating .like,.rating .dislike {
    cursor: pointer;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #999;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    transition: .3s
}

@media (max-width: 1024px) {
    .rating .like,.rating .dislike {
        padding:5px;
        background-color: transparent
    }
}

.rating .like .svg-icon,.rating .dislike .svg-icon {
    transition: .3s;
    color: #999;
    width: 20px;
    height: 20px
}

.rating .like:hover {
    color: #27ae60
}

.rating .like:hover .svg-icon {
    color: #27ae60!important
}

.rating .dislike .svg-icon {
    transform: rotate(180deg)
}

.rating .dislike:hover {
    color: #fe5461
}

.rating .dislike:hover .svg-icon {
    color: #fe5461!important
}

.underplayer__mobile-utils[data-v-9d9ae0f8] {
    display: flex;
    flex-direction: row;
    gap: 10px
}

.underplayer__mobile-utils .comments-count[data-v-9d9ae0f8] {
    display: flex;
    align-items: center
}

.underplayer__mobile-utils .comments-count .svg-icon[data-v-9d9ae0f8] {
    color: #999;
    width: 20px;
    height: 20px
}

.underplayer .video-page__title[data-v-9d9ae0f8] {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #2a2a2a;
    margin: 0
}

@media (max-width: 1024px) {
    .underplayer .video-page__title[data-v-9d9ae0f8] {
        font-size:14px;
        line-height: 20px
    }
}

.underplayer .video-page__title.empty[data-v-9d9ae0f8] {
    height: 28px;
    width: 60%;
    border-radius: 14px
}

.underplayer .video-page__title .video-title[data-v-9d9ae0f8] {
    margin-right: 12px
}

.underplayer .video-page__title .posted-date[data-v-9d9ae0f8] {
    font-size: 12px;
    font-weight: 400;
    color: #3a3a3a80;
    display: inline-block
}

.underplayer .video-page__tags[data-v-9d9ae0f8] {
    margin-top: 8px;
    gap: 8px
}

@media (max-width: 425px) {
    .underplayer .video-page__tags[data-v-9d9ae0f8] {
        display:none
    }
}

@media (max-width: 1024px) {
    .underplayer[data-v-9d9ae0f8] {
        padding:0
    }
}

@media (max-width: 425px) {
    .underplayer[data-v-9d9ae0f8] {
        min-height:auto
    }
}

.underplayer__controllers[data-v-9d9ae0f8] {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 15px;
    gap: 16px
}

@media (max-width: 1024px) {
    .underplayer__controllers[data-v-9d9ae0f8] {
        flex-direction:row;
        align-items: center
    }
}

.underplayer__controllers .menu-button[data-v-9d9ae0f8] {
    display: none
}

@media (max-width: 1024px) {
    .underplayer__controllers .menu-button[data-v-9d9ae0f8] {
        width:20px;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

.underplayer__controllers .right[data-v-9d9ae0f8] {
    width: 100%
}

@media (max-width: 1024px) {
    .underplayer__controllers .right[data-v-9d9ae0f8] {
        display:none
    }
}

.underplayer__controllers .right__content[data-v-9d9ae0f8] {
    display: flex;
    height: 100%;
    gap: 16px;
    justify-content: space-between
}

@media (max-width: 1024px) {
    .underplayer__controllers .right__content[data-v-9d9ae0f8] {
        height:auto;
        width: 100%;
        background: #ffffff;
        padding: 20px;
        flex-direction: row;
        justify-content: center
    }
}

.underplayer__controllers .right__content__utils[data-v-9d9ae0f8] {
    display: flex;
    gap: 16px
}

@media (max-width: 1024px) {
    .underplayer__controllers .right--open[data-v-9d9ae0f8] {
        position:fixed;
        display: flex;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: rgba(0,0,0,.5);
        padding: 0;
        margin: 0;
        align-items: flex-end;
        z-index: 100
    }

    .underplayer__controllers .right--open .right__content[data-v-9d9ae0f8] {
        position: absolute;
        bottom: 0
    }
}

@media (max-width: 1024px) {
    .underplayer__controllers .right .share-button[data-v-9d9ae0f8],.underplayer__controllers .right .add-to-button[data-v-9d9ae0f8] {
        height:52px
    }
}

.underplayer__controllers .right .share-button[data-v-9d9ae0f8],.underplayer__controllers .right .comments-count[data-v-9d9ae0f8],.underplayer__controllers .right .add-to-button[data-v-9d9ae0f8],.underplayer__controllers .right .other-button[data-v-9d9ae0f8] {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 8px;
    height: 52px
}

@media (max-width: 1024px) {
    .underplayer__controllers .right .share-button[data-v-9d9ae0f8],.underplayer__controllers .right .comments-count[data-v-9d9ae0f8],.underplayer__controllers .right .add-to-button[data-v-9d9ae0f8],.underplayer__controllers .right .other-button[data-v-9d9ae0f8] {
        margin-left:0
    }
}

.underplayer__controllers .right .share-button[data-v-9d9ae0f8]:not(.other-button):hover,.underplayer__controllers .right .comments-count[data-v-9d9ae0f8]:not(.other-button):hover,.underplayer__controllers .right .add-to-button[data-v-9d9ae0f8]:not(.other-button):hover,.underplayer__controllers .right .other-button[data-v-9d9ae0f8]:not(.other-button):hover {
    opacity: .8
}

.underplayer__controllers .right .share-button .svg-icon[data-v-9d9ae0f8],.underplayer__controllers .right .comments-count .svg-icon[data-v-9d9ae0f8],.underplayer__controllers .right .add-to-button .svg-icon[data-v-9d9ae0f8],.underplayer__controllers .right .other-button .svg-icon[data-v-9d9ae0f8] {
    transition: .3s;
    color: #999;
    width: 20px;
    height: 20px
}

.underplayer__controllers .right .other-button[data-v-9d9ae0f8] {
    display: none
}

@media (max-width: 1024px) {
    .underplayer__controllers .right .other-button[data-v-9d9ae0f8] {
        padding-left:0;
        display: flex
    }
}

.underplayer__controllers .right .other-button li[data-v-9d9ae0f8] {
    padding: 0 28px
}

.underplayer__controllers .right .other-button .dropdown-wrapper[data-v-9d9ae0f8] {
    padding-top: 0;
    right: -8px;
    z-index: 100
}

@media (max-width: 1024px) {
    .underplayer__controllers .right .other-button .dropdown-wrapper[data-v-9d9ae0f8] {
        display:flex;
        position: relative;
        right: 0;
        width: 100%;
        top: 0
    }
}

@media (max-width: 1024px) {
    .underplayer__controllers .right .other-button .dropdown-button[data-v-9d9ae0f8] {
        display:none
    }
}

@media (max-width: 1024px) {
    .underplayer__controllers .right .other-button .dropdown-content[data-v-9d9ae0f8]:after {
        display:none
    }
}

@media (max-width: 1024px) {
    .underplayer__controllers .right .other-button .dropdown-content[data-v-9d9ae0f8] {
        padding:0;
        box-shadow: none;
        width: 100%
    }
}

@media (max-width: 1024px) {
    .underplayer__controllers .right .other-button .dropdown-content ul li[data-v-9d9ae0f8] {
        padding:0;
        height: 40px
    }
}

.underplayer__description[data-v-9d9ae0f8] {
    margin-top: 20px;
    color: #3a3a3a80;
    line-height: 20px;
    max-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    font-size: 14px
}

.underplayer__description--mobile[data-v-9d9ae0f8] {
    display: none
}

@media (max-width: 425px) {
    .underplayer__description--mobile[data-v-9d9ae0f8] {
        margin-top:24px;
        line-height: 1rem;
        display: flex
    }
}

@media (max-width: 1024px) {
    .underplayer__description[data-v-9d9ae0f8] {
        margin-top:12px
    }
}

@media (max-width: 425px) {
    .underplayer__description[data-v-9d9ae0f8] {
        display:none
    }
}

.underplayer__description.show[data-v-9d9ae0f8] {
    display: block;
    max-height: 100%
}

.underplayer__description>.toggle[data-v-9d9ae0f8] {
    cursor: pointer;
    color: #2a2a2a;
    white-space: nowrap;
    margin-left: 8px
}

.underplayer__description>.toggle[data-v-9d9ae0f8]:hover {
    color: #999
}

.video-page__mobile-user[data-v-9d9ae0f8] {
    display: none;
    margin: 16px 0
}

.video-page__mobile-user--link[data-v-9d9ae0f8] {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #2a2a2a;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 8px
}

.video-page__mobile-user--item[data-v-9d9ae0f8] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.video-page__mobile-user--item .btn-red[data-v-9d9ae0f8] {
    min-width: 84px;
    font-size: 12px;
    height: 32px
}

.video-page__mobile-user--item .avatar[data-v-9d9ae0f8] {
    width: 40px;
    height: 40px;
    min-width: 40px;
    z-index: 13;
    background-size: cover;
    margin-right: 12px
}

@media (max-width: 425px) {
    .video-page__mobile-user[data-v-9d9ae0f8] {
        display:flex
    }
}

.video-page__mobile-tags[data-v-9d9ae0f8] {
    display: none
}

@media (max-width: 425px) {
    .video-page__mobile-tags[data-v-9d9ae0f8] {
        display:flex;
        overflow-x: auto;
        gap: 8px;
        min-height: auto;
        padding: 16px 0;
        border-bottom: 1px solid rgba(58,58,58,.3)
    }
}

.video-page__mobile-tags[data-v-9d9ae0f8]::-webkit-scrollbar {
    display: none
}

.video-page__mobile-tags .tag[data-v-9d9ae0f8] {
    white-space: nowrap;
    color: #8d31e0;
    line-height: initial
}

.comments {
    display: flex;
    flex-direction: column
}

.comments .headline h2 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700
}

.comments__warning {
    color: #999;
    display: inline-block;
    width: fit-content
}

.comments__warning a {
    color: #2a2a2a
}

.comments__input {
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px
}

.comments__input input[type=text] {
    border-bottom: 1px solid rgba(55,58,86,.1);
    flex-grow: 1;
    font-size: 15px;
    color: #2a2a2a;
    padding: 0 16px 10px
}

.comments__input input[type=text]:hover,.comments__input input[type=text]:focus {
    box-shadow: none
}

.comments__input input[type=text]::placeholder {
    color: #999
}

.comments__input button {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    border: 1px solid #8D31E0;
    cursor: pointer;
    border-radius: 10px;
    padding: 10px 20px;
    color: #8d31e0;
    transition: .3s;
    font-weight: 600
}

.comments__input button:hover {
    background: #8D31E0;
    color: #fff
}

.comments__input button .svg-icon {
    width: 20px;
    height: 20px;
    color: #2a2a2a
}

.comments__input--error {
    color: #fe5461;
    font-size: 13px
}

.comments__item {
    display: flex;
    margin-top: 20px;
    width: fit-content;
    align-items: center
}

.comments__item.underrate {
    opacity: .6
}

.comments__item-content {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.comments__item-content .username {
    font-weight: 700;
    color: #2a2a2a
}

.comments__item-content .username .date {
    color: #999;
    font-size: .75rem;
    margin-left: 8px;
    display: inline-block
}

.comments__item-content .comment {
    color: #999;
    display: -webkit-box;
    overflow: hidden;
    line-height: 20px;
    word-break: break-word
}

.comments__avatar {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    overflow: hidden;
    background-size: cover;
    background-color: #3a3a3a;
    margin-right: 15px;
    border: 1px solid rgba(55,58,86,.1);
    border-radius: 50%
}

.wpbabbw {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

div.XunD6 {
    font-size: 10px;
    color: #fff;
    position: relative;
    background: rgba(0,0,0,.7)
}

.jw-breakpoint-4 div.XunD6 {
    transform: scale(.9);
    margin-top: -50px
}

.jw-breakpoint-3 div.XunD6 {
    transform: scale(.7);
    margin-top: -40px
}

.jw-breakpoint-2 div.XunD6 {
    transform: scale(.6);
    margin-top: -40px
}

div.XunD6 button {
    border: none;
    color: inherit;
    font-size: inherit
}

div.XunD6-close {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    padding-left: 10px
}

div.XunD6-close .btn-close {
    padding: 6px;
    font-size: 27px;
    opacity: .7;
    font-family: serif;
    cursor: pointer;
    transition: .3s
}

div.XunD6-middle {
    width: 300px;
    height: 250px;
    background: #fff;
    margin: 0 10px 10px
}

div.XunD6-bottom {
    text-align: center
}

div.XunD6-bottom button {
    margin-top: 15px;
    background: #000;
    color: #fff;
    border-radius: 4px;
    padding: 8px 30px;
    font-size: 1em;
    opacity: .7;
    transition: .3s;
    display: flex;
    align-items: center
}

div.XunD6-bottom button svg {
    margin-right: 8px;
    vertical-align: bottom;
    fill: #fff;
    color: #fff
}

div.XunD6-bottom button:hover {
    opacity: 1
}

:root {
    --player-color: #ff0000
}

.ktk-videoplayer {
    position: relative;
    height: 100%;
    width: 100%
}

.ktk-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.ktk-loading-icon {
    transform-origin: center;
    animation: ktkLoading linear 2s infinite
}

@keyframes ktkLoading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.jwplayer video {
    outline: none
}

.jwplayer.jw-state-idle .jw-media:hover~.jw-controls .jw-display-icon-display .jw-icon-display,.jwplayer .jw-display-icon-display .jw-icon-display:hover {
    background: #ff0000;
    background: var(--player-color)
}

.jwplayer .jw-controls-backdrop {
    background: linear-gradient(to bottom,rgba(0,0,0,.4) 0%,rgba(0,0,0,0) 33%,rgba(0,0,0,0) 77%,rgba(0,0,0,.4) 100%)
}

.jwplayer.jw-flag-ads .jw-controls-backdrop {
    background: transparent
}

.jwplayer .jw-icon-airplay {
    display: none!important
}

.jwplayer .jw-skip {
    height: 2.5em
}

.jwplayer .jw-skip .jw-text {
    font-size: 19px
}

.jwplayer .jw-time-tip {
    margin-bottom: 0;
    box-shadow: none
}

.jwplayer .jw-time-tip .jw-text {
    background: none;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-shadow: 0 0 5px black
}

.jwplayer .jw-time-tip:after {
    display: none
}

.jwplayer .jw-time-thumb {
    border: 2px solid #fff
}

.jwplayer .jw-controls.jw-settings-open .jw-slider-time {
    pointer-events: none
}

.jwplayer.jw-state-idle .jw-media:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: all
}

.jwplayer.jw-flag-ads .jw-controls .jw-icon-display {
    display: none
}

.jwplayer.jw-state-idle .jw-controls {
    background: none
}

.jwplayer.jw-state-idle .jw-icon-airplay {
    display: none!important
}

.jwplayer.jw-flag-touch.jw-state-paused .jw-display-controls .jw-display-icon-container {
    display: block
}

.jwplayer.jw-stretch-uniform .jw-media video {
    -o-object-fit: contain!important;
    object-fit: contain!important
}

.jw-custom-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    width: 36px;
    background-color: #323232b3;
    border-radius: 3px;
    color: #fff;
    pointer-events: all;
    cursor: pointer
}

.jw-custom-btn .jw-tooltip {
    bottom: 2px;
    right: calc(100% + 10px);
    background: #fff;
    padding: 10px;
    line-height: 1;
    display: none
}

.jw-custom-btn .jw-tooltip:after {
    content: "";
    top: 18px;
    position: absolute;
    left: calc(100% - 2px);
    height: 10px;
    width: 10px;
    border-radius: 1px;
    background-color: currentColor;
    transform-origin: 75% 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    z-index: -1
}

.jw-custom-btn .jw-tooltip .jw-text {
    color: #000
}

.jw-custom-btn:hover .jw-tooltip {
    display: block
}

.jw-download-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 2
}

.jw-channel-btn {
    position: absolute;
    top: 20px;
    right: 60px;
    z-index: 2;
    padding: 0 7px;
    width: auto;
    line-height: 1;
    display: none
}

.jw-breakpoint--1 .jw-channel-btn,.jw-breakpoint-0 .jw-channel-btn,.jw-breakpoint-1 .jw-channel-btn,.jw-breakpoint-2 .jw-channel-btn {
    top: 7px;
    right: 7px
}

.jw-embed-player .jw-channel-btn {
    top: 48px;
    right: unset;
    left: 20px;
    height: 32px
}

.jw-embed-player.jw-breakpoint--1 .jw-channel-btn,.jw-embed-player.jw-breakpoint-0 .jw-channel-btn,.jw-embed-player.jw-breakpoint-1 .jw-channel-btn,.jw-embed-player.jw-breakpoint-2 .jw-channel-btn {
    top: 32px;
    left: 10px;
    right: unset
}

.jw-state-paused .jw-channel-btn,.jw-state-idle .jw-channel-btn,.jw-state-complete .jw-channel-btn {
    display: flex
}

.jw-state-playing:not(.jw-flag-user-inactive) .jw-channel-btn {
    display: flex
}

.jw-flag-ads .jw-channel-btn {
    display: none!important
}

.jw-channel-btn-link {
    display: inline-flex;
    align-items: center;
    line-height: 1!important
}

.jw-channel-btn-link:before {
    content: "AD";
    display: inline-flex;
    background: red;
    font-size: 12px;
    padding: 5px;
    border-radius: 3px;
    line-height: 1;
    margin-right: 5px
}

.jwplayer.jw-opened-related .jw-download-btn,.jwplayer.jw-flag-ads .jw-download-btn {
    display: none!important
}

.jw-related-toggle-button {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    display: none
}

.jw-related-toggle-button svg {
    width: 20px;
    height: 20px
}

.jw-state-paused .jw-related-toggle-button,.jw-state-idle .jw-related-toggle-button,.jw-state-complete .jw-related-toggle-button {
    display: flex
}

.jw-state-playing:not(.jw-flag-user-inactive) .jw-related-toggle-button {
    display: flex
}

.jw-flag-ads .jw-related-toggle-button,.jw-breakpoint--1 .jw-related-toggle-button,.jw-breakpoint-0 .jw-related-toggle-button,.jw-breakpoint-1 .jw-related-toggle-button,.jw-breakpoint-2 .jw-related-toggle-button {
    display: none!important
}

.jw-related {
    width: 100%;
    position: absolute;
    background: rgba(50,50,50,.7);
    bottom: 70px;
    left: 0;
    overflow: hidden;
    padding: 10px 15px 15px;
    pointer-events: all;
    display: none;
    z-index: 1
}

.jw-related-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #fff
}

.jw-related-close {
    width: 20px;
    height: 20px;
    cursor: pointer;
    opacity: .8
}

.jw-related-close:hover {
    opacity: 1
}

.jw-related-container {
    position: relative
}

.jw-related-container-prev,.jw-related-container-next {
    z-index: 2;
    position: absolute;
    top: calc(50% - 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: rgba(50,50,50,.7);
    color: #fff;
    cursor: pointer
}

.jw-related-container-prev:hover,.jw-related-container-next:hover {
    background: #ff0000;
    background: var(--player-color)
}

.jw-related-container-prev {
    left: -10px
}

.jw-related-container-next {
    right: -10px
}

.jw-related-carousel {
    display: flex;
    margin: 10px 0 0;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.jw-related-carousel::-webkit-scrollbar {
    display: none
}

.jw-related-scrollbar {
    margin-top: 10px;
    width: 100%;
    height: 5px;
    background: rgba(255,255,255,.3);
    position: relative
}

.jw-related-scrollbar-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background: #fff
}

.jw-state-idle .jw-related {
    bottom: 0
}

.jw-timeline-hovered .jw-related {
    opacity: .4
}

.jw-related-video {
    width: 16.6666666667%;
    flex-shrink: 0;
    color: #fff;
    position: relative;
    margin-right: 10px;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.jw-related-video-img {
    padding-top: 56.25%;
    background-size: cover;
    position: relative
}

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

.jw-related-video-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .3s;
    background: linear-gradient(180deg,#000,rgba(0,0,0,0))
}

.jw-related-video-hover .jw-related-video-title {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px
}

.jw-related-video-hover .jw-related-video-duration {
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 1px 4px;
    background: #000;
    font-size: 10px;
    border-radius: 3px
}

.jw-related-video:hover .jw-related-video-hover {
    opacity: 1
}

.jw-breakpoint-5 .jw-related-video,.jw-breakpoint-4 .jw-related-video {
    width: 20%
}

.jw-breakpoint-3 .jw-related-video {
    width: 25%
}

.jw-breakpoint-2 .jw-related-video {
    width: 33.3333333333%
}

.jw-breakpoint-1 .jw-related-video,.jw-breakpoint-0 .jw-related-video,.jw-breakpoint--1 .jw-related-video {
    width: 50%
}

.jw-related-all-videos {
    background: rgba(255,255,255,.3);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    text-align: center;
    padding: 0 10px
}

.jw-related-all-videos svg {
    margin-left: 5px
}

.jw-breakpoint--1 .jw-related-all-videos,.jw-breakpoint-0 .jw-related-all-videos,.jw-breakpoint-1 .jw-related-all-videos,.jw-breakpoint-2 .jw-related-all-videos,.jw-breakpoint-3 .jw-related-all-videos,.jw-breakpoint-4 .jw-related-all-videos {
    font-size: 14px
}

.jw-related-all-videos:hover {
    border-color: #fff
}

.jw-breakpoint-2.jwplayer:not(.jw-flag-fullscreen) .jw-related {
    display: none!important
}

.jw-breakpoint-1.jwplayer:not(.jw-flag-fullscreen) .jw-related {
    display: none!important
}

.jw-breakpoint-0.jwplayer:not(.jw-flag-fullscreen) .jw-related {
    display: none!important
}

.jw-breakpoint--1.jwplayer:not(.jw-flag-fullscreen) .jw-related {
    display: none!important
}

.jwplayer.jw-opened-related:not(.jw-state-playing) .jw-related {
    display: block
}

.jwplayer.jw-opened-related .jw-display-controls {
    margin-top: -110px
}

.jw-settings-open .jw-related {
    opacity: .7;
    pointer-events: none
}

.jwplayer .jw-next-video {
    position: absolute;
    background: rgba(50,50,50,.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.jwplayer .jw-next-video-container {
    width: 340px
}

.jw-breakpoint-1.jwplayer .jw-next-video-container {
    width: 300px
}

.jwplayer .jw-next-video-top {
    margin-top: 15px
}

.jwplayer .jw-next-video-timer {
    color: #ffffff80;
    font-size: 14px
}

.jwplayer .jw-next-video-timer span {
    color: #fff;
    font-weight: 600
}

.jwplayer .jw-next-video-thumb {
    position: relative;
    width: 100%
}

.jwplayer .jw-next-video-thumb img {
    width: 100%
}

.jwplayer .jw-next-video-thumb span {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(50,50,50,.7);
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    padding: 2px 5px
}

.jwplayer .jw-next-video-title {
    color: #fff;
    margin-top: 15px
}

.jwplayer .jw-next-video-buttons {
    display: flex;
    margin-top: 15px
}

.jwplayer .jw-next-video-buttons button {
    width: 100%;
    flex-grow: 1;
    background: rgb(50,50,50);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    cursor: pointer;
    transition: .3s;
    outline: none;
    border: none
}

.jwplayer .jw-next-video-buttons button:last-child {
    margin-left: 10px
}

.jwplayer .jw-next-video-buttons button:hover {
    background: #ff0000;
    background: var(--player-color)
}

.jw-breakpoint-5.jwplayer:not(.jw-flag-fullscreen) .jw-next-video-container {
    width: 60%
}

.jw-breakpoint-4.jwplayer:not(.jw-flag-fullscreen) .jw-next-video-container {
    width: 60%
}

.jw-breakpoint-3.jwplayer:not(.jw-flag-fullscreen) .jw-next-video-container {
    width: 70%
}

.jw-breakpoint-5.jwplayer:not(.jw-flag-fullscreen) .jw-next-video-wrapper {
    display: flex
}

.jw-breakpoint-5.jwplayer:not(.jw-flag-fullscreen) .jw-next-video-wrapper .jw-next-video-top {
    width: 100%;
    flex-grow: 1
}

.jw-breakpoint-5.jwplayer:not(.jw-flag-fullscreen) .jw-next-video-wrapper .jw-next-video-bottom {
    width: 100%;
    flex-grow: 1;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.jw-breakpoint-4.jwplayer:not(.jw-flag-fullscreen) .jw-next-video-wrapper {
    display: flex
}

.jw-breakpoint-4.jwplayer:not(.jw-flag-fullscreen) .jw-next-video-wrapper .jw-next-video-top {
    width: 100%;
    flex-grow: 1
}

.jw-breakpoint-4.jwplayer:not(.jw-flag-fullscreen) .jw-next-video-wrapper .jw-next-video-bottom {
    width: 100%;
    flex-grow: 1;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.jw-breakpoint-3.jwplayer:not(.jw-flag-fullscreen) .jw-next-video-wrapper {
    display: flex
}

.jw-breakpoint-3.jwplayer:not(.jw-flag-fullscreen) .jw-next-video-wrapper .jw-next-video-top {
    width: 100%;
    flex-grow: 1
}

.jw-breakpoint-3.jwplayer:not(.jw-flag-fullscreen) .jw-next-video-wrapper .jw-next-video-bottom {
    width: 100%;
    flex-grow: 1;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (orientation: landscape) {
    .jw-breakpoint-5.jwplayer .jw-next-video-wrapper {
        display:flex
    }

    .jw-breakpoint-5.jwplayer .jw-next-video-wrapper .jw-next-video-top {
        width: 100%;
        flex-grow: 1
    }

    .jw-breakpoint-5.jwplayer .jw-next-video-wrapper .jw-next-video-bottom {
        width: 100%;
        flex-grow: 1;
        margin-left: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .jw-breakpoint-4.jwplayer .jw-next-video-wrapper {
        display: flex
    }

    .jw-breakpoint-4.jwplayer .jw-next-video-wrapper .jw-next-video-top {
        width: 100%;
        flex-grow: 1
    }

    .jw-breakpoint-4.jwplayer .jw-next-video-wrapper .jw-next-video-bottom {
        width: 100%;
        flex-grow: 1;
        margin-left: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .jw-breakpoint-3.jwplayer .jw-next-video-wrapper {
        display: flex
    }

    .jw-breakpoint-3.jwplayer .jw-next-video-wrapper .jw-next-video-top {
        width: 100%;
        flex-grow: 1
    }

    .jw-breakpoint-3.jwplayer .jw-next-video-wrapper .jw-next-video-bottom {
        width: 100%;
        flex-grow: 1;
        margin-left: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .jw-breakpoint-2.jwplayer .jw-next-video-wrapper {
        display: flex
    }

    .jw-breakpoint-2.jwplayer .jw-next-video-wrapper .jw-next-video-top {
        width: 100%;
        flex-grow: 1
    }

    .jw-breakpoint-2.jwplayer .jw-next-video-wrapper .jw-next-video-bottom {
        width: 100%;
        flex-grow: 1;
        margin-left: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .jw-breakpoint-1.jwplayer .jw-next-video-wrapper {
        display: flex
    }

    .jw-breakpoint-1.jwplayer .jw-next-video-wrapper .jw-next-video-top {
        width: 100%;
        flex-grow: 1
    }

    .jw-breakpoint-1.jwplayer .jw-next-video-wrapper .jw-next-video-bottom {
        width: 100%;
        flex-grow: 1;
        margin-left: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .jw-breakpoint-0.jwplayer .jw-next-video-wrapper {
        display: flex
    }

    .jw-breakpoint-0.jwplayer .jw-next-video-wrapper .jw-next-video-top {
        width: 100%;
        flex-grow: 1
    }

    .jw-breakpoint-0.jwplayer .jw-next-video-wrapper .jw-next-video-bottom {
        width: 100%;
        flex-grow: 1;
        margin-left: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .jw-breakpoint--1.jwplayer .jw-next-video-wrapper {
        display: flex
    }

    .jw-breakpoint--1.jwplayer .jw-next-video-wrapper .jw-next-video-top {
        width: 100%;
        flex-grow: 1
    }

    .jw-breakpoint--1.jwplayer .jw-next-video-wrapper .jw-next-video-bottom {
        width: 100%;
        flex-grow: 1;
        margin-left: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center
    }
}

.jwplayer .jw-logo {
    margin: 0;
    padding: 15px;
    background: rgba(50,50,50,.3);
    display: none;
    align-items: center;
    color: #fff;
    font-size: 14px;
    bottom: 20px;
    left: 0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    white-space: nowrap
}

.jwplayer .jw-logo img {
    height: 16px;
    margin-left: 10px
}

.jwplayer.jw-breakpoint-7 .jw-logo {
    font-size: 16px
}

.jwplayer.jw-breakpoint-7 .jw-logo img {
    height: 20px
}

.jwplayer.jw-breakpoint-6 .jw-logo {
    font-size: 16px
}

.jwplayer.jw-breakpoint-6 .jw-logo img {
    height: 20px
}

.jwplayer.jw-breakpoint-2 .jw-logo {
    padding: 10px;
    font-size: 12px;
    bottom: 10px
}

.jwplayer.jw-breakpoint-2 .jw-logo img {
    height: 10px;
    margin-left: 5px
}

.jwplayer.jw-breakpoint-1 .jw-logo {
    padding: 10px;
    font-size: 12px;
    bottom: 10px
}

.jwplayer.jw-breakpoint-1 .jw-logo img {
    height: 10px;
    margin-left: 5px
}

.jwplayer.jw-breakpoint-0 .jw-logo {
    padding: 10px;
    font-size: 12px;
    bottom: 10px
}

.jwplayer.jw-breakpoint-0 .jw-logo img {
    height: 10px;
    margin-left: 5px
}

.jwplayer.jw-breakpoint--1 .jw-logo {
    padding: 10px;
    font-size: 12px;
    bottom: 10px
}

.jwplayer.jw-breakpoint--1 .jw-logo img {
    height: 10px;
    margin-left: 5px
}

.jwplayer.jw-state-idle.jw-embed-player .jw-logo {
    display: flex
}

.jwplayer.jw-opened-related .jw-logo {
    display: none!important
}

.jwplayer .jw-title {
    width: auto;
    padding: 20px 20px 0;
    max-width: calc(100% - 55px);
    pointer-events: all;
    text-shadow: 0 0 2px rgba(0,0,0,.5);
    text-decoration: none
}

.jwplayer .jw-title-primary {
    padding: 0;
    opacity: .9;
    display: none
}

.jwplayer .jw-title-primary:not(:empty) {
    margin-bottom: 10px
}

.jwplayer .jw-title-primary:hover {
    opacity: 1
}

.jwplayer .jw-title-primary a {
    color: #fff
}

.jwplayer .jw-title-secondary {
    padding: 0;
    margin: 0;
    opacity: .9;
    display: none;
    font-size: 14px
}

.jwplayer .jw-title-secondary span {
    display: inline-block;
    padding: 5px;
    background: #ff0000;
    background: var(--player-color);
    color: #fff;
    border-radius: 3px
}

.jwplayer .jw-title-secondary:hover {
    opacity: 1
}

.jwplayer.jw-breakpoint-6 .jw-title-primary {
    font-size: 21px
}

.jwplayer.jw-breakpoint-5 .jw-title-primary,.jwplayer.jw-breakpoint-4 .jw-title-primary {
    font-size: 19px
}

.jwplayer.jw-breakpoint-3 .jw-title-primary {
    font-size: 17px
}

.jwplayer.jw-breakpoint-2 .jw-title {
    max-width: 100%;
    padding: 10px 10px 0
}

.jwplayer.jw-breakpoint-2 .jw-title-primary {
    font-size: 15px
}

.jwplayer.jw-breakpoint-2 .jw-title-secondary {
    font-size: 12px
}

.jwplayer.jw-breakpoint-1 .jw-title {
    max-width: 100%;
    padding: 10px 10px 0
}

.jwplayer.jw-breakpoint-1 .jw-title-primary {
    font-size: 14px
}

.jwplayer.jw-breakpoint-1 .jw-title-secondary {
    font-size: 12px
}

.jwplayer.jw-breakpoint-0 .jw-title {
    max-width: 100%;
    padding: 10px 10px 0
}

.jwplayer.jw-breakpoint-0 .jw-title-primary {
    font-size: 14px
}

.jwplayer.jw-breakpoint-0 .jw-title-secondary {
    font-size: 12px
}

.jwplayer.jw-breakpoint--1 .jw-title {
    max-width: 100%;
    padding: 10px 10px 0
}

.jwplayer.jw-breakpoint--1 .jw-title-primary {
    font-size: 14px
}

.jwplayer.jw-breakpoint--1 .jw-title-secondary {
    font-size: 12px
}

.jwplayer.jw-state-playing:not(.jw-flag-user-inactive) .jw-title {
    display: block
}

.jwplayer.jw-state-playing:not(.jw-flag-user-inactive) .jw-title-primary {
    display: block
}

.jwplayer.jw-state-playing:not(.jw-flag-user-inactive) .jw-title-secondary {
    display: block
}

.jwplayer.jw-state-idle .jw-title,.jwplayer.jw-state-idle .jw-title-primary,.jwplayer.jw-state-idle .jw-title-secondary,.jwplayer.jw-state-paused .jw-title,.jwplayer.jw-state-paused .jw-title-primary,.jwplayer.jw-state-paused .jw-title-secondary,.jwplayer.jw-state-completed .jw-title,.jwplayer.jw-state-completed .jw-title-primary,.jwplayer.jw-state-completed .jw-title-secondary {
    display: block
}

.jwplayer.jw-flag-ads .jw-title {
    display: none!important
}

.jwplayer .jw-display-controls {
    display: flex;
    align-items: center;
    justify-content: center
}

.jwplayer .jw-display-icon-container {
    padding: 0
}

.jwplayer .jw-display-icon-container .jw-svg-icon {
    width: 40px;
    height: 40px;
    line-height: 40px
}

.jwplayer .jw-display-icon-container .jw-icon-display {
    position: relative;
    background: rgba(50,50,50,.3);
    border-radius: 50%;
    margin: 0 10px;
    padding: 5px;
    color: #fff;
    transition: .1s
}

.jwplayer .jw-display-icon-container .jw-icon-display:disabled {
    opacity: .3
}

.jwplayer .jw-display-icon-container .jw-icon-display .time {
    position: absolute;
    top: -35px;
    color: #fff;
    text-shadow: 0px 0px 2px #000000;
    line-height: 1;
    border-radius: 5px;
    font-size: 12px;
    background: rgba(0,0,0,.3);
    padding: 5px
}

.jwplayer.jw-breakpoint-5 .jw-display-icon-container .jw-icon-display {
    width: 70px;
    height: 70px
}

.jwplayer.jw-breakpoint-4 .jw-display-icon-container .jw-icon-display {
    width: 60px;
    height: 60px
}

.jwplayer.jw-breakpoint-3 .jw-display-icon-container {
    margin: 0 15px
}

.jwplayer.jw-breakpoint-3 .jw-display-icon-container .jw-icon-display {
    width: 50px;
    height: 50px
}

.jwplayer.jw-breakpoint-3 .jw-display-icon-container .jw-svg-icon {
    width: 30px;
    height: 30px
}

.jwplayer.jw-breakpoint-2 .jw-display-icon-container {
    margin: 0 10px
}

.jwplayer.jw-breakpoint-2 .jw-display-icon-container .jw-icon-display {
    width: 50px;
    height: 50px
}

.jwplayer.jw-breakpoint-2 .jw-display-icon-container .jw-svg-icon {
    width: 30px;
    height: 30px
}

.jwplayer.jw-breakpoint-1 .jw-display-icon-container {
    margin: 0
}

.jwplayer.jw-breakpoint-1 .jw-display-icon-container .jw-icon-display {
    width: 40px;
    height: 40px
}

.jwplayer.jw-breakpoint-1 .jw-display-icon-container .jw-svg-icon {
    width: 30px;
    height: 30px
}

.jwplayer.jw-breakpoint-0 .jw-display-icon-container {
    margin: 0
}

.jwplayer.jw-breakpoint-0 .jw-display-icon-container .jw-icon-display {
    width: 40px;
    height: 40px
}

.jwplayer.jw-breakpoint-0 .jw-display-icon-container .jw-svg-icon {
    width: 30px;
    height: 30px
}

.jwplayer.jw-breakpoint--1 .jw-display-icon-container {
    margin: 0
}

.jwplayer.jw-breakpoint--1 .jw-display-icon-container .jw-icon-display {
    width: 40px;
    height: 40px
}

.jwplayer.jw-breakpoint--1 .jw-display-icon-container .jw-svg-icon {
    width: 30px;
    height: 30px
}

.jwplayer .jw-controlbar {
    z-index: 2
}

.jwplayer .jw-controlbar .jw-button-container {
    padding: 0 12px!important
}

.jwplayer .jw-controlbar .jw-controls-logo {
    width: 80px!important;
    max-height: 46px;
    margin-right: 10px;
    opacity: .9
}

.jwplayer .jw-controlbar .jw-controls-logo .jw-button-image {
    max-height: 100%;
    width: 100%
}

.jw-breakpoint-3.jwplayer .jw-controlbar .jw-controls-logo,.jw-breakpoint-2.jwplayer .jw-controlbar .jw-controls-logo,.jw-breakpoint-1.jwplayer .jw-controlbar .jw-controls-logo,.jw-breakpoint-0.jwplayer .jw-controlbar .jw-controls-logo,.jw-breakpoint--1.jwplayer .jw-controlbar .jw-controls-logo {
    width: 50px!important
}

.jwplayer .jw-controlbar .jw-controls-logo:hover {
    opacity: 1
}

.jwplayer .jw-controlbar .jw-icon-rewind {
    display: none
}

.jwplayer .jw-controlbar .jw-icon-volume {
    margin-right: 10px
}

.jwplayer .jw-controlbar .jw-slider-volume.jw-slider-vertical {
    padding-bottom: 5px
}

.jwplayer .jw-controlbar .jw-svg-icon-fullscreen-on {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M5,5H10V7H7V10H5V5M14,5H19V10H17V7H14V5M17,14H19V19H14V17H17V14M10,17V19H5V14H7V17H10Z' /%3E%3C/svg%3E")
}

.jwplayer .jw-controlbar .jw-svg-icon-fullscreen-on path {
    display: none
}

.jwplayer .jw-controlbar .jw-svg-icon-fullscreen-off {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M14,14H19V16H16V19H14V14M5,14H10V19H8V16H5V14M8,5H10V10H5V8H8V5M19,8V10H14V5H16V8H19Z' /%3E%3C/svg%3E")
}

.jwplayer .jw-controlbar .jw-svg-icon-fullscreen-off path {
    display: none
}

.jwplayer .jw-controlbar .jw-icon-fullscreen {
    opacity: .8
}

.jwplayer .jw-controlbar .jw-icon-fullscreen:hover {
    opacity: 1
}

.jwplayer .jw-controlbar .jw-icon-cc {
    display: none
}

.jwplayer .jw-controlbar .jw-slider-time {
    padding: 0 15px!important;
    height: 17px!important
}

.jwplayer .jw-controlbar .jw-slider-time .jw-progress,.jwplayer .jw-controlbar .jw-slider-time .jw-knob {
    background: #ff0000;
    background: var(--player-color)
}

.jwplayer .jw-controlbar .jw-icon-inline:not([role=timer]):not(.jw-controls-logo),.jwplayer .jw-controlbar .jw-icon-volume {
    height: 46px!important;
    width: 46px!important
}

.jwplayer .jw-controlbar .jw-icon-inline:not([role=timer]):not(.jw-controls-logo) .jw-svg-icon,.jwplayer .jw-controlbar .jw-icon-volume .jw-svg-icon {
    height: 24px!important;
    width: 24px!important
}

.jwplayer .jw-controlbar [role=timer] {
    height: 46px!important;
    width: -moz-fit-content!important;
    width: fit-content!important;
    font-size: 14px!important;
    opacity: .8
}

.jwplayer.jw-breakpoint-3 .jw-controlbar .jw-button-container,.jwplayer.jw-breakpoint-2 .jw-controlbar .jw-button-container,.jwplayer.jw-breakpoint-1 .jw-controlbar .jw-button-container,.jwplayer.jw-breakpoint-0 .jw-controlbar .jw-button-container,.jwplayer.jw-breakpoint--1 .jw-controlbar .jw-button-container {
    padding: 0 0 0 10px!important
}

.jwplayer.jw-breakpoint-3 .jw-controlbar .jw-slider-time,.jwplayer.jw-breakpoint-2 .jw-controlbar .jw-slider-time,.jwplayer.jw-breakpoint-1 .jw-controlbar .jw-slider-time,.jwplayer.jw-breakpoint-0 .jw-controlbar .jw-slider-time,.jwplayer.jw-breakpoint--1 .jw-controlbar .jw-slider-time {
    padding: 0 10px!important;
    height: 5px!important
}

.jwplayer.jw-breakpoint-3 .jw-controlbar .jw-icon-inline:not([role=timer]):not(.jw-controls-logo),.jwplayer.jw-breakpoint-3 .jw-controlbar .jw-icon-volume,.jwplayer.jw-breakpoint-2 .jw-controlbar .jw-icon-inline:not([role=timer]):not(.jw-controls-logo),.jwplayer.jw-breakpoint-2 .jw-controlbar .jw-icon-volume,.jwplayer.jw-breakpoint-1 .jw-controlbar .jw-icon-inline:not([role=timer]):not(.jw-controls-logo),.jwplayer.jw-breakpoint-1 .jw-controlbar .jw-icon-volume,.jwplayer.jw-breakpoint-0 .jw-controlbar .jw-icon-inline:not([role=timer]):not(.jw-controls-logo),.jwplayer.jw-breakpoint-0 .jw-controlbar .jw-icon-volume,.jwplayer.jw-breakpoint--1 .jw-controlbar .jw-icon-inline:not([role=timer]):not(.jw-controls-logo),.jwplayer.jw-breakpoint--1 .jw-controlbar .jw-icon-volume {
    height: 40px!important;
    width: 40px!important
}

.jwplayer.jw-breakpoint-3 .jw-controlbar .jw-icon-inline:not([role=timer]):not(.jw-controls-logo) .jw-svg-icon,.jwplayer.jw-breakpoint-3 .jw-controlbar .jw-icon-volume .jw-svg-icon,.jwplayer.jw-breakpoint-2 .jw-controlbar .jw-icon-inline:not([role=timer]):not(.jw-controls-logo) .jw-svg-icon,.jwplayer.jw-breakpoint-2 .jw-controlbar .jw-icon-volume .jw-svg-icon,.jwplayer.jw-breakpoint-1 .jw-controlbar .jw-icon-inline:not([role=timer]):not(.jw-controls-logo) .jw-svg-icon,.jwplayer.jw-breakpoint-1 .jw-controlbar .jw-icon-volume .jw-svg-icon,.jwplayer.jw-breakpoint-0 .jw-controlbar .jw-icon-inline:not([role=timer]):not(.jw-controls-logo) .jw-svg-icon,.jwplayer.jw-breakpoint-0 .jw-controlbar .jw-icon-volume .jw-svg-icon,.jwplayer.jw-breakpoint--1 .jw-controlbar .jw-icon-inline:not([role=timer]):not(.jw-controls-logo) .jw-svg-icon,.jwplayer.jw-breakpoint--1 .jw-controlbar .jw-icon-volume .jw-svg-icon {
    height: 20px!important;
    width: 20px!important
}

.jwplayer.jw-breakpoint-3 .jw-controlbar [role=timer],.jwplayer.jw-breakpoint-2 .jw-controlbar [role=timer],.jwplayer.jw-breakpoint-1 .jw-controlbar [role=timer],.jwplayer.jw-breakpoint-0 .jw-controlbar [role=timer],.jwplayer.jw-breakpoint--1 .jw-controlbar [role=timer] {
    font-size: 12px!important
}

.jwplayer .jw-settings-menu {
    height: auto!important;
    width: auto!important;
    right: 15px!important;
    bottom: 65px!important;
    background: rgba(50,50,50,.7);
    z-index: 2
}

.jwplayer .jw-settings-menu .jw-settings-topbar,.jwplayer .jw-settings-menu .jw-settings-topbar [role=menuitemradio] {
    display: none
}

.jwplayer .jw-settings-menu .jw-settings-submenu {
    padding: 0
}

.jwplayer .jw-settings-menu .jw-settings-content-item {
    padding: 10px!important;
    font-weight: 600;
    font-size: 14px!important
}

.jwplayer .jw-settings-menu .jw-settings-content-item:before {
    content: "";
    display: none
}

.jwplayer .jw-settings-menu .jw-settings-item-active {
    background: #ff0000;
    background: var(--player-color)
}

.jwplayer.jw-breakpoint-1 .jw-settings-menu,.jwplayer.jw-breakpoint-0 .jw-settings-menu,.jwplayer.jw-breakpoint--1 .jw-settings-menu {
    height: 100%!important;
    width: 100%!important;
    right: 0!important;
    bottom: 0!important
}

.jwplayer.jw-breakpoint-1 .jw-settings-menu .jw-settings-topbar,.jwplayer.jw-breakpoint-0 .jw-settings-menu .jw-settings-topbar,.jwplayer.jw-breakpoint--1 .jw-settings-menu .jw-settings-topbar {
    display: block
}

.jwplayer.jw-breakpoint-1 .jw-settings-menu .jw-settings-submenu,.jwplayer.jw-breakpoint-0 .jw-settings-menu .jw-settings-submenu,.jwplayer.jw-breakpoint--1 .jw-settings-menu .jw-settings-submenu {
    padding: 10px 5px 10px 10px
}

.jwplayer.jw-breakpoint-1.jw-flag-fullscreen .jw-settings-menu,.jwplayer.jw-breakpoint-0.jw-flag-fullscreen .jw-settings-menu,.jwplayer.jw-breakpoint--1.jw-flag-fullscreen .jw-settings-menu {
    height: -moz-fit-content!important;
    height: fit-content!important
}

.jw-preplay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.jw-preplay-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    line-height: 1;
    background: rgba(50,50,50,.7);
    color: #fff
}

.jw-preplay-close {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.jw-preplay-label {
    padding: 0 10px
}

.jw-preplay-body {
    display: flex;
    background: rgba(50,50,50,.7);
    padding: 0 5px 5px
}

.jw-preplay-block {
    width: 300px;
    height: 250px;
    background: #fff
}

.jw-preplay-block:last-child {
    margin-left: 5px
}

.jw-breakpoint-4 .jw-preplay-block {
    width: 270px;
    height: 225px
}

.jw-breakpoint-4 .jw-preplay-block>* {
    transform: scale(.9);
    transform-origin: top left
}

.jw-breakpoint-3 .jw-preplay-block {
    width: 210px;
    height: 175px
}

.jw-breakpoint-3 .jw-preplay-block>* {
    transform: scale(.7);
    transform-origin: top left
}

.jw-breakpoint-2 .jw-preplay-block {
    width: 210px;
    height: 175px
}

.jw-breakpoint-2 .jw-preplay-block>* {
    transform: scale(.7);
    transform-origin: top left
}

.jw-breakpoint-1 .jw-preplay-block {
    width: 210px;
    height: 175px
}

.jw-breakpoint-1 .jw-preplay-block>* {
    transform: scale(.7);
    transform-origin: top left
}

.jw-breakpoint-0 .jw-preplay-block {
    width: 210px;
    height: 175px
}

.jw-breakpoint-0 .jw-preplay-block>* {
    transform: scale(.7);
    transform-origin: top left
}

.jw-breakpoint--1 .jw-preplay-block {
    width: 210px;
    height: 175px
}

.jw-breakpoint--1 .jw-preplay-block>* {
    transform: scale(.7);
    transform-origin: top left
}

.jw-preplay-bottom {
    display: flex;
    justify-content: center;
    margin-top: 10px
}

.jw-preplay-play {
    padding: 0 15px;
    height: 34px;
    cursor: pointer;
    color: #fff;
    background: #ff0000;
    background: var(--player-color);
    display: flex;
    align-items: center
}

.jw-preplay-play svg {
    margin-right: 5px
}

.jw-atitle {
    width: -moz-fit-content;
    width: fit-content;
    background-color: #323232b3!important;
    border-radius: 3px;
    display: flex;
    align-items: center;
    padding: 5px!important
}

.jw-atitle-a {
    margin-right: 5px
}

.jw-atitle-a:after {
    display: inline-flex;
    content: "AD"
}

.jw-atitle * {
    text-decoration: none!important
}

.deo-player .deo-player-seekbar-filler,.deo-player .deo-player-seekbar-handle,.deo-player .deo-player-options {
    background: #ff0000;
    background: var(--player-color)
}

.deo-player .deo-player-options-selector-2-col input.selected,.deo-player .deo-player-options-selector-x input.selected {
    color: #000
}

.deo-player .deo-player-vol-filler {
    background: #ff0000;
    background: var(--player-color)
}

.deo-loading .deo-loading-icon {
    border-color: #ff0000 #ff0000 #ff0000 transparent;
    border-color: var(--player-color) var(--player-color) var(--player-color) transparent
}

.videoplayer-error {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center
}

.videoplayer-error .logo {
    position: absolute;
    top: 20px;
    left: 20px
}

@media (max-width: 560px) {
    .videoplayer-error .logo {
        top:10px;
        left: 10px
    }
}

.videoplayer-error .logo svg {
    width: 140px;
    height: 36px;
    color: #fff
}

@media (max-width: 560px) {
    .videoplayer-error .logo svg {
        width:90px;
        height: 23px
    }
}

.videoplayer-error .videoplayer-error-body {
    text-align: center
}

.videoplayer-error .videoplayer-error-body .icon__alert {
    color: #8d31e0
}

.videoplayer-error .videoplayer-error-body .icon__alert svg {
    width: 100px;
    height: 100px
}

@media (max-width: 560px) {
    .videoplayer-error .videoplayer-error-body .icon__alert svg {
        width:40px;
        height: 40px
    }
}

.videoplayer-error .videoplayer-error-body .text {
    color: #fff;
    font-size: 24px
}

.videoplayer-error .videoplayer-error-body .text a {
    color: #8d31e0
}

@media (max-width: 560px) {
    .videoplayer-error .videoplayer-error-body .text {
        font-size:15px
    }
}

.videoplayer {
    position: relative;
    z-index: 50
}

.videoplayer-container {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

:root {
    --player-color: #8D31E0
}

.star-rating__wrapper[data-v-a42af852] {
    display: flex;
    flex-direction: row;
    gap: 5px
}

.star-rating__wrapper div[data-v-a42af852] {
    display: flex;
    align-items: center
}

.star-rating__star[data-v-a42af852] {
    width: 16px;
    height: 16px
}

.star-rating__star .svg-icon[data-v-a42af852] {
    color: #8d31e0
}

.star-rating__star-grey .svg-icon[data-v-a42af852] {
    color: #999
}

.video-title[data-v-82ecea54] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px
}

.video-title__icons[data-v-82ecea54] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px
}

.video-title__top[data-v-82ecea54] {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px
}

.video-title__top__user[data-v-82ecea54] {
    color: #999;
    transition: .3s;
    display: flex;
    align-items: center;
    gap: 5px
}

.video-title__top__user .svg-icon[data-v-82ecea54] {
    color: #999;
    fill: #999;
    transition: .3s
}

.video-title__top__user[data-v-82ecea54]:hover {
    color: #8d31e0
}

.video-title__top__user:hover .svg-icon[data-v-82ecea54] {
    color: #8d31e0;
    fill: #8d31e0
}

.video-title .views-count[data-v-82ecea54],.video-title .posted-date[data-v-82ecea54],.video-title .download-btn[data-v-82ecea54] {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #999
}

@media (max-width: 425px) {
    .video-title .views-count[data-v-82ecea54],.video-title .posted-date[data-v-82ecea54],.video-title .download-btn[data-v-82ecea54] {
        font-size:12px
    }
}

.video-title .views-count .svg-icon[data-v-82ecea54],.video-title .posted-date .svg-icon[data-v-82ecea54],.video-title .download-btn .svg-icon[data-v-82ecea54] {
    color: #999;
    width: 20px;
    height: 20px
}

.text-tag[data-v-82ecea54] {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap
}

.text-tag .tag[data-v-82ecea54] {
    transition: .3s;
    color: #8d31e0
}

.text-tag .tag[data-v-82ecea54]:hover {
    color: #2a2a2a
}

.video-page__tags {
    display: flex;
    gap: 10px;
    padding: 14px 0 0;
    align-items: center;
    border-top: 1px solid rgba(58,58,58,.3)
}

.video-page__tags .no-avatar-small {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #f1f0f5;
    border: 1px solid #ffffff
}

.video-page__title {
    margin: 10px 0;
    align-items: center;
    display: flex;
    gap: 12px
}

.video-page__title .posted-date {
    display: inline-block;
    font-size: .75rem;
    white-space: nowrap;
    color: #3a3a3acc;
    font-weight: 400
}

.video-page__playlist {
    position: relative;
    margin: 0 -5px 15px
}

.video-page__playlist .next,.video-page__playlist .prev {
    position: absolute;
    height: 40px;
    width: 40px;
    top: 26px;
    background: #FFFFFF;
    z-index: 1;
    text-align: center;
    font-size: 28px;
    color: #2a2a2a;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(58,58,58,.3)
}

@media (max-width: 1024px) {
    .video-page__playlist .next,.video-page__playlist .prev {
        display:none
    }
}

.video-page__playlist .next:hover .svg-icon,.video-page__playlist .prev:hover .svg-icon {
    color: #fff
}

.video-page__playlist .prev {
    left: 0;
    transform: translate3d(-50%,0,0) rotate(180deg)
}

.video-page__playlist .next {
    right: 0;
    transform: translate3d(50%,0,0)
}

.video-page__playlist .list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll
}

.video-page__playlist .list::-webkit-scrollbar {
    display: none
}

.video-page__playlist .list:hover .list-item {
    opacity: .8
}

.video-page__playlist .list .list-item {
    padding: 0 5px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none
}

@media (max-width: 1024px) {
    .video-page__playlist .list .list-item {
        min-width:20%!important
    }
}

@media (max-width: 425px) {
    .video-page__playlist .list .list-item {
        min-width:25%!important
    }
}

.video-page__playlist .list .list-item:hover {
    opacity: 1
}

.video-page__playlist .list .list-item:hover .list-item__top,.video-page__playlist .list .list-item.current .list-item__top {
    border-color: #8d31e0
}

.video-page__playlist .list .list-item__top {
    border-top: 4px solid transparent
}

.video-page__playlist .list .list-item__top .img {
    padding-top: 56.25%;
    background-size: cover
}

.video-page__playlist .list .list-item__bottom {
    margin-top: 5px
}

.video-page__playlist .list .list-item__bottom>.title {
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 36px;
    color: #2a2a2a
}

.thumb-slider {
    order: 1;
    justify-content: center;
    display: block!important;
    grid-column: span 2
}

@media (min-width: 425px) {
    .thumb-slider {
        grid-column:span 2
    }
}

@media (min-width: 1024px) {
    .thumb-slider {
        grid-column:span 4
    }
}

@media (min-width: 1630px) {
    .thumb-slider {
        grid-column:span 6
    }
}

.thumb-slider>div {
    margin: 0 auto;
    position: relative;
    width: 100%!important
}

@media (min-width: 768px) {
    .thumb-slider>div {
        width:80%!important;
        max-width: 980px!important
    }
}

.thumb-slider>div:empty {
    display: none
}

.thumb-slider>div .ca-roll-container {
    width: 100%!important
}

.thumb-slider>div .ca-roll-container:not(.ca-roll-container--collapsed) {
    height: 300px!important;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .thumb-slider>div .ca-roll-container:not(.ca-roll-container--collapsed) {
        height:450px!important
    }
}

@media (min-width: 1024px) {
    .thumb-slider>div .ca-roll-container:not(.ca-roll-container--collapsed) {
        height:500px!important
    }
}

@media (min-width: 1630px) {
    .thumb-slider>div .ca-roll-container:not(.ca-roll-container--collapsed) {
        height:580px!important
    }
}

.thumb-slider>div .ca-roll-container>div>.vast_player {
    z-index: 99!important
}

.video-ntv-wrapper {
    position: sticky;
    top: 65px
}

@media (max-width: 1024px) {
    .video-ntv-wrapper {
        top:77px
    }
}

@media (max-width: 767px) {
    .video-right-top {
        display:flex;
        justify-content: center;
        padding-top: 15px
    }

    .video-right-top .text {
        font-size: 15px!important
    }
}

.video-right-top>div:not(:last-child) {
    margin-bottom: 8px
}

@media (max-width: 767px) {
    .video-right-top>div:first-child+div {
        margin:0 10px 8px
    }
}

.video-right-top>div {
    overflow: hidden;
    width: 300px;
    height: 250px;
    border-radius: 10px;
    background-color: #fff
}

@media (max-width: 1320px) {
    .video-right-top>div {
        width:210px;
        height: 175px
    }

    .video-right-top>div>* {
        transform: scale(.7);
        transform-origin: top left
    }
}

@media (max-width: 767px) {
    .video-right-top>div {
        width:180px;
        height: 150px
    }

    .video-right-top>div>* {
        transform: scale(.6);
        transform-origin: top left
    }
}

@media (max-width: 580px) {
    .video-right-top>div {
        width:150px;
        height: 125px
    }

    .video-right-top>div>* {
        transform: scale(.5);
        transform-origin: top left
    }
}

.video-right-top+h4 {
    margin-top: 4px;
    text-decoration: none;
    display: flex;
    justify-content: center
}

.video-right-top+h4 a {
    font-size: 12px;
    text-decoration: none
}

section[data-v-1c67ab29] {
    background: #ffffff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    overflow-x: scroll;
    margin: 20px 0
}

section[data-v-1c67ab29]::-webkit-scrollbar {
    display: none
}

section>div[data-v-1c67ab29] {
    display: flex;
    margin: 0 auto
}

@media (max-width: 767px) {
    section>div[data-v-1c67ab29] {
        display:grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr
    }
}

section>div>div[data-v-1c67ab29] {
    margin: 0 4px;
    overflow: hidden;
    background: #F1F0F5
}

@media (max-width: 767px) {
    section>div>div[data-v-1c67ab29] {
        margin:4px!important
    }
}

section>div>div[data-v-1c67ab29]:first-of-type {
    margin-left: 0
}

section>div>div[data-v-1c67ab29]:last-of-type {
    margin-right: 0
}

section>div>div[data-v-1c67ab29] :first-child {
    transform-origin: top left
}

.bnayfyypfabfbfnnpp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    margin-top: 10px
}

.bnayfyypfabfbfnnpp .fwcpbppnacfbfbwwnnbpbwpfbf {
    max-width: 100%
}

.bnayfyypfabfbfnnpp .abfnfnnwcfafafbbwwffaabw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
    margin-bottom: 10px
}

.bnayfyypfabfbfnnpp .abfnfnnwcfafafbbwwffaabw .arrows {
    flex-shrink: 0;
    display: none;
    color: #3a3a3a80
}

.bnayfyypfabfbfnnpp .abfnfnnwcfafafbbwwffaabw .arrows button {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: none;
    background: transparent;
    padding: 0
}

.bnayfyypfabfbfnnpp .abfnfnnwcfafafbbwwffaabw .arrows button:disabled {
    opacity: .4
}

.bnayfyypfabfbfnnpp .abfnfnnwcfafafbbwwffaabw .arrows button i {
    width: 35px;
    height: 35px;
    color: #3a3a3a80;
    display: flex;
    font-size: 18px;
    justify-content: center;
    align-items: center
}

.bnayfyypfabfbfnnpp .bnayfyypfabfbfnnppfyacwwabbf {
    display: flex;
    overflow-x: scroll
}

.bnayfyypfabfbfnnpp .bnayfyypfabfbfnnppfyacwwabbf::-webkit-scrollbar {
    display: none
}

.bnayfyypfabfbfnnpp .yanbbbbfpnybybaaffbwycc {
    display: flex;
    margin: 0 -5px
}

.bnayfyypfabfbfnnpp .wbwffbbynbabfa {
    margin: 0 5px;
    overflow: hidden;
    display: flex;
    background-color: #f1f0f5
}

.bnayfyypfabfbfnnpp .wbwffbbynbabfa>* {
    transform-origin: left top
}

@media (max-width: 1600px) {
    .bnayfyypfabfbfnnpp .wbwffbbynbabfa {
        width:270px;
        height: 225px
    }

    .bnayfyypfabfbfnnpp .wbwffbbynbabfa iframe,.bnayfyypfabfbfnnpp .wbwffbbynbabfa img {
        transform: scale(.9);
        transform-origin: top left
    }
}

@media (max-width: 1460px) {
    .bnayfyypfabfbfnnpp .wbwffbbynbabfa {
        width:240px;
        height: 200px
    }

    .bnayfyypfabfbfnnpp .wbwffbbynbabfa iframe,.bnayfyypfabfbfnnpp .wbwffbbynbabfa img {
        transform: scale(.8);
        transform-origin: top left
    }
}

@media (max-width: 1300px) {
    .bnayfyypfabfbfnnpp .wbwffbbynbabfa {
        width:210px;
        height: 175px
    }

    .bnayfyypfabfbfnnpp .wbwffbbynbabfa iframe,.bnayfyypfabfbfnnpp .wbwffbbynbabfa img {
        transform: scale(.7);
        transform-origin: top left
    }
}

@media (max-width: 1160px) {
    .bnayfyypfabfbfnnpp .abfnfnnwcfafafbbwwffaabw .arrows {
        display:flex
    }

    .bnayfyypfabfbfnnpp .wbwffbbynbabfa {
        width: 270px;
        height: 225px
    }

    .bnayfyypfabfbfnnpp .wbwffbbynbabfa iframe,.bnayfyypfabfbfnnpp .wbwffbbynbabfa img {
        transform: scale(.9);
        transform-origin: top left
    }
}

@media (max-width: 1099px) {
    .bnayfyypfabfbfnnpp {
        padding:10px
    }
}

@media (max-width: 840px) {
    .bnayfyypfabfbfnnpp .wbwffbbynbabfa {
        width:240px;
        height: 200px
    }

    .bnayfyypfabfbfnnpp .wbwffbbynbabfa iframe,.bnayfyypfabfbfnnpp .wbwffbbynbabfa img {
        transform: scale(.8);
        transform-origin: top left
    }
}

@media (max-width: 768px) {
    .bnayfyypfabfbfnnpp .wbwffbbynbabfa {
        width:225px;
        height: 187.5px
    }

    .bnayfyypfabfbfnnpp .wbwffbbynbabfa iframe,.bnayfyypfabfbfnnpp .wbwffbbynbabfa img {
        transform: scale(.75);
        transform-origin: top left
    }
}

@media (max-width: 480px) {
    .bnayfyypfabfbfnnpp .wbwffbbynbabfa {
        width:165px;
        height: 137.5px
    }

    .bnayfyypfabfbfnnpp .wbwffbbynbabfa iframe,.bnayfyypfabfbfnnpp .wbwffbbynbabfa img {
        transform: scale(.55);
        transform-origin: top left
    }
}

@media (max-width: 360px) {
    .bnayfyypfabfbfnnpp .wbwffbbynbabfa {
        width:150px;
        height: 125px
    }

    .bnayfyypfabfbfnnpp .wbwffbbynbabfa iframe,.bnayfyypfabfbfnnpp .wbwffbbynbabfa img {
        transform: scale(.5);
        transform-origin: top left
    }
}

.direct[data-v-e7ecbf64] {
    cursor: pointer
}

section[data-v-b832648d] {
    justify-content: center;
    width: 300px;
    height: 100px;
    margin: 0 auto;
    position: relative
}

section div[data-v-b832648d] {
    display: flex;
    flex-direction: column;
    justify-content: center
}

section div[data-v-b832648d]>:nth-child(1) {
    width: 100%;
    min-height: 105px
}

section span[data-v-b832648d] {
    display: flex;
    margin-top: 5px;
    font-size: 13px;
    text-align: center;
    position: absolute;
    right: 3px;
    bottom: 3px;
    background: #262626;
    border-radius: 3px;
    font-size: 11px;
    opacity: .6;
    padding: 0 3px;
    pointer-events: none
}

section span[data-v-b832648d]:before {
    display: block;
    content: "AD";
    color: #fff;
    font-size: 12px;
    font-weight: 400
}

.video__wrapper {
    width: calc(100% - 240px);
    max-width: 1580px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    min-height: calc(100vh - 324px);
    margin: 0 auto;
    flex-direction: column
}

@media (max-width: 1024px) {
    .video__wrapper {
        width:100%;
        padding: 0
    }
}

.video-page {
    width: 100%
}

@media (max-width: 1024px) {
    .video-page {
        margin:12px 0 20px
    }
}

@media (max-width: 768px) {
    .video-page .video-page__title {
        margin-top:0
    }
}

.video-page__info {
    background: #ffffff;
    padding: 14px 20px;
    border-radius: 0 0 10px 10px
}

.video-page__content {
    display: flex;
    margin-top: 10px
}

@media (max-width: 767px) {
    .video-page__content {
        flex-direction:column
    }
}

.video-page__content>.left {
    flex-grow: 1;
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px -7px rgba(34,60,80,.2);
    -moz-box-shadow: 0px 0px 10px -7px rgba(34,60,80,.2);
    box-shadow: 0 0 10px -7px #223c5033
}

@media (min-width: 1025px) and (max-width: 1366px) {
    .video-page__content>.left {
        min-width:645px
    }
}

@media (max-width: 1080px) {
    .video-page__content>.left {
        min-width:calc(100% - 222.4px)
    }
}

@media (max-width: 767px) {
    .video-page__content>.left {
        width:100%;
        max-width: 100%
    }
}

.video-page__content>.left .videoplayer {
    width: 100%;
    padding-top: 56.25%;
    background-color: #000;
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    border-radius: 10px 10px 0 0;
    overflow: hidden
}

@media (min-width: 1630px) {
    .video-page__content>.left .videoplayer {
        max-height:650px
    }
}

@media (min-width: 1630px) {
    .video-page__content>.left .videoplayer.noadv {
        padding-top:0;
        height: 650px
    }
}

.video-page__content>.left .jwplayer {
    display: block!important
}

.video-page__content>.left+.right {
    margin-left: 10px;
    position: relative
}

.video-page__content>.right {
    max-width: fit-content
}

@media (max-width: 768px) {
    .video-page__content>.right {
        max-width:100%
    }
}

.video-page__related {
    width: 100%;
    margin-top: 30px
}

.device-phone .left {
    max-width: 100%
}

.svg-icon {
    color: #2a2a2a;
    fill: #2a2a2a;
    width: 16px;
    height: 16px;
    pointer-events: none
}
