.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 #6D7076;
    border-bottom: 1px solid #6D7076;
    -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: #6d7076;
    padding: 0 12px;
    margin-top: 12px
}

.footer {
    background: #101214;
    width: 100%;
    border-top: 1px solid rgba(58, 58, 58, .3);
    position: relative;
    padding: 20px 0 12px
}

.footer .copyright {
    color: #3a3a3a80
}

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

.footer-info span {
    font-size: 14px;
    line-height: 24px;
    color: #6d7076
}

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

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

.footer-row {
    display: flex;
    justify-content: space-between;
    padding-top: 24px
}

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

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

.footer-row-column .links a {
    color: #6d7076;
    margin-bottom: 8px;
    display: flex;
    justify-content: flex-start;
    transition: .3s
}

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

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

.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: #fff;
    font-weight: 700
}

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

.footer__text {
    font-size: .75rem;
    width: 100%;
    text-align: center;
    color: #6d7076
}

.search {
    display: flex;
    position: relative;
    width: 100%;
    margin-right: 8px
}

@media (max-width: 425px) {
    .search {
        width: auto;
        justify-content: flex-end
    }
}

@media (max-width: 1024px) {
    .search {
        margin-right: 0
    }
}

@media (max-width: 425px) {
    .search--open {
        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 {
    display: none
}

.search--open .search__container {
    display: block
}

.search .input {
    padding-right: 36px
}

@media (max-width: 425px) {
    .search .input {
        border: none;
        padding: 0 12px
    }
}

.search__input {
    display: flex;
    width: 100%;
    align-items: center
}

@media (max-width: 425px) {
    .search__input {
        flex-direction: row-reverse;
        justify-content: space-between;
        gap: 10px;
        padding: 15px;
        height: 77px;
        background: #1E1D2A;
        max-width: none
    }
}

.search__input button {
    position: absolute;
    cursor: pointer;
    right: 12px;
    display: flex
}

.search__input button .svg-icon {
    width: 16px;
    height: 16px
}

@media (max-width: 425px) {
    .search__input button {
        position: relative;
        right: 0
    }

    .search__input button i {
        padding: 12px;
        display: block
    }
}

.search__container {
    width: 100%
}

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

@media (max-width: 425px) {
    .search__container.open {
        left: 0
    }
}

.search__container.open .input {
    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 {
        border: none
    }
}

.search__container .list {
    list-style: none;
    margin: 10px 0;
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap
}

.search__container .list li {
    font-size: .75rem;
    display: flex;
    text-decoration: none;
    line-height: 20px;
    min-height: 32px;
    color: #6d7076;
    white-space: nowrap;
    align-items: center;
    overflow: hidden
}

.search__container .list li a {
    display: flex;
    flex-grow: 1;
    align-items: center;
    transition: .3s;
    padding: 5px 10px;
    background: #101214;
    border: 1px solid #101214;
    border-radius: 5px
}

.search__container .list li a:hover {
    background: #1E1D2A;
    border: 1px solid #6D7076
}

.search__container .list li .title {
    overflow: hidden;
    text-overflow: ellipsis;
    color: #6d7076;
    font-size: 12px;
    margin-bottom: 0
}

.search__container .list li .count {
    font-size: 12px;
    color: #6d7076;
    opacity: .8;
    margin-left: 5px;
    display: flex;
    align-items: center;
    gap: 5px
}

.search__container .list li .count.history {
    float: right
}

.search__container .list-group .title {
    margin-bottom: 6px;
    font-size: 14px;
    color: #fff
}

.search__response {
    top: 100%;
    position: absolute;
    padding: 0 12px;
    z-index: 102;
    width: 100%;
    background: #1E1D2A;
    border: 1px solid rgba(58, 58, 58, .3)
}

@media (max-width: 425px) {
    .search__response {
        z-index: 114;
        top: 75px;
        overflow: auto;
        border: none
    }
}

.search__response .info {
    margin: 10px 0;
    color: #fff;
    font-size: 14px;
    line-height: 20px
}

@media (max-width: 425px) {
    .search__response__wrapper {
        height: calc(100vh - 77px);
        background-color: #00000080
    }
}

.search__response__model-wrp {
    height: 40px;
    width: 40px;
    overflow: hidden;
    margin: 6px 15px 6px 0;
    border-radius: 50%
}

.search__response__model-img {
    width: 40px;
    margin-right: 12px
}

.search__response__channel-img {
    height: 40px;
    margin-right: 10px
}

.search__response__model-statistic {
    display: flex;
    flex-direction: column
}

@media (max-width: 425px) {
    .search__response a {
        display: block
    }
}

.search__close--mobile {
    display: none
}

@media (max-width: 425px) {
    .search__close--mobile {
        display: block
    }
}

.search__open--mobile {
    display: none
}

.search__open--mobile .svg-icon {
    color: #518ef8;
    width: 24px;
    height: 24px
}

@media (max-width: 425px) {
    .search__open--mobile {
        display: flex;
        align-items: center;
        padding: 8px;
        background: #101214;
        border-radius: 8px
    }

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

.search-item-focus,
.no-touch .search__container .list li:hover {
    background: #F8F9FA
}

.no-touch .search__container .list li:hover .title {
    color: #ff9a00
}

.input-search {
    background: #101214;
    color: #6d7076;
    padding: 10px;
    font-size: 14px;
    line-height: 24px;
    border-radius: 10px;
    height: 42px
}

@media (max-width: 1024px) {
    .input-search {
        height: 52px
    }
}

.lang-select {
    background: #101214;
    transition: .3s;
    height: 42px !important;
    border: 1px solid #101214
}

.lang-select:hover {
    background: transparent;
    border: 1px solid #FF9A00
}

.icon {
    width: 16px !important;
    height: 16px !important;
    transition: transform .15s ease-in-out
}

.icon--active {
    transform: rotate(180deg)
}

.select {
    position: relative;
    background: #1E1D2A;
    color: #6d7076;
    height: 42px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 10px
}

.select--inline {
    border: none;
    height: auto
}

.select--inline .select__label {
    height: auto
}

.select--inline .select__list1,
.select--inline .select__list {
    min-width: 0;
    max-width: none
}

.select--inline .select__list1 ul li,
.select--inline .select__list ul li {
    white-space: nowrap
}

.select.disabled .select__label {
    opacity: .5;
    cursor: no-drop
}

.select-right .select__list1,
.select-right .select__list {
    right: 0
}

.select__label {
    display: flex;
    cursor: pointer;
    align-items: center;
    height: 42px;
    padding: 0 10px;
    border-radius: 10px;
    gap: 8px;
    color: #6d7076
}

.select__label .label {
    flex-grow: 1;
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.select__label .label .flag {
    margin-right: 5px;
    vertical-align: sub
}

.select__label .label--letter {
    text-transform: uppercase
}

.select__label .svg-icon {
    color: #6d7076
}

.select__list1,
.select__list {
    overflow-y: auto;
    right: 0;
    padding: 8px;
    position: absolute;
    display: none;
    flex-direction: column;
    top: 100%;
    max-height: 300px;
    min-width: 100%;
    max-width: 100%;
    background-color: #1e1d2a !important;
    z-index: 102;
    border-radius: 2px;
    border: 1px solid rgba(58, 58, 58, .3);
    margin-top: 4px;
}


.select__list1.select__list--above,
.select__list.select__list--above {
    top: auto;
    bottom: 100%;
    margin-bottom: 4px;
    margin-top: 0;
}

.select.open .select__list1,
.select.open .select__list {
    display: flex !important
}

.select.open .select__label .icon {
    transform: rotate(180deg)
}

.select__list1::-webkit-scrollbar,
.select__list::-webkit-scrollbar {
    width: 4px;
    background: #1E1D2A
}

.select__list1::-webkit-scrollbar-thumb,
.select__list::-webkit-scrollbar-thumb {
    background: #101214;
    border-radius: 2px
}

@media (max-width: 425px) {
    .select__list1,
    .select__list {
        max-width: 100%
    }
}

.select__list1 .search-row,
.select__list .search-row {
    padding: 10px 10px 5px
}

.select__list1 .search-row>.input
.select__list .search-row>.input {
    width: 100%
}

.select__list1 .list,
.select__list .list {
    flex-grow: 1
}

.select__list1 .list-flag,
.select__list .list-flag {
    display: inline-flex;
    align-items: center;
    margin-right: 10px
}

.select__list1 .list::-webkit-scrollbar,
.select__list .list::-webkit-scrollbar {
    width: 8px;
    background: none;
    padding-right: 3px
}

.select__list1 .list::-webkit-scrollbar-thumb,
.select__list .list::-webkit-scrollbar-thumb {
    margin-right: 3px;
    background: rgba(58, 58, 58, .5);
    border-radius: 2px
}

.select__list1 ul,
.select__list ul {
    list-style: none;
    color: #6d7076;
    margin: 0 !important;
    border-radius: 4px
}

.select__list1 ul li,
.select__list ul li {
    padding: 8px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-align: left;
    transition: .3s
}

.select__list1 ul li i,
.select__list ul li i {
    margin-right: 8px
}

.select__list1 ul li:hover,
.select__list ul li:hover {
    background: #101214;
    color: #fff
}

.select__list1 ul li a,
.select__list ul li a {
    display: flex
}

.select__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #6d7076;
    margin-bottom: 8px;
    display: block
}

.select__lang {
    margin-right: 8px
}

.select__lang .select__list1,
.select__lang .select__list {
    max-height: none
}

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

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

.header__nav__btn {
    text-wrap: nowrap;
    background: #101214;
    border: 1px solid #101214;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 10px;
    height: 42px;
    padding: 0 10px;
    transition: .3s;
    color: #ff9a00;
    font-size: 14px;
    line-height: 20px
}

.header__nav__btn .svg-icon {
    width: 20px;
    height: 20px;
    color: #ff9a00
}

.header__nav__btn:hover {
    background: transparent;
    border: 1px solid #FF9A00
}

.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: #1E1D2A;
    width: 264px;
    height: 100%;
    overflow-y: auto;
    position: absolute;
    right: 0;
}

.mobile-menu__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #101214;
    padding: 14px;
    border-radius: 8px
}

.mobile-menu__buttons .svg-icon {
    fill: #fff;
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
    transform: rotate(0deg);
}


.mobile-menu.open .mobile-menu__buttons .svg-icon,
.mobile-menu__wrapper.open ~ .mobile-menu__buttons .svg-icon,
body.mobile-menu-active .mobile-menu__buttons .svg-icon {
    transform: rotate(90deg);
}

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

    .mobile-menu__buttons .svg-icon {
        width: 20px;
        height: 20px;
        transition: transform 0.3s ease;
    }
}

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

.mobile-menu__user {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1E1D2A;
    color: #fff;
    font-weight: 700
}

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

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

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

.mobile-menu__list {
    padding: 10px 0;
    background: #1E1D2A;
    margin-bottom: 12px;
    border-top: 4px solid #101214
}

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

.mobile-menu__list--item .svg-icon {
    color: #6d7076
}

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

.mobile-menu__item .mobile-dropdown__link {
    font-weight: 700
}

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

.mobile-menu .select__list1,
.mobile-menu .select__list {
    overflow-y: auto;
    right: 0;
    padding: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
    top: 100%;
    max-height: none;
    min-width: 100%;
    max-width: 100%;
    z-index: 102;
    border: none
}

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

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

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

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

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

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

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

@media (max-width: 450px) {
    .header__logo .svg-icon {
        width: 150px;
        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: #101214;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 10px;
    height: 42px;
    padding: 0 10px;
    transition: .3s;
    color: #6d7076;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #101214
}

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

.header__btn:hover {
    background: transparent;
    border: 1px solid #FF9A00
}

.header__network {
    width: 100%;
    display: flex;
    white-space: nowrap;
    align-items: center;
    padding: 0 20px;
    background: #101214
}

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

.header__network .wrapper {
    display: flex;
    justify-content: space-between;
    height: 100%
}

.header__network--dropdown {
    display: none
}

.header__network--content {
    gap: 14px;
    width: 100%;
    justify-content: space-between
}

@media (min-width: 1025px) and (max-width: 1366px) {
    .header__network--content {
        gap: 6px
    }
}

.header__network--content .subtitle {
    display: block;
    font-size: .75rem;
    text-decoration: none;
    color: #6d7076;
    transition: .3s
}

@media (min-width: 1025px) and (max-width: 1366px) {
    .header__network--content .subtitle:first-child {
        display: none
    }
}

.header__network--content .dropdown-button:after {
    display: none
}

.header__network--content a:not(:first-child):hover {
    color: #ff9a00
}

.header__container {
    position: relative;
    padding: 10px 0
}


@media (max-width: 1024px) {
    .header__container {
        padding: 10px 0;
        border: none
    }
    .d-flex.aligns-center > .select__lang{
        display: none;
    }
}

@media (max-width: 425px) {
    .header__container {
        padding: 6.5px 0
    }
}

.header__container__first-line {
    min-height: 40px
}

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

@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 {
    margin-right: 32px;
    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: #fff
}

.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: 42px;
    height: 42px;
    border-radius: 10px;
    z-index: 13;
    background-size: cover;
    background-color: #101214
}

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

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

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

.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 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    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 {
    border-top: 4px solid #101214;
    position: fixed;
    z-index: 99;
    background: #1E1D2A;
    width: 100%;
    max-width: 100px;
    transition: .3s;
    bottom: 0;
    left: 0;
    box-sizing: border-box
}

.sidebar__logo {
    width: 72px;
    height: 72px;
    margin-top: 13px;
    margin-bottom: 52px;
    transition: .3s
}

.sidebar__logo .svg-icon {
    width: 72px;
    height: 72px
}

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

.sidebar__links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 10px
}

.sidebar__links-link {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    border-radius: 12px;
    padding: 0 5px;
    transition: .3s;
    text-align: center;
    color: #6d7076;
    font-size: 10px;
    line-height: 12px
}

.sidebar__links-link .svg-icon {
    color: #6d7076;
    transition: .3s;
    width: 20px;
    height: 20px
}

.sidebar__links-link:hover {
    background: #101214;
    color: #ff9a00
}

.sidebar__links-link:hover .svg-icon {
    color: #ff9a00 !important
}

.is-active {
    background: #101214;
    color: #ff9a00
}

.is-active .svg-icon {
    color: #ff9a00 !important
}

.input__wrapper label {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    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
}

.modal__login__google {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
    background: transparent;
    color: #6d7076
}

.modal__login__google--wrp {
    padding: 12px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1E1D2A
}

.modal__login__google .google__icon {
    width: 24px;
    height: 24px
}

.modal__login__links {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 8px
}

.modal__login__link {
    color: #6d7076;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 4px 16px;
    border-radius: 10px;
    border: 1px solid #2e3032;
    transition: .3s
}

.modal__login__link:hover {
    border: 1px solid #FF9A00;
    color: #ff9a00
}

.textarea__wrapper label {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    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;
    border: 1px solid rgba(58, 58, 58, .3);
    padding: 0 16px;
    color: #3a3a3acc;
    height: 36px;
    font-size: .875rem;
    line-height: 20px;
    border-radius: 2px;
    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
}

.tg-button {
    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 {
    color: #fff;
    fill: #fff
}

.tg-button-red {
    cursor: pointer;
    background: #FF9A00
}

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

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

    to {
        transform: rotate(360deg)
    }
}

.modal-text {
    color: #fff
}

.modal-share {
    display: none;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 111;
    overflow-y: auto;
    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
}

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

.modal-dmca {
    display: none;
    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: #fff;
    text-align: left;
    margin-bottom: 12px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem
}

.modal-block {
    background: #101214;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%);
    padding: 24px 15px;
    width: 380px;
    text-align: center;
    border-radius: 2px
}

.modal-share__block {
    background: #101214;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%);
    padding: 24px 15px;
    width: 380px;
    text-align: center;
    border-radius: 2px
}


.modal-feedback_block {
    background: #101214;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%);
    padding: 24px 15px;
    width: 380px;
    text-align: center;
    border-radius: 2px
}

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

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


.modal-dmca .select__wrapper {
    margin-bottom: 15px
}

.modal-dmca .select__wrapper select {
    width: 100%;
    border-radius: 10px;
    background: #1E1D2A;
    padding: 13px 24px;
    color: #6d7076;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border: 1px solid rgba(58, 58, 58, .7);
    cursor: pointer;
    outline: none
}

.modal-dmca .select__wrapper select:focus {
    border-color: #6d7076;
    color: #fff
}

.modal-dmca .select__wrapper select option {
    background: #1E1D2A;
    color: #fff
}

.modal-dmca .input__wrapper {
    margin-bottom: 15px
}

.modal-dmca .input__wrapper .input {
    width: 100%;
    border-radius: 10px;
    background: #1E1D2A;
    padding: 13px 24px;
    color: #6d7076;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border: 1px solid rgba(58, 58, 58, .7);
    outline: none
}

.modal-dmca .input__wrapper .input:focus {
    border-color: #6d7076;
    color: #fff
}

.modal-dmca .input__wrapper .input::placeholder {
    color: #6d7076
}

.modal-dmca .textarea__wrapper {
    margin-bottom: 15px
}

.modal-dmca .textarea__wrapper textarea {
    width: 100%;
    border-radius: 10px;
    background: #1E1D2A;
    padding: 13px 24px;
    color: #6d7076;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border: 1px solid rgba(58, 58, 58, .7);
    min-height: 120px;
    resize: vertical;
    outline: none;
    font-family: inherit
}

.modal-dmca .textarea__wrapper textarea:focus {
    border-color: #6d7076;
    color: #fff
}

.modal-dmca .textarea__wrapper textarea::placeholder {
    color: #6d7076
}

.modal-dmca .form-file {
    margin-bottom: 15px;
    cursor: pointer;
    position: relative
}

.modal-dmca .form-file__input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 1
}

.modal-dmca .form-file__empty {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    background: #1E1D2A;
    padding: 13px 24px;
    color: #6d7076;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border: 1px solid rgba(58, 58, 58, .7)
}

.modal-dmca .form-file__empty:hover {
    border-color: #6d7076
}

.modal-dmca .form-file__text {
    color: #6d7076
}

.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: #101214;
    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: #1E1D2A;
    border-top: 4px solid #101214;
    box-shadow: 0 -4px 20px #19233b08
}

.cookies-policy-block-text {
    color: #fff;
    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: #ff9a00
}

.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 {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #6D7076;
    animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1-0b3a6389 .6s infinite
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2-0b3a6389 .6s infinite
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2-0b3a6389 .6s infinite
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3-0b3a6389 .6s infinite
}

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

    to {
        transform: scale(1)
    }
}

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

    to {
        transform: scale(0)
    }
}

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

    to {
        transform: translate(24px)
    }
}

.modelsbar {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    overflow-x: scroll;
    overflow-y: hidden;
    gap: 17px;
    transition: .3s;
    height: 95px
}

.modelsbar__loader {
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center
}

.modelsbar__wrapper {
    height: 95px;
    width: 100%;
    position: relative;
    margin-bottom: 10px
}

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

.modelsbar {
    scrollbar-width: none
}

.modelsbar:hover {
    scrollbar-color: #1E1D2A transparent;
    scrollbar-width: thin
}

.modelsbar:hover::-webkit-scrollbar {
    height: 7px;
    background-color: none
}

.modelsbar:hover::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #1e1d2a
}

.modelsbar:hover::-webkit-scrollbar {
    display: block
}

.modelsbar__filter-left {
    pointer-events: none;
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s;
    display: flex;
    justify-content: center
}

.modelsbar__filter-right {
    pointer-events: none;
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0;
    right: 0;
    transition: .3s;
    display: flex;
    justify-content: center
}

.modelsbar__filter-arrow {
    cursor: pointer;
    margin-top: 15px;
    pointer-events: auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #101214;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s
}

.modelsbar__filter-arrow:hover {
    transform: scale(1.1)
}

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

.modelsbar__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.modelsbar__item:hover span {
    color: #fff
}

.modelsbar__item__img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #1e1d2a;
    position: relative;
}

.modelsbar__item__img .cs_images {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.modelsbar__item__img-model {
    display: flex;
    align-items: flex-start;
    justify-content: center
}

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

.modelsbar__item__img img {
    width: 60px;
    transition: .3s;
}

.modelsbar__item__img .no-avatar-small {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #1e1d2a;
    transition: .3s
}

.modelsbar__item__img:hover img {
    transform: scale(1.05)
}

.modelsbar__item__img:hover .no-avatar-small {
    transform: scale(1.5)
}

.modelsbar__item span {
    transition: .3s;
    max-width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-wrap: nowrap;
    color: #6d7076;
    font-size: 14px;
    font-style: normal;
    font-weight: 494;
    line-height: 14px;
    text-transform: capitalize
}

.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;
    padding-bottom: 10px;
    height: 50px
}

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

.seo__tags {
    scrollbar-width: none
}

.seo__tags:hover {
    scrollbar-color: #1E1D2A transparent;
    scrollbar-width: thin
}

.seo__tags:hover::-webkit-scrollbar {
    height: 7px;
    background-color: none
}

.seo__tags:hover::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #1e1d2a
}

.seo__tags:hover::-webkit-scrollbar {
    display: block
}

.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;
    display: flex;
    align-items: center;
    color: #6d7076;
    border: 1px solid #2e3032;
    border-radius: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    transition: .3s
}

.no-touch .seo__tags .tag__item a:hover {
    color: #fff;
    background: #1E1D2A;
    border: 1px solid #1E1D2A
}

.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(../images/flags/us.svg)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flag-zw {
    background-image: url(../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: #101214
}

body {
    right: 0;
    font-family: PT Sans, 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: .37em 0;
    color: #fff
}

@media (max-width: 1024px) {

    h1,
    h2 {
        font-size: 16px
    }
}

h4 {
    color: #fff;
    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: #6d7076
}

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

.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: 102px
}

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

.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: #fff
}

.seo p {
    color: #6d7076
}

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

.support__email:after {
    content: "support@pornl.com";
    white-space: pre-line;
    color: #ff9a00
}

.main_mobile {
    margin-top: 60px
}

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

.no-avatar {
    background: center no-repeat url(../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: #fff;
    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(../images/no-avatar-small.svg);
    position: relative
}

.no-avatar-small:after {
    position: absolute;
    content: attr(data-title);
    color: #fff;
    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: #1e1d2a;
    border-radius: 2px
}

.no-touch .info__link {
    padding: 15px;
    background: #101214;
    cursor: pointer;
    border-radius: 10px;
    transition: .3s
}

.no-touch .info__link:hover {
    color: #ff9a00;
    background: #FFFFFF
}

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

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

.input {
    border-radius: 10px;
    background: #1E1D2A;
    padding: 13px 24px;
    color: #6d7076;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px
}

.input::placeholder {
    color: #6d7076
}

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

.input-block {
    width: 100%
}

.btn {
    color: #1e1d2a;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-radius: 10px;
    background: #FFFFFF;
    padding: 13px;
    text-align: center;
    cursor: pointer;
    transition: .3s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px
}

.btn:hover {
    background-color: #e6e6e6
}

.btn-accept {
    color: #1e1d2a;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-radius: 10px;
    background: #FFFFFF;
    padding: 13px;
    text-align: center;
    cursor: pointer;
    transition: .3s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px
}

.btn-accept:hover {
    background-color: #e6e6e6
}

.btn-accept {
    background: #FF9A00;
    transition: .3s;
    white-space: nowrap
}

.btn-accept:hover {
    background: #FF9A00
}

.btn-accept:hover:not(:disabled) {
    background: #ffd414
}

.btn-accept:disabled {
    cursor: not-allowed;
    opacity: .5
}

.btn-accent {
    color: #1e1d2a;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-radius: 10px;
    background: #FFFFFF;
    padding: 13px;
    text-align: center;
    cursor: pointer;
    transition: .3s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px
}

.btn-accent:hover {
    background-color: #e6e6e6
}

.btn-accent {
    background: #FF9A00;
    transition: .3s;
    white-space: nowrap
}

.btn-accent:hover {
    background: #ffd414
}

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

.btn-secondary:hover {
    background-color: #e6e6e6
}

.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: #6d7076
}

.form label {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    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: #6d7076;
    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: #101214
}

.no-touch [data-tooltip]:hover:before {
    content: "";
    border-width: 8px 8px 0 8px;
    border-color: #101214;
    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: 1px solid rgba(58, 58, 58, .3);
    padding: 10px;
    background: #1E1D2A;
    outline: none;
    font-family: inherit;
    font-size: .875rem;
    line-height: 20px;
    border-radius: 2px;
    overflow: hidden;
    color: #6d7076;
    resize: none;
    -webkit-appearance: none;
    width: 100%
}

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

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

@media (max-width: 1024px) {

    .headline h1,
    .headline h2 {
        margin-top: 20px;
    }
}

.headline .see_more {
    display: inline-flex;
    align-items: center;
    color: #fff
}

@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: #1E1D2A;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 4px;
    margin-left: 8px
}

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


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

.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: #6d7076;
    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: #101214 !important
}

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

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

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

.tags .tag-group__img {
    object-fit: contain;
    background: #101214;
    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: #6d7076;
    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 .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: #fff
}

.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: #6d7076;
    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: #ff9a00
}

.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: #fff;
    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: #1E1D2A;
    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: #6d7076
}

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

.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: #fff;
    margin-bottom: 24px
}

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

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

.link {
    color: #fff;
    cursor: pointer
}

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

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

.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%;
    margin-bottom: 12px;
    min-width: 100%;
    max-width: 100%;
    border-radius: 10px;
    background: #1E1D2A;
    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__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: #1E1D2A
}

.thumb__categories__wrapper:hover .thumb__categories {
    transform: scale(1.1)
}

.thumb__categories__hover: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: #1E1D2A
}

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

.thumb__channels__hover: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__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: #1e1d2a;
    width: 100%;
    padding-top: 60%;
    overflow: hidden
}

.thumb__img .country {
    position: absolute;
    right: 10px;
    top: 10px
}

.thumb__img IMG {
    position: absolute;
    height: 100%;
    width: 100%;
    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
}

.thumb__title {
    color: #93979e;
    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__title--empty {
    min-height: 20px
}

.thumb__title_h2 {
    line-height: unset;
    font-size: 14px;
    margin-bottom: 0
}

.thumb__statistics,
.thumb__bottom {
    display: flex;
    align-items: center;
    color: #6d7076;
    overflow: hidden;
    text-overflow: ellipsis
}

.thumb__statistics__studio,
.thumb__bottom__studio {
    color: #6d7076;
    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: #ff9a00
}

.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: #6d7076
}

.thumb__statistics span:last-of-type,
.thumb__bottom span:last-of-type {
    margin-right: 0
}

.thumb__statistics .svg-icon,
.thumb__bottom .svg-icon {
    color: #6d7076;
    width: 12px;
    height: 12px;
    margin-right: 4px
}

.thumb__duration {
    position: absolute;
    background: rgba(0, 0, 0, .6);
    color: #dcdada;
    bottom: 4px;
    right: 4px;
    font-size: 12px;
    line-height: 14px;
    border-radius: 4px;
    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: #1E1D2A
}

.thumb__buttons [data-tooltip]:hover:before {
    content: "";
    border-width: 8px 8px 0 8px;
    border-color: #1e1d2a;
    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, .6);
    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: #dcdada !important;
    fill: #dcdada !important
}

.thumb__buttons button:hover {
    background: #1E1D2A
}

.thumb__bottom {
    display: flex;
    justify-content: space-between
}

.thumb__bottom a {
    width: 50%;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.25rem;
    text-transform: capitalize;
    margin-right: 5px
}

.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:hover .thumb__buttons {
    visibility: visible
}

.thumbs {
    justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px
}

@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: 166.66%
}

.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: #fff;
    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;
    background: #1E1D2A;
    -webkit-user-select: none;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: 700;
    color: #fff;
    border-radius: 2px;
    transition: .3s
}

.pagination a .svg-icon,
.pagination div .svg-icon {
    fill: #101214
}

.pagination a.current,
.pagination div.current {
    background: #FF9A00;
    border: none;
    color: #101214
}

.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: #FF9A00;
    color: #fff;
    opacity: 1
}

.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: #101214;
    background: #FF9A00
}

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

.select {
    position: relative;
    background: #1c1e21;
    color: #6d7076;
    height: 52px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 10px
}

.select .icon {
    width: 16px !important;
    height: 16px !important;
    transition: transform .15s ease-in-out
}

.select .icon--active {
    transform: rotate(180deg)
}

.select__flag {
    display: flex;
    align-items: center;
    gap: 6px
}

.select--inline {
    border: none;
    height: auto
}

.select--inline .select__label {
    height: auto
}
.select.disabled .select__label {
    opacity: .5;
    cursor: no-drop
}

.select-rig
t .select__list {
    right: 0
}

.select__label {
    display: flex;
    cursor: pointer;
    align-items: center;
    height: 52px;
    padding: 0 10px;
    border-radius: 10px;
    gap: 8px;
    color: #6d7076
}

.select__label .label {
    flex-grow: 1;
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.select__label .label .flag {
    margin-right: 5px;
    vertical-align: sub
}

.select__label .label--letter {
    text-transform: uppercase
}

.select__list1,
.select__list {
    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: #1e1d2a !important;
    z-index: 102;
    border-radius: 2px;
    border: 1px solid rgba(58, 58, 58, .3)
}

.select__list1::-webkit-scrollbar,
.select__list::-webkit-scrollbar {
    width: 4px;
    background: #1E1D2A
}

.select__list1::-webkit-scrollbar-thumb,
.select__list::-webkit-scrollbar-thumb {
    background: #101214;
    border-radius: 2px
}

@media (max-width: 425px) {
    .select__list1,
    .select__list {
        max-width: 100%
    }
}

.select__list1 .search-row,
.select__list .search-row {
    padding: 10px 10px 5px
}

.select__list1 .search-row>.input,
.select__list .search-row>.input {
    width: 100%;
    background: #101214
}

.select__list1 .list,
.select__list .list {
    flex-grow: 1
}

.select__list1 .list-flag,
.select__list .list-flag {
    display: inline-flex;
    align-items: center;
    margin-right: 10px
}

.select__list1 .list::-webkit-scrollbar,
.select__list .list::-webkit-scrollbar {
    width: 8px;
    background: none;
    padding-right: 3px
}

.select__list1 .list::-webkit-scrollbar-thumb,
.select__list .list::-webkit-scrollbar-thumb {
    margin-right: 3px;
    background: rgba(58, 58, 58, .5);
    border-radius: 2px
}

.select__list1 ul,
.select__list ul {
    list-style: none;
    color: #6d7076;
    margin: 0 !important;
    border-radius: 4px
}

.select__list1 ul .divider,
.select__list ul .divider {
    line-height: 1px;
    height: 1px;
    margin: 20px 0;
    background: #e5e7eb
}

.select__list1 ul li,
.select__list ul li {
    padding: 8px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-align: left;
    font-weight: 400;
    transition: .3s
}

.select__list1 ul li i,
.select__list ul li i {
    margin-right: 8px
}

.select__list1 ul li:hover,
.select__list ul li:hover {
    background: #101214;
    color: #fff
}

.select__list1 ul li a,
.select__list ul li a {
    display: flex
}

.checkbox {
    display: flex;
    cursor: pointer;
    gap: 12px;
    color: #6d7076
}

.checkbox.check .checkbox__left-box {
    align-items: center;
    display: flex;
    justify-content: center
}

.checkbox.check .checkbox__left-box .svg-icon {
    color: #6d7076;
    height: 14px;
    width: 14px
}

.checkbox.disable {
    cursor: not-allowed;
    opacity: .5
}

.checkbox.disable .checkbox__left-box {
    border: 1px solid #6D7076 !important
}

.checkbox__left {
    display: flex;
    align-items: center
}

.checkbox__left-box {
    border-radius: 0;
    border: 1px solid #6D7076;
    height: 20px;
    width: 20px
}

.no-touch .checkbox__left-box:hover {
    border: 1px solid #ffffff
}

.filters {
    display: flex
}

.filters-button {
    border: 1px solid #6D7076;
    border-radius: 12px;
    padding: 10px 15px;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    color: #6d7076;
    cursor: pointer;
    font-size: 18px;
    line-height: 24px;
    transition: .3s
}

@media (max-width: 1024px) {
    .filters-button span {
        display: none
    }
}

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

.filters-button:hover {
    background: #1E1D2A;
    border: 1px solid #1E1D2A
}

.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__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #1E1D2A;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 101;
    transition: .3s
}

.filters__close:hover {
    background: #2a2938
}

.filters__close .svg-icon {
    width: 20px;
    height: 20px;
    color: #fff
}

.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;
        align-items: flex-end
    }
}

@media (min-width: 1024px) {
    .filters__container .form {
        max-height: calc(100vh - 200px)
    }
}

@media (max-width: 1024px) {
    .filters__container .form {
        width: 100%;
        background: #1E1D2A;
        padding: 24px 15px 40px;
        max-height: calc(100vh - 100px);
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }
    
    .filters__container .form::-webkit-scrollbar {
        width: 6px;
    }
    
    .filters__container .form::-webkit-scrollbar-track {
        background: #1E1D2A;
    }
    
    .filters__container .form::-webkit-scrollbar-thumb {
        background: #6d7076;
        border-radius: 3px;
    }
    
    .filters__container .form::-webkit-scrollbar-thumb:hover {
        background: #8a8d93;
    }
    
    .filters__container {
        max-height: 90vh;
        overflow: hidden;
    }
}

@media (max-width: 1024px) {
    .filters__container .form .select__list1,
    .filters__container .form .select__list {
        bottom: auto;
        top: 100%;
        max-height: 250px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .filters__container .form .select__list1.select__list--above,
    .filters__container .form .select__list.select__list--above {
        bottom: 100%;
        top: auto;
        margin-bottom: 4px;
        margin-top: 0;
    }
}

.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: #101214;
        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 {
    min-width: 225px;
    max-width: 225px;
    min-height: 1000px;
    padding: 20px 20px 0 0
}

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

@media (max-width: 1024px) {
    .sidebar--open {
        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 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 12px;
    padding: 0 10px
}

.sidebar__title .empty {
    background: #FFFFFF;
    color: transparent
}

@media (max-width: 1024px) {
    .sidebar__title {
        margin: 12px 0;
        display: none
    }
}

.sidebar__links {
    margin-top: 20px
}

.sidebar__links>.title {
    color: var(--secondary-text);
    display: flex;
    padding-left: 10px
}

.sidebar__links>.title .icon {
    margin-right: 10px
}

.sidebar__links>.title .icon i {
    line-height: 19px
}

.sidebar__links>.list {
    margin-top: 10px
}

.sidebar__links>.list>a {
    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:hover {
    background: var(--secondary)
}

.sidebar__links>.all {
    line-height: 30px;
    padding: 0 10px;
    white-space: nowrap;
    border-radius: 4px;
    display: flex;
    color: #fe5461
}

.sidebar+.content-block .listing {
    margin-left: 0
}


.video-slider {
    display: flex;
    position: relative
}

.video-slider .prev-button,
.video-slider .next-button {
    width: 50px;
    height: 50px;
    color: #fff;
    background: #1E1D2A;
    opacity: .8;
    border-radius: 50%;
    box-shadow: 0 4px 15px #3333330d;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    top: calc(50% - 45px);
    cursor: pointer
}

.video-slider .prev-button svg,
.video-slider .next-button svg {
    stroke-width: 2px;
    width: 20px;
    height: 20px;
    opacity: .7;
    transition: .3s
}

.video-slider .prev-button:hover svg,
.video-slider .next-button:hover svg {
    opacity: 1
}

@media (max-width: 1570px) {

    .video-slider .prev-button,
    .video-slider .next-button {
        top: calc(50% - 50px);
        opacity: .9
    }
}

@media (max-width: 1024px) {
    .video-slider .prev-button,
    .video-slider .next-button {
        display: flex
    }
    
    .video-slider .prev-button {
        left: 5px
    }
    
    .video-slider .next-button {
        right: 5px
    }
}

.video-slider .prev-button {
    left: 10px
}

.video-slider .next-button {
    right: 10px
}

.video-slider .container {
    width: 100%
}

.video-slider .list {
    display: flex;
    transition: .5s;
    overflow-x: scroll;
    margin: 0 -5px;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.video-slider .list::-webkit-scrollbar {
    display: none
}

@media (max-width: 425px) {
    .video-slider .list {
        margin: 0
    }
    
    .video-slider .prev-button {
        left: 5px;
        width: 40px;
        height: 40px;
        top: calc(50% - 20px)
    }
    
    .video-slider .next-button {
        right: 5px;
        width: 40px;
        height: 40px;
        top: calc(50% - 20px)
    }
    
    .video-slider .prev-button svg,
    .video-slider .next-button svg {
        width: 16px;
        height: 16px
    }
}

.video-slider .item {
    width: calc(16.6666666667% - 20px);
    flex-shrink: 0;
    margin: 0 10px;
    border-radius: 10px;
    background: #1E1D2A;
    overflow: hidden
}

@media (max-width: 1600px) {
    .video-slider .item {
        width: calc(25% - 20px)
    }
}

@media (max-width: 1024px) {
    .video-slider .item {
        width: calc(50% - 20px)
    }
}

@media (max-width: 425px) {
    .video-slider .item {
        width: calc(100% - 20px);
        margin: 0 10px
    }
}

.video-slider .item-thumb {
    padding-top: 56.25%;
    position: relative;
    background-color: #1e1d2a
}

.video-slider .item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-color: #1e1d2a
}

.video-slider .item-title {
    padding: 14px;
    color: #93979e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.video-slider .item-adlabel {
    position: absolute;
    bottom: 3px;
    right: 3px;
    line-height: 15px;
    background: #101214;
    color: #6d7076;
    padding: 0 4px;
    font-size: 10px
}

.video-slider .item-see-more .see-more {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    white-space: nowrap
}

.video-slider .item-see-more .see-more .svg-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    transition: .3s
}

.video-slider .item-see-more .see-more .svg-icon svg {
    stroke-width: 2px
}

.video-slider .item-see-more .see-more:hover .svg-icon {
    transform: scale(1.5)
}

.undp {
    position: relative;
    border: 1px solid rgba(25, 35, 59, .1) !important;
    background-color: #101214 !important;
    border-radius: 10px;
    color: #6d7076;
    height: 90px;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    max-width: 728px;
    margin: 0 auto 5px;
    overflow: hidden;
    width: 100%
}

@media (max-width: 700px) {
    .undp {
        height: 105px
    }
}

@media (min-width: 1200px) {
    .undp {
        width: 720px
    }
}

.undp__left {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 8px
}

.undp__img {
    height: 32px
}

.undp__time {
    color: #ff9a00;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    border: 1px solid #FF9A00;
    padding: 3px 5px;
    border-radius: 4px
}

@media (min-width: 600px) {
    .undp__time {
        font-size: 16px
    }
}

.undp__karp-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    line-height: .8;
    text-align: center;
    gap: 5px;
    text-transform: uppercase;
    margin-top: 2px
}

@media (min-width: 500px) {
    .undp__karp-text {
        font-size: 15px
    }
}

.undp__karp-subtext {
    text-transform: uppercase;
    letter-spacing: 1;
    text-align: center;
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 6px;
    margin-top: -2px
}

.undp__karp-subtext svg,
.undp__karp-subtext img {
    width: auto;
    height: 6px;
    transform: scale(1.2)
}

@media (min-width: 380px) {
    .undp__karp-subtext {
        font-size: 7px
    }
}

@media (min-width: 500px) {
    .undp__karp-subtext {
        font-size: 8px
    }

    .undp__karp-subtext svg,
    .undp__karp-subtext img {
        height: 10px;
        transform: none
    }
}

@media (min-width: 600px) {
    .undp__karp-subtext {
        font-size: 10px
    }

    .undp__karp-subtext svg,
    .undp__karp-subtext img {
        height: 12px
    }
}

.undp__text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 16px;
    font-family: Verdana;
    font-weight: 700;
    line-height: .8;
    text-align: center;
    gap: 7px;
    text-transform: uppercase
}

@media (min-width: 340px) {
    .undp__text {
        font-size: 18px
    }
}

@media (min-width: 1200px) {
    .undp__text {
        font-size: 28px
    }
}

.undp__text img {
    max-width: 100%
}

.undp__text span {
    display: inline-flex
}

.undp__text span:first-child {
    color: #fb2740
}

.undp__text span:last-child {
    color: #5066d7
}

.undp__subtext {
    text-transform: uppercase;
    letter-spacing: 1.2px;
    text-align: center
}

@media (max-width: 700px) {
    .undp__subtext {
        font-size: 10px
    }
}

.undp__right {
    overflow: hidden;
    position: relative
}

.undp__right img:after {
    z-index: 5;
    content: "";
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, .1);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.undp__hd {
    z-index: 11;
    display: flex;
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    background: #FF9A00;
    border-radius: 4px;
    color: #000;
    font-size: 10px;
    line-height: 1;
    font-style: normal;
    justify-content: center;
    align-items: center
}

.undp__hd:after {
    display: inline;
    content: "HD"
}

.undp__preview {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%
}

.undp__link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    z-index: 20
}

.undp__a {
    text-align: center;
    color: #6d7076;
    font-size: 13px
}

section {
    margin-top: 15px
}

section>div {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-direction: column
}

section>div a {
    width: 100%;
    height: 100%;
    display: flex;
    background-size: contain;
    justify-content: center
}

section span {
    text-align: center;
    display: flex
}

section span a {
    color: #8c919d;
    font-size: 12px;
    display: flex;
    align-items: center
}

section span a .svg-icon {
    width: 14px;
    height: 14px;
    margin: 0 4px
}

.rating {
    display: flex;
    position: relative;
    gap: 16px
}

@media (max-width: 1024px) {
    .rating {
        gap: 8px
    }
}

.rating .like,
.rating .dislike {
    cursor: pointer;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 5px;
    background: #101214;
    border-radius: 10px;
    padding: 15px;
    color: #6d7076;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px
}

@media (max-width: 1024px) {

    .rating .like,
    .rating .dislike {
        padding: 0;
        background-color: transparent
    }
}

.rating .like .svg-icon,
.rating .dislike .svg-icon {
    color: #6d7076;
    width: 24px;
    height: 24px
}

.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 {
    min-height: 150px
}

.underplayer .video-page__title {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin: 0
}

@media (max-width: 1024px) {
    .underplayer .video-page__title {
        font-size: 14px;
        line-height: 20px
    }
}

.underplayer .video-page__title.empty {
    height: 28px;
    width: 60%;
    border-radius: 14px
}

.underplayer .video-page__title .video-title {
    margin-right: 12px
}

.underplayer .video-page__title .posted-date {
    font-size: 12px;
    font-weight: 400;
    color: #3a3a3a80;
    display: inline-block
}

.underplayer .video-page__tags {
    margin-top: 8px;
    gap: 8px
}

@media (max-width: 425px) {
    .underplayer .video-page__tags {
        display: none
    }
}

@media (max-width: 1024px) {
    .underplayer {
        padding: 0
    }
}

@media (max-width: 425px) {
    .underplayer {
        min-height: auto
    }
}

.underplayer__controllers {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    border-bottom: 1px solid rgba(58, 58, 58, .3);
    justify-content: space-between;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 15px;
    gap: 16px
}

@media (max-width: 1024px) {
    .underplayer__controllers {
        flex-direction: row;
        align-items: center
    }
}

.underplayer__controllers .menu-button {
    display: none
}

@media (max-width: 1024px) {
    .underplayer__controllers .menu-button {
        width: 26px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .underplayer__controllers .menu-button .svg-icon {
        width: 22px;
        height: 22px
    }
}

.underplayer__controllers .left {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.underplayer__controllers .left__top {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px
}

.underplayer__controllers .left__top__user {
    color: #6d7076;
    transition: .3s;
    display: flex;
    align-items: center;
    gap: 5px
}

.underplayer__controllers .left__top__user .svg-icon {
    color: #6d7076;
    fill: #6d7076;
    transition: .3s
}

.underplayer__controllers .left__top__user:hover {
    color: #fff
}

.underplayer__controllers .left__top__user:hover .svg-icon {
    color: #fff;
    fill: #fff
}

.underplayer__controllers .left .views-count,
.underplayer__controllers .left .posted-date,
.underplayer__controllers .left .download-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #6d7076
}

@media (max-width: 425px) {

    .underplayer__controllers .left .views-count,
    .underplayer__controllers .left .posted-date,
    .underplayer__controllers .left .download-btn {
        font-size: 12px
    }
}

.underplayer__controllers .left .views-count .svg-icon,
.underplayer__controllers .left .posted-date .svg-icon,
.underplayer__controllers .left .download-btn .svg-icon {
    color: #6d7076;
    width: 16px;
    height: 16px
}

.underplayer__controllers .right {
    display: flex;
    align-items: center
}

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

.underplayer__controllers .right__content {
    display: flex;
    height: 100%;
    gap: 16px
}

@media (max-width: 1024px) {
    .underplayer__controllers .right__content {
        height: auto;
        width: 100%;
        background: #1E1D2A;
        padding: 20px;
        flex-direction: row;
        justify-content: center
    }
}

@media (max-width: 1024px) {
    .underplayer__controllers .right--open {
        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 {
        position: absolute;
        bottom: 0
    }
}

@media (max-width: 1024px) {

    .underplayer__controllers .right .share-button,
    .underplayer__controllers .right .add-to-button,
    .underplayer__controllers .right .report-button {
        height: 40px
    }
}

.underplayer__controllers .right .share-button,
.underplayer__controllers .right .comments-count,
.underplayer__controllers .right .add-to-button,
.underplayer__controllers .right .report-button,
.underplayer__controllers .right .other-button {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 8px;
    height: 54px
}

@media (max-width: 1024px) {

    .underplayer__controllers .right .share-button,
    .underplayer__controllers .right .comments-count,
    .underplayer__controllers .right .add-to-button,
    .underplayer__controllers .right .report-button,
    .underplayer__controllers .right .other-button {
        margin-left: 0
    }
}

.underplayer__controllers .right .share-button:not(.other-button):hover,
.underplayer__controllers .right .comments-count:not(.other-button):hover,
.underplayer__controllers .right .add-to-button:not(.other-button):hover,
.underplayer__controllers .right .report-button:not(.other-button):hover,
.underplayer__controllers .right .other-button:not(.other-button):hover {
    opacity: .8
}

.underplayer__controllers .right .share-button .svg-icon,
.underplayer__controllers .right .comments-count .svg-icon,
.underplayer__controllers .right .add-to-button .svg-icon,
.underplayer__controllers .right .report-button .svg-icon,
.underplayer__controllers .right .other-button .svg-icon {
    color: #6d7076;
    width: 24px;
    height: 24px
}

.underplayer__controllers .right .other-button {
    display: none
}

@media (max-width: 1024px) {
    .underplayer__controllers .right .other-button {
        padding-left: 0;
        display: flex
    }
}

.underplayer__controllers .right .other-button li {
    padding: 0 28px
}

.underplayer__controllers .right .other-button .dropdown-wrapper {
    padding-top: 0;
    right: -8px;
    z-index: 100
}

@media (max-width: 1024px) {
    .underplayer__controllers .right .other-button .dropdown-wrapper {
        display: flex;
        position: relative;
        right: 0;
        width: 100%;
        top: 0
    }
}

@media (max-width: 1024px) {
    .underplayer__controllers .right .other-button .dropdown-button {
        display: none
    }
}

@media (max-width: 1024px) {
    .underplayer__controllers .right .other-button .dropdown-content:after {
        display: none
    }
}

@media (max-width: 1024px) {
    .underplayer__controllers .right .other-button .dropdown-content {
        padding: 0;
        box-shadow: none;
        width: 100%
    }
}

@media (max-width: 1024px) {
    .underplayer__controllers .right .other-button .dropdown-content ul li {
        padding: 0;
        height: 40px
    }
}

.underplayer__description {
    margin-top: 20px;
    color: #3a3a3a80;
    line-height: 20px;
    max-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    font-size: 14px
}

.underplayer__description--mobile {
    display: none
}

@media (max-width: 425px) {
    .underplayer__description--mobile {
        margin-top: 24px;
        line-height: 1rem;
        display: flex
    }
}

@media (max-width: 1024px) {
    .underplayer__description {
        margin-top: 12px
    }
}

@media (max-width: 425px) {
    .underplayer__description {
        display: none
    }
}

.underplayer__description.show {
    display: block;
    max-height: 100%
}

.underplayer__description>.toggle {
    cursor: pointer;
    color: #fff;
    white-space: nowrap;
    margin-left: 8px
}

.underplayer__description>.toggle:hover {
    color: #6d7076
}

.video-page__mobile-user {
    display: none;
    margin: 16px 0
}

.video-page__mobile-user--link {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 8px
}

.video-page__mobile-user--item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.video-page__mobile-user--item .btn-red {
    min-width: 84px;
    font-size: 12px;
    height: 32px
}

.video-page__mobile-user--item .avatar {
    width: 40px;
    height: 40px;
    min-width: 40px;
    z-index: 13;
    background-size: cover;
    margin-right: 12px
}

@media (max-width: 425px) {
    .video-page__mobile-user {
        display: flex
    }
}

.video-page__mobile-tags {
    display: none
}

@media (max-width: 425px) {
    .video-page__mobile-tags {
        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::-webkit-scrollbar {
    display: none
}

.video-page__mobile-tags .tag {
    white-space: nowrap;
    color: #3a3a3acc;
    line-height: initial
}

.comments {
    display: flex;
    flex-direction: column
}

.comments .headline h2 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700
}

.comments__warning {
    color: #6d7076;
    display: inline-block;
    width: fit-content
}

.comments__warning a {
    color: #fff
}

.comments__input {
    height: 40px;
    max-width: 400px;
    width: 100%;
    display: flex;
    border: 1px solid rgba(55, 58, 86, .1);
    background-color: #1e1d2a
}

.comments__input input[type=text] {
    flex-grow: 1;
    border: none;
    font-size: 15px;
    color: #fff;
    padding: 0 16px
}

.comments__input input[type=text]:hover,
.comments__input input[type=text]:focus {
    box-shadow: none
}

.comments__input input[type=text]::placeholder {
    color: #6d7076
}

.comments__input button {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    cursor: pointer
}

.comments__input button .svg-icon {
    width: 20px;
    height: 20px;
    color: #fff
}

.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: #fff
}

.comments__item-content .username .date {
    color: #6d7076;
    font-size: .75rem;
    margin-left: 8px;
    display: inline-block
}

.comments__item-content .comment {
    color: #6d7076;
    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: #1e1d2a;
    margin-right: 15px;
    border: 1px solid rgba(55, 58, 86, .1);
    border-radius: 15px
}

.yeubuuy {
    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
}

:root {
    --player-color: #ff0000
}
.video-player .hold {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.video-player img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.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-hardlink-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: -moz-fit-content;
    width: fit-content;
    background: none;
    z-index: 999999
}

@media (max-width: 550px) {
    .jw-wrapper:has(.jw-logo) .jw-hardlink-btn {
        left: 5px;
        bottom: 45px;
        right: unset
    }
}

.jw-hardlink-inner {
    height: 100%;
    align-items: center;
    white-space: nowrap;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 10px;
    background: rgba(0, 0, 0, .3);
    border: 4px solid rgba(255, 255, 255, .4);
    border-radius: 40px;
    display: flex;
    gap: 5px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    cursor: pointer
}

@media (max-width: 600px) {
    .jw-hardlink-inner {
        font-size: 8px;
        border-width: 2px;
        padding: 0 5px;
        margin-bottom: 0
    }
}

.jw-controlbar .jw-hardlink-inner {
    height: 34px;
    margin-bottom: 3px
}

.jw-hardlink-da {
    font-size: 10px;
    font-style: normal;
    background: rgba(255, 255, 255, .3);
    padding: 2px 3px;
    border-radius: 50%
}

.jw-hardlink-da:before {
    content: "AD";
    font-weight: 700
}

.jw-hardlink-emoji {
    display: inline-flex;
    animation: jwbpulse 1s infinite alternate;
    font-size: 18px
}

.jw-hardlink-dot {
    --dot-size: 16px;
    display: inline-flex;
    position: relative;
    width: var(--dot-size);
    height: var(--dot-size)
}

.jw-hardlink-dot:before {
    content: "";
    background: red;
    border-radius: 50%;
    height: var(--dot-size);
    width: var(--dot-size);
    position: absolute;
    animation: jwblink 1s infinite alternate
}

.jw-hardlink-img {
    height: 16px;
    position: relative;
    top: -1px;
    animation: jwbpulse 1s infinite alternate
}

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

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

@keyframes jwbpulse {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(1.3)
    }
}

.jw-hardlink-btn:has(+.jw-download-btn) {
    margin-right: 56px
}

.jw-channel-btn {
    position: absolute;
    top: 20px;
    right: 60px;
    z-index: 999999;
    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-opened-related .jw-hardlink-btn,
.jwplayer.jw-opened-related .jw-hardlink-inner,
.jwplayer.jw-flag-ads .jw-download-btn,
.jwplayer.jw-flag-ads .jw-hardlink-btn,
.jwplayer.jw-flag-ads .jw-hardlink-inner {
    display: none !important
}

.jwplayer:has(.jw-hardlink-inner) .jw-controls-logo {
    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: 15px;
    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
}

.jw-buble {
    display: none;
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translate(-50%);
    width: var(--jw-banner-width, 90%);
    max-width: var(--jw-banner-max-width, 514px);
    height: 55px;
    background: rgba(0, 0, 0, .5);
    align-items: center;
    justify-content: center;
    cursor: pointer
}

@media (max-width: 600px) {
    .jw-buble {
        bottom: 60px;
        height: 45px
    }
}

.jw-flag-ads .jw-buble {
    display: none !important
}

.jw-buble__da {
    position: absolute;
    bottom: 0;
    left: 0%;
    font-size: 8px;
    font-style: normal;
    background: rgba(0, 0, 0, .4);
    padding: 1px 3px
}

.jw-buble__da:before {
    content: "AD";
    color: #fff;
    font-weight: 700
}

.jw-buble__close {
    position: absolute;
    top: -10px;
    right: -10px;
    color: #fff;
    border: none;
    font-size: 20px;
    background: rgba(0, 0, 0, .5);
    width: 20px;
    display: flex;
    height: 20px;
    cursor: pointer;
    border-radius: 50%;
    align-items: center;
    justify-content: center
}

.jw-buble__inner {
    display: flex;
    height: 100%;
    width: 100%;
    padding: 5px;
    gap: 5px
}

.jw-buble__img {
    width: 80px;
    height: 100%;
    flex-shrink: 0
}

@media (max-width: 600px) {
    .jw-buble__img {
        width: 62px
    }
}

.jw-buble__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.jw-buble__right {
    display: flex;
    gap: 5px;
    overflow: hidden;
    justify-content: space-between;
    width: 100%
}

.jw-buble__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%
}

.jw-buble__title {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    width: 100%
}

@media (max-width: 600px) {
    .jw-buble__title {
        font-size: 12px
    }
}

.jw-buble__text {
    color: #cecece;
    font-size: 12px
}

.jw-buble__text:empty {
    display: none
}

@media (max-width: 600px) {
    .jw-buble__text {
        font-size: 10px
    }
}

.jw-buble__button {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    background: var(--jw-banner-button, #fe5461);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 0 10px;
    border-radius: 6px;
    margin: 5px auto
}

@media (max-width: 600px) {
    .jw-buble__button {
        font-size: 14px;
        margin: 0
    }
}

.jw-state-playing:not(.jw-flag-user-inactive) .jw-buble {
    display: flex
}

.jw-state-paused .jw-buble {
    display: flex
}

@media (max-width: 600px) {
    .jwplayer:has(.jw-buble) .jw-display-controls {
        margin-bottom: 60px
    }
}

.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: #fe5461
}

.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: #fe5461
}

@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: #FF9A00
}

.video-page__tags {
    display: flex;
    gap: 10px;
    margin-top: 14px;
    align-items: center
}

.video-page__tags .no-avatar-small {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #101214;
    border: 1px solid #1E1D2A
}

.video-page__title {
    margin-top: 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
}

.text-tag {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap
}

.underplayer-review {
    display: flex;
    justify-content: center;
    margin-top: 10px
}

.underplayer-review a {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-radius: 10px;
    background: #FF9A00;
    padding: 5px 15px;
    text-align: center;
    cursor: pointer;
    transition: .3s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px
}

.underplayer-review a__hover {
    background: #ffd414
}

.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: #fff;
    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 .list-item__top {
    border-color: #ff9a00
}

.video-page__playlist .list .list-item:hover {
    opacity: 1
}

.video-page__playlist .list .list-item.current .list-item__top {
    border-color: #ff9a00
}

.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: #fff
}

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

.fh-wall {
    height: 690px;
    width: 300px
}

@media (max-width: 1200px) {
    .fh-wall {
        width: auto;
        height: 560px
    }
}

iframe {
    width: 100%;
    height: 100%;
    border: none
}

.video-ntv-wrapper {
    position: sticky;
    top: 82px
}

@media (max-width: 1024px) {
    .video-ntv-wrapper {
        top: 77px
    }
}

@media (max-width: 767px) {
    .video-ntv-wrapper {
        display: none
    }
    
    .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: #1e1d2a
}

@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 {
    background: #1E1D2A;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    overflow-x: scroll;
    margin: 20px 0
}

section::-webkit-scrollbar {
    display: none
}

section span {
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
    color: #fff
}

section span:after {
    content: "Advertising"
}

section>div {
    display: flex;
    margin: 0 auto
}

@media (max-width: 767px) {
    section>div {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr
    }
}

section>div>div {
    margin: 0 4px;
    overflow: hidden;
    background: #101214
}

@media (max-width: 767px) {
    section>div>div {
        margin: 4px !important
    }
}

section>div>div:first-of-type {
    margin-left: 0
}

section>div>div:last-of-type {
    margin-right: 0
}

section>div>div :first-child {
    transform-origin: top left
}

.uebryrrebbuyuyeeee {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #1e1d2a;
    padding: 20px;
    margin-top: 10px
}

.uebryrrebbuyuyeeee .byeeueeebebubuyyeeueryeyuy {
    max-width: 100%
}

.uebryrrebbuyuyeeee .uebryrrebbuyuyeeeeyrbeyybuuy {
    display: flex;
    overflow-x: scroll
}

.uebryrrebbuyuyeeee .uebryrrebbuyuyeeeeyrbeyybuuy::-webkit-scrollbar {
    display: none
}

.uebryrrebbuyuyeeee .rbeuruubeerrrrbbbbryree {
    display: flex;
    margin: 0 -5px
}

.uebryrrebbuyuyeeee .yrybbuureubuyb {
    margin: 0 5px;
    overflow: hidden;
    display: flex;
    background-color: #101214
}

.uebryrrebbuyuyeeee .yrybbuureubuyb>* {
    transform-origin: left top
}

@media (max-width: 1600px) {
    .uebryrrebbuyuyeeee .yrybbuureubuyb {
        width: 270px;
        height: 225px
    }

    .uebryrrebbuyuyeeee .yrybbuureubuyb iframe,
    .uebryrrebbuyuyeeee .yrybbuureubuyb img {
        transform: scale(.9);
        transform-origin: top left
    }
}

@media (max-width: 1460px) {
    .uebryrrebbuyuyeeee .yrybbuureubuyb {
        width: 240px;
        height: 200px
    }

    .uebryrrebbuyuyeeee .yrybbuureubuyb iframe,
    .uebryrrebbuyuyeeee .yrybbuureubuyb img {
        transform: scale(.8);
        transform-origin: top left
    }
}

@media (max-width: 1300px) {
    .uebryrrebbuyuyeeee .yrybbuureubuyb {
        width: 210px;
        height: 175px
    }

    .uebryrrebbuyuyeeee .yrybbuureubuyb iframe,
    .uebryrrebbuyuyeeee .yrybbuureubuyb img {
        transform: scale(.7);
        transform-origin: top left
    }
}

@media (max-width: 1160px) {
    .uebryrrebbuyuyeeee .yrybbuureubuyb {
        width: 270px;
        height: 225px
    }

    .uebryrrebbuyuyeeee .yrybbuureubuyb iframe,
    .uebryrrebbuyuyeeee .yrybbuureubuyb img {
        transform: scale(.9);
        transform-origin: top left
    }
}

@media (max-width: 1099px) {
    .uebryrrebbuyuyeeee {
        padding: 10px
    }
}

@media (max-width: 840px) {
    .uebryrrebbuyuyeeee .yrybbuureubuyb {
        width: 240px;
        height: 200px
    }

    .uebryrrebbuyuyeeee .yrybbuureubuyb iframe,
    .uebryrrebbuyuyeeee .yrybbuureubuyb img {
        transform: scale(.8);
        transform-origin: top left
    }
}

@media (max-width: 768px) {
    .uebryrrebbuyuyeeee .yrybbuureubuyb {
        width: 225px;
        height: 187.5px
    }

    .uebryrrebbuyuyeeee .yrybbuureubuyb iframe,
    .uebryrrebbuyuyeeee .yrybbuureubuyb img {
        transform: scale(.75);
        transform-origin: top left
    }
}

@media (max-width: 480px) {
    .uebryrrebbuyuyeeee .yrybbuureubuyb {
        width: 165px;
        height: 137.5px
    }

    .uebryrrebbuyuyeeee .yrybbuureubuyb iframe,
    .uebryrrebbuyuyeeee .yrybbuureubuyb img {
        transform: scale(.55);
        transform-origin: top left
    }
}

@media (max-width: 360px) {
    .uebryrrebbuyuyeeee .yrybbuureubuyb {
        width: 150px;
        height: 125px
    }

    .uebryrrebbuyuyeeee .yrybbuureubuyb iframe,
    .uebryrrebbuyuyeeee .yrybbuureubuyb img {
        transform: scale(.5);
        transform-origin: top left
    }
}

section {
    justify-content: center;
    margin-top: 20px
}

section div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

section div>:nth-child(1) {
    width: 100%;
    min-height: 105px
}

section div span {
    margin-top: 5px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 3px;
    bottom: 3px;
    background: #262626;
    border-radius: 3px;
    font-size: 11px;
    opacity: .8;
    padding: 0 3px;
    pointer-events: none
}

section div span:after {
    content: "AD"
}

.fah-btn {
    position: relative;
    margin-bottom: 15px
}

.fah-btn__label {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 10px;
    padding: 0 3px
}

@media (max-width: 400px) {
    .fh-button {
        display: none
    }

    .fh-line1,
    .fh-line2,
    .fh-line3,
    .fh-line4 {
        padding: 3px
    }
}

.pwa-ad {
    padding: 0 !important
}

.fh-line {
    display: block;
    width: 100%;
    min-height: 45px;
    margin: 0 0 5px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5)
}

.fh-nomargin {
    margin: 0
}

.fh-line1,
.fh-line2,
.fh-line3,
.fh-line4 {
    display: block;
    background-position: 50% 50%;
    padding: 10px
}

.fh-line1 {
    background-image: url(https://cdn-fc.com/creatives/bar/../images/bg1.png)
}

.fh-line2 {
    background-image: url(https://cdn-fc.com/creatives/bar/../images/bg2.png)
}

.fh-line3 {
    background-image: url(https://cdn-fc.com/creatives/bar/../images/bg3.png)
}

.fh-line4 {
    background-image: url(https://cdn-fc.com/creatives/bar/../images/bg4.png)
}

.fh-i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 2px -4px
}

.fh-i.fh-i-love {
    background: url(https://cdn-fc.com/creatives/bar/../images/icon-love.png) no-repeat 50% 50%;
    background-size: contain
}

.fh-i.fh-i-fire {
    background: url(https://cdn-fc.com/creatives/bar/../images/icon-fire.png) no-repeat 50% 50%;
    background-size: contain
}

.fh-i.fh-i-fear {
    background: url(https://cdn-fc.com/creatives/bar/../images/icon-fear.png) no-repeat 50% 50%;
    background-size: contain
}

.fh-i.fh-i-champaign {
    background: url(https://cdn-fc.com/creatives/bar/../images/icon-champaign.png) no-repeat 50% 50%;
    background-size: contain
}

.fh-i.fh-i-glasses {
    background: url(https://cdn-fc.com/creatives/bar/../images/icon-glasses.png) no-repeat 50% 50%;
    background-size: contain
}

.fh-special {
    font-weight: 700;
    color: #ffcd00
}

.fh-button {
    display: inline-block;
    padding: 0 10px;
    border-radius: 3px;
    white-space: nowrap
}

.fh-button1 {
    background: #f7000a
}

.fh-button2 {
    background: #ffcd00;
    color: #f7000a
}

.fh-button3 {
    background: #ffcd00;
    color: #000
}

.fh-line {
    min-height: 30px;
    font-size: 14px;
    line-height: 20px
}

@media (max-width: 600px) {
    .fh-line {
        font-size: 12px
    }
}

.fh-line1,
.fh-line2,
.fh-line3,
.fh-line4 {
    padding: 5px;
    background-size: cover
}

@media (max-width: 600px) {
    .fh-line {
        font-size: 12px !important
    }

    .fh-line div {
        font-size: 0 !important;
        display: flex;
        gap: 1px;
        justify-content: center
    }

    .fh-line div span {
        font-size: 11px !important
    }

    .fh-special:nth-child(2):after {
        content: " Exusive Porn";
        display: inline-flex
    }
}

@media (min-width: 600px) {
    .fh-mobile {
        display: none
    }
}

.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%;
    margin: 20px 0 0
}

@media (max-width: 1024px) {
    .video-page {
        margin: 12px 0 20px
    }
}

.video-page__info {
    padding: 14px 20px
}

.video-page__content {
    display: flex;
    margin-top: 10px
}

@media (max-width: 767px) {
    .video-page__content {
        flex-direction: column
    }
}

@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 {
    flex-grow: 1;
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    background: #1E1D2A;
    border-radius: 10px
}

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

.video-page__related {
    width: 100%;
}

.device-phone .left {
    max-width: 100%
}

.svg-icon {
    color: #fff;
    fill: #fff;
    width: 16px;
    height: 16px;
    pointer-events: none
}




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


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

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

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

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

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

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

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

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

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

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


.select__list1,
.select__list {
  display: none !important;
}

.select.open .select__list1,
.select.open .select__list {
  display: block !important;
}


.select .icon--active {
  transform: rotate(0);
  transition: transform 0.3s ease;
}

.select.open .icon--active {
  transform: rotate(180deg);
}




.search__container.open {
  display: block !important;
}


.search__response__wrapper {
  display: none;
}


.search__response__wrapper.has-text {
  display: block;
}


.search__response {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}


.search__response::-webkit-scrollbar {
  width: 6px;
}

.search__response::-webkit-scrollbar-track {
  background: #1E1D2A;
}

.search__response::-webkit-scrollbar-thumb {
  background: #6D7076;
  border-radius: 3px;
}

.search__response::-webkit-scrollbar-thumb:hover {
  background: #8a8d92;
}


@media (max-width: 767px) {
  .search__response {
    max-height: 300px;
  }
}


@media (min-width: 768px) and (max-width: 1023px) {
  .search__response__wrapper.has-text {
    display: block; 
  }
}


@media (max-width: 767px) {
  .search__container.open .search__response__wrapper.has-text {
    display: block; 
  }
}




.modelsbar__filter-left {
  cursor: pointer;
  left: 0;
}


.modelsbar__filter-right {
  cursor: pointer;
  right: 0;
}


#modelsbar-scroll {
  scroll-behavior: smooth;
}




.mobile-dropdown__list {
  display: none;
}


.mobile-dropdown.open .mobile-dropdown__list {
  display: block;
}


.mobile-dropdown__label {
  cursor: pointer;
}


.mobile-dropdown__link:after {
  transition: transform 0.3s ease, top 0.3s ease;
}


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




.mobile-menu__wrapper {
  display: none;
}


.mobile-menu__wrapper.open {
  display: block;
}


body.mobile-menu-active {
  overflow: hidden;
}




@media (max-width: 1023px) {
  .header__utils {
    display: none !important;
  }
  
  .sidebar__wrapper {
    display: none !important;
  }
}
.asside-thumb {
    display: block;
    margin-bottom: 20px;
}
.asside-thumb img {
    width: 100%;
}
.link-offer {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}
.link-offer img {
    width: 100%;
}



.card__channel-wrp {
    width: 100%;
    height: 290px;
    background: #101214;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.card__channel-wrp__collage {
    display: contents;
}

.card__channel-wrp__small-img {
    height: 290px;
    
    
    
}


@media (max-width: 2200px) {
    .card__channel-wrp {
        grid-template-columns: repeat(4, 1fr);
    }
}


@media (max-width: 1700px) {
    .card__channel-wrp {
        grid-template-columns: repeat(3, 1fr);
    }
}


@media (max-width: 1150px) {
    .card__channel-wrp {
        grid-template-columns: repeat(2, 1fr);
    }
}

.card__channel-wrp__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: transparent;
    pointer-events: none;
}

.card__channel-wrp__content .card__top,
.card__channel-wrp__content .card__top__wrapper-models,
.card__channel-wrp__content .card__top__info-block,
.card__channel-wrp__content .statistics,
.card__channel-wrp__content .card-buttons,
.card__channel-wrp__content .btn-secondary,
.card__channel-wrp__content .btn-accent {
    pointer-events: auto;
}

.card--inline .card__top {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.card__channel-wrp__content .card--inline .card__top {
    padding: 30px;
    height: 100%;
}

.card__channel-wrp__content .card__top__wrapper-models {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}

.card__channel-wrp__content .card__top__avatar-block {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 30px;
    width: 100%;
}

.card__channel-wrp__content .card__title {
    padding: 0 20px;
    min-height: 46px;
    margin-bottom: 20px;
}

.card__channel-wrp__content .card__title h1,
.card__channel-wrp__content .card__title h2 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0;
}

.card__channel-wrp__content .card__top__info-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

.card__channel-wrp__content .statistics {
    display: inline-flex;
    gap: 20px;
}

.card__channel-wrp__content .statistics__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.card__channel-wrp__content .statistics__wrapper__item {
    display: inline-flex;
    align-items: center;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.card__channel-wrp__content .statistics__wrapper__item .svg-icon {
    width: 24px;
    height: 24px;
    margin-right: 4px;
    color: #fff;
}

.card__channel-wrp__content .statistics__wrapper__name {
    font-size: 12px;
    line-height: 14px;
    color: #fff;
}

.card__channel-wrp__content .card-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}

.card__channel-wrp__content .btn-secondary {
    color: #1e1d2a;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-radius: 10px;
    background: #FFFFFF;
    padding: 13px;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.card__channel-wrp__content .btn-secondary:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card__channel-wrp__content .btn-accent {
    color: #1e1d2a;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-radius: 10px;
    background: #FF9A00;
    padding: 13px;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
}

.card__channel-wrp__content .btn-accent:hover {
    background: #ff8800;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(255, 154, 0, 0.3);
}

.card__channel-wrp__filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 290px;
    background: linear-gradient(90deg, #101214 10%, transparent);
    z-index: 9;
    pointer-events: none;
}

.card__channel-wrp .card {
    padding: 30px;
    width: 100%;
    height: 290px;
    justify-content: center;
    border-radius: 20px;
    background: transparent;
    margin: 0;
    position: absolute;
    z-index: 10;
}

@media (max-width: 1024px) {
    .card__channel-wrp__content .card__top {
        padding: 20px;
    }
    
    .card__channel-wrp__content .statistics {
        gap: 20px;
    }
}


@media (max-width: 768px) {
    .card__channel-wrp {
        height: 250px;
        background: #101214;
        grid-template-columns: repeat(1, 1fr);
    }
    
    .card__channel-wrp__collage {
        display: none;
    }
    
    .card__channel-wrp__small-img {
        display: none !important;
    }
    
    .card__channel-wrp__filter {
        height: 250px;
        display: none;
    }
    
    .card__channel-wrp .card {
        height: 250px;
    }
    
    .card__channel-wrp__content .card__top {
        padding: 15px;
        align-items: center;
        justify-content: center;
    }
    
    .card__channel-wrp__content .card__top__wrapper-models {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    
    .card__channel-wrp__content .card__top__avatar-block {
        justify-content: center;
        align-items: center;
    }
    
    .card__channel-wrp__content .card__title {
        text-align: center;
    }
    
    .card__channel-wrp__content .card__title h1,
    .card__channel-wrp__content .card__title h2 {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
    }
    
    .card__channel-wrp__content .card__top__info-block {
        align-items: center;
    }
    
    .card__channel-wrp__content .statistics {
        gap: 15px;
        justify-content: center;
    }
    
    .card__channel-wrp__content .statistics__wrapper__item {
        font-size: 20px;
    }
    
    .card__channel-wrp__content .card-buttons {
        justify-content: center;
    }
    
    .card__channel-wrp__content .btn-secondary,
    .card__channel-wrp__content .btn-accent {
        font-size: 16px;
        padding: 10px;
    }
}




.member-edit__menu {
    display: none;
}


@media (max-width: 1024px) {
    .member-edit__menu {
        display: block;
        margin-bottom: 20px;
    }

    .member-edit__menu .nav {
        display: flex;
    }

    .member-edit__menu .nav ul {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
        gap: 0;
        border-bottom: 1px solid rgba(58, 58, 58, .3);
    }

    .member-edit__menu .nav li {
        padding: 12px 24px;
        cursor: pointer;
        color: #6d7076;
        font-size: 14px;
        line-height: 20px;
        border-bottom: 2px solid transparent;
        transition: all .3s;
        position: relative;
    }

    .member-edit__menu .nav li:hover {
        color: #fff;
    }

    .member-edit__menu .nav li.selected {
        color: #ff9a00;
        border-bottom-color: #ff9a00;
    }
}

.member-edit {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.member-edit__col:first-child {
    margin-right: 20px;
}

.member-edit__col {
    flex: 1;
}


@media (max-width: 1023px) {
    .member-edit__col {
        display: none;
    }
    
    .member-edit__col.member-edit__col--active {
        display: block;
    }
    
    .member-edit {
        flex-direction: column;
    }
    
    .member-edit__col:first-child {
        margin-right: 0;
    }
    
    
    .member-edit__menu .nav li {
        cursor: pointer;
    }
}

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

@media (max-width: 474px) {
    .no-touch .info__link {
        padding: 0;
        background: none;
        cursor: pointer
    }
    
    .no-touch .info__link:hover {
        color: inherit;
        background: none
    }
    
    .no-touch .info__link:hover .svg-icon {
        color: inherit !important;
        fill: inherit !important
    }
}

.block-inner {

    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 15px 0;
}
.block-inner .title {
    text-align: center;
    color: #747474;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}
.block-inner .block-holder {
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    overflow: hidden;
}
.block-inner .block-holder .block-img {
    width: 300px;
    height: 250px;
    padding: 5px;
    flex-shrink: 0;
    display: block;
}

.block-inner .block-holder .block-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}


@media (max-width: 767px) {
    .block-inner .block-holder .block-img {
        display: none
    }
    
    .block-inner .block-holder .block-img:first-child {
        display: block
    }
}


@media (min-width: 768px) and (max-width: 1023px) {
    .block-inner .block-holder .block-img {
        display: block
    }
    
    .block-inner .block-holder .block-img:nth-child(n+3) {
        display: none
    }
}


@media (min-width: 1024px) {
    .block-inner .block-holder .block-img {
        display: block
    }
}

.list-categories {
    margin-top: 20px;
    width: 100%
}

.list-categories .tags {
    gap: 5px
}

.list-categories .tag {
    margin: 0;
    color: #6d7076
}

.list-categories .tag .count {
    font-size: 12px;
    margin-left: 8px;
    color: #3a3a3a80
}

.list-categories .tag--empty {
    min-height: 32px;
    min-width: 10%
}

.headline_with-search {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px 40px
}

@media (max-width: 1024px) {
    .headline_with-search {
        margin:16px 0
    }
}

.headline_with-search h1 {
    flex-grow: unset
}

@media (max-width: 1024px) {
    .headline_with-search h1 {
        margin:0
    }
}

.headline_with-search .categories__search {
    height: 30px
}

@media (max-width: 425px) {
    .headline_with-search .categories__search {
        width:100%;
        min-width: unset
    }
}
.datepicker-input .input {
    color: #fff;
    width: 100%;
}
.select__label {
    display: flex;
    cursor: pointer;
    align-items: center;
    height: 52px;
    padding: 0 10px;
    border-radius: 10px;
    gap: 8px;
    color: #6d7076;
    background: #1E1D2A;
}
.card__member-wrp {
    width: 100%;
    height: 290px;
    background: #101214;
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 10px
}

.card__member-wrp .cover {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.card__member-wrp .cover .upload {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    padding: 5px;
    border-radius: 4px;
    transition: .3s
}

.upload-input {
    cursor: pointer;
}

.card__member-wrp .cover .upload input[type="file"],
.card__member-wrp .cover .upload .upload-input,
.card__member-wrp .card__user-avatar .upload input[type="file"],
.card__member-wrp .card__user-avatar .upload .upload-input {
    position: absolute;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    top: 0;
    left: 0;
    pointer-events: auto;
    padding: 10px;
}

.card__member-wrp .cover .upload:hover {
    background: rgba(0,0,0,.5)
}

.card__member-wrp__nav {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center
}

.card__member-wrp__filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 290px;
    background: linear-gradient(90deg,#101214 10%,transparent);
    z-index: 9
}

@media (max-width: 768px) {
    .card__member-wrp__filter {
        background:linear-gradient(360deg,#101214 10%,transparent)
    }
}

.card__member-wrp .card {
    padding: 30px;
    width: 100%;
    height: 290px;
    justify-content: center;
    border-radius: 20px;
    background: transparent;
    margin: 0;
    position: absolute;
    z-index: 10
}
.statistics {
    display: inline-flex;
    gap: 20px
}

.statistics__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px
}

.statistics__wrapper__item {
    display: inline-flex;
    align-items: center;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600
}

.statistics__wrapper__item .svg-icon {
    width: 24px;
    height: 24px;
    margin-right: 4px;
    color: #fff
}

.statistics__wrapper__name {
    font-size: 12px;
    line-height: 14px;
    color: #fff
}

.card {
    display: flex;
    position: relative;
    margin-top: 14px;
    flex-direction: column
}

.card--inline .card__top {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

@media (max-width: 768px) {
    .card--inline .card__top {
        align-items:center
    }
}

@media (max-width: 1024px) {
    .card {
        background:transparent;
        flex-direction: column;
        padding: 0;
        margin: 20px auto 0;
        min-width: 100%;
        max-width: 100%
    }
}

.card .upload {
    position: absolute;
    top: 8px;
    right: calc(50% - 14px);
    height: 28px;
    width: 28px;
    background: #1E1D2A;
    border-radius: 4px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: .8;
    transition: .3s
}

.card .upload:hover {
    opacity: 1
}

.card .upload .svg-icon {
    fill: #fff;
    width: 16px;
    height: 16px
}

@media (max-width: 1024px) {
    .card .upload {
        display:flex;
        top: 2px
    }
}

.card__cover {
    padding-top: 27.34%;
    background-size: cover;
    background-color: #1e1d2a;
    border-radius: 10px;
    background-repeat: no-repeat;
    display: block;
    width: 100%
}

.card__cover:hover .upload,.card__avatar:hover .upload {
    display: flex
}

.card__img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    height: 100%
}

.card__user-avatar {
    position: relative
}

.card__user-avatar:hover .upload {
    display: flex
}

.card__avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-size: cover;
    width: 150px;
    min-width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #101214;
    margin: 0 auto;
    border: 2px solid #1E1D2A
}

@media (max-width: 1024px) {
    .card__avatar {
        min-width:88px;
        max-width: 88px;
        height: 88px;
        margin-top: 0;
        padding-top: 0;
        border: 1px solid rgba(58,58,58,.3)
    }
}

.card__avatar:hover {
    transform: none!important
}

.card__avatar-small {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-size: cover;
    width: 110px;
    min-width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #101214;
    margin: 0 auto;
    border: 2px solid #1E1D2A
}

@media (max-width: 1024px) {
    .card__avatar-small {
        min-width:88px;
        max-width: 88px;
        height: 88px;
        margin-top: 0;
        padding-top: 0;
        border: 1px solid rgba(58,58,58,.3)
    }
}

.card__avatar-small:hover .upload {
    display: flex
}

.card__avatar-big {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-size: cover;
    max-width: 230px;
    max-height: 230px;
    width: 230px;
    min-height: 100px;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

@media (max-width: 1024px) {
    .card__avatar-big {
        margin-top:0;
        padding-top: 0
    }
}

.card__avatar--long {
    padding-top: 174%
}

@media (max-width: 1024px) {
    .card__avatar--long {
        padding-top:0
    }
}

.card__avatar .img {
    background-size: cover;
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff
}

.card-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px
}

@media (max-width: 1024px) {
    .card-buttons {
        margin-top:0;
        width: 100%;
        justify-content: center;
        order: 2;
        flex-direction: row;
        max-width: 400px;
        gap: 4px
    }
}

.card-buttons .btn {
    width: 100%
}

.card-buttons .btn .svg-icon {
    color: #fff;
    margin-right: 4px;
    width: 16px;
    height: 16px
}

@media (max-width: 1024px) {
    .card-buttons .btn,.card-buttons .btn-secondary {
        width:auto
    }
}

.card__top {
    position: absolute;
    top: 44px;
    left: 20px
}

@media (max-width: 1024px) {
    .card__top {
        flex-direction:column;
        position: relative;
        background: transparent;
        left: auto;
        top: auto;
        display: flex;
        align-items: center;
        box-shadow: none;
        max-width: none;
        width: 100%;
        border: none;
        padding-top: 0
    }
}

.card__top__avatar-block {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    gap: 30px;
    width: 100%
}

.card__top__info-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px
}

.card__top__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    width: 100%
}

@media (max-width: 1024px) {
    .card__top__wrapper {
        align-items:center
    }
}

.card__top__wrapper-models {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px
}

@media (max-width: 1024px) {
    .card__top__wrapper-models {
        align-items:center
    }
}

@media (max-width: 1024px) {
    .card--no-cover .card__top {
        margin:0 auto
    }
}

.card__title {
    padding: 0 20px;
    min-height: 46px;
    margin-bottom: 20px
}

@media (max-width: 1024px) {
    .card__title {
        order:1;
        margin: 16px 0;
        min-height: auto
    }
}

.card__title h1,.card__title h2 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width: 1024px) {
    .card__title h1,.card__title h2 {
        text-align:center
    }
}

.card__bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
    width: 100%
}

@media (max-width: 1024px) {
    .card__bottom {
        flex-wrap:wrap
    }
}

.card__country {
    margin-left: 12px
}

.card__country .flag {
    width: 30px;
    height: 20px;
    border-radius: 4px
}
.card__list {
    margin-bottom: 8px;
    background: #101214;
    padding: 16px 16px 32px;
    position: relative
}

@media (max-width: 1024px) {
    .card__list {
        padding:12px;
        margin: 0 auto;
        background: none;
        box-shadow: none
    }
}

.card__list li {
    color: #6d7076;
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    word-break: break-word;
    gap: 4px
}

.card__list li .title {
    color: #fff;
    align-self: baseline;
    white-space: nowrap;
    font-size: 14px;
    margin: 0
}

.card__list li i {
    display: inline-block;
    vertical-align: sub
}

.card__list li .country {
    margin-left: 8px
}

.card__list li .flag {
    margin: 0 4px
}

.card__list li a {
    color: #518ef8
}

.card__list--categories .tag__item {
    margin-bottom: 4px;
    flex: none
}

.card__list--categories .tag__item a {
    background: #FFFFFF
}

.card__list :first-child {
    margin-top: 0
}
.datepicker {
    position: relative
}

.datepicker-input .input {
    color: #fff;
    width: 100%
}

.member-edit {
    display: flex;
    justify-content: center;
    margin-top: 20px
}

@media (max-width: 1024px) {
    .member-edit {
        margin-top:0
    }
}

.member-edit__menu {
    display: none
}

@media (max-width: 1024px) {
    .member-edit__menu {
        display:flex
    }
}

.member-edit__col {
    flex: 1
}

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

@media (max-width: 1024px) {
    .member-edit__col--active {
        display:block
    }
}

.member-edit__col:first-child {
    margin-right: 20px
}

@media (max-width: 1024px) {
    .member-edit__col:first-child {
        margin-right:0
    }
}

.member-edit__col .btn-red {
    min-width: 120px
}

.form .select__title {
    color: #fff
}

.form .select {
    background: #1E1D2A!important
}
.member__thumbs .select,.member__thumbs .btn-secondary{margin-bottom:20px}

.nav {
    display: flex;
    margin: 20px 0;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid rgba(58,58,58,.3)
}

@media (max-width: 1024px) {
    .nav {
        margin:32px 0 16px
    }
}

.nav ul {
    list-style: none;
    display: flex;
    gap: 30px
}

.nav ul li {
    color: #6d7076;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    margin-right: 4px;
    border-bottom: 3px solid transparent;
    padding-bottom: 6px;
    transition: .3s
}

.nav ul li.selected {
    position: relative;
    cursor: default;
    border-bottom: 3px solid #ffffff;
    color: #fff
}

.nav ul li.hidden {
    display: none
}

@media (max-width: 1024px) {
    .nav {
        white-space:nowrap;
        overflow-x: auto
    }

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

    .nav .btn {
        margin-right: 16px
    }
}

.no-touch ul li:not(.selected):hover {
    border-color: #fff
}
.statistics {
    display: inline-flex;
    gap: 20px
}

.statistics__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px
}

.statistics__wrapper__item {
    display: inline-flex;
    align-items: center;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600
}

.statistics__wrapper__item .svg-icon {
    width: 24px;
    height: 24px;
    margin-right: 4px;
    color: #fff
}

.statistics__wrapper__name {
    font-size: 12px;
    line-height: 14px;
    color: #fff
}

.card {
    display: flex;
    position: relative;
    margin-top: 14px;
    flex-direction: column
}

.card--inline .card__top {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

@media (max-width: 768px) {
    .card--inline .card__top {
        align-items:center
    }
}

@media (max-width: 1024px) {
    .card {
        background:transparent;
        flex-direction: column;
        padding: 0;
        margin: 20px auto 0;
        min-width: 100%;
        max-width: 100%
    }
}

.card .upload {
    position: absolute;
    top: 8px;
    right: calc(50% - 14px);
    height: 28px;
    width: 28px;
    background: #1E1D2A;
    border-radius: 4px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: .8;
    transition: .3s
}

.card .upload:hover {
    opacity: 1
}

.card .upload .svg-icon {
    fill: #fff;
    width: 16px;
    height: 16px
}

@media (max-width: 1024px) {
    .card .upload {
        display:flex;
        top: 2px
    }
}

.card__cover {
    padding-top: 27.34%;
    background-size: cover;
    background-color: #1e1d2a;
    border-radius: 10px;
    background-repeat: no-repeat;
    display: block;
    width: 100%
}

.card__cover:hover .upload,.card__avatar:hover .upload {
    display: flex
}

.card__img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    height: 100%
}

.card__user-avatar {
    position: relative
}

.card__user-avatar:hover .upload {
    display: flex
}

.card__avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-size: cover;
    width: 150px;
    min-width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #101214;
    margin: 0 auto;
    border: 2px solid #1E1D2A
}

@media (max-width: 1024px) {
    .card__avatar {
        min-width:88px;
        max-width: 88px;
        height: 88px;
        margin-top: 0;
        padding-top: 0;
        border: 1px solid rgba(58,58,58,.3)
    }
}

.card__avatar:hover {
    transform: none!important
}

.card__avatar-small {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-size: cover;
    width: 110px;
    min-width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #101214;
    margin: 0 auto;
    border: 2px solid #1E1D2A
}

@media (max-width: 1024px) {
    .card__avatar-small {
        min-width:88px;
        max-width: 88px;
        height: 88px;
        margin-top: 0;
        padding-top: 0;
        border: 1px solid rgba(58,58,58,.3)
    }
}

.card__avatar-small:hover .upload {
    display: flex
}

.card__avatar-big {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-size: cover;
    max-width: 230px;
    max-height: 230px;
    width: 230px;
    min-height: 100px;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

@media (max-width: 1024px) {
    .card__avatar-big {
        margin-top:0;
        padding-top: 0
    }
}

.card__avatar--long {
    padding-top: 174%
}

@media (max-width: 1024px) {
    .card__avatar--long {
        padding-top:0
    }
}

.card__avatar .img {
    background-size: cover;
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff
}

.card-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px
}

@media (max-width: 1024px) {
    .card-buttons {
        margin-top:0;
        width: 100%;
        justify-content: center;
        order: 2;
        flex-direction: row;
        max-width: 400px;
        gap: 4px
    }
}

.card-buttons .btn {
    width: 100%
}

.card-buttons .btn .svg-icon {
    color: #fff;
    margin-right: 4px;
    width: 16px;
    height: 16px
}

@media (max-width: 1024px) {
    .card-buttons .btn,.card-buttons .btn-secondary {
        width:auto
    }
}

.card__top {
    position: absolute;
    top: 44px;
    left: 20px
}

@media (max-width: 1024px) {
    .card__top {
        flex-direction:column;
        position: relative;
        background: transparent;
        left: auto;
        top: auto;
        display: flex;
        align-items: center;
        box-shadow: none;
        max-width: none;
        width: 100%;
        border: none;
        padding-top: 0
    }
}

.card__top__avatar-block {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    gap: 30px;
    width: 100%
}

.card__top__info-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px
}

.card__top__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    width: 100%
}

@media (max-width: 1024px) {
    .card__top__wrapper {
        align-items:center
    }
}

.card__top__wrapper-models {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px
}

@media (max-width: 1024px) {
    .card__top__wrapper-models {
        align-items:center
    }
}

@media (max-width: 1024px) {
    .card--no-cover .card__top {
        margin:0 auto
    }
}

.card__title {
    padding: 0 20px;
    min-height: 46px;
    margin-bottom: 20px
}

@media (max-width: 1024px) {
    .card__title {
        order:1;
        margin: 16px 0;
        min-height: auto
    }
}

.card__title h1,.card__title h2 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width: 1024px) {
    .card__title h1,.card__title h2 {
        text-align:center
    }
}

.card__bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
    width: 100%
}

@media (max-width: 1024px) {
    .card__bottom {
        flex-wrap:wrap
    }
}

.card__country {
    margin-left: 12px
}

.card__country .flag {
    width: 30px;
    height: 20px;
    border-radius: 4px
}
.card__model-wrp {
    width: 100%;
    height: 290px;
    background: #101214;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 10px
}

@media (max-width: 2200px) {
    .card__model-wrp {
        grid-template-columns:repeat(4,1fr)
    }
}

@media (max-width: 1700px) {
    .card__model-wrp {
        grid-template-columns:repeat(3,1fr)
    }
}

@media (max-width: 1150px) {
    .card__model-wrp {
        grid-template-columns:repeat(2,1fr)
    }
}

@media (max-width: 768px) {
    .card__model-wrp {
        grid-template-columns:repeat(1,1fr)
    }
}

.card__model-wrp__solo {
    grid-template-columns: repeat(1,1fr)
}

.card__model-wrp__nav {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center
}

.card__model-wrp__small-img {
    height: 290px
}

.card__model-wrp__big-img {
    width: 100%;
    height: auto
}

@media (max-width: 545px) {
    .card__model-wrp__big-img {
        height:290px;
        width: auto
    }
}

.card__model-wrp__big-img__solo {
    width: 100%;
    height: auto
}

@media (max-width: 545px) {
    .card__model-wrp__big-img__solo {
        height:290px;
        width: auto
    }
}

.card__model-wrp__filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 290px;
    background: linear-gradient(90deg,#101214 10%,transparent);
    z-index: 9
}

@media (max-width: 768px) {
    .card__model-wrp__filter {
        background:linear-gradient(360deg,#101214 10%,transparent)
    }
}

.card__model-wrp .card {
    padding: 30px;
    width: 100%;
    height: 290px;
    justify-content: center;
    border-radius: 20px;
    background: transparent;
    margin: 0;
    position: absolute;
    z-index: 10
}



@keyframes progress-width-animation {
    from {
        width: 0%
    }

    to {
        width: 100%
    }
}

.img-wrapper-absolute {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.img-center-fit {
    position: absolute;
    top: -999px;
    bottom: -999px;
    left: -999px;
    right: -999px;
    margin: auto;
    min-width: 100%;
    min-height: 100%
}

.progress-bar-red {
    position: absolute;
    top: 0;
    background-color: #c10303;
    height: 2px;
    animation-name: progress-width-animation;
    z-index: 99;
    width: 0
}

.hide-visibility {
    visibility: hidden
}

.debug-overlay {
    pointer-events: all;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    opacity: 0.66;
    background: #000;
    color: #eee;
    width: 75%;
    height: 30%;
    overflow: auto
}

.debug-overlay pre {
    margin: 0
}

.hide-display {
    display: none !important
}

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

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

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

    100% {
        opacity: 1;
        transform: scale(1.25)
    }
}

.pagination .more {
    width: auto;
    padding: 0 15px;
}

.player-wrap {
    position: relative;
}

.player-wrap #kt_player {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.rating-container {
    position: relative;
}

.rating-container .voters {
    position: absolute;
    top: 100%;
    color: #fff;
    white-space: nowrap;
}

.btn-favourites ul,
.btn-favourites li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.support__email::after {
    content: attr(data-email);
}