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

:active,
:hover,
:focus {
    outline: 0;
    outline-offset: 0;
}

#recl {
    width: 300px;
    height: 130px;
    margin: 0px auto 0;
}

.grecaptcha-badge {
    display: none !important;
}

html,
body,
.main_1 {
    height: 100%;
}

html {
    background-color: #181818;
}

body {
    display: flex;
    flex-direction: column;
    font-family: Roboto, Arial, sans-serif;
    color: rgb(255, 255, 255);
    min-width: 320px;
}

a,
a:hover {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

li {
    list-style-type: none;
}

img {
    font-size: 0;
}

a img {
    border: 1px solid #181818;
}

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

.info_error>a {
    margin-top: 5px;
    color: #3ea6ff;
}

.info_error>a:hover {
    cursor: pointer;
    text-decoration: underline;
}

#logo {
    display: flex;
    align-items: center;
}

#logo>a {
    margin-left: 5px;
}

.tube_svg {
    width: 30px !important;
    height: 30px !important;
}

.main {
    height: 100%;
    background-color: #181818;
    padding-top: 58px;
}

.container {
    position: relative;
    margin: 0 auto;
    max-width: 1750px;
}

.video_w {
    width: 100%;
    box-sizing: border-box;
}

.more_thumbs .video_w {
    width: 50%;
}

.video {
    width: 50%;
    box-sizing: border-box;
}

.model {
    padding: 3px;
    width: 25%;
    box-sizing: border-box;
}

.star {
    position: relative;
    width: 36.037037%;
}

.star1 {
    position: relative;
    width: 110px;
    padding: 3px;
    flex: none;
}

.tag {
    opacity: 0;
    animation: ani 0.5s forwards;
    padding: 8px 0;
}

.tag_fullstory {
    opacity: 0;
    animation: ani 0.5s forwards;
}

.header {
    background: #181818;
    min-height: 58px;
    overflow: visible;
    position: fixed;
    top: 0;
    z-index: 17;
    left: 0;
    right: 0;
    text-transform: uppercase;
}

.background_header {
    background: transparent;
    transition: all 0.5s ease;
}

.header_1 {
    position: fixed;
    background-image: linear-gradient(0deg, rgba(21, 21, 21, 0) 0%, rgba(21, 21, 21, 21) 65%);
    width: 100%;
    height: 58px;
    text-transform: uppercase;
}

.header_2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 58px;
    padding: 0 3px;
}

.header_3 {
    display: flex;
    align-items: center;
    height: 58px;
}

.logo_none {
    display: none !important;
}

.sort_v_m {
    margin-bottom: 9px;
}

.sort_v_m>ul {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    white-space: nowrap;
    overflow-y: hidden;
    scrollbar-width: none;
}

.sort_v_m>ul>li {
    opacity: 0;
    animation: ani 0.5s forwards;
    cursor: pointer;
}

.sort_v_m>ul>li>span {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #383838;
    margin: 3px;
    padding: 5px 15px;
    border-radius: 7px;
}

.m_none {
    display: none !important;
}

#m {
    display: flex;
    align-items: center;
    position: relative;
}

#m>div:first-child {
    margin-right: 5px;
}

.nav_header {
    display: none;
    align-items: center;
    height: 58px;
    margin: 0 10px;
}

.nave_header>ul>li {
    text-transform: uppercase;
    padding: 10px;
    margin: 14px 2px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgb(240, 155, 0);
    border-radius: 3px;
}

.header_li {
    font-size: 18px;
    padding: 18px;
}

.header_fresh_videos,
.header_stars,
.header_tags,
.header_popular_video,
.header_video,
.header_shorts {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_stars_2 {
    display: flex;
    align-items: center;
    padding: 0 3px;
}

.header_stars_2>h2 {
    padding-left: 5px;
}

.all,
.filters {
    display: flex;
    align-items: center;
}

.all>a:hover {
    text-decoration: underline;
}

.h2_style {
    padding: 15px 0;
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 17px;
    font-weight: 600;
}

#page {
    flex: 1 0 auto;
}

.page_1 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    margin-bottom: -100px;
    justify-content: center;
}

.page_1>.header {
    display: none;
}

#content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.content_1 {
    flex: 1 0 auto;
    position: relative;
}

.login {
    display: flex;
    align-items: center;
    background-color: #121212;
    border: 1px solid #303030;
    padding: 7px 10px 7px 10px;
    color: #3ea6ff;
    border-radius: 15px;
}

.login>span {
    margin-left: 10px;
    font-size: 14px;
}

.login_personal {
    border-radius: 50%;
}

.sign_in_svg {
    fill: #3ea6ff;
    width: 24px !important;
    height: 24px !important;
}

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

.button_home {
    margin: 15px 0 20px 0;
    text-align: center;
}

.button_home>a {
    padding: 10px;
    background-color: rgb(111, 72, 0);
    border-radius: 5px;
    color: rgb(0 0 0);
    font-weight: 700;
}

.button_home>a:hover {
    background-color: rgb(240, 155, 0);
}

.nav_header>div>a:hover {
    color: rgb(240, 155, 0);
}

.nav_ul {
    display: flex;
    margin-bottom: 20px;
}

.nav_ul_main {
    display: flex;
    margin: 10px 0;
}

.nav>ul>li {
    font-size: 14px;
    text-transform: uppercase;
}

.nav>ul>li:not(:last-child):after {
    content: '|';
    color: red;
    margin: 0 4px;
}

.main_a {
    margin-left: 2px;
}

#footer {
    background-color: #181818;
    flex-shrink: 0;
    margin-top: 10px;
}

.logo_footer {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    padding: 20px 0 20px 0;
    font-size: 18px;
    text-align: center;
}

.age_svg {
    width: 24px !important;
    height: 24px !important;
}

.logo_footer>a {
    margin-left: 5px;
}

.footer_nav {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    border-top: 0.1px solid #383838;
}

.header_fresh_videos,
.header_popular_video,
.header_stars,
.header_video,
.header_tags,
.header_shorts {
    padding: 0 3px;
}

.header_1 .container,
.header .container,
#footer .container,
.main .container {
    padding: 0 6px;
}

#root {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    margin-bottom: -100px;
    width: 100px;
    top: 0;
    overflow: hidden;
}

#root>div {
    position: absolute;
    background: radial-gradient(ellipse at center, rgba(177, 198, 219, 1) 2%, rgba(5, 63, 118, 1) 100%);
    border-radius: 100%;
    animation: shine infinite alternate;
}

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

    20% {
        transform: scale(.9);
        opacity: .8;
    }

    40% {
        transform: scale(1);
        opacity: .9;
    }

    40% {
        transform: scale(.2);
        opacity: .2;
    }

    60% {
        transform: scale(.2);
        opacity: .1;
    }

    80% {
        transform: scale(.5);
        opacity: .5;
    }

    100% {
        transform: scale(.9);
        opacity: .9;
    }
}

.ftext {
    width: 100%;
    font-size: 16px;
    padding: 20px 12px;
    border: 1px solid #303030;
    border-radius: 4px;
    resize: vertical;
    background: #181818;
    color: #fff;
    font-family: roboto, "Droid Sans", sans-serif;
}

.flabel {
    padding: 12px 12px 12px 0;
    display: inline-block;
}

.fsubmit {
    background-color: #3ea6ff;
    text-align: center;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
    margin-top: 10px;
}

.col-75 {
    float: left;
    width: 100%;
    margin-top: 6px;
    position: relative;
}

.col-75:before {
    content: 'Feedback';
    position: absolute;
    background: #181818;
    padding: 0 10px;
    top: -10px;
    left: 17px;
}

.svg_icon {
    width: 1rem;
    height: 1rem;
}

.header_stars_svg {
    width: 25px;
    height: 25px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

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

    .col-25,
    .col-75,
    .fsubmit {
        width: 100%;
    }
}

.video>a {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.img_box {
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    overflow: hidden;
    background-color: #212121fa;
    border-radius: 8px;
}

.img_box_svg {
    aspect-ratio: 16/9;
    overflow: hidden;
    background-color: #212121fa;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video_svg {
    width: 70px;
    height: 70px;
}

.video_fullstory_svg {
    width: 50px;
    height: 50px;
}

.img_box>picture>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    display: block;
    width: 100%;
}

.img_box>img {
    height: 133.333333%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    display: block;
    width: 100%;
    margin-top: -9.375%;
}

.box_img_star>img {
    width: 100%;
    height: 100%;
}

.duration {
    padding: 0 5px;
    background-color: rgba(24, 24, 24, 0.8);
    border-radius: 2px;
    font: 700 12px/17px 'Roboto', Arial, sans-serif;
    color: #fff;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.info_b {
    width: 100%;
    height: 25px;
    border-radius: 3px;
    background-color: #212121fa;
    margin-top: 7px;
}

.tags_videos {
    background-color: #212121fa;
    border-top: 0.1px solid #383838;
    border-bottom: 0.1px solid #383838;
    height: 53px;
}

.tags_videos_fullstory {
    display: none;
    position: fixed;
    top: 58px;
    z-index: 1;
    height: 50px;
    padding: 8px 0;
    background: #181818;
    width: 100%;
    overflow: hidden;
}

.tags_videos_fullstory_block {
    display: block;
    animation: showBlock 0.35s linear forwards;
}

@keyframes showBlock {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.videos,
.slid,
.models {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
}

.videos_s {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    white-space: nowrap;
    overflow-y: hidden;
    scrollbar-width: none;
}

.videos_s::-webkit-scrollbar,
.videos_search::-webkit-scrollbar {
    display: none;
}

.tags {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    white-space: nowrap;
    overflow-y: hidden;
    scrollbar-width: none;
}

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

.v_p {
    padding: 3px;
    opacity: 0;
    animation: ani 0.5s forwards;
}

.v_p:hover .name_view {
    text-decoration: underline;
}

.videos_info {
    display: flex;
    flex-direction: column;
    padding-top: 5px;
}

.m_1>div {
    white-space: nowrap;
    transform: translateX(0);
    transition: 0s;
    color: rgb(251, 202, 39);
    overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
}

.name_view>a:hover {
    text-decoration: underline;
}

.m_2>a {
    color: rgb(251, 202, 39);
}

.n_2>a {
    color: rgb(255, 255, 255);
}

.m_2>a:hover,
.n_2>a:hover {
    text-decoration: underline;
}

.name {
    overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 65%;
}

.name_view {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 0 5px;
}

.date_info {
    display: flex;
}

.new_color {
    background: #303030;
    color: rgba(255, 255, 255, 0.56);
    padding: 3px;
    border-radius: 10%;
    text-transform: capitalize;
    font-weight: 600;
}

.view_date {
    display: flex;
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.8rem;
    align-items: center;
}

.view_date>span:not(:last-child)::after {
    content: "•";
    margin: 0 5px;
}

.f_1>span:not(:last-child)::after {
    content: "•";
    margin-left: 4px;
}

.model_1>svg,
.f_1>svg {
    display: flex;
    align-self: center;
}

.rating {
    padding-right: 2px;
}

.tag_name {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #383838;
    margin: 3px;
    padding: 5px 15px;
    border-radius: 7px;
}

.not_tag_name {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3px;
    padding: 6px 5px;
    color: #3ea6ff;
    font-size: 14px;
}

#more_tag {
    cursor: pointer;
}

#tag_more {
    color: #3ea6ff;
}

.tag_name:hover {
    background: #545454;
}

.stars_girls {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    white-space: nowrap;
    overflow-y: hidden;
    scrollbar-width: none;
}

.stars_girls::-webkit-scrollbar {
    display: none;
}

.star {
    padding: 3px;
    flex: none;
}

.star>a,
.star1>a {
    display: block;
}

.box_img_star {
    background-color: #212121fa;
    position: relative;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding-bottom: 100%;
}

.box_img_star_svg {
    position: relative;
    aspect-ratio: 1/1;
    background-color: #212121fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.models_svg {
    width: 50px;
    height: 50px;
}

.models_svg_ac {
    width: 40px;
    height: 40px;
}

.box_img_star>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    display: block;
    width: 100%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.star_info {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.name_star {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1rem;
    font-weight: bold;
}

.name_star>a {
    color: rgb(255, 255, 255);
}

.name_star>a:hover {
    text-decoration: underline;
}

.model_1 {
    display: flex;
    font-size: 0.8125rem;
    align-self: center;
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 0 6px 6px;
    background-color: #181818;
    border-radius: 30px;
}

.heart_svg {
    width: 14px;
    height: 14px;
}

.rating {
    padding-right: 4px;
}

.info_user {
    display: flex;
    flex-direction: column;
    position: fixed;
    text-align: center;
    justify-content: center;
    align-items: center;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 9999;
    background: rgb(33 33 33 / 94%);
    line-height: 23px;
    padding: 10px 0;
    text-transform: none;
    font-size: 13px;
}

.info_user>a {
    color: #3ea6ff;
}

.info_user>a:hover {
    cursor: pointer;
    text-decoration: underline;
}

.header__accaunt {
    background: #212121fa;
    border-top: 0.1px solid #383838;
    border-bottom: 0.1px solid #383838;
}

.account__header {
    display: flex;
}

.account__header__h {
    margin: 24px 0;
    font-size: 18px;
}

.setting {
    display: flex;
    align-items: center;
    margin-left: 10px;
    color: #3ea6ff;
}

.set {
    width: 100%;
}

.setting_accaunt {
    width: 350px;
}

.form__box2 {
    width: 100%;
}

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

.form__box2>input {
    background: transparent;
    border: none;
}

.form__box2>div>input {
    background: transparent;
    border: none;
}

.form__box2>label {
    color: #aaa;
}

#s_password {
    width: 100%;
    display: block;
    border: 1px solid #aaa;
    border-radius: 5px;
    padding: 8px;
    margin: 8px 0;
    color: #fff;
    box-sizing: border-box;
    font-size: 16px;
}

.save {
    margin-left: 10px;
    color: #aaa;
    border: 1px solid;
    padding: 3px;
    text-transform: uppercase;
}

.save:hover {
    cursor: pointer;
}

#s_name:focus~.save,
#s_email:focus~.save,
#s_password:focus~.save {
    color: #3ea6ff;
}

.setting:hover {
    cursor: pointer;
}

.icon__user {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85px;
    height: 85px;
    background-color: currentColor;
    border-radius: 50%;
    margin-right: 25px;
}

.header__user {
    display: flex;
    align-items: center;
    padding: 15px 20px;
}

.name__user {
    font-size: 1.4rem;
}

.menu__user>ul {
    display: flex;
    white-space: nowrap;
    overflow-y: hidden;
    scrollbar-width: none;
}

.menu__user>ul::-webkit-scrollbar {
    display: none;
}

.menu__user>ul>li {
    text-transform: uppercase;
    padding: 15px 15px;
    color: #aaa;
}

.menu__user>ul>li:hover {
    cursor: pointer;
    color: #fff;
}

.border__accaunt {
    border-bottom: 2px solid #aaa;
    color: #fff;
}

.form__box,
.sub__box,
#book__box,
#history__box,
#like__box {
    opacity: 0;
    animation: ani 0.3s forwards;
}

.sub__box,
#book__box,
#history__box,
#like__box {
    margin-top: 24px;
}

.form__home {
    display: flex;
    flex-direction: initial;
    gap: 20px;
    flex-wrap: wrap;
    margin: 0 auto;
}

.form__home>div>label {
    display: flex;
    align-items: center;
    margin-right: 10px;
    color: #aaa;
}

.form__home>div>div>input {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 1rem;
    display: block;
    width: 100%;
    font-family: inherit;
    font-weight: 400;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form__home>div {
    background-color: #212121fa;
    padding: 20px;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    flex-direction: initial;
    gap: 6px;
    word-break: break-word;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.form__home>div:hover {
    background-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .4);
    cursor: pointer;
}

.form__home span {
    font-size: 1rem;
    line-height: 1.5
}

#form__home .accaunt__date span:first-child::before {
    content: "📅 "
}

#form__home .accaunt__name span:first-child::before {
    content: "👤 "
}

#form__home .accaunt__email span:first-child::before {
    content: "📧 "
}

#form__home .accaunt__password span:first-child::before {
    content: "🔒 "
}

.label-span {
    order: 0;
    flex-shrink: 0
}

.password-dots::before {
    content: '••••••••';
    letter-spacing: 3px;
    font-size: 16px;
    color: #aaa
}

.edit-btn,
.edit-email-btn,
.edit-password-btn,
.edit-telegram-btn {
    display: inline-block;
    margin-left: 15px;
    padding: 6px 8px;
    background-color: rgba(255, 255, 255, .08);
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color .2s, color .2s;
    user-select: none;
}

.edit-input {
    background: 0 0;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    outline: 0;
    padding: 2px 4px;
    width: auto;
    min-width: 100px;
    max-width: 250px
}

.form__home input {
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    appearance: none;
    -webkit-appearance: none
}

.form__home input:focus {
    outline: 0;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    appearance: none;
    -webkit-appearance: none
}

#save-notification {
    position: fixed;
    top: 20px;
    right: 10px;
    background: #333;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
    font-family: sans-serif;
    font-size: 14px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s, transform .3s;
    z-index: 10000;
    max-width: 320px;
    box-sizing: border-box;
    word-wrap: break-word;
    transform: translateY(-10px)
}

#save-notification.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0)
}

@media (max-width:600px) {
    .form__home {
        padding: 10px
    }
    .account__header {
        padding: 0 10px
    }

    .form__home span {
        font-size: .95rem
    }

    #save-notification {
        right: auto;
        left: 40%;
        transform: translate(-30%, -10px);
        max-width: calc(100% - 20px);
        width: auto;
        border-radius: 8px;
        top: 20px
    }

    #save-notification.show {
        transform: translate(-50%, 0)
    }

    .form__home>div {
        flex-direction: row;
        padding: 16px;
        border-radius: 12px
    }

    .label-span {
        width: 100%;
        order: -1;
        margin-bottom: 4px
    }
    #span_email,
    #span_date,
    #span_name,
    .email__confirmed,
    .password-dots{
        margin-left: 0 !important;
    }
}

#telegram-card {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #1f1f1f;
    color: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
    width: 420px;
    max-width: 95%;
    z-index: 9999;
    font-family: 'Segoe UI', sans-serif;
    text-align: center;
}

#telegram-card .close-btn, #info-popup .close-btn, .close-btn_info_telegram {
    position: absolute;
    top: 12px;
    right: 16px;
    color: #888;
    font-size: 22px;
    cursor: pointer;
}

#telegram-card .close-btn:hover, #info-popup .close-btn:hover, .close-btn_info_telegram:hover {
    color: #fff;
}

#telegram-card h2 {
    font-size: 19px;
    margin-bottom: 10px;
}

#telegram-card p {
    font-size: 16px;
    margin-bottom: 14px;
    color: #ccc;
}

.token-box,
.link-box {
    background-color: #2b2b2b;
    padding: 10px 15px;
    border-radius: 8px;
    font-weight: bold;
    margin-bottom: 12px;
    cursor: pointer;
    transition: background 0.2s;
    user-select: all;
    white-space: nowrap;
    overflow-x: auto;
}

.token-box:hover,
.link-box:hover {
    background-color: #383838;
}

#telegram-card .open-bot-btn {
    background-color: #0077cc;
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 10px;
    transition: background 0.3s;
}

#telegram-card .open-bot-btn:hover {
    background-color: #005fa3;
}

.sub__box {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
}

@keyframes ani {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.sub {
    padding: 0.5%;
    width: 50%;
    margin-bottom: 5px;
}

.sub>a:hover {
    cursor: pointer;
}

.info_comments {
    font-size: 13px;
    color: #3ea6ff;
}

.icon__models {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.icon__models_fon {
    width: 100px;
    height: 100px;
    background-color: rgb(15, 15, 15);
    border-radius: 50%;
}

.name__models {
    text-align: center;
    margin-bottom: 3px;
}

.view__models {
    color: #888;
    text-align: center;
    font-size: 0.8rem;
    margin-bottom: 10px;
}

.loader__boxic_login {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader__box {
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-spinner {
    width: 30px;
    height: 30px;
    border: 4px solid transparent;   /* прозрачная основа */
    border-top: 4px solid #3498db;   /* синий верхний сегмент */
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 20px auto;
}

@keyframes spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loader {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid transparent;
    border-right: 3px solid #3ea6ffc7;
    border-bottom: 5px solid #3ea6ffdb;
    border-left: 5px solid #3ea6ff;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 0.7s linear infinite;
    animation: spin 0.7s linear infinite;
}

.loader_2 {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 1px solid transparent;
    border-right: 1px solid #3ea6ffc7;
    border-bottom: 2px solid #3ea6ffdb;
    border-left: 2px solid #3ea6ff;
    width: 1rem;
    height: 1rem;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.loader_3 {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 1px solid transparent;
    border-right: 1px solid #3ea6ffc7;
    border-bottom: 2px solid #3ea6ffdb;
    border-left: 2px solid #3ea6ff;
    width: 4rem;
    height: 4rem;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.loader_comments {
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid transparent;
    border-right: 2px solid #3ea6ffc7;
    border-bottom: 2px solid #3ea6ffdb;
    border-left: 2px solid #3ea6ff;
    width: 10px;
    height: 10px;
    -webkit-animation: spin 0.7s linear infinite;
    animation: spin 0.7s linear infinite;
    margin-left: 10px;
}

.loader_sign_up {
    border-radius: 50%;
    border-top: 2px solid transparent;
    border-right: 2px solid rgba(255, 255, 255);
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 0.7s linear infinite;
    animation: spin 0.7s linear infinite;
}

.account__header__loder:hover {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

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

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.scroll-indicator-2Lqfetc {
    height: 3em;
    width: 1.3em;
    position: absolute;
    top: -5px;
    right: 5px;
    display: block;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    font-size: 10px;
    transform: rotate(270deg);
}

.scroll-indicator-2Lqfetc::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0.5em;
    border: 1px solid hsla(0, 0%, 100%, .8);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(75%, rgba(0, 0, 0, .5)));
    -webkit-mask-image: linear-gradient(180deg, transparent 10%, rgba(0, 0, 0, .5) 75%);
    mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(75%, rgba(0, 0, 0, .5)));
    mask-image: linear-gradient(180deg, transparent 10%, rgba(0, 0, 0, .5) 75%);
    -webkit-box-shadow: inset 0 0 0.5em #fff;
    box-shadow: inset 0 0 0.5em #fff;
}

.scroll-indicator-2Lqfetc::after {
    content: "";
    display: block;
    position: absolute;
    height: 1em;
    width: 1em;
    left: 0;
    bottom: 0;
    border-radius: 50%;
    background: hsla(0, 0%, 100%, .7);
    border: 1px dotted #fff;
    -webkit-animation: scroll-indicator-2Lqfetc 2s cubic-bezier(.455, .03, .515, .955) infinite;
    animation: scroll-indicator-2Lqfetc 2s cubic-bezier(.455, .03, .515, .955) infinite;
    transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
}

@keyframes scroll-indicator-2Lqfetc {
    0% {
        transform: translate(0px, 0px);
        opacity: 0;
    }

    5% {
        opacity: 0.5;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    95% {
        opacity: 0.5;
    }

    100% {
        transform: translate(0px, -15px);
        opacity: 0;
        animation-delay: 12s;
    }
}

.accaunt__info {
    text-align: center;
    margin: 20px 0;
}

.accaunt__info>a {
    color: #3ea6ff;
}

.accaunt__info>a:hover {
    cursor: pointer;
    text-decoration: underline;
}

#span_email,
#span_date,
#span_name,
.email__confirmed,
.password-dots{
    margin-left: 10px;
}

#span_email,
#span_date,
#span_name {
    color: #aaa;
}

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

#info_account {
    text-align: center;
    background-color: #212121fa;
}

#div_confirm_email {
    text-align: center;
    background-color: #212121fa;
}

.div_info_account {
    font-size: 0.9rem;
    margin: 5px 0;
    padding: 5px 6px;
    color: #aaa;
}

.confirm__email {
    font-size: 0.9rem;
    margin: 5px 0;
    padding: 5px 6px;
    color: #aaa;
}

.confirm__email>a {
    color: #3ea6ff;
}

.confirm__email>a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.info_confirmed {
    text-align: center;
    margin: 20px 0;
}

#countdown {
    display: none;
    color: #aaa;
    padding-bottom: 5px;
}

.share_box {
    display: flex;
    position: fixed;
    text-align: center;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(0, 0, 0, .75);
}

.share_box_none {
    display: none;
}

.t {
    position: relative;
    padding: 0 5px;
}

.t_f {
    position: relative;
    padding: 0 5px;
}

.t_all {
    display: none;
}

.t_before:before {
    content: '';
    position: absolute;
    left: 28px;
    top: 0;
    z-index: 1;
    width: 25px;
    height: 52.2px;
    background: linear-gradient(to right, #212121fa, rgba(33, 33, 33, 0));
}

.t_fbefore:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 0;
    z-index: 1;
    width: 50px;
    height: 37px;
    background: linear-gradient(to right, #181818, rgba(33, 33, 33, 0));
}

.t_after:after {
    content: '';
    position: absolute;
    right: 28px;
    top: 0;
    z-index: 1;
    width: 25px;
    height: 52.2px;
    background: linear-gradient(to left, #212121fa, rgba(33, 33, 33, 0));
}

.t_f:after {
    content: '';
    position: absolute;
    right: 4px;
    top: 0;
    z-index: 1;
    width: 50px;
    height: 37px;
    background: linear-gradient(to left, #181818, rgba(33, 33, 33, 0));
}

.share_box2 {
    width: 100%;
    max-width: 365px;
    padding: 0 25px 15px 25px;
    background: rgba(33, 33, 33, 0.98);
}

.share_hr {
    text-align: left;
    padding: 15px 0;
    border-bottom: 1px solid #888;
    position: relative;
}

.box_social {
    padding: 10px 0;
}

.url {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border: 1px solid #888;
    border-radius: 10px;
}

.input_url {
    background: none;
    border: none;
    color: #fff;
    padding: 10px;
    width: 75%;
    overflow: hidden;
    font-size: 16px;
    text-overflow: ellipsis;
}

.input_url:hover {
    cursor: text;
}

.copy {
    color: #3ea6ff;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    margin-right: 10px;
    z-index: 999;
}

.copy:hover {
    cursor: pointer;
}

.close {
    position: absolute;
    bottom: 5px;
    right: 15px;
}

.close_share,
.close_report {
    fill: #888;
    position: absolute;
    top: 13px;
    right: 0;
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.close_share:hover,
.close_report:hover {
    fill: #fff;
    cursor: pointer;
}

.share_btn {
    border-radius: 17.5px;
    height: 35px;
    line-height: 35px;
    margin: 5px;
    width: 35px;
    border: 1px solid #626262;
    background-color: gainsboro;
    cursor: pointer;
}

.sharing {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
    flex-direction: row;
    font-size: 15px;
    justify-content: center;
    line-height: 1;
    text-align: center;
}

.icon {
    fill: currentColor;
    height: 1em;
    position: relative;
    top: .125em;
    width: 1em;
}

.report_box {
    display: flex;
    position: fixed;
    text-align: center;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(0, 0, 0, .75);
}

.report_box_none {
    display: none;
}

.report_box2 {
    width: 100%;
    max-width: 365px;
    padding: 0 25px 15px 25px;
    background: rgba(33, 33, 33, 0.98);
}

.report_hr {
    text-align: left;
    padding: 15px 0;
    border-bottom: 1px solid #888;
    position: relative;
}

.report_input {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-top: 15px;
}

.report_btn {
    background: none;
    color: #888;
    text-transform: uppercase;
    padding: 5px;
    border: none;
}

.report_btn {
    cursor: pointer;
}

.good {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    padding-top: 15px;
}

.radio__box {
    position: relative;
    margin-bottom: 1rem;
}

.radio__input {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
}

.radio__label {
    padding-left: 25px;
    font-size: 1rem;
}

.radio__label:hover {
    cursor: pointer;
}

.radio__label:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid #888;
    background-color: transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: .1s linear, border .1s linear;
}

.radio__label:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #3ea6ff;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 2;
}

.radio__input:checked+.radio__label:before {
    border-color: #3ea6ff;
}

.radio__input:checked+.radio__label:after {
    opacity: 1;
}

.filters {
    color: #fff;
}

#search {
    display: none;
    position: static;
    width: 100%;
    max-width: 700px;
    padding: 6px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
}

.videos_search_p>a:hover {
    cursor: pointer;
}

.search_block {
    display: flex !important;
    align-items: center !important;
    padding: 0 !important;
    flex-flow: row-reverse !important;
}

#search_form,
#search_form_main {
    margin: 0;
    position: relative;
}

.search_form_mob {
    flex: 1 !important;
    margin-left: 10px !important;
}

.search_text {
    background: #121212;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 14px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 38px;
    border: 1px solid #303030;
    padding: 6px 95px 6px 8px;
    font-size: 16px;
    border-radius: 15px;
}

.search_text:focus {
    padding: 6px 95px 6px 45px;
}

.search_text:focus~.input_text {
    display: flex;
    color: aliceblue;
}

.input_text {
    display: none;
    justify-content: center;
    align-items: center;
    left: 0;
    background: 0 0;
    cursor: pointer;
    border: 0;
    width: 35px;
    height: 100%;
    color: rgba(255, 255, 255, .3);
    position: absolute;
    top: 0;
    border-right: 1px solid #303030;
}

.search_text:focus~.search_btn>svg {
    color: aliceblue;
}

.search_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    cursor: pointer;
    border: 0;
    width: 64px;
    height: 100%;
    color: rgba(255, 255, 255, .6);
    position: absolute;
    top: 0;
    background-color: #383838;
    border-radius: 0 15px;
}

.search_svg {
    fill: #aaa;
    width: 22px;
    height: 22px;
}

.search_svg:hover {
    fill: #fff;
    cursor: pointer;
}

.search_dop_svg {
    fill: #aaa;
    width: 18px;
    height: 18px;
}

.search_btn:hover>.search_dop_svg {
    fill: #fff;
}

.close_search_svg {
    width: 22px;
    height: 22px;
}

#reset,
#reseting {
    display: none;
    justify-content: center;
    align-items: center;
    right: 0;
    background: 0 0;
    cursor: pointer;
    border: 0;
    width: 38px;
    height: 100%;
    margin-right: 64px;
    color: aliceblue;
    position: absolute;
    top: 0;
    padding: 11px;
}

.reset_block {
    display: flex !important;
}

.loader-2 {
    width: 2.5px;
    height: 2.5px;
    position: absolute;
    top: 27%;
    right: 29%;
    border-radius: 50%;
    -webkit-animation: loader-2 0.9s 0.35s ease alternate infinite;
    animation: loader-2 0.9s 0.35s ease alternate infinite;
}

.loader-2:after,
.loader-2:before {
    content: '';
    position: absolute;
    width: 2.5px;
    height: 2.5px;
    border-radius: 50%;
    animation: loader-2 0.9s ease alternate infinite;
    -webkit-animation: loader-2 0.9s ease alternate infinite;
}

.loader-2:before {
    left: -4px;
    animation-delay: 0.2s;
}

.loader-2:after {
    right: -4px;
    animation-delay: 0.5s;
}

@keyframes loader-2 {
    0% {
        box-shadow: 0 15px 0 -15px #ffffff;
    }

    100% {
        box-shadow: 0 15px 0 #ffffff;
    }
}

@-webkit-keyframes loader-2 {
    0% {
        box-shadow: 0 15px 0 -15px #ffffff;
    }

    100% {
        box-shadow: 0 15px 0 #ffffff;
    }
}

#close {
    display: none;
}

.close_block {
    display: flex !important;
    align-items: center;
    flex: 0 !important;
}

.box_search>div:not(:last-child) {
    border-bottom: 0.1px solid #383838;
    padding-bottom: 5px;
}

.header_h3 {
    padding: 15px 0;
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 17px;
    font-weight: 600;
}

.tags_search_p>a,
.models_search_p>a,
.sorry>a,
.videos_search_p>a {
    color: #3ea6ff;
    text-decoration: underline;
}

.tags_search_p>a:hover,
.models_search_p>a:hover,
.sorry>a:hover,
.videos_search_p>a:hover {
    color: #fff;
}

.tags_search_p,
.models_search_p,
.videos_search_p {
    font-size: 14px;
    color: #3ea6ff;
    text-align: center;
}

.sorry {
    width: 100%;
    font-size: 14px;
    padding: 5px 0;
    text-align: center;
}

.videos_search_p {
    margin: 10px 0;
}

.more {
    background: #212121fa;
    color: #aaa;
    margin: 10px 0;
    font-size: 14px;
    cursor: pointer;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.more:hover {
    color: #fff;
}

.nav_li {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

.nav_li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    cursor: pointer;
    color: #fff;
    background-color: #383838;
    margin: 0 5px;
}

.nav_li>a:hover {
    color: #fff;
    background-color: #545454;
}

.nav_li>span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    cursor: default;
    color: #fff;
    background-color: #545454;
}

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

.user_header_login {
    font-size: 20px;
    padding: 10px 0 3px 0;
    text-transform: capitalize;
}

.user_header_group {
    font-size: 14px;
    padding-bottom: 5px;
    color: #3ea6ff;
}

.user_menu {
    display: flex;
    flex-direction: column;
    text-align: start;
    padding: 0 25px;
}

.pad>li:last-child {
    padding: 5px 0 15px 0;
}

.user_menu>li {
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.user_menu>li>a {
    margin-left: 10px;
}

.user_menu>li:hover {
    cursor: pointer;
}

.user_menu>li>a:hover {
    text-decoration: underline;
}

.header_models {
    display: flex;
    padding: 10px 0 5px 0;
}

.content_detailInfo_model {
    font-size: 15px;
    overflow: hidden;
    height: 53px;
    line-height: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 23%);
    position: relative;
}

.content_detailInfo_model::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 11px;
    background: linear-gradient(to top, #181818, rgba(33, 33, 33, 0));
}

.expand {
    position: absolute;
    width: 21px;
    height: 20px;
    bottom: -10px;
    left: 50%;
    border-radius: 50%;
    background-color: #181818;
    border: 1px solid rgba(255, 255, 255, 23%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.name_infoPiece_model {
    display: inline-block;
    margin-right: 5px;
    font-weight: 600;
}

.smallInfo_model {
    color: rgba(255, 255, 255, 0.56);
}

.header_models_data {
    position: relative;
}

.header_models_data,
.header_channel_data {
    display: flex;
    flex-direction: column;
    min-width: 220px;
}

.h2_style_models {
    padding: 0;
    margin-bottom: 10px;
    font-size: 1.3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.icon_models {
    position: relative;
    display: flex;
    margin-right: 15px;
    align-items: flex-start;
}

.icon_channel {
    width: 100px;
    height: 100px;
    background-color: #212121fa;
    display: flex;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-right: 15px;
}

.img_channel {
    width: 100%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    vertical-align: middle;
    position: absolute;
    transform: scale(2.3);
}

.img_models_full {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    vertical-align: middle;
}

.models_fullstore_svg {
    width: 50px;
    height: 50px;
}

.channel_full_svg {
    width: 80px;
    height: 80px;
}

.view_models_and_subscribers {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.8rem;
}

.view_models_and_subscribers>span:not(:last-child):after {
    content: "•";
    margin-left: 5px;
}

.m_2>a:not(:last-child):after {
    content: ',';
}

.subscribe {
    border-radius: 50px;
    width: 200px;
}

.subscribe_a {
    border-radius: 3px;
}

.subscribe,
.subscribe_a {
    margin-bottom: 15px;
    padding: 10px 16px;
    background-color: #f1f1f1;
    color: #000;
    display: flex;
    justify-content: center;
    text-transform: capitalize;
}

.subscribe_v {
    padding: 6px 10px;
    background-color: #f1f1f1;
    color: #000;
    border-radius: 15px;
    margin-left: 15px;
    font-weight: 600;
    font-size: 14px;
}

.accaunt__subscribe {
    margin-bottom: 0;
    padding: 5px 10px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
    color: #aaa;
}

.action {
    display: flex;
    padding: 5px 3px 10px 3px;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 23%);
}

.action>div:not(:last-child) {
    margin-right: 10px;
}

.action>div {
    display: flex;
    align-items: center;
}

.action>div:hover,
.subscribe:hover,
.subscribe_v:hover,
.subscribe_a:hover {
    cursor: pointer;
}

.subscribe_v:hover {
    background-color: #ccc;
}

.action>div>svg {
    margin-right: 3px;
}

.con {
    flex: 1;
    border-top: 1px solid #313131;
}

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

.login:hover,
.login_personal:hover {
    cursor: pointer;
    box-shadow: 0 0 20px -8px #9a9a9a;
}

.log_in {
    display: flex;
    position: fixed;
    text-align: center;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .75);
}

.log_in_block_none {
    display: none;
}

.log_in_2 {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border: 1px solid #313131;
    display: inline-block;
    position: relative;
}

.close_forms_login {
    position: absolute;
    top: 15px;
    right: 15px;
}

.close_svg {
    fill: #aaa;
    width: 20px;
    height: 20px;
}

.close_svg:hover {
    fill: white;
    cursor: pointer;
}

.close_forms_login:hover {
    color: #fff;
}

.log_in_3 {
    background: #000;
    min-width: 373px;
}

.header_forms_login {
    text-align: center;
    padding: 26px 0 0;
    font-size: 1.6em;
}

.border {
    border-top: 0;
}

.c_l_u {
    display: flex;
    flex-direction: column;
    padding: 10px 5px;
}

.content_forms_login {
    flex: 1;
    width: 100%;
    margin: 0px 0 20px 0;
}

.check_svg {
    width: 40px;
    height: 40px;
}

.check_svg_margin {
    margin-bottom: 25px;
}

.s_u {
    padding: 25px 25px 0 25px;
}

.s_f {
    display: none;
    padding: 25px 25px 0 25px;
}

.s_f_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 363px;
}

.s_u_none {
    display: none;
}

.s_u>p,
.s_u_2>p,
.s_f>p,
.s_lo>p {
    color: #888;
    font-size: 0.9rem;
    line-height: 15px;
}

.s_u_2 {
    display: none;
    padding: 25px;
}

.s_u_2_block {
    display: block;
    height: 100%;
}

.p_p {
    padding-top: 10px;
}

.forms_l_none {
    display: none;
}

.forms_l {
    padding: 0 25px 25px 25px;
}

#otp_login_container {
    padding: 0 25px 0 25px;
}

.forms_s {
    display: none;
}

.asterisk_svg {
    margin-right: 5px;
    fill: red;
    width: 10px;
    height: 10px;
}

.forms_f {
    display: none;
}

.forms_s,
.forms_f,
.forms_c {
    padding: 0 25px 0 25px;
}

.forms_f_block {
    display: block;
}

.forms_s_block {
    display: block;
}

.forms_l>form {
    display: flex;
    flex-direction: column;
}

.forms_s>form {
    display: flex;
    flex-direction: column;
}

.warning_svg,
.check_two_svg,
.check_copy_svg {
    width: 20px;
    height: 20px;
}

.info_login,
.info_pass,
.info_name,
.info_email,
.info_password,
.info_good,
.info_ip {
    display: flex;
    align-items: center;
    font-size: 13px;
    height: 20px;
}

.info_email,
.info_password {
    margin: 5px 0;
}

.info_good {
    padding-top: 10px;
}

p.inf_pass {
    color: #888;
    font-size: 12px;
}

.forms_f>form {
    display: flex;
    flex-direction: column;
}

.forms_l>a,
.s_u_2>a,
.s_f>a {
    color: #3ea6ff;
}

.forms_l>a {
    font-size: 13px;
}

.info_code {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #aaa;
}

.info__email {
    display: flex;
    align-items: center;
    font-size: 13px;
    height: 20px;
}

.forms_c {
    display: none;
}

.block {
    display: block;
}

.forms_l>a:hover,
.s_u_2>a:hover,
.s_f>a:hover {
    cursor: pointer;
    text-decoration: underline;
}

.in {
    width: 100%;
    box-sizing: border-box;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    background: #121212;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 14px;
    color: #fff;
    -webkit-box-sizing: border-box;
    height: 38px;
    border: 1px solid #303030;
    padding: 6px 15px;
    font-size: 16px;
    margin: 7px auto;
}

.bu,
.bu2,
.bu3,
.bu4 {
    border: none;
    width: 100%;
    height: 39.5px;
    padding: 6px 0;
    margin: 10px auto 17px;
    font-size: 1.5em;
    cursor: pointer;
    border-radius: 5px;
    background: #1b73e9;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bu:hover,
.bu2:hover,
.bu3:hover {
    border: none;
    background-color: #3ea6ff;
}

.h_r {
    font-size: 1.3rem;
}

.h_s {
    font-size: 20px;
    padding: 10px 0 10px 0;
}
/*OTP код*/
.otp-switch-btn {
    background-color: #464646;
    color: #fff;
    padding: 7px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    margin-bottom: 17px;
}

.otp-switch-btn:hover {
    background-color: #545454;
}

.otp-request-form, .otp-code-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.otp-inputs {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.otp-digit {
    width: 32px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    background: #121212;
    border-radius: 5px;
    border: 1px solid #303030;
    caret-color: white;
    color: #fff;
}
.alt-login-switch {
    cursor: pointer;
    color: #3ea6ff;
    font-size: 13px;
    margin-bottom: 20px;
}
.alt-login-switch:hover {
    text-decoration: underline;
}
.p1,
.a1 {
    padding: 10px 0;
}

.p2:before {
    content: "+";
    font-size: 1.4rem;
    margin-right: 5px;
    color: #3ea6ff;
}

.button_s_u {
    width: 100%;
    padding: 6px 0;
    margin: 10px auto 25px;
    font-size: 1.5em;
    cursor: pointer;
    color: #fff;
    background: #464646;
    border-radius: 5px;
}

.button_s_u:hover {
    background: #545454;
}

.position_accaunt_video {
    position: relative;
}

.remove_history,
.remove_bookmarks,
.remove_like,
.watch_later,
.remove_watchlater {
    width: 25px;
    height: 25px;
    background-color: rgba(24, 24, 24, 0.8);
    border-radius: 20%;
    font: 700 12px/17px 'Roboto', Arial, sans-serif;
    position: absolute;
    top: 7px;
    right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.watch_later {
    width: 23px;
    height: 23px;
}

.remove_svg {
    fill: #aaa;
    width: 15px;
    height: 15px;
}

.later_svg {
    fill: #aaa;
    width: 1.5rem;
    height: 1.5rem;
}

.remove_svg:hover,
.later_svg:hover {
    cursor: pointer;
    color: #fff !important;
}

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

.nav_slide1,
.nav_slide2,
.nav_slide3,
.nav_slide4 {
    width: 30px;
    height: 5px;
    background: #aaa;
    border-radius: 15px;
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
}

.process1,
.process2,
.process3,
.process4 {
    position: absolute;
    height: 5px;
    background: #3ea6ff;
    border-radius: 15px;
    transition: 1s;
}

.bt_next,
.bt_previous {
    width: 25px;
    height: 25px;
    position: relative;
}

.bt_previous {
    transform: rotate(180deg);
}

.bt_next:hover,
.bt_previous:hover {
    background-color: #383838;
    border-radius: 50%;
    cursor: pointer;
}

.bt_next_top,
.bt_next_bottom,
.bt_previous_top,
.bt_previous_bottom {
    position: absolute;
    border: 1px solid;
    right: 9px;
    left: 6px;
    top: 11.5px;
    border-radius: 30px;
}

.bt_next_top,
.bt_previous_top {
    transform: rotate(45deg);
    transform-origin: bottom right;
}

.bt_next_bottom,
.bt_previous_bottom {
    transform: rotate(-45deg);
    transform-origin: top right;
}

.tr {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 8px;
}

.preloadLine {
    border-radius: 0;
    display: none;
    position: relative;
    z-index: 1
}

@-webkit-keyframes progres {
    0% {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes progres {
    0% {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.preloadLine .color {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: progres;
    animation-name: progres;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background-color: #de2600;
    border-radius: 0;
    height: 2px;
    position: absolute;
    width: 0;
    z-index: 3
}

.svg_header_shorts {
    display: flex;
    align-items: center;
    padding: 0 3px;
}

.header_svg_shorts {
    width: 30px;
    height: 30px;
}

.svg_header_shorts>h2 {
    margin-left: 5px;
}

.shorts {
    width: 33.3333%;
}

.img_shorts {
    display: grid;
    background-color: #212121fa;
    border-radius: 8px;
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: 9/16;
    position: relative;
    overflow: hidden;
}

.shorts_img {
    object-fit: cover;
    max-height: 100%;
    aspect-ratio: 9/16;
    border-radius: 8px;
}

@supports (font: -apple-system-body) and (-webkit-appearance: none) {
    img[loading="lazy"] {
        clip-path: inset(1.5px);
    }

    .box_img_star>img {
        clip-path: circle(49%);
    }

    .icon_model>a>img {
        clip-path: circle(46%);
    }

    .icon_models>img {
        clip-path: circle(49%);
    }

    .img_shorts,
    .img_box {
        clip-path: inset(1.5px);
    }

    .preloadLine,
    .color {
        top: 0.5px
    }
}

.img_shorts>img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    outline: none;
}

.setting_f_d {
    display: flex;
    margin-right: 5px;
}

.svg_settings_disk {
    fill: #aaa;
    width: 31px;
    height: 31px;
}

.svg_settings_disk:hover {
    cursor: pointer;
    fill: #fff;
}

.menu_settings {
    display: none;
    background-color: #282828;
    border-radius: 4px;
    position: absolute;
    right: 0;
    top: 45px;
    width: 250px;
    z-index: 999;
    --borderW: 1px;
    border: var(--borderW) solid gainsboro;
    border-radius: 4px;
}

.menu_settings_block {
    display: block !important;
}

.svg_view_block {
    margin-right: 5px;
}

.m_s {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 8px 10px 8px 0;
    text-transform: none;
    color: #dcdcdc;
}

.svg_view_block {
    width: 20px;
    height: 20px;
}

@keyframes polygon {
    0% {
        clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 100%, 100% 100%, 100% 0%, 50% 0%);
    }

    17.1875% {
        clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 100%, 100% 100%, 100% 0%, 100% 0%);
    }

    32.8125% {
        clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 100%, 100% 100%, 100% 100%, 100% 100%);
    }

    67.1875% {
        clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 100%, 0% 100%, 0% 100%, 0% 100%);
    }

    82.8125% {
        clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%);
    }

    100% {
        clip-path: polygon(50% 50%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
    }
}

.tag_bt {
    top: 25px;
}

.left_scroll {
    display: none;
}

.right_scroll {
    position: absolute;
    height: 52.2px;
    display: flex;
    align-items: center;
    right: 3px;
    top: 0;
    z-index: 1;
    background-color: #212121;
}

.left_scroll {
    display: none;
    position: absolute;
    height: 52.2px;
    align-items: center;
    left: 3px;
    top: 0;
    z-index: 1;
    background-color: #212121;
}

.left_scroll_show {
    display: flex;
}

.switch_thumbs {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 10px;
    margin-left: 10px
}

.switch_thumbs input {
    display: none
}

.slider_thumbs {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #4d4d4d;
    -webkit-transition: .4s;
    transition: .4s;
    height: 10px
}

.slider_thumbs:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 0;
    bottom: -2.5px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 1
}

input:checked+.slider_thumbs:before {
    background-color: #3ea6ff;
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px)
}

input:focus+.slider_thumbs:before {
    box-shadow: 0 0 1px #3ea6ff
}

.slider_thumbs.round_thumbs {
    border-radius: 34px
}

.slider_thumbs.round_thumbs:before {
    border-radius: 50%
}

/* account recl */

/* Карточка */
.telegram-card {
    background-color: #222;
    border-radius: 12px;
    padding: 25px 30px 30px 30px;
    max-width: 360px;
    width: 90%;
    color: #ddd;
    position: relative;
    box-shadow: 0 6px 18px rgba(0,0,0,0.6);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Логотип Telegram */
.telegram-card img {
    display: block;
    margin: 0 auto 20px auto;
    width: 48px;
}
/* Заголовок */
.telegram-card h2 {
    text-align: center;
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 14px;
    color: #a0cfff;
}

/* Текст */
.telegram-card p {
    font-size: 1rem;
    line-height: 1.4;
    color: #bbb;
    margin-bottom: 25px;
    text-align: center;
}

/* Кнопка действия */
.btn {
    display: block;
    width: 100%;
    background-color: #3399ff;
    border: none;
    border-radius: 8px;
    padding: 12px 0;
    font-size: 1.1rem;
    color: white;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
    user-select: none;
}
.btn:hover {
    background-color: #2a80d6;
}

/* suggestions-list */
mark {
    background: none;        /* убираем жёлтый фон */
    color: inherit;          /* текст будет как у остального текста */
    text-decoration: none;   /* убираем подчёркивание */
    font-weight: bold;       /* можно добавить жирность для акцента */
}
.suggestions-list {
    display: none; /* скрыто по умолчанию */
    position: absolute;
    top: 100%; /* прямо под input */
    margin-top: 10px;
    left: 0;
    right: 0;
    padding: 10px;
    list-style: none;
    background: #383838;
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    z-index: 1000;
    border-radius: 15px;
    text-transform: lowercase;
}

.suggestions-list.show {
    display: block;
}

.suggestions-list li {
    padding: 8px 5px;
    cursor: pointer;
    transition: background-color 0.2s;
    margin: 0 5px;
    border-radius: 7px;
}

.suggestions-list li:hover {
    background-color: #505050;
}

/* Для мобильных */
@media (max-width: 400px) {
    .telegram-card {
        max-width: 320px;
        padding: 20px 20px 25px 20px;
    }
}

@media (min-width: 414px) {
    .star {
        width: 31%;
    }
}

@media (min-width: 568px) {
    .img_models_full {
        width: 140px;
        height: 140px;
    }

    .h2_style_models {
        font-size: 1.5rem;
    }

    .sub {
        padding: 0.5%;
        width: 33.33333%;
    }

    .share_box2 {
        max-width: 400px;
    }

    .video_w {
        width: 50%;
    }

    .more_thumbs .video_w {
        width: 33.33333%;
    }

    .video {
        width: 33.33333%;
    }

    .model {
        width: 16.6666%;
    }

    .star {
        width: 28.57%;
    }

    .log_in_3 {
        min-width: 563px;
    }

    .border {
        border-left: 1px solid #313131;
        padding: 0 25px;
    }

    .con {
        border-top: 0;
        padding-top: 0;
    }

    .c_l_u {
        flex-direction: row;
    }

    .content_forms_login {
        flex: 1;
        margin: 0;
    }

    .shorts {
        width: 25%;
    }
}

@media (min-width: 768px) {

    .remove_history,
    .remove_bookmarks,
    .remove_like,
    .remove_watchlater {
        width: 25px;
        height: 25px;
    }

    .watch_later {
        width: 20px;
        height: 20px;
    }

    .remove_svg {
        width: 15px;
        height: 15px;
    }

    .later_svg {
        width: 1.2rem;
        height: 1.2rem;
    }

    .remove_history:hover::after {
        content: attr(data-title);
        position: absolute;
        top: 30px;
        right: 0;
        z-index: 1;
        font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: 200;
        padding: 10px;
        border-radius: 2px;
        color: #fff;
        text-transform: none;
        background: #595959;
        width: 146px;
    }

    .remove_bookmarks:hover::after,
    .remove_watchlater:hover::after {
        content: attr(data-title);
        position: absolute;
        top: 30px;
        right: 0;
        z-index: 1;
        font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: 200;
        padding: 10px;
        border-radius: 2px;
        color: #fff;
        text-transform: none;
        background: #595959;
        width: 135px;
    }

    .remove_like:hover::after {
        content: attr(data-title);
        position: absolute;
        top: 30px;
        right: 0;
        z-index: 1;
        font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: 200;
        padding: 10px;
        border-radius: 2px;
        color: #fff;
        text-transform: none;
        background: #595959;
        width: 145px;
    }

    .watch_later:hover::after {
        content: attr(data-title);
        position: absolute;
        top: 30px;
        right: 0;
        z-index: 1;
        font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: 200;
        padding: 10px;
        border-radius: 2px;
        color: #fff;
        text-transform: none;
        background: #595959;
        width: 61px;
        text-align: center;
    }

    .search_btn:hover::after {
        content: attr(data-title);
        position: absolute;
        top: 45px;
        z-index: 1;
        font-family: Arial, sans-serif;
        font-size: 12px;
        padding: 10px;
        border-radius: 2px;
        color: #fff;
        text-transform: none;
        background: #595959;
    }

    .share_data {
        position: relative;
    }

    .share_channel:hover::after {
        content: attr(data-title);
        position: absolute;
        top: -40px;
        z-index: 1;
        font-family: Arial, sans-serif;
        font-size: 12px;
        padding: 10px;
        border-radius: 2px;
        color: #fff;
        text-transform: none;
        background: #595959;
    }

    .login:hover::after {
        content: attr(data-title);
        position: absolute;
        top: 55px;
        right: 0;
        z-index: 1;
        font-family: Arial, sans-serif;
        font-size: 12px;
        padding: 10px;
        border-radius: 2px;
        color: #fff;
        text-transform: none;
        background: #595959;
    }

    .sub {
        width: 20%;
    }

    .nav_header {
        display: flex;
    }

    #search {
        display: block;
        max-width: 465px;
    }

    .search_mob {
        display: none;
    }

    .log_in_3 {
        min-width: 750px;
    }

    .model {
        width: 12.5%;
    }
}

@media (min-width: 992px) {
    .sub {
        width: 16.66667%;
    }

    .video_w {
        width: 25%;
    }

    .more_thumbs .video_w {
        width: 20%;
    }

    .video {
        width: 25%;
    }

    .model {
        width: 10%;
    }

    .star {
        width: 22.222%;
    }

    #search {
        max-width: 680px;
    }

    .shorts {
        width: 16.6666%;
    }
}

@media (min-width: 1000px) {
    #recl {
        display: none;
        width: 0;
        height: 0;
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .sub {
        width: 12.5%;
    }

    .video_w {
        width: 25%;
    }

    .more_thumbs .video_w {
        width: 20%;
    }

    .video {
        width: 20%;
    }

    .model {
        width: 8.3333%;
    }

    .star {
        width: 15.3846%;
    }

    .container {
        padding: 0 !important;
        width: 95vw;
    }

    #search {
        max-width: 680px;
    }

    .shorts {
        width: 12.5%;
    }
}