
.but_footer_wrap {
    display: flex;
    flex-direction: row-reverse;
}
.mobCloseUnderBox {
    display: none;
}
.box_swipe_wrap {
    display: none;
}
.boxFooterButtonAccept {
    margin-right:15px;
}
.mobShow {
    display: none;
}
.mobHide {
    display: block;
}
@media only screen and (max-width: 768px) {
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    --max_col_width: 768px;
    --slideUpAnim: boxMobAppend 0.2s 0.1s linear forwards;
    --slideDownAnim: boxMobClose 0.2s 0.1s linear forwards;
    outline: none !important;
}
* {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
*::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}
    .box_pos {
    align-items: flex-end;
    padding: 0;
    overflow: hidden !important;
}
    .box_bg {
        bottom: 0;
        width: 100% !important;
        border: 0;
        border-top: 1px solid var(--separator_common);
        border-radius: 15px 15px 0 0;
        margin: 0;
    }
    .mobTranslY {
    width: 100%;
    position: absolute;
    height: fit-content;
    z-index: 1;
}
    .mobBoxAppend {
        transform: translateY(100%);
        animation: var(--slideUpAnim);
    }
    .mobBoxClose {
        animation: var(--slideDownAnim);
    }
    .mobBoxAnimPlayed {
        animation: none;
        transform: translateY(0%);
        transition: transform 0.1s linear;
    }
    .box_footer {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .box_title {
        font-weight: 500;
        display: flex;
        justify-content: center;
        padding-top: 15px;
    }
    .box_pos .box_close {
        display: none;
    }
    .but_footer_wrap {
        display: flex;
        width: 100%;
        flex-direction: row-reverse;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .but_footer_wrap .button_div_gray, .but_footer_wrap .button_div {
        width: 100%;
        margin: 0;
    }
    .but_footer_wrap .button_div_gray button{
        margin: 0;
        width: 100%;
    }
    .but_footer_wrap .button_div button {

            margin: 0;
    width: 100%;
    max-width: calc(100% - 15px);
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    }
    #box_bottom_left_text {
        display: none !important;
    }
    .contactFlexBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    }
    .SpanInputDub {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    flex-direction: column;
    align-items: center;
}
    .SpanInputDub span {
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        width: 100%;
        padding:0 15px;
    }
    .mobCloseUnderBox {
        display: flex;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 0;
    }
    .box_swipe_wrap {
        display: flex;
        justify-content: center;
        padding-top: 40px;
    }
    .box_swipe {
        width: 64px;
        height: 5px;
        background: var(--light_text_color);
        margin-bottom: 10px;
        border-radius: 100px;
    }
    div[id^="box_content_all_photos_"],
    div[id^="box_content_all_videos_"],
    #box_content_all_audios,
    #box_content_all_doc
    {
        height: calc(100vh - 50px);
        height: calc(calc(var(--1dvh, 1vh) * 100) - 50px);
        height: calc(100dvh - 50px);
        overflow-y:  scroll;
        
    }
    div[id^="box_content_all_photos_"] .box_hat,
    div[id^="box_content_all_videos_"] .box_hat,
    #box_content_all_audios .box_hat,
    #box_content_all_doc .box_hat 
    {
        margin-top:0;
    }
index_footer {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    height: inherit;
    flex-direction: column;
    gap: 15px;
    border: 0px;
    padding-bottom: 15px;
    border-top: 1px solid var(--separator_common);
    padding-top: 15px;
    border-radius: 0;
    bottom: 0;
    background: var(--l_m_hover_na);
}
.aferta, .m_logo_wrap .soc_logo_wrap {
    display: none;
}
.richBig {
    font-size: 2.25rem;
}

header h_center {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    justify-content: center;
    z-index: 0;
    display: flex;
    align-items: center;
}
header .m_logo_wrap #m_logo {
    height: 24px;
}
header  h_services_links {
    border: 0;
    padding: 0;
    backdrop-filter: none;
    background: none;
}

.scroll_fix_bg {
    display: none !important;
}
.premium_access_wrap {
    display: flex;
    background: var(--l_m_hover);
    height: 100vh;
    height: calc(var(--1dvh, 1vh) * 100);
    height: calc(100dvh);
    position: relative;
    overflow: hidden;
    width: 100vw;
    border-radius: 0;
    border: 0px;
}
index_usual_card {
    height: inherit;
    min-height: calc(100vh / 2);
    height: calc(calc(var(--1dvh, 1vh) * 100) / 2);
    height: calc(100dvh / 2);
}
.for_col_grid {
    grid-template-columns: inherit;
}
.meow2 {
    flex-direction: column !important;
}
wiki-wrap {
    padding: 0;
    width: 100vw;
    gap: 0;
    margin: 0;
    padding-top: 74px;
    padding-left: 25px;
    padding-right: 25px;
    max-width: inherit;
}
wiki-left {
    display:none;
}


wiki-right {
    display:none;
}
revhub_wrap {
    width: 100vw;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.bLMark {
    display: none !important;
}
.mobShow {
    display: block;
}
.mobHide {
    display: none !important;
}
.myCabBlock {
    width: 100vw;
    padding: 15px;
}
.myCabDuoFlex {
    width: 100%;
}

.paymentBig {
    height: 100vh;
    height: calc(calc(var(--1dvh, 1vh) * 100));
    height: 100dvh;
}

.indfcmob {
    margin-top:100px;
}
left_menu_r {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 100vw;
    min-width: 100vw;
    justify-content: space-between;
    gap: 0;
    border-radius: 0 0 10px 10px;
    background: var(--l_m_hover);
    top: 0;
    position: relative;
}
.l_menu_sep {
    display:none;
}

.l_one_link span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.index-gradient div {
    animation: none;
}
.newIndex_Text_Wrap2 {
    height: 100vh;
    display: flex;
    left: 10px;
    position: relative;
    width: calc(100% - 20px);
    padding: 15px;
}
.newIndex_Text_Wrap1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
    padding-top: 50px;
}
.myCabBlockWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-top: 6rem;
    padding-bottom: 0;
}
.newIndex_Text_tree_cards_social {
    flex-direction: column;
}

.newIndex_Text_Slogan {
    font-size: 2em;
    font-weight: 500;
}
.socButtonsFlexIndex {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.socButtonsFlexIndex {
    margin-left:0px;
}
.wikiNextFlex {
    display: flex;
    flex-direction: column;
}
wiki-center.tosWikiCenter {
    margin-top: 74px;
    width: 100%;
    border-radius: 10px;
    padding: 25px;
    padding-top: 0;
    border: 0px;
    background: none;
    padding-bottom: 0;
}
a.l_one_link {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    min-width: 0;
    line-height: 32px;
    padding: 0 12px;
    height: 32px;
    border-radius: 8px;
    display: block;
}
for_build_col#page {
    min-height: calc(100vh - 96px);
}
.adm_bblock2 {
    width: 100vw;
    border-left: 0;
    border-right: 0;
    background: none;
    border: 0px;
    margin: 0;
    margin-top: 74px;
    padding: 0 25px;
}
.admLogBox {
    margin-top: 74px;
    background: none;
    width: 100vw;
    border: 0;
    padding-top: 0;
}
.admLogBox .c_1_tbl,
.admLogBox .c_2_tbl,
.admLogBox .c_3_tbl {
    width: 100% !important;
}
.admLogBox .one_table_row_user {
    display: flex;
}
.admLogBox .c_1_tbl,
.admLogBox .c_3_tbl {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
.admLogBox .c_2_tbl {
    display: flex;
    align-items: center;
}
.comment-editor {
    width: 100vw;
}
.wikiLeftCol {
    position: fixed;
    z-index: 999;
    height: calc(100vh - 74px);
    margin-top: 74px;
    animation: wikiLeftColShow 0.2s 0s ease-in-out forwards;
    will-change: transform;
    width: 100vw;
    background: var(--box_background);
    max-width: inherit;
    top: 0;
    left: 0;
    padding: 25px;
    padding-top: 0;
    overflow-y: auto;
}
.wikiLeftCol_show {
    display: block;
}
.wikiLeftCol_hide {
    animation: wikiLeftColHide 0.2s 0s ease-in-out forwards;
}
.mobShow.mobWikiMenuButton {
    width: 100%;
    margin-bottom: 25px;
}
.admLogsNav {
    width: 100vw !important;
    padding: 15px !important;
}
}
@keyframes wikiLeftColShow {
    from {
        opacity: 0;
    }
	to {
	    opacity: 1;
	}
}
@keyframes wikiLeftColHide {
    from {
        opacity: 1;
    }
	to {
	    opacity: 0;
	}
}
/*
     FILE ARCHIVED ON 21:31:45 Jan 11, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:27:45 Jul 26, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.544
  exclusion.robots: 0.022
  exclusion.robots.policy: 0.009
  esindex: 0.011
  cdx.remote: 29.585
  LoadShardBlock: 181.833 (3)
  PetaboxLoader3.datanode: 225.772 (4)
  PetaboxLoader3.resolve: 132.221 (2)
  load_resource: 251.863
*/