/* JMORE - COMMON 1.0
Developer: t.me/moretheme
Screen resolution: 460, 768, 1440, 1920
----------------------------------------------- */
body {						
    --bg: #100e19;  
    --bg2: #1f1b2e;			
    --bg3: #312b45;			
    --text-color: #a5a1b2;	
    --text-color1: #fff;
    --color1: #ea003d; 	
    --color2: #ff0f4d;		
    --color3: #36353e;
    --color4: #ffab6e;
    --color5: #74f7b9;
    --color6: #1e1d23;
    --color7: #2b2a2f;
    --color8: #323136;
    --color9: #edf3f9; 
    --color10: rgb(0 0 0 / 50%); 
    --light: rgb(255 255 255 / 10%);
    --light2: rgb(255 255 255 / 30%);
    /*--gradient: rgb(234 0 61); */
      --gradient: linear-gradient(300deg,#de9fff 5%);
    
      -webkit-user-select: none; /* Safari */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* IE10+/Edge */
        user-select: none; /* Стандарт */
}


body.modal-opened {
    overflow: hidden
}

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

ol,ul {
    list-style: none
}

embed,frame,iframe,img,object,table,video {
    max-width: 100%
}

[data-src] {
    opacity: 0;
    transition: all .3s
}

[data-src].lazy-loaded {
    opacity: 1
}

html {
    font-size: 100%;
    scroll-behavior: smooth
}

body {
    background: var(--bg);
    font-family: "Gilroy", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: normal;
    padding: 0;
    margin: 0;
    color: var(--text-color1);
    min-height: 100%;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
}

a {
    color: var(--text-color1);
    text-decoration: none
}

.wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden
}
::-webkit-scrollbar{
    width: 15px;
}
::-webkit-scrollbar-track {
    background: #2d293e;
}
::-webkit-scrollbar-thumb {
    background: #006EFF;
    border-radius: 8px;
    border: 1px solid #d4d4d4;
}
::-webkit-scrollbar-thumb:hover {
    background: #006EFF;

}

.content {
    min-height: auto; /* 100vh;*/ 
    margin-top: 40px;
    margin-bottom: 30px;}
.shortstory{
    max-width: -webkit-fill-available;
    margin-bottom: 80px;
    background: var(--light);
    border-radius: 20px;
    padding: 10px;
    margin-right: auto;
    
    text-align: center;
}
@media (max-width: 1049px) {
    .shortstory {
        max-width: -webkit-fill-available;
        margin-right: 0;
        margin-bottom: 30px;
    }
}
.container {
    max-width: 1169px;
    margin: 0 auto;
    width: calc(100% - 40px);
    position: relative
}

.section {
    margin-bottom: 80px
}

.section-title {
    margin-bottom: 30px;
    align-items: center
}

.section-title h1,h2,h3,h4 {
    margin-bottom: 0
}

.section-title a {
    color: var(--text-color1)
}

h1,h2,h3,h4 {
    position: relative;
    margin-bottom: 30px
}

h1 {
    font-size: 45px;
    font-weight: 700
}

@media (max-width: 768px) {
    h1 {
        font-size:30px
    }
}

h2 {
    font-size: 30px;
    font-weight: 700
}

@media (max-width: 768px) {
    h2 {
        font-size:20px
    }
}

h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4
}

@media (max-width: 768px) {
    h3 {
        font-size:18px
    }
}

h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4
}

@media (max-width: 768px) {
    h4 {
        font-size:16px
    }
}

.subtitle {
    font-size: 18px;
    font-weight: 500;
    max-width: 800px;
    opacity: .8;
    margin-top: -20px;
    margin-bottom: 20px
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8
}

@media (max-width: 768px) {
    p {
        font-size:14px;
        line-height: 25px
    }
}

b,strong {
    font-weight: 700
}

.overlay {
    position: fixed;
    z-index: 998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(10 10 10 / 30%);
    display: none
}

button,input,select,textarea {
    appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
    font-family: inherit
}

input,textarea {
    display: inline-block;
    width: 100%;
    height: 45px;
    padding: 10px 20px;
    border-radius: 10px;
    background: var(--bg2);
    background: var(--color10);
    color: var(--text-color1)
}

select {
    display: inline-block;
    width: auto;
    height: 45px;
    padding: 10px 20px;
    border-radius: 10px;
    background: var(--bg2);
    color: var(--text-color1)
}

.bbcodes,button {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    padding: 0 10px;
    width: auto;
    height: 45px;
    line-height: 40px;
    background-color: var(--color1);
    color: #fff;
    font-weight: 500;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0,0,0,.1)
}

.bbcodes:hover,button:hover {
    background-color: var(--color2);
    color: #fff;
    box-shadow: 0 1px 2px 0 transparent
}

.bbcodes:active,button:active {
    box-shadow: inset 0 1px 4px 0 rgba(0,0,0,.1)
}

.btn {
    background: var(--color1);
    color: #fff;
    padding: 15px 30px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    display: inline-block;
    position: relative;
    transition-duration: .3s
}

.btnI {
    background: #ea003d;
    color: #fff;
    padding: 15px 30px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    display: inline-block;
    position: relative;
    transition-duration: .3s
}

.btnS {
    background: #e00a1e;
    color: #fff;
    padding: 15px 30px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    display: inline-block;
    position: relative;
    transition-duration: .3s
}

.btnM {
    background: var(--bg);
    color: #fff;
    padding: 15px 30px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    display: inline-block;
    position: relative;
    transition-duration: .3s
}

.btn:hover {
    background: var(--color2)
}

.btnI:hover {
    /* background: var(--gradient); */background: var(--swiper-theme-color);}
.btnS:hover {
    background: var(--gradient)
}
.btnM:hover {
    background: var(--gradient)
}

.btn i {
    margin-left: 10px;
    font-size: 12px
}

.e-grid7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 20px 20px
}

@media (max-width: 460px) {
    .e-grid7 {
        grid-template-columns:1fr
    }
}

.e-grid6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px 20px
}

@media (max-width: 460px) {
    .e-grid6 {
        grid-template-columns:1fr
    }
}

.e-grid5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px 20px
}

@media (max-width: 460px) {
    .e-grid5 {
        grid-template-columns:1fr 1fr
    }
}

.e-grid4,
.e-gridcat #dle-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px 20px;
    padding: 40px 0px;
}

@media (max-width: 460px) {
    .e-grid4,
    .e-gridcat #dle-content {
        grid-template-columns:1fr 1fr
    }
}

.e-grid3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 20px
}

@media (max-width: 460px) {
    .e-grid3 {
        grid-template-columns:1fr
    }
}

.e-grid2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 20px
}

@media (max-width: 460px) {
    .e-grid2 {
        grid-template-columns:1fr
    }
}

.e-flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row
}

.e-flex50 {
    flex: 1 1 0%;
    max-width: 100%;
    min-width: 50px
}

.e-column {
    flex-direction: column;
    flex-wrap: nowrap
}

.e-center {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%,-50%)
}

.e-none {
    display: none
}

.e-nowrap {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.e-resp img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.e-w800 {
    max-width: 800px
}

@media (max-width: 768px) {
    .e-swipe {
        display:flex;
        flex-wrap: nowrap;
        overflow-x: auto
    }
}

.e-clamp2 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.e-scroll::-webkit-scrollbar {
    position: relative;
    height: 8px;
    border-radius: 10px;
    z-index: 10
}

.e-scroll::-webkit-scrollbar-thumb {
    background-color: var(--color1)
}

.e-scroll::-webkit-scrollbar-track {
    background-color: var(--light)
}

.e-gridcat #dle-content>:not(.movie-item),.e-grid3>:not(.movie-item),.e-grid4>:not(.movie-item) {
    grid-column: 1/-1
}


