    /* width */
    ::-webkit-scrollbar {
    width: 7px;
}
    /* Handle */
    ::-webkit-scrollbar-thumb {
    background: var(--primary-hidden);
    border-radius: 46px;
}
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
    background: var(--primary);
}
    /* Track */
    ::-webkit-scrollbar-track {
    background: var(--bg);
}




* {
	font-family: 'Comfortaa', cursive;
	margin: 0;
	padding: 0;
}

:root {
	--bg: #151515;
	--primary: #E67EDB;
    --primary-hidden:#9c5f9585;
    --secondry: #9fffa2;
    --white:#fff;
    --bg-secondry:#111111;
    --text-secondry:#C5C5C5;
    --text-black:#535353;
    --tag-author:var(--primary);
}

body {
	background: var(--bg);
	padding: 15px;
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 15px;
}

.container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 1;
}


.start_page {
    font-size: 64px;
    font-weight: 500;
    line-height: 64px;
    letter-spacing: 0.035em;
    text-align: left;
	color: var(--primary);
    display: flex;
    flex-direction: row;
}

.start_page a {
    color: var(--primary);
    transition: 0.3s;    
}

.start_page a:hover {
    color: #ffc1f8;
}




    .cards_collection button {
        color: var(--primary);
        font-size: 26px;
        font-weight: 700;
        padding: 10px;
        background: transparent;
        backdrop-filter: blur(3px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 15px;
        transition: 0.3s;
        cursor: pointer;

    }

    .cards_collection button:hover {
        cursor: pointer;
        border-color: var(--primary);
        background: var(--primary-hidden);
    }

    main {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
    }

.index_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%; 
    gap: 40px;
    padding-top:30px;
    padding-bottom: 30px;;
}

.menus_color_container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
}

.main_info_container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
    width: 600px;
    height: fit-content;
    position: sticky;
    top: 45px;
}

.menu_card {
    width: 600px;
    height: 300px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: space-between;
    transition: 0.3s;
}

.menu_card:hover {
    transition: 0.3s;
    cursor: pointer;
    transform: scale(1.05);
}

.menu_card:hover::after {
    transition: 0.3s;
    cursor: pointer;
    background-position: 0px 10%;
}

.menu_card::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    right: 0;
    opacity: 30%;
    z-index: 1;
    transition: 0.3s;
}

#m_card_Catalog {
    background: linear-gradient(180deg, rgba(211, 146, 57, 0.3) 0%, rgba(248, 203, 118, 0.3) 35%, rgba(255, 240, 163, 0.3) 65%, rgba(253, 211, 110, 0.3) 100%);
}

#m_card_Catalog::after {
    background-image: url("../assets/img/bg_main_card_3.png");
}

#m_card_Comics {
    background: linear-gradient(180deg, rgba(211, 57, 57, 0.3) 0%, rgba(248, 118, 118, 0.3) 35%, rgba(255, 163, 163, 0.3) 65%, rgba(253, 110, 110, 0.3) 100%);
}

#m_card_Comics::after {
    background-image: url("../assets/img/bg_main_card_1.png");
}

#m_card_Videos {
    background: linear-gradient(180deg, rgba(211, 57, 183, 0.3) 0%, rgba(248, 118, 246, 0.3) 35%, rgba(255, 163, 253, 0.3) 65%, rgba(241, 110, 253, 0.3) 100%);
}

#m_card_Videos::after {
    background-image: url("../assets/img/bg_main_card_2.png");
}

.menu_card .text_block {
    display: flex;
    flex-direction: column;
    gap:15px;
    z-index: 2;
    padding-top: 20px;
    padding-left:20px;
    padding-right: 35px;
}

.menu_card .text_block h1 {
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.7);
}

.menu_card .text_block p {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #dfdfdf;
    text-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.7);
}

.stat_panels {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: nowrap;
    padding: 20px;
    padding-bottom: 40px;
    z-index: 2;
}

.stat_panel {
    width: 50%;
    background: #ffffff17;
    backdrop-filter: blur(10px);
    z-index: 2;
    border-radius: 15px;
    padding: 10px;
    font-size: 16px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap:5px;
    transition: 0.3s;
}

.main_grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.main_grid .index_block {

}

#index_block_author {
    display: flex;
    flex-direction: row;
    gap: 30px;
    background: url('../assets/img/Vertical_AFRO_Spade_Backdrop 1.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    align-items:center;
    justify-content: space-between;
    padding: 15px 50px 15px 50px;
}



#index_block_author img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

#index_block_author .iba_left {
    display: flex;
    align-items: stretch;
    gap: 15px;
    transition: 0.3s;
}

#index_block_author .iba_left span h2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.07em;
    color: #adadad;
}

#index_block_author .iba_left span h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.13em;
    color: #fff;
}

#index_block_author .iba_right {
    backdrop-filter: blur(6.199999809265137px);
    background: rgba(35, 35, 35, 0.8);
    border-radius: 15px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    transition: 0.2s;
}

.iba_right:hover {
    cursor: pointer;
    transform: scale(0.95);
    transition: 0.2s;
    background: #000000c9 !important;
    color: #fff !important;
    
}


#index_block_2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
}

#index_block_2 .stat_blocks {
    width: 40%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}

#index_block_2 .ad_tg {
    width: 60%;
    background: url('../assets/img/tg_adsvg.svg') no-repeat;
    background-size: cover;
    filter: grayscale(1);
    border-radius: 25px;
    transition: 0.3s;
}

#index_block_2 .ad_tg:hover {
    cursor: pointer;
    
    transition: 0.2s;
    filter: grayscale(0);
}

.index_stat_block {
    width: 100px;
    height: 100px;
    border-radius: 25px;
    background: #232323;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    gap: 5px;
    transition: 0.3s;
}

.index_stat_block h1 {
    font-weight: 500;
    font-size: 32px;
    line-height: 111%;
    letter-spacing: 0.1em;
    color: #fff;
}

.index_stat_block p {
    font-weight: 700;
    font-size: 14px;
    line-height: 111%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #6c6c6c;
}

.index_stat_block:last-child {
    width: 100px;
    height: 100px;
    background: var(--primary-hidden);
    color: var(--primary);
    font-size: 48px;
    transition: 0.3s;
    border-radius: 25px;
    cursor: pointer;
}


.index_stat_block:last-child:hover {
    transition: 0.2s;
    background: var(--primary) !important;
    color: var(--bg) !important;
}



#ad_another_project {
    width: 100%;
    background: url('https://r2.piloxarp.ru/Pilohub/Ads/BCG2.svg') no-repeat;
    background-size: cover;
    filter: grayscale(1);
    height: 300px;
    border-radius: 25px;
    transition: 0.3s;
}

#ad_another_project:hover {
    cursor: pointer;
    filter: grayscale(0);
    transition: 0.2s;
}

#index_block_changelog {
    position: relative; /* Добавляем для позиционирования псевдоэлемента */
    width: 100%;
    padding: 20px;
    background: #232323;
    border-radius: 25px;
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    transition: background 0.3s ease-in-out;
    box-sizing: border-box;
    overflow: hidden; /* Скрываем выходящие за границы элементы */
}

/* Псевдоэлемент для анимированного фона */
#index_block_changelog::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../assets/img/7QOSgif.gif') no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0.4;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
    filter: blur(6px);
}

#index_block_changelog:hover::before {
    opacity: 0.8; /* Плавное появление фона */
}

#index_block_changelog > * {
    position: relative;
    z-index: 2; /* Поднимаем контент над псевдоэлементом */
}



#changelog_version_num {
    padding: 12px 22px 12px 22px;
    background: #a6a6a69c;
    border-radius: 25px;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 0.12em;
    color: #232323;
    backdrop-filter: blur(3px);
    transition: 0.3s;
}

#FirstLine_update {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.02em;
    color: #a5a5a5;
    width: 75%;
    word-wrap: break-word;
    transition: 0.3s;

}

#index_block_changelog:hover > #changelog_version_num {
    background: #ffffff;
    color: #000;
    transition: 0.3s;
}

#index_block_changelog:hover > #FirstLine_update {
    color: #fff;
    transition: 0.3s;
}

.header {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    flex-direction: row;
}

.header span.icon {
    padding: 9px;
    background: var(--primary-hidden);
    border: 3px solid var(--primary);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header span.icon svg {
    font-size: 40px;
    color: var(--primary);
    transition: 0.3s;
}


a {
	text-decoration: none;
}



header {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    top: 0px;
    position: sticky;
    padding: 15px 15px 15px 15px;
    z-index: 2;
    transition: top 0.3s ease-in-out;
}

header h1 {
	color: var(--white);
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.03em;
    word-break: break-word;
}

.btn_list svg {
	color: var(--white);
	font-size: 32px;
	font-weight: 700;
	padding: 12px;
    border-radius: 15px;
    transition: 0.3s;	
    cursor: pointer;
    background: rgb(21 21 21 / 50%);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn_list svg:hover, .btn_group_vid a:hover, .links a:hover {
	background: rgba(67, 67, 67, 0.5);
}

.paper {
	display: flex;
    flex-direction: column;
    width: 40vw;
}

footer a {
    color: var(--secondry);
    padding: 10px;
    backdrop-filter: blur(3px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    transition: 0.3s;
    letter-spacing: 0.06em;
    transition: 0.3s;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

footer a svg {
    font-size: 32px;
    transition: 0.3s;
}

footer a:hover {
    border-color: var(--secondry);
}

footer a:hover svg {
    transform: rotate(360deg);
}



footer a:hover {
    text-decoration: underline;
}

.paper a {
    display: contents;
}

.description {
	background: #1e1e1e;
    width: 100%;
    height: 10%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s;
}

.description h2 {
	margin-left: 5px;
	margin-top: 5px;
    color: var(--white);
	font-size: 20px;
	margin-bottom: 10px;
    word-break: break-all;
}

.description p {
	margin-right: 5px;
	margin-top: 5px;
	color: var(--primary);
	font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.container-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    z-index: 1;
}

.card {
    background: transparent;
    transition: 0.3s;
    display: flex;
    border-radius: 15px;
    width: 250px;
    height: 300px;
    padding: 0;
    background-position: center;
    background-size: cover;
    justify-content: space-between;
    flex-direction: column;
}

.card:after {
    content: ' ';
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, #000000db 100%);
    width: 250px;
    height: 300px;
    position: absolute;
    z-index: 1;
    border-radius: 15px;
}

.card:hover  {
    cursor: pointer;
}

.Icon_card {
    z-index: 2;
    width: fit-content;
    padding: 5px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: bold;
}

.blacked_box {
    color: #ffffff;
    background: #000000;
}

.gelatomusume_box {
    color:#000000;
    background:pink;
}

.other_box {
    color:#000000;
    background:#56cff8;
}

.tags_container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin:10px;
    margin-left:15px;

}

/* Анимация для движения градиента */
@keyframes gradient-flow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.mdi--cards-playing-spade {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17 2H7c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m-3.2 13q-.6 0-1.2-.3l.9 2.3h-3l.9-2.3q-.6.3-1.2.3C9 15 8 14 8 12.8c0-1.5 1.4-2.7 3.4-4.6l.6-.5l.6.5c2 1.9 3.4 3.1 3.4 4.6c0 1.3-1 2.2-2.2 2.2'/%3E%3C/svg%3E");
  background-color: black;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../assets/img/bbcBG.png') no-repeat center center / cover var(--bg);
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.preloader_content {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: url(../assets/img/3QOSgif.gif) no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.preloader_content h2 {
    font-size: 18px;
    font-weight: bolder;
    letter-spacing: 0.06em;
    color: #ffffff;
    background: #83838385;
    backdrop-filter: blur(5px);
    padding: 15px;
    border-radius: 50px;
    padding-left: 30px;
    padding-right: 30px;
}


.card h1 {
    font-weight: 500;
    font-size: 20px;
    color: var(--white);
    letter-spacing: 0.03em;
    container-type: inline-size;
    word-wrap: break-word;
    width: 100%;
}
.card p {
    font-weight: 200;
    font-size: 17px;
    color: var(--text-secondry);
    container-type: inline-size;
    word-wrap: break-word;
    width: 100%;
}

.card h3 {
    font-weight: 200;
    font-size: 17px;
    color: var(--primary);
    container-type: inline-size;
    word-wrap: break-word;
    width: 100%;  
}



.btn_link {
    display: block;
    padding: 15px;
    border: 3px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    transition: 0.3s;
    background: transparent;
    cursor: pointer;
}

.btn_link:hover {
    color: var(--primary);
}

.t_primary {
    color: var(--primary);
}

.t_primary:hover {
    background: var(--primary-hidden);
    border-color: var(--primary);
}

.t_secondry {
    color: var(--secondry);
}

.t_secondry:hover {
    background: var(--secondry);
    color: var(--bg);
}

.banner {
    object-fit: cover;
    width: 200px;
    max-height: 305px;
    border-radius: 10px;
}


.card nav {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: auto;
    padding: 10px;
    z-index: 2;
    align-items: center;
}

#myBtn {
    display: none; 
    position: fixed; 
    bottom: 667px;
    right: -31px;
    width: 50px;
    height: 50px;
    z-index: 99; 
    border: none; 
    outline: none; 
    border: 3px solid rgba(255, 255, 255, 0.1);
    background: transparent;
    cursor: pointer; 
    padding: 15px; 
    border-radius: 10px; 
    font-size: 18px; 
    backdrop-filter: blur(3px);
}

#myBtn:hover {
    background: var(--primary);
}

.description a {
    display: flex;
    padding: 10px;
}

.btn_list {
    display: flex;
    gap:15px;
}

.show {display: flex!important;}

    .lang-content {
        display: none;
        position: absolute;
        background: var(--bg);
        border: 3px solid rgba(255, 255, 255, 0.1);
        flex-direction: column;
        margin-top: 10px;
        margin-left: -15px;
        border-radius: 10px;
        gap: 15px;
        padding: 15px;
        z-index: 2;
}

    .lang-content button {
        text-decoration: none;
        color: var(--white);
        font-size: 17px;
        font-weight: 100;
        background: transparent;
        border: none;
        text-align: left;
        cursor: pointer;
    }

    .lang-content button:hover {
        color: var(--primary);
    }

    .cardReverse {
        flex-direction: column;
        justify-content: space-between;
    }
    .cardNAV {
        width: 100% !important;
    }

    .cardImgLargeReverse {
        width: 475px;
        max-height: 1000px;
    }

    .cardImgLargeReverseMobile {
        width: 310px !important;
        max-height: 1000px;
    }

    .container-collection {
        overflow-x: overlay;
        display: flex;
        gap:15px;
        border-radius: 15px;
    }

    .container-collection::-webkit-scrollbar {
        display: none;
    }   

    .cardColl {
        background: linear-gradient(0deg, rgb(0 0 0), rgb(0 0 0 / 10%)), 
        url(https://lh3.google.com/u/0/d/1BBW_ApifvMEF8N-MkFYnOmSTio78PTWZ=w1885-h936-iv1);
        background-repeat: no-repeat;
        background-position: center 0;
        width: 400px;
        height: 300px;
        border-radius: 15px;
        display: flex;
        flex-direction: column-reverse;
        box-sizing: border-box;
        flex: 0 0 25%;
    }

/* Slider Collection */

#cardC {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    border: 3px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    width: 100%;
}

#cardC .containerLeft img {
    width: 295px;
    height: 450px;
    object-fit: cover;
    border-radius: 15px;
    filter: grayscale(1);
    transition: 0.3s;
}

#cardC .containerLeft img:hover {
    filter: none;
}

#cardC .containerLeft {
    background-color: var(--bg);
    flex: 0 0 40%;
    padding: 15px;
    border-radius: 15px;
    align-items: center;
    display: flex;
    justify-content: center;
}

#cardC .containerRight {
    background-color: var(--bg-secondry);
    flex: 0 0 49.7%;
    padding: 15px;
    border-radius: 0px 15px 15px 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;

}

.textC {
    display: flex;
    flex-direction: column;
    gap:15px;
}


.btnC {
    color: var(--white);
    border: 3px solid rgba(255, 255, 255, 0.1);
    padding: 15px;
    width: fit-content;
    border-radius: 10px;
    transition: 0.3s;
    background: transparent;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 0.035em;
    cursor: pointer;

}

.btnC:hover {
    background: var(--primary);
    color: var(--bg);
    
}

.containerBtn {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 15px;

}

.textC h3 {
    position: initial;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.035em;
  color: var(--text-black);
  list-style: circle;
}

.textC h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0.035em;
  color: var(--white);
}

.textC h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 0.035em;
  color: var(--text-secondry);
}

.containerBtn #number {
    border:1px solid rgb(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: transparent;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 0.035em;
    
}

.listC {
    display: flex;
    flex-direction: column;
    gap:5px;
    width: 100%;
    height: 250px;
    overflow-y: scroll;
}

.listCItem {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    gap: 10px;
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 10px;
    color: var(--white);
} 

#listLabel {
    color: var(--white);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.035em;
}

.tooltip svg {
    font-size: 24px;
}

/* Slider Collection END */

footer {
    margin-top: 30px;
    display: flex;
    gap:20px;
    justify-content: center;
}

.button_f {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:15px;
    padding: 15px;
    background: var(--bg);
    border: 3px solid rgba(255, 255, 255, 0.1);
    color: var(--primary);
    border-radius: 15px;
    transition: 0.3s;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 20px;
    line-height: 100%;
    cursor: pointer;
}

.button_f:hover {
    border-color: var(--primary);
    background: var(--primary-hidden);

}

.button_f svg {
    font-size: 24px;
}

header img.icon-header {
    width: 32px;
}

header nav {
    display: flex;
    gap:15px;
    align-items: stretch;
}

header button {
    border: 0;
    background: transparent;
}

div.paper:hover > nav.description {
    background: var(--primary-hidden);
}


.mangaFlex {
    gap:15px;
    display: flex;
    flex-direction: column;
}

#activeBtn {
    background: var(--primary-hidden);
    color: var(--primary);
}

.pageBtn {
    display: block;
    padding: 15px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    transition: 0.3s;
    cursor: pointer;    
    background: rgb(21 21 21 / 50%);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.activeBtn {
    background: var(--primary) !important;
    border-color: var(--primary) !important; 
    color: var(--bg) !important;   
}

.bottom-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}

#btnNext {
    cursor: pointer;
}

.Choise {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 20px;
}

.Selects {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

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

.Cheader img {
    width: 240px;
    height: 240px;
    border-radius: 15px;
}

.Choise button {
    backdrop-filter: blur(3px);
    border: 0;
    background: transparent;
    color: var(--primary);
    font-size: 24px;
    font-weight: 700;
    padding: 10px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    transition: 0.3s;
    cursor: pointer;
}

.Choise button:hover {
    background: var(--primary-hidden);
    border-color: var(--primary);       
}

.Choise h1 {
    color:var(--white);
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.03em;
    display: flex;
}

.Selects label {
    color: var(--primary);
    font-size: 24px;
}


.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }

 .custom-checkbox+label {
    display: inline-flex;
    user-select: none;
    padding: 10px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    transition: 0.3s;
    cursor: pointer;
    background:transparent;
    backdrop-filter: blur(3px);
    align-items: center;
    justify-content: flex-start;
    letter-spacing: 0.03em;
}

.custom-checkbox+label:hover {
    background: var(--primary-hidden);
    border-color: var(--primary);   
}

.custom-checkbox+label::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  background:transparent;
  backdrop-filter: blur(3px);
} 

.custom-checkbox:checked+label::before {
    background: var(--primary-hidden);
    border-color: var(--primary);
  }

.tag_RED {
    color: var(--bg);
    background: #e77373;
    font-size: 13px;
    border-radius: 16px;
    padding: 5px;
    text-align: center;
}


.video-card {
    display: flex;
    flex-direction: column;
    transition: 0.3s;
}



.vc-img {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    transition: 0.3s;
    width: 350px;
    height: 200px;
    background-size: cover;
    object-fit: cover;
    border-radius: 15px;
    flex-direction: column-reverse;
    
}


.vc-img p {
    margin: 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: var(--white);
    transition: 0.3s;
    padding: 10px;
    backdrop-filter: blur(10px);
    border-radius: 60px;
    background: rgb(0 0 0 / 50%);

}



.vc-img h2 {
    font-weight: 400;
    font-size: 14px;
    margin: 20px;
    color: var(--white);
    word-break: break-word;
    text-align: center;
    transition: 0.3s;
    padding: 10px;
    backdrop-filter: blur(10px);
    border-radius: 60px;
    background: rgb(0 0 0 / 50%);
}

.vc-img:hover {
    p {
        color: var(--primary);
        margin: 20px;
    }
    h2 {
        color: var(--primary);
        margin: 20px;
    }
}

iframe {
    border: 0;
    border-radius: 10px;

}

.container-other {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px;
}

.vc-tags {
    padding: 5px;
    width: fit-content;
    border-radius: 15px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.03em;
    margin-bottom: 15px;
}

#tag-author {
    background: var(--tag-author);
    color: var(--bg-secondry);
}

.container-inf {
    display: flex;
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;    
    justify-content: space-between;
    gap: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    border-radius: 15px;
    background: var(--bg-secondry);
    max-width: 1015px;
}

.container-inf h2 {
    word-break: break-word;
    color: var(--white);
    letter-spacing: 0.03em;
}

.container-inf p {
    color: var(--text-secondry);
    letter-spacing: 0.03em;
    font-size: 22px;
}

content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap:20px;
}

.container-vids {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: stretch;
    justify-content: center;
    z-index: 1;
}




.dropbtn svg:focus {
    background: var(--primary-hidden);
    border-color: var(--primary);    
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background: rgb(21 21 21 / 50%);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    min-width: 202px;
    z-index: 1;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 25px;
    padding-bottom: 30px;
    border-radius: 15px;
    gap: 15px;
    margin-top: 25px;
    right: 0;
    align-items: center;

}

.versions {
    display: flex;
    gap:10px;
    overflow-x: auto;
}

.versions::-webkit-scrollbar {
    height: 0px;
}

.versions button {
    padding: 12px;
    color: var(--primary);
    font-size: 24px;
    font-weight: 400;
    padding: 10px;
    background: transparent;
    backdrop-filter: blur(3px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    transition: 0.3s;
    cursor: pointer;
}

.versions button:hover {
    background: var(--primary-hidden);
    border-color: var(--primary);
}

.container-changelog {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    color: var(--white);
    justify-content: space-around;
} 

.changelog-cards {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 15px;
    width: 50%;
}

.changelog-cards a {
    color: var(--white);
}

.changelog-cards a:hover {
    transform: scale(1.01);
}


.card-Collection {
    display: flex;
    flex-direction: column;
    gap: 15px;
    border: 2px solid #2d2d2d;
    border-radius: 15px;
    transition: 0.3s;
    padding: 15px;
}

.collection-grid {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.collection-card {
    border: 2px solid #2d2d2d;
    border-radius: 15px;
    transition: 0.3s;
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap:10px; 
    text-shadow: 5px 5px 5px black;
}

.collection-card .nav-list,.card-Mcomics .nav-list {
    display: flex;
    align-items: stretch;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: row;
}

.collection-card .nav-list h3,.card-Mcomics .nav-list h3 {
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    backdrop-filter: blur(4px);
    text-align: center;
    max-width: 300px;
    font-size: 16px;
    word-wrap: break-word;
    align-content: center;
}


.card-triple {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.changelog-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 40%;
    border: 2px solid #2d2d2d;
    border-radius: 15px;
    transition: 0.3s;
    padding: 15px 15px 20px 15px;    
}

.card-Mcomics {
    border: 2px solid var(--text-black);
    border-radius: 15px;
    transition: 0.3s;
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    background: url('../assets/img/bbcBG.png');
    background-position: center;
    background-size: cover;
    gap: 10px;
    
}

.card-small {
    padding: 13px;
    border: 2px solid #2d2d2d;
    border-radius: 15px;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
    justify-content: flex-start;
}

.BBC {
    background: url('../assets/img/2QOSgif.gif') no-repeat;
    background-size: cover;
    background-position: center;
}

.Gelatomusume {
    background: url('../assets/covers/changelog/Makima\ BBC.png') no-repeat;
    background-size: cover;
    background-position: 0 -201px;
}

.Picturd {
    background: url('../assets/covers/changelog/picturd5.png') no-repeat;
    background-size: cover;
    background-position: 0 -366px;    
}

.Other {
    background: url('../assets/covers/changelog/Other.png') no-repeat;
    background-position: 0px -213px;
    background-size: cover;
}

.FiveT {
    background: url('../assets/covers/changelog//5t.png') no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: -64px;
}

.Hyanmaru {
    background: url('../assets/covers/changelog/maru.png') no-repeat;
    background-size: cover;  
    background-position-x: center;
    background-position-y: -64px;
}

.YUEC {
    background: url('../assets/covers/changelog/yuec.png') no-repeat;
    background-size: cover;
    background-position: 0px -95px;
    background-position-x: center;
}

.card_empty {
    background: url(../assets/img/7QOSgif.gif) no-repeat;
    background-size: cover;
    background-position: center;
    height: 150px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-p {
    backdrop-filter: blur(3px);
    border: 0;
    background: transparent;
    color: var(--text-secondry);
    letter-spacing: 0.06em;
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    width: 350px;
    text-align: center;
    align-self: center;
    opacity: 5%;
    transition: 0.3s;
}

.info-p:hover {
    opacity: 100%;
}

.cardCenter {
    background-position: center;
}
.cardLeft {
    background-position: left;
}
.cardRight {
    background-position: right;
}

#activeSVG svg {
    background: var(--primary-hidden);
    border-color: var(--primary);
}

.info_vid {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 10px;
    width: 70%;

}

.btn_group_vid {
    width: 30%;
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
}

.btn_group_vid a {
    color: var(--primary);
    font-size: 32px;
    font-weight: 700;
    padding: 10px;
    background: transparent;
    backdrop-filter: blur(3px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    transition: 0.3s;
    cursor: pointer;
}

.SizeControlCenter, .NoImageContainer {
    display: flex;
    flex-direction: column;
    gap:10px;
    padding: 10px;
}

.dropdown-content h3 {
    font-weight: 500;
    font-size: 16px;
    color: var(--white);
}

.Erorr_Container {
    width: fit-content;
    height: fit-content;
    padding: 30px 15px 30px 15px;
    background: url(/assets/img/7QOSgif.gif);
    background-size: cover;
    background-position: center;

    
    h2 {
    backdrop-filter: blur(18px);
    color: #755050;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    }
}



.group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background: rgb(21 21 21 / 50%);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    height: 50px;
    width: 270px;
}

.group button {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 15px;
    transition: 0.3s;
    cursor: pointer;
    width: 100%;
    color: var(--white);
    z-index: 2;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.1em;
}

.glider {
    position: absolute;
    background: var(--primary-hidden);
    width: 90px;
    height: 50px;
    border-radius: 15px;
    transform: translateX(0);
    z-index: 1;
    transition: 0.25s ease-out;
}

.NoImageContainer .group .glider {
    width: 135px;
}

#Size_S, #Size_S:after {
    width: 370px;
    height: 150px;
}

#Size_M, #Size_M:after {
    width: 250px;
    height: 300px;
}

#Size_L, #Size_L:after {
    width: 500px;
    height: 600px;
}

.container-stat {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 60%;
}

.stat-сolumn {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.stat-сolumn h2 {
    color: #FFF;
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.column-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}

.column-block {
    border-radius: 15px;
    border: 2px solid rgba(255, 255, 255, 0.10);
    background: #1F1F1F;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 10px 10px 15px 10px;
    width: 320px;
    height: 70px;
}

.column-block nav:first-child {

}

.column-block nav:last-child {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.column-block nav:first-child h3 {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
}

.column-block nav:last-child h4 {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
}

.column-block-large {
    border-radius: 15px;
    background: #1F1F1F;
    padding: 15px;
    width: 319px;
    height: 178px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;    
}

.column-block-large nav:first-child h3 {
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
}

.column-block-large nav:last-child h4, .column-block-large nav:last-child p {
    color: #FFF;
    font-size: 96px;
    font-weight: 700;
}

.times-text {
    display: flex;
    flex-direction: row;
}

.header-inf svg {
    color: var(--white);
    font-size: 32px;
    padding: 12px;
    border-radius: 15px;
    transition: 0.3s;
    background: rgb(21 21 21 / 50%);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}



.links a {
    font-weight: 500;
    padding: 12px 15px 12px 15px;
    border: none;
    border-radius: 100px;
    transition: 0.3s;
    cursor: pointer;
    color: var(--white);
    font-size: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    background: rgb(21 21 21 / 50%);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);

}


.mobile_header_on {
    position: absolute;
    width: 93%;
    height: 98%;
    background: #00000082;
    flex-direction: column;
    align-items: stretch;    
}

.mobile_header_on .header-inf, .mobile_header_on .btn_list {
    display: flex;
    justify-content: flex-end;
}

.mobile_header_on .links {
    display: flex;
    align-items: stretch;
    flex-direction: column;
}

#pagecount {
    z-index: 3;
    position: sticky;
    bottom: 10%;
    width: fit-content;
    padding: 7px;
    border-radius: 10px;
    background: #16161685;
    color: var(--text-secondry);
    backdrop-filter: blur(4px);
    border: 1px solid #ffffff47;
    font-size: 14px;
}



.info_Search svg {
    color: var(--text-secondry);
    font-size: 24px;
    font-weight: 700;
    padding: 12px;
    background: #232323;
    border-radius: 15px;
    transition: 0.3s;
    cursor: pointer;
}

.info_Search {
    position: relative; /* Для позиционирования подсказки */
    display: inline-block; /* Чтобы элемент не занимал всю ширину */
}

.tooltip {
    visibility: hidden;
    width: 200px;
    background-color: rgb(35 35 35 / 80%);
    backdrop-filter: blur(15px);
    color: #fff;
    border-radius: 15px;
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 50%;
    margin-left: -115px;
    opacity: 0;
    transition: opacity 0.3s;
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 10px;
}

.tooltip p {
    border-radius: 30px;
    background: var(--primary);
    width: fit-content;
    padding: 5px 15px 5px 15px;
    color: var(--bg);
    font-weight: bold;
    letter-spacing: 0.06em;
    font-size: 13px;
}

.tooltip nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.info_Search:hover .tooltip,
.tooltip:hover {
    visibility: visible; /* Показываем подсказку при наведении */
    opacity: 1; /* Делаем подсказку видимой */
    transition: 0.3s;
}

.search-bar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap:15px;
}

.search-bar button {
    border: 0;
    background: transparent;
}

.search-bar button svg {
    font-size: 24px;
}

.search-bar button svg:hover {
    background: var(--primary-hidden);
}

.search-bar input {
    font-weight: 700;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background: rgb(21 21 21 / 50%);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    transition: 0.3s;
    cursor: pointer;
    color: var(--primary);
    width: 55vh;
}

.search-bar::placeholder {
    color: var(--text-black);
}

.search-bar input:focus-visible {
    outline: none;
}

.not_found {
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    width: 400px;
    height: 500px;
    background: var(--bg-secondry);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.not_found::after {
    content: ' ';
    width: 404px;
    height: 504px;
    background: #000000a3;
    border-radius: 15px;
    position: fixed;
    z-index: 1;

}

.not_found h2 {
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-shadow: 3px -4px 2px #4b4b4b;
    color: #fff;
    padding: 30px;
    background: #000000ad;
    backdrop-filter: blur(20px);
    border-radius: 10px;
    z-index: 2;
}

.not_found img {
    border-radius: 15px;
    width: 200px;
    height: 200px;
}

.select_block {
    padding: 20px;
    border-radius: 25px;
    background: rgb(21 21 21 / 50%);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 333px;
    display: flex;
    flex-direction: column;
    gap:20px;
}

.select_block h1 {
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fff;
}

.select_mode_container {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: center;
    width: 100%;
}

.viev_container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 50%;
    gap: 15px;
    align-content: flex-start;
}

.select_container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: sticky;
    top: 30px;
    height: fit-content;
}

.Catalog_Theme_BBC {
    background: url(../assets/img/bbcBG.png) #151515 repeat;
    background-size: 50% !important;
}



.select_Tag {
    text-box: trim-both cap alphabetic;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.06em;
    color: #ddd;
    padding: 10px 15px 10px 15px;
    border-radius: 30px;
    background: rgb(21 21 21 / 50%);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: 0.3s;
}

.select_Tag.active {
    background: var(--primary);
    transition: 0.3s;
    color: var(--white);

}

.select_Tag:hover {
    cursor: pointer;
    background: var(--primary-hidden);
    color: var(--white);
    transition: 0.3s;
}

.select_tags {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}

.select_block .glider {
    width: 135px;
}

.select_block .group {
    background: rgb(21 21 21 / 50%);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.select_block_switch {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.select_block_switch h2 {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.06em;
    color: #fff;
}

.selects_btns_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}




.selects_btns_container button {
    background: rgb(21 21 21 / 50%);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    padding: 12px 15px 12px 15px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
}

.selects_btns_container button:nth-child(1):hover {
    background:#3b7b4685;
    transition: 0.3s;
}

.selects_btns_container button:nth-child(2):hover {
    background:#7b3b3b;
    transition: 0.3s;
}

.stat_block {
    width: 210px;
    height: 210px;
    background: #232323;
    border-radius: 25px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.stat_block .BottomContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.stat_block .TopContainer h1 {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fff;
}

.stat_block .Stat_Block_Number_nav {
    display: flex;
    flex-direction: column;
    gap:5px;
}

.shine {
    position: relative;
    overflow: hidden;
}

.shine::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -75%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
  animation: shine 2s infinite;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.mobile-menu {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.menu-button {
    width: 100%;
    padding: 15px;
    background: #232323;
    color: white;
    border: none;
    cursor: pointer;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}



/* Полноэкранное меню */
.fullscreen-menu {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(15px);
    background: #151515c4;
    transition: top 0.3s ease-in-out;
    overflow-y: auto;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    gap: 19px;
    padding: 15px;
    align-items: center;
    flex-wrap: nowrap;
}

.fullscreen-menu.active {
    top: 0;
}

.menu-item {
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

.fm_header {
    display: flex;
}

.close-button {
    padding: 10px;
    background: #ffffff12;
    backdrop-filter: blur(5px);
    border-radius: 50px;
    font-size: 14px;
    letter-spacing: 0.06em;
    color: white;
    border: none;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    content {
        flex-direction: column;
    }
    .search-bar {
        position: sticky;
        top: 10px;
        z-index: 9;
    }
    .index_stat_block:last-child {
        font-size: 40px;
        width: 80px;
        height: 80px;
    }
    .menu_card {
        width: 100%;
        height: 280px;
    }
    .menu_card::after {
        width: 200px;
        height: 280px;
    }
    .menu_card .text_block h1 {
        font-size: 25px;
    }
    .menu_card .text_block p {
        font-size: 14px;
    }
    .main_info_container {
        width: 100%;
        position: relative;
        top: 0;
    }
    #index_block_author {
        padding: 15px 25px 15px 25px;
        border-radius: 20px;
    }
    #index_block_author .iba_left span h2 {
        font-size: 12px;
    }
    #index_block_author .iba_left span h1 {
        font-size: 22px;
    }
    #index_block_author .iba_left img {
        width: 48px;
        height: 48px;
    }
    #index_block_author .iba_right {
        width: 48px;
        height: 48px;
    }
    #index_block_2 {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 20px;
        .stat_blocks {
            width: 100%;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            gap: 10px;
            align-items: center;
            justify-content: space-between;
        }
    }
    .index_stat_block {
        width: 80px;
        height: 80px;
        h1 {
            font-size: 22px;
        }
        p {
            font-size: 12px;
        }
    }
    
    #ad_another_project {
        height: 200px;
    }
    #changelog_version_num {
        font-size: 12px;
        padding: 6px 15px 6px 15px;
    }
    #FirstLine_update {
        font-size: 16px;
    }

    #index_block_2 .ad_tg {
        width: 100%;
        height: 250px;
    }

    .mobile-only .desktop-block {
        display: none !important;
    }
    .index_container {
        flex-direction: column-reverse;
        padding-top: 0;
    }
    .select_mode_container {
        flex-direction: column;
    }
    .select_container {
        position: relative;
        top: auto;
        width: 100%;
    }
    .select_block {
        width: auto;
    }
    .viev_container {
        width: 100%;
    }
    .stat_block {
        width: 150px;
        height: 150px;
    }
    .stat_block .TopContainer h1 {
        font-size: 12px;
    }
    .paper {
        width: 100%;
    }
    .changelog-cards {
        width: 100%;
    }
    .bottom-container {
        justify-content: flex-start;
        overflow: scroll;
        scrollbar-width: none;
    }
    .container-changelog {
        flex-direction: column;
    }

    .collection-grid {
        flex-direction: column;
    }
    .dropdown-content {
        flex-direction: row;
    }
#Size_S, #Size_S:after {
    width: 150px;
    height: 300px;
}

#Size_M, #Size_M:after {
    width: 250px;
    height: 300px;
}

#Size_L, #Size_L:after {
    width: 90%;
    height: 400px;
}    
    .btn_group_vid a {
        border: 2px solid rgba(255, 255, 255, 0.1);
        font-size: 24px;
        padding: 10px;
    }

    body {
        padding: 10px;
    }
    .changelog-info, .changelog-cards {
        max-width: 100%;
    }
    .card-small {
        width: auto;
        justify-content: space-between;
}
    
    .card-triple {
        flex-direction: column;
    }
    .container-inf h2,.container-inf p {
        font-size: 16px;
    }
    .container-inf {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    iframe {
        width: 100%;
        height: 40vh;
    }
    .vc-img img {
        width: 100%;
    }
    .container-other {
        flex-direction: column;
        align-items: stretch;
    }
    .vc-des {
        width: 100%;
    }
    .start_page {
        font-size: 32px;
        line-height: 32px;
    }
    .button_m {
        align-items: center;
    }
    .header span.icon svg {
        font-size: 32px;
    }
    .container {
        align-items: stretch;
    }
    header svg {
    font-size: 24px;
    padding: 10px;
    }
    header img.icon-header {
        width: 24px;
    }

    header h1 {
        font-size: 20px;
    }

    .card:after {
    width: 350px;
    height: 230px;
}

    .card {
    width: 350px;
    height: 230px;      
    }



.container-vids {
    width: 100%;
}

.info h2 {
    font-size: 18px;
}

.info h3 {
    font-size: 16px;
}

footer {
    margin-top: 10px;
}

footer a svg {
    font-size: 24px;
}

header {
    gap:5px;
    padding: 15px 10px 5px 10px;
}

.btn_list {
    gap: 5px;
}

header .links {
    display: none;
}

    header svg {
        border: 2px solid rgba(255, 255, 255, 0.1);
        flex-direction: column;
    }
    .banner {
        width: 100%;
}
    .card nav {
        width: initial;
    }
    .btn_link {
        font-size: 14px;
    }
    .card h1 {
        font-size: 16px;
    }
    .lang-content {
        margin-left: -45px;
    }

    #cardC {
        flex-direction: column;
    }
    #cardC .containerRight {
        border-radius: 0px 0px 15px 15px;
        gap:30px;
    }
        .Choise h1 {
        font-size: 32px;
    }
    .Selects {
        flex-direction: column;
        gap:20px;
    }
    .tooltip {
        margin-left:0;
    }

}

/*
 * ================================================
 * МОБИЛЬНАЯ ПАНЕЛЬ ВКЛАДОК (НОВЫЙ "ПЛАВАЮЩИЙ" СТИЛЬ)
 * ================================================
 */

.mobile-tab-bar {
  display: none;
  position: fixed;
  z-index: 1000;
  bottom: 15px;
  left: 5%;
  width: 90%;
  height: 60px;
  background: rgb(21 21 21 / 50%);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 60px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  justify-content: space-around;
  align-items: stretch;
}

.tab-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 6px 0;
  color: var(--text-secondry);
  text-decoration: none;
  font-size: 10px;
  text-align: center;
  transition: color 0.2s ease;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Comfortaa', cursive;
  border-radius: 60px;
}

.tab-link .iconify {
  font-size: 24px;
  margin-bottom: 2px;
}

.tab-link.active {
  color: var(--primary);
}

@media (max-width: 768px) {
  .mobile-tab-bar {
    display: flex;
  }
  
  header {
    display: none;
  }
  
  body {
    padding-bottom: 85px; 
  }
  .glider {
    width: 90px;
  }
  .NoImageContainer .group .glider {
    width: 135px;
  }
}


#mobile-settings-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  display: none;
  align-items: flex-end;
}

#mobile-settings-modal.active {
  display: flex;
}

#modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mobile-settings-panel {
position: relative;
    z-index: 2001;
    width: 100%;
    max-height: 80vh;
    border-radius: 15px;
    margin: 30px;
    margin-bottom: 90px;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
    transition: transform 0.3s ease-out;
    background: rgb(21 21 21 / 50%);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

#mobile-settings-modal.active .mobile-settings-panel {
  transform: translateY(0);
  overflow: hidden;
}

#mobile-settings-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#mobile-settings-content .dropdown-content {
    display: flex !important;
    flex-direction: column;
    position: static !important;
    width: 100% !important;
    min-width: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    gap: 10px !important;
}



#mobile-settings-content .dropdown-content > button {
    display: flex;
    gap: 10px;
    align-items: center;
    background: #08080800;
    color: var(--white);
    padding: 15px;
    border-radius: 10px;
    font-size: 16px;
    border: 0;
    cursor: pointer;
}
#mobile-settings-content .dropdown-content > button .iconify {
    font-size: 20px;
}