<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* color: #093b60; */
    /* font-size: 30px; */
    font-family: Arial;
}


*, *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.container {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    padding: 0 230px;
    padding-top: 0px;
    margin: 12px;
    
    
}

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

.col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-3-block, .col-2, .col-1 {
    float: left;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    margin:0;
    padding: 2px 8px;
    border: 0;

}


.col-12 {
    width: -webkit-calc(100%/12);
    width: calc(100%/12);
}

.col-11 {
    width: -webkit-calc(100%/11);
    width: calc(100%/11);
}

.col-10 {
    width: -webkit-calc(100%/10);
    width: calc(100%/10);
}

.col-9 {
    width: -webkit-calc(100%/9);
    width: calc(100%/9);
}

.col-8 {
    width: -webkit-calc(100%/8);
    width: calc(100%/8);
}

.col-7 {
    width: -webkit-calc(100%/7);
    width: calc(100%/7);
}

.col-6 {
    width: -webkit-calc(100%/6);
    width: calc(100%/6);
}

.col-5 {
    width: -webkit-calc(100%/5);
    width: calc(100%/5);
}

.col-4 {
    width: -webkit-calc(100%/4);
    width: calc(100%/4);
}

.col-3-block {
    width: -webkit-calc(100%/3);
    width: calc(100%/3);
}

.col-3 {
    width: -webkit-calc(100%/3);
    width: calc(100%/3);
}

.col-2 {
    width: -webkit-calc(100%/2);
    width: calc(100%/2);
}

.col-1 {
    width: 100%;
    
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.666);
}
.w-3{
    width: 300px;
}
.w-4{
    width: 400px;
}
.w-5{
    width: 500px;
}
.w-6{
    width: 600px;
}

.desktop-content{
        display: block;
}
.desktop-content .ads-left {
    z-index: 10000;
    float: left;
    background-color: transparent !important;
    position: fixed;
    bottom: 0px;
    width: 160px;
    

    top: 30%;
    left: 111px;    
    transform: translateX(-50%) translateY(-16%);
    overflow-y: hidden;
    margin-right: 12px;
    padding: 0 !important;
}

.desktop-content .ads-right {
    z-index: 10000;
    float: right;
    background-color: transparent !important;
    position: fixed;
    bottom: 0px;
    width: 160px;

    top: 30%;
    right: -60px;
    transform: translateX(-50%) translateY(-16%);
    overflow-y: hidden;
    margin-right: 12px;
    padding: 0 !important;
}
.mobile-content{
    display: none;
}
 .mobile-content .mobile-footer-ads{
        z-index: 100000;
        background-color: white;
        margin: 0;
        padding: 0;
        height: 50px;
        width: 100%;
        position: fixed;
        bottom: 0;
        
    }


/* @media (max-width: 1400px) {
    .col-4 {
        width: -webkit-calc(100%/4);
        width: calc(100%/4);
    }
  
    .container {
        padding-left: 160px;
        padding-right: 160px;
    }
}
 */



@media (max-width: 1200px) {
    
    .desktop-content{
        display: none;
    }
    .mobile-content{
        display: block;
    }
    .col-4 {
        width: -webkit-calc(100%/4);
        width: calc(100%/4);
    }

  
    .container {
        padding-left: 120px;
        padding-right: 120px;
    }
}

@media (max-width: 1000px) {
     .col-4 {
        width: -webkit-calc(100%/3);
        width: calc(100%/3);
    } 
    .container {
        padding-left: 80px;
        padding-right: 80px;
    }
    
    
}

@media (max-width: 950px) {
    .col-4 {
        width: -webkit-calc(100%/2);
        width: calc(100%/2);
    }
    
    .col-3 {
        width: -webkit-calc(100%/2);
        width: calc(100%/2);
    }
    .col-10 {
        width: -webkit-calc(100%/5);
        width: calc(100%/5);
    }
    .container {
        padding-left: 30px;
        padding-right: 30px;
		
		margin: 10px;
    }
    .w-5, .w-6{
        width: 100%;
    }
}

@media (max-width: 650px) {
   
    /* .author {
        height: 100px;
    } */
    .profile .about_profile .mail{        
        font-size: 10px !important;
        padding: 0 !important;

    }
    .profile .about_profile .account{
        font-size: 12px !important;
        padding: 0 !important;

    }
    
    .profile .about_profile .name{
        font-size: 16px !important;
        padding: 0 !important;
    }
    
    .profile .img{
        height: 60px !important;
        width: 60px !important;
        padding: 0 !important;
    }
    .w-3, .w-4{
        width: 100%;
    }
    .col-3 {
        width: -webkit-calc(100%);
        width: calc(100%);
    }
    .story-and-peotry{
        height: 70px;
    }
    .story-and-peotry .is-type{
        text-align: left;
        display: block;
        width: 100%;
        padding-left: 12px;
    }
    .story-and-peotry .name{
        text-align: left;
        display: block;
        width: 100%;
        padding-left: 12px;
    }
    .col-4 {
        width: -webkit-calc(100%/2);
        width: calc(100%/2);
    }
    .container {
        padding-left: 0px;
        padding-right: 0px;
		
		margin: 5px;
    }
	.book{
		padding: 12px;
	}
   
.category{
	padding: 0px;
}
   
}

.radius-line{
    border-radius: 12px;
}


.no-border{
    border: 0 !important;
    box-shadow: none !important;
}
.no-line{
    box-shadow: 0 !important;
}
.no-back{
    background-color: transparent !important;
    backdrop-filter: none !important;
}
.no-padding{
    padding: 0 !important;
}

.no-margin{
    margin: 0 !important;
}
.container .title{
    font-weight: bold;
    color:  rgb(0, 0, 0);
    display: inline-block;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    border-left: 0;
    background-color: transparent;
    padding: 12px;
    
}

.telegram{
    background-color: #2a9fda;
    color: white;
    padding: 16px;
    word-spacing: 4px;
    border-radius: 2px;
    top:0;
}
.telegram:hover{
    background-color: #4bafe0;
    color: white;
}


.youtube{
    background-color: #f00;
    color: white;
    padding: 16px;
    word-spacing: 4px;
    border-radius: 2px;
    top:0;
}
.youtube:hover{
    opacity: 0.9;
    color: white;
}
.like-and-share{
    padding-bottom: 12px;
    float: left;
    display: block;
}

</pre></body></html>