/*

Design by Xaori69otori
Telegram : @Xaori69otori
All rights reserved
18 строка логотип
*/
.comics-grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    box-sizing: border-box;
}

.comic-card {
    flex: 1 1 calc(33.333% - 15px);
    max-width: calc(33.333% - 15px);
    box-sizing: border-box;
}

/* планшеты — 2 в ряд */
@media (max-width: 1024px) {
    .comic-card {
        flex: 1 1 45% !important;
        max-width: 45% !important;
    }
}

/* телефоны — тоже 2 в ряд */
@media (max-width: 600px) {
    .comic-card {
        flex: 1 1 45% !important;
        max-width: 45% !important;
    }
}
:root{--body: #f3f3f3;
--white: #fff;
--white-h: #f5f5f5;
--dark: #16161e;
--gray: #7e7e7e;
--main: #6c5ce7;
--main-h: #6455d7;
--hr: #e9e9e9;
--scroll: #dddddd;
--logo: url(/css/i/logo3.png) no-repeat center;
--xxx: url(/css/i/ads-w.png?n=10)
    
}
[data-theme = dark]
{--body: #121212;
--white: #1f1f1f;
--white-h: #262626;
--dark: #c5c5c5;
--gray: #c1c1c1;
--main: #6c5ce7;
--main-h: #6455d7;
--hr: #2a2a2a;
--scroll: #343434;
--logo: url(/css/i/logo3.png) no-repeat center;
--xxx: url(/css/i/ads-d.png?n=10)}
body{background: var(--body);
color: var(--gray);
font-family: 'Roboto', sans-serif;
font-size: 16px;margin: auto
;max-width: 700px;
word-break: break-word}
a:link,
a:visited{color : var(--gray);
text-decoration : none}
a:hover{color : var(--gray);
text-decoration : none}
img{vertical-align: -2px;
border: 0px;margin: 0;padding: 0}
table{width: 100%}
header{position: relative;
z-index: 2;
color: var(--white);
top: 0;
height: 60px;
line-height: 66px}
.header-link 
a{display: block;
color: var(--white);
width: 60px;
height: 60px;
text-align: center;
border-radius: 50%;
cursor: pointer}
.header-link a span:hover
{background: var(--main-h);
padding: 10px;border-radius: 50%}
.header-logo{position: relative;
top: -4px;background: var(--logo);
padding: 30px 55px; background-size:100%;}
.contents
{position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 0}
.content{
position: relative;
padding: 10px 0 10px 10px}
#loading{background: var(--white);
position: fixed;
z-index: 3;
top: 0;
left: -6px;
width: 1%;
height: 3px;
transition: width 500ms ease-out, opacity 400ms linear;
border-radius: 10px;box-shadow: 0px 2px 2px rgb(0 0 0 / 10%)}
.bg-white{
    background: var(--white)}
.cl-dark{
    color: var(--dark) !important}
.round{border-radius: 5px}
.round-t{border-radius: 5px 5px 0 0}
.round-b{border-radius: 0 0 5px 5px}
.shadow{box-shadow: rgb(0 0 0 / 14%) 0px 2px 3px}
.mt-10{margin-top: 10px}
.mb-10{margin-bottom: 10px}
.p-15{padding: 15px}
.left{float: left}
.right{float: right}
.center{text-align: center}
.d-block{display: block}
.lh{line-height: 20px}
.icon{float: left;
font-size: 25px;
color: var(--dark);
margin: -4px 15px 0 0}
hr{background: var(--hr);
height: 1px;
border: none}
.xxx{background: var(--xxx) no-repeat top 10px right 10px var(--white);
background-size: 50px}
::-webkit-scrollbar{
    width: 6px;
    height: 8px;
    background-color: var(--body)}
    ::-webkit-scrollbar-thumb{background-color: var(--scroll);
    border-radius: 9em}
    .block-search{padding: 3px}
    .input-search input{
    background: var(--white);
    font-size: 16px;
    color: var(--dark);
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    padding: 10px 12px 8px;
    outline: none;
    width: 100%;
    height: 45px;
    border: none}
    .input-search
    input::-webkit-input-placeholder{
    color: var(--dark)}
    .button-search{
    width: 10px}
    .button-search 
    button{background: var(--white);
    color: var(--dark);
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0 35px 15px;
    outline: none;
    cursor: pointer;
    height: 40px;
    border: none}
    .s-h-t{color: var(--dark);
    font-size: 17px;
    margin: 0 0 2px 0}
    .s-h-c{line-height: 21px}
    .files-content{background: var(--white);
    padding: 10px 0 10px 10px}
    .file-put{
    float: left;
    width: 33.3%;
    height: 146px;
    margin: 0 0 10px 0}
    .file-put-pic
    {height: 106px;
    margin: 0 10px 0 0;
    transition: transform .2s}
    .file-put-views
    {display: inline-block;
    float: left;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 8px 3px 8px;
    width: 58px;height: 18px;
    border-radius: 0 0 5px 0;
    text-align: center}
    .file-put-views span{
    float: left;
    font-size: 17px;
    }
    .file-put-likes
    {position: relative;
    top: 81px;display: inline-block;
    float: right;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 0 3px 8px;
    width: 58px;height: 18px;
    border-radius: 5px 0 0 0;
    text-align: center}
    .file-put-likes
    span{float: left;
    font-size: 17px;
    }
    .file-put-name
    {color: var(--dark);
    padding: 3px 0 3px 0;
    height: 34px;
    overflow: hidden;
    text-align: center}
    .file-put-pic:hover{
    transition: all 0.5s ease;
    transform: scale(1.1);
    box-shadow: rgb(0 0 0 / 15%) 0px 4px 3px}
    .files-content:after{content: "";
    display: table;
    clear: both}
    img.lazyload{
    background: url(/css/i/loading.svg?n=1) no-repeat center 100%;
    color: var(--white)}
    .razd{color: var(--dark);
    font-size: 17px}
    .razd span{float: left;font-size: 25px;margin: -3px 10px 0 0}
    .file-dev b{display: block;font-weight: 400}
    .file-dev span{font-size: 30px}
    .file-time{color: #878787;
    padding: 0 0 10px 0}
    .file-time span{
    float: left;
    margin: -3px 10px 0 0}
    .tegs{padding: 6px 0 0}
    .tegs a{display: inline-block;
    background: var(--main);
    color: var(--white);
    font-weight: 400;
    padding: 5px 8px;
    margin: 5px 5px 0 0;
    border-radius: 3px;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 10%)}
    .tegs a:hover{background: var(--main-h)}
    .tegs a span{position: relative;
    top: 2px;
    vertical-align: sub;
    line-height: 0}
    .input{background: var(--body);
    font-size: 16px;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    color: var(--gray);
    box-sizing: border-box;
    border: none;
    padding: 12px 10px 10px 15px;
    outline: none;
    height: 48px;
    max-height: 300px;
    min-height: 48px;
    margin: 5px 0 10px 0;
    font-family: 'Comfortaa', sans-serif;
    font-weight: 300;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    box-shadow: inset 0px 0px 5px rgb(0 0 0 / 11%)}
    .select{background: url(/css/i/arrowb.svg) no-repeat top 8px right 10px var(--body);
    background-size: 30px}
    .input-title{
    color: var(--grey-g);
    font-size: 15px;
    padding: 0 0 2px 10px}
    .button{background: var(--main);
    color: var(--white);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
    font-family: 'Roboto', sans-serif;
    padding: 12px;border: none;
    cursor: pointer;
    outline: none;
    width: 100%;
    text-transform: uppercase;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 18%) 0px 4px 3px}
    .button:hover{background: var(--main-h)}
    .no-content{padding: 20px;
    font-size: 18px;
    font-weight: 300}
    .no-content img{width: 150px;margin: 0 0 10px 0}
    .tabs{text-align: center}
    .tabs a{display: inline-block;
    background: var(--white);
    color: var(--dark);
    padding: 8px 20px;
    margin: 0 3px 0 0;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 14%) 0px 2px 3px}
    .panel{display: none}
    .modal{display: none;
    position: fixed;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4)}
    .modal-content
    {background: var(--white);
    margin: 16% auto;
    padding: 20px;
    width: 600px;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 14%) 0px 2px 3px}
    .stat-title{
    color: var(--dark);
    font-size: 18px;
    padding: 0 0 0 5px}
    .stat-title span{
    float: left;
    margin: -2px 10px 0 0}
    .stat-block{background: var(--body);
    padding: 15px;
    border-radius: 5px;
    line-height: 25px}
    .stat-l{display: inline-block;
    width: 115px;
    font-weight: 300}
    .stat-l span{
    float: left;
    font-size: 13px;
    margin: 5px 10px 0 0}
    .stat-r{display: inline-block}
    .hello{background: url(/css/i/hello.png) 
    no-repeat top 0 right 15px var(--white);
    background-size: 85px;
    padding: 15px;
    font-size: 17px;
    font-weight: 300;
    color: var(--gray);
    line-height: 22px}
    .hello div{padding: 0 50px 0 0}
    .hello b{display: block;
    color: var(--dark);
    font-size: 18px;
    font-weight: 400}
    footer{
    color: #505050;
    padding: 15px;
    line-height: 23px;
    text-align: center}
    footer img{
    opacity: 0.3}
    footer img:hover{opacity: 0.9}
    footer div{color: #787878;
    font-family: 'Comfortaa', sans-serif;
    margin: 0 0 10px 0}

.h1-10px{
font-size: 1px;
color: red;
}

