/*============================================================================================*/
/*===Шаблон спроектирован и разработан для веб-сайта GiG-LiFe.RU | Автор: Калинник Дмитрий====*/
/*===Template designed and developed for the website GiG-LiFe.RU | Author: Dmitriy Kalinnik===*/
/*==============================Проект / Draft 2011-2016 year=================================*/
/*=============================Шаблон / Template 2015-2016 year===============================*/
/*============================================================================================*/
/* cyrillic-ext */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  src: url(../style/Fonts/SansNarrow.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  src: url(../style/Fonts/SansNarrow2.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  src: url(../style/Fonts/SansNarrow3.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  src: url(../style/Fonts/SansNarrow4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*====== Start Container ======*/
#page{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

article{
	background:#F5F5F5;
	box-sizing:border-box;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom:3px solid #4b81bf;
	-webkit-border-bottom-right-radius: 13px;
	-moz-border-radius-bottomright: 13px;
	border-bottom-right-radius: 13px;
	border-top:0px;
}

.container .wrap {
    display: table;
    width: 100%;
    position: relative;
    clear: both;
    background: #505050;
}

.item-full .subcol .poster,.item-screens{
    display:block;
    position:relative;
    background:rgba(126,90,59,0.2);
}

.subcol{
	min-width:300px;
	width:25%;	
	max-width:300px;
    display: table-cell; 
    vertical-align: top;
}

::selection { 
    background: #4b81bf; 
    color: #fff; 
}
h1, h2, h3, h4, h5 {
    line-height: normal;
}
h1 {
    font-size: 1.25em;
} 
h2 {
    font-size: 1.2em;
} 
h3 {
    font-size: 1.15em;
}
h4 {
    font-size: 1.1em;
} 
h5 {
    font-size: 1em;
}

body a {
    color: #505050;
    text-decoration: none;
    -webkit-transition: all 0.35s ease; 
    -moz-transition: all 0.35s ease; 
    -o-transition: all 0.35s ease; 
    transition: all 0.35s ease;
}
body a:hover {
    color: #4b81bf;
    text-decoration: none;
    -webkit-transition: all 0.35s ease; 
    -moz-transition: all 0.35s ease; 
    -o-transition: all 0.35s ease; 
    transition: all 0.35s ease;
}

input, textarea, select, button, body { 
    font: 14px Helvetica, Arial, Helvetica, sans-serif; 
}
input, textarea, select, button, a {
    outline: none;
}

.logo {
    background:url("../images/logo Skyrim.png");
    float:left;
    margin-top:-1px;
    margin-bottom:10px;
    height:60px;
    width:345px;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}
.logo:hover {
    opacity:0.5;
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
}
.left{
    float:left;
}
.center{
    float:center;
}
.text-center{
    text-align:center;
}
.text-left{
    text-align:left;
}
.right{
    float: right;
}
.lines-dnk {
    height: 3px;
    width:auto;
    overflow: hidden;
    border-bottom: 3px solid #4b81bf;
}
.qcode{
    display: inline-block;
    padding:0 3px 2px;
    font-family:Monaco,Menlo,Consolas,"Courier New",monospace;
    font-size:16px;
    color:#4b81bfb0;
    border:1px solid #bbb;
    background-color:#ddd;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px
}

/*====== Новости и статьи ======*/
.post-author
{
	color: #505050;
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
}
.post-author a
{
	color: #505050;
}
.wp-post
{
    text-align: center;
    display: block;
    position: absolute;
    right: 0px;
    top: 30px;
    background: #2f33369c;
    padding: 5px 10px;
    width: 150px;
    line-height: 35px;
	font-size:1.1em;
    -webkit-border-top-left-radius: 13px;
    -webkit-border-bottom-left-radius: 13px;
    -moz-border-radius-topleft: 13px;
    -moz-border-radius-bottomleft: 13px;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
}
    
.wp-post,.wp-post a {
    color: #f5f5f5;
    text-decoration:none;
}
.wp-post a:hover {
    color: #ACACAC;
    text-decoration: none;
}

.wp-post button{background:#ddd;border:none;cursor:pointer;line-height: 20px;}
.wp-post button:hover{background:#dddddd96;}

.wp-post button:first-child{
	-webkit-border-top-left-radius: 13px;
	-webkit-border-bottom-left-radius: 13px;
	-moz-border-radius-topleft: 13px;
	-moz-border-radius-bottomleft: 13px;
	border-top-left-radius: 13px;
	border-bottom-left-radius: 13px;
}
.wp-post button:nth-child(2){
	border-left:2px solid #2f33369c;
	-webkit-border-top-right-radius: 13px;
	-webkit-border-bottom-right-radius: 13px;
	-moz-border-radius-topright: 13px;
	-moz-border-radius-bottomright: 13px;
	border-top-right-radius: 13px;
	border-bottom-right-radius: 13px;
}
.stamp {
    position: relative;
    width: 170px;
    height: 60px;
    background: #020fff80;
	border-radius:0 0 0 15px;
    text-align: center;
	margin:0 0 -5px -10px;
    color: #eee;
	border-top: dashed 1px #fff;
    line-height: 1.5;
	cursor:help;
}
.stamp:hover {
    background: #020fffd9;
    color: #ffffff;
    box-shadow: 0 0 25px rgba(0,0,0,0.5);
}

.text-stamp {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.post,.post-news {
    position: relative;
    height: 350px;
    background-position-x: 50%;
    background-position-y: 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding:0;
}
.post-news {
    border-bottom:3px solid #4b81bf;
}
.post::before,.post-news::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgb(245 245 245) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgb(245 245 245) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000',endColorstr='#000',GradientType=0);
    bottom: 0;
}
.post .abs-btn,.post-news .abs-btn {
	position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 10px;
    color: #505050;
	text-align:center;
}
.post .abs-btn h1,.post-news .abs-btn h1{
    line-height:40px;
    margin:11px;
    padding:0;
    font-size:1.6em;
}

.post,.post-news {
  animation: header 25s infinite linear;
  animation-delay: 1s;
}
@keyframes header {
  0% {
    background-position-y: 0%;
    }
  50% {
    background-position-y: 100%;
    }
}

/*====== Вид комментария ======*/
.commenttopinfo {
        margin-bottom:8px;
        margin-top:10px;
        padding-left:60px;
        height:0;
}
    
.comment{
    margin-top:10px;
    position:relative;	
	background:#F5F5F5;
	width:98.9%;
	box-sizing:border-box;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0 10px 15px;
	border:3px solid #4b81bf;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}
   
.comment-text{
    padding:3px 0 8px 0;
    margin:6px 60px 0 60px;
    text-rendering:auto;
    text-align:justify;
    font-size:1.3em;
    line-height:1.6em;
    background:none;
    border:none;
}
.comment-text img{
    max-width:100%;
}

.comment-text li ul li {
    padding:1px;
    margin:0 35px;
}

.comment .commenttopinfo .editdate{
        font-size:11px;
        font-family:Verdana;
        position:relative;
        float:left;
        left:6px;
        top:3px;
}
	
.avatar_i{
	height:49px;
	width:50px;
	float:left;
	position:absolute;
	top:0;
	overflow:hidden;
	border-right:3px solid #4b81bf;
	border-bottom:3px solid #4b81bf;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 33px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 33px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 33px;
}
    
.avatar_i img{
	image-rendering:-webkit-optimize-contrast;
	max-height:inherit;
	max-width:inherit;
	height:52px;
	width:52px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 33px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 33px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 33px;
}
    
.username{
        float:left;
        color:#505050!important;
        font-size:15px!important;
        margin:0;
        text-decoration:none!important;
        padding-bottom:0;
        font-family:'Roboto',Tahoma,Verdana,Arial!important;
        -webkit-transition:none;
        transition:none;
        text-rendering:auto;
        font-weight:700;
}
    
.username:hover{
    	cursor:help;
        color:#4b81bf!important;
        border-color:rgba(180,255,1,.7)!important;
}
    
.bbcodes,.relink a,.btn{
    cursor:pointer;
    border:none;
    position:relative;
    font-size:11px!important;
    color:#f9f9f9!important;
    border-radius:3px;
    text-decoration:none!important;
    font-family:Verdana!important;
    margin-right:5px;
    padding:2px 6px 3px 6px;
    outline:none!important;
    -webkit-transition:none!important;
    transition:none!important;
    background:#5a5a5a;
}
    
.bbcodes:hover,.relink a:hover,.btn:hover{
        background:#505050;
}
    
.comurl{
        color:#f5f5f5;
        display:block;
        height:16px;
        width:16px;
        float:right;
        margin:0 6px;
}    
    
.comment .title_quote {
        color:#505050;
        border:none;
        background:none;
        margin:0;
        text-decoration:none!important;padding-bottom:0;font-family:'Roboto',Tahoma,Verdana,Arial!important;-webkit-transition:none;transition:none;text-rendering:auto;font-weight:700}
	
.comment .quote {
    margin:0;
    text-rendering:auto;
	font-size: 1rem;
    -webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
	
.comment .quote:before {
        display:none;
}

.comment:before {
	content:"";
	background:#4b81bf;
	width:13px;
	height:3px;
	top:33px;
}

#dle-comments-list .mass_comments_action {
	background:#F5F5F5;
	width:98.9%;
	box-sizing:border-box;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0 10px 15px;
	padding:6px;
	border:3px solid #4b81bf;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}
#sec_code{
    text-align:center;
}

/*====== Древовидные комментарии ======*/
.comments-tree-list {
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin-top: -18px;
	position: relative;
	list-style: none;}

.comments-tree-list > li .comment:before {
	content: "";
	position: absolute;
	left: 0; top: 12px;
	margin-left: -16px;
	background-color: #4b81bf;		
}

.comments-tree-list > li > .comments-tree-list {width: 100%;position: static;}
.comments-tree-list > li .comments-tree-list > li {padding-left: 20px;}

.comments-tree-list > li .comments-tree-list .comment:before {
	content:"";
	background:#4b81bf;
	width:13px;
	height:3px;
	top:33px;
}
.comments-tree-list > li .comments-tree-list .comment:after {
	position:absolute;
	content:"";
	background:#4b81bf;
	width:3px;
	height:36px;
	top:-3px;
	left:-16px;
	-webkit-border-top-right-radius: 99px;
	-moz-border-radius-topright: 99px;
	border-top-right-radius: 99px;
}

/*==========  [Блок с информацией о игре] ==========*/
/*==================== [начало] ====================*/

.game-card {
    background: var(--surface-card);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    margin: var(--space-lg) auto;
    max-width: 1200px;
    color: var(--text-primary);
    line-height: 1.5;    
    --game-accent: #3a6ea5;
    --text-primary: #1a202c;
    --text-secondary: #4a5568;
    --text-tertiary: #718096;
    --surface-card: #ffffff;
    --surface-elevated: #f7fafc;
    --border-color: #e2e8f0;
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --radius-xl: 16px;
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
    --space-xs: 0.5rem;
    --space-sm: 0.75rem;
    --space-md: 1rem;
    --space-lg: 1.5rem;
    --space-xl: 2rem;
    --transition: all 0.2s ease;
}

/* Шапка карточки */
.game-header {
    position: relative;
    min-height: 70px;
    color: white;
    overflow: hidden;
    padding: var(--space-lg);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
}

.game-header-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.game-header-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.4);
}

/* Заголовок игры */
.game-title {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    z-index: 2;
}

.title-link {
    color: inherit;
    text-decoration: none;
    display: inline-flex;
    flex-direction: column;
    gap: var(--space-xs);
}

.game-subtitle {
    font-size: 1.25rem;
    opacity: 0.9;
    font-weight: 500;
}

/* Счетчик материалов */
.game-materials-count {
    position: absolute;
    right: var(--space-lg);
    bottom: var(--space-lg);
    display: inline-flex;
    align-items: center;
    gap: var(--space-xs);
    background: rgba(255, 255, 255, 0.15);
    padding: var(--space-xs) var(--space-sm);
    border-radius: var(--radius-xl);
    font-size: 0.875rem;
    z-index: 2;
}

.game-materials-count svg {
    flex-shrink: 0;
}

/* Основное содержимое */
.game-content {
    display: flex;
    flex-direction: column;
}

.game-main-info {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: var(--space-xl);
    padding: var(--space-lg);
}

/* Постер игры */
.game-poster-container {
    position: relative;
}

.game-poster {
    width: 100%;
    height: 100%;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
    object-fit: fill; /* Растягивает изображение без сохранения пропорций */
}

.game-rating-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background: var(--surface-card);
    color: #f59e0b;
    padding: var(--space-xs) var(--space-sm);
    border-radius: var(--radius-xl);
    font-size: 0.875rem;
    font-weight: 600;
    box-shadow: var(--shadow-sm);
    display: inline-flex;
    align-items: center;
    gap: var(--space-xs);
}

.game-rating-badge svg {
    fill: currentColor;
}

/* Мета-информация */
.game-meta-container {
    display: flex;
    flex-direction: column;
    gap: var(--space-lg);
}

.game-platforms {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    font-size: 0.95rem;
    color: var(--text-secondary);
}

.game-platforms svg {
    flex-shrink: 0;
    stroke-width: 1.5;
}

.game-meta-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: var(--space-md);
}

.meta-item {
    display: flex;
    gap: var(--space-sm);
    font-size: 0.95rem;
}

.meta-label {
    color: var(--text-secondary);
    font-weight: 500;
    min-width: 100px;
}

/* Жанры */
.game-genres {
    display: flex;
    gap: var(--space-sm);
    align-items: flex-start;
}

.game-genres .meta-label {
    padding-top: 2px;
}

.genre-tags {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-xs);
}

.genre-tag {
    background: var(--surface-elevated);
    color: var(--game-accent);
    padding: var(--space-xs) var(--space-sm);
    border-radius: var(--radius-sm);
    font-size: 0.875rem;
    text-decoration: none;
    transition: var(--transition);
    border: 1px solid var(--border-color);
}

.genre-tag:hover {
    background: var(--game-accent);
    color: white;
    border-color: var(--game-accent);
}

/* Описание игры */
.game-description {
    position: relative;
    padding-bottom: var(--space-md);
}

.description-content {
    line-height: 1.6;
    color: var(--text-primary);
}

.description-toggle {
    display: inline-flex;
    align-items: center;
    gap: var(--space-xs);
    background: none;
    border: none;
    color: var(--game-accent);
    font-size: 0.875rem;
    padding: 0;
    margin-top: var(--space-xs);
    cursor: pointer;
    transition: var(--transition);
}

.description-toggle:hover {
    opacity: 0.8;
}

.description-toggle svg {
    transition: transform 0.2s ease;
}

.description-toggle[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

.description-toggle .show-less {
    display: none;
}

.description-toggle[aria-expanded="true"] .show-more {
    display: none;
}

.description-toggle[aria-expanded="true"] .show-less {
    display: inline;
}

/* Секция модификаций */
.game-modifications-section {
    border-top: 1px solid var(--border-color);
    padding: var(--space-lg);
}

.section-title {
    margin: 0 0 var(--space-md) 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-primary);
}

.modification-tags {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-sm);
    
    /* Центрирование */
    justify-content: center;    /* Горизонтальное выравнивание */
    align-items: center;        /* Вертикальное выравнивание */
    margin-left: auto;          /* Автоматические отступы */
    margin-right: auto;         /* для блочного центрирования */
}

.modification-tag {
    background: var(--surface-elevated);
    color: var(--text-primary);
    padding: var(--space-xs) var(--space-sm);
    border-radius: var(--radius-sm);
    font-size: 0.875rem;
    text-decoration: none;
    transition: var(--transition);
    border: 1px solid var(--border-color);
}

.modification-tag:hover {
    border-color: var(--game-accent);
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
}

/* Адаптивность */
@media (max-width: 768px) {
    .game-header {
        min-height: 150px;
        padding: var(--space-md);
    }
    
    .game-title {
        font-size: 1.5rem;
    }
    
    .game-subtitle {
        font-size: 1rem;
    }
    
    .game-materials-count {
        font-size: 0.75rem;
        right: var(--space-md);
        bottom: var(--space-md);
    }
}

@media (max-width: 480px) {
    .game-meta-grid {
        grid-template-columns: 1fr;
    }
    
    .game-genres {
        flex-direction: column;
        gap: var(--space-xs);
    }
    
    .game-header {
        min-height: 120px;
    }
    
    .game-title {
        font-size: 1.25rem;
    }
    
    .game-materials-count {
        font-size: 0.75rem;
    }
}

/*==========  [Блок с информацией о игре] ==========*/
/*==================== [конец] ====================*/

/*====== Top 7 ======*/
.news-main-inner{
    position:relative;
    border:none;
}
.ratio{
    padding-top:43%;
}
.holonews{
    position:absolute;
    top:0;
    padding:5px 5px 30px;
    text-shadow:0 0 1px rgba(0, 0, 0, 0.5), 0 1px 1px rgba(0, 0, 0, 0.3);
}
.news-main:hover .holonews{
    background:rgba(0, 0, 0, 0.65);
}

/*==Социальные кнопки - Social sharing==*/
.socbar {
    margin:2px;
}
.socTel,.socTwi,.socFb,.socVk,.socRSS {
    -webkit-transition: all 0.35s ease; 
    -moz-transition: all 0.35s ease; 
    -o-transition: all 0.35s ease; transition: all 0.35s ease;
}
.socTel {
    opacity: 0.5;
    padding:10px 15px;
    background: url("https://gig-life.ru/images/IcoSoc/TEL.png") no-repeat;
}
.socTel:hover {
    opacity:1;
    background:url("https://gig-life.ru/images/IcoSoc/TELH.png") no-repeat;
}
.socTwi {
    opacity: 0.5;
    padding:10px 15px;
    background: url("https://gig-life.ru/images/IcoSoc/Twitter.png") no-repeat;
}
.socTwi:hover {
    opacity:1;
    background:url("https://gig-life.ru/images/IcoSoc/TwitterH.png") no-repeat;
}
.socFb {
    opacity: 0.5;
    padding:10px 17px;
    background: url("https://gig-life.ru/images/IcoSoc/FB.png") no-repeat;
}
.socFb:hover {
    opacity:1;
    background:url("https://gig-life.ru/images/IcoSoc/FBH.png") no-repeat;
}
.socVk {
    opacity: 0.5;
    padding:10px 17px;
    background: url("https://gig-life.ru/images/IcoSoc/VK.png") no-repeat;
}
.socVk:hover {
    opacity:1;
    background:url("https://gig-life.ru/images/IcoSoc/VKH.png") no-repeat;
}
.socRSS {
    opacity: 0.5;
    padding:10px 30px;
    background: url("https://gig-life.ru/images/IcoSoc/RSS.png") no-repeat;
}
.socRSS:hover {
    opacity:1;
    background:url("https://gig-life.ru/images/IcoSoc/Rssh.png") no-repeat;
}

/*==Краткие квадратные новости - Short Square news==*/
.one-half{
    background:#F5F5F5;
    overflow:hidden;
    width:48%;
    position:relative;
    display:inline-block;
    left:1%;
    height:480px;
    box-shadow:0 1px 5px rgba(100,0,0,.25);
    transition:all .4s linear;
    -moz-transition:all .4s linear;
    -webkit-transition:all .4s linear;
    -o-transition:all .4s linear;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    margin:0 1% 2% 0px;
    border: 3px solid #4b81bf;
}
.one-half-mini{
    background:#F5F5F5;
    overflow:hidden;
    width:31.5%;
    position:relative;
    float:left;
    left:1%;
    height:480px;
    box-shadow:0 1px 5px rgba(100,0,0,.25);
    transition:all .4s linear;
    -moz-transition:all .4s linear;
    -webkit-transition:all .4s linear;
    -o-transition:all .4s linear;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    margin:0 1% 2% 0px;
    border: 3px solid #4b81bf;
}
.one-half:hover,.one-half-mini:hover{
  box-shadow:0 1px 5px rgba(0,0,0,.5);
}

.one-half .title,.one-half-mini .title,.one-halfs-list .entry-header,.one-half .entry-meta-list,.one-half-mini .entry-meta-list,.one-halfs-list .entry-meta,.one-halfs-list .cat,.one-halfs-list .version,.one-halfs-list .entry-excerpt,.one-half .thumb-wrap .entry-excerpt,.one-half-mini .thumb-wrap .entry-excerpt{display:none;}
.one-halfs-list .title,.thumb-wraps .entry-header,.one-halfs-list .entry-meta-list,.one-half .entry-meta,.one-half-mini .entry-meta,.one-halfs-list .thumb-wraps-list .entry-excerpt{display:block;}

.sect__btns {color:#000;}
.grid-select__btn {cursor: pointer; display: flex; align-items: center; justify-content: center; display:inline-block;
	margin-left: 10px; font-size: 2em; width: 30px; height: 30px;border-radius: 15px; border: 1px solid var(--bdc); color: var(--tt-2);}
.grid-select__btn.is-active, .sect__btn-filter:hover, .sect__btn-filter.is-active {background-color: var(--accent); border-color: var(--accent); color: #fff;}
.grid-select__btn:not(.is-active):hover {color: var(--tt);}
.sbur-body-modal .grid-select__btn.is-active {background-color: var(--accent); border-color: var(--accent); color: #00000099;}
.sbur-body-modal .grid-select__btn:not(.is-active):hover {color: #00000099;}

.thumb-wrap{
  position:relative;
  overflow:hidden;
  margin-bottom:5px;
}
.thumb-wrap img{
  width:100%;
  height:260px;
  cursor:pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.one-half:hover .thumb-wrap img,.one-half-mini:hover .thumb-wrap img{
    -webkit-filter: brightness(70%);
}

.one-half .thumb-wrap img:hover,.one-half-mini .thumb-wrap img:hover{
    -webkit-filter: brightness(50%);
}

.thumb-wrap .version,.thumb-wrap .cat{
  top:0;
  padding:6px;
  position:absolute;
  background:rgba(0,0,0,.44);
  color:#fff;
  font-size:10px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.thumb-wrap .version{
    -webkit-border-bottom-right-radius: 13px;
    -moz-border-radius-bottomright: 13px;
    border-bottom-right-radius: 13px;
    left:0;
}

.thumb-wrap .cat{
    -webkit-border-bottom-left-radius: 13px;
    -moz-border-radius-bottomleft: 13px;
    border-bottom-left-radius: 13px;
	right:0;
}

.thumb-wrap .cat a{
	color:#fff;
}
.thumb-wrap .cat a:hover{
	color:#ddd;
}

.one-half:hover .thumb-wrap .version,.one-half-mini:hover .thumb-wrap .version,.one-half:hover .thumb-wrap .cat,.one-half-mini:hover .thumb-wrap .cat{
  background:rgba(255,255,255,.44);
}

.one-half .entry-header h2,.one-half-mini .entry-header h2{
    padding:0 10px;
    font-weight:700;
    color:#333!important;
    line-height:1.4;
    font-size:14px;
    text-align:center;
    word-wrap:break-word;
    transition:all .4s linear;
    -moz-transition:all .4s linear;
    -webkit-transition:all .4s linear;
    -o-transition:all .4s linear;
}
.one-half .entry-header h2 a,.one-half-mini .entry-header h2 a{
    color:#333;
}
.one-half .entry-header h2 a:hover,.one-half .entry-header a h2:hover,.one-half-mini .entry-header h2 a:hover,.one-half-dop .entry-header a:hover{
    color:#337ab7!important;
	text-decoration:none;
}

.entry-excerpt{
  padding:0 10px;
  text-align:justify;
  min-height:40px;
  max-height:150px;
  margin-top:5px;
  line-height:21px;
}

.entry-excerpt p{
  margin-bottom:0;
  color:#4D4D4D;
}

.entry-meta{
    background: #eee;
    border-top:2px solid #4b81bf;
    position:absolute;
    line-height:28px;
    padding: 0 10px;
    font-size:12px;
    cursor:default;
    color:#757575;
    height:27px;
    z-index:2;
    bottom:0;
    left:0px;
    right:0;
}

.entry-meta a{
    color:#757575;
}

.entry-meta a:hover{
    color:#4b81bf;
	text-decoration:none;
}

/*=== ShortCat ===*/
.one-halfs-list{
    background:#F5F5F5;
    overflow:hidden;
    width:99%;
    position:relative;
    left:1%;
    margin-bottom:20px;
    box-sizing:border-box;
    box-shadow:0 1px 5px rgba(100,0,0,.25);
    transition:all .4s linear;
    -moz-transition:all .4s linear;
    -webkit-transition:all .4s linear;
    -o-transition:all .4s linear;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    border: 3px solid #4b81bf;
}
.one-halfs-list:hover{
    box-shadow:0 1px 5px rgba(0,0,0,.5);
}
.one-halfs-list .rpps {
	float:right;
	font-family:"PT Sans Narrow", Arial, Helvetica, sans-serif;
	font-size:1.4em;
}
.one-halfs-list .title{
    overflow:hidden;
    border-bottom:1px solid #DFDFDF;
}
.one-halfs-list .title a {
	margin-left:-12px;
    color:#4E4E4E;
}
.one-halfs-list .title a:hover {
    color:#4b81bf;
}
.one-halfs-list .title p{
    float:left;
    font-family:"PT Sans Narrow", Arial, Helvetica, sans-serif;
    font-size:1.4em;
}
.thumb-wraps-list {
    overflow:hidden;
	max-height:200px;
}
.thumb-wraps-list img {
    float:left;
    width:40%;
    padding-right:6px;
    height:auto;
    cursor:pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.thumb-wraps-list img:hover
{
    -webkit-filter: brightness(70%);
}

.entry-excerpt-list{
  padding:0 10px;
  text-align:justify;
  text-indent: 1.1em;
  font-size:1.2em;
  min-height:40px;
  margin:15px 6px 25px 6px;
}
.entry-excerpt-list p{
  color:#4D4D4D;
}

.entry-meta-list{
    padding: 10px 15px;
    margin-bottom: 10px;
    list-style: none;
    background-color: rgb(245, 245, 245);
    border-top: 1px solid #4b81bf;
    font-size:26px;
    -webkit-border-bottom-right-radius: 13px;
    -webkit-border-bottom-left-radius: 13px;
    -moz-border-radius-bottomright: 13px;
    -moz-border-radius-bottomleft: 13px;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
}
.one-halfs-list a{
    color:#4D4D4D;
    text-decoration:none;
}
.one-halfs-list a:hover{
    color:#4b81bf;
    text-decoration:none;
}

.one-halfs-lis {
	float: left;
	width:10px;
	height:3px;
	background:#4b81bf;
	margin-top:-39px;
}

.one-halfss-lis {
	position:absolute;
	width:3px;
	height:17px;
	background:#4b81bf;
	margin:50px 0 0 240px;
}

.one-halfs-lis-comments{
	float: left;
	width:10px;
	height:3px;
	background:#4b81bf;
	margin-top:-190px;	
	
}

.downloads-rating-lis-info {
	float: left;
	width:10px;
	height:2.8px;
	background:#4b81bf;
	margin-top:-87.5px;	
}

.downloads-rating-lis {
	float: left;
	width:10px;
	height:3px;
	background:#4b81bf;
	margin-top:-64px;	
}

.one-half-dop {
	height:40px;
	padding:6px;
	margin:0 0 10px 24%;
	font-size:16px;	
}

.one-halfs-dop-lis {
	position:absolute;
	float: left;
	width:3px;
	height:13px;
	background:#4b81bf;
	margin:-13px 0 0 52%;
}

/*Предложения - suggestions==*/
.also_top,.also_news {
    position:relative;
}
.also_top > a {
    	display: inline-block;
        width: 100%;
		background: 50%;
    	background-size: cover;   
        height: 270px;
        top: 0;
        left: 0;
}
.also_top:after{
    width:100%;
    content:" ";
    position:absolute;
    top:0;
	left:0px;
    height:210px;
    background:url('/images/ico/d_lines_fon.png') 0 0 repeat;
}
.also_top span {
    width:100%;
    position: absolute;
    bottom: 0px;
	left:0px;
    background: rgba(0, 0, 0, 0.8) !important;
	height:60px;
    padding: 6px 0px;
    color:#fff;
	min-height:33px;
	text-align:center;
}

/*======  [Похожие публикации / рекомендации] ======*/
/*==================== [начало] ====================*/
.compact-grid {
    --card-gap: 12px;
    --card-radius: 8px;
    --hover-elevate: 2px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: var(--card-gap);
    padding: 0.8rem;
}

.compact-card {
    display: block;
    position: relative;
    border-radius: var(--card-radius);
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    color: #333;
    overflow: hidden;
}

.card-preview {
 height: 120px;
 background-size: cover;
 background-position: center;
 position: relative;
}

.badge-overlay {
 position: absolute;
 top: 8px;
 right: 8px;
 background: rgba(255,50,50,0.9);
 color: white;
 padding: 4px 8px;
 border-radius: 4px;
 font-size: 0.8rem;
 font-weight: 500;
}

.card-label {
    margin: 10px 12px 8px;
    font-size: 0.95rem;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-meta {
    display: flex;
    gap: 10px;
    margin: 0 12px 12px;
    font-size: 0.85rem;
    color: #666;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 4px;
}

.compact-card:hover {
    transform: translateY(var(--hover-elevate));
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.compact-card:active {
    transform: translateY(1px) scale(0.98);
}


@media (max-width: 768px) {
 .compact-grid {
 grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
 gap: 8px;
 }
 
 .card-preview {
 height: 100px;
 }
 
 .card-label {
 font-size: 0.85rem;
 margin: 8px 10px 6px;
 }
 
 .card-meta {
 font-size: 0.75rem;
 margin: 0 10px 10px;
 }
}
.compact-card:active {
 transform: translateY(1px) scale(0.98);
}

/*======  [Похожие публикации / рекомендации] ======*/
/*=================== [концовка] ===================*/
/**/
.block_also_news {max-width:1200px;width:100%;}
.also_news {
    margin-right:16px;
    display: inline-block;
    width: 23.3%;
    position: relative; /* Добавляем relative для позиционирования дочерних элементов */
}

.also_news > a {
    display: block; /* Меняем inline-block на block для лучшего контроля */
    width: 100%;
    background: 50%;
    background-size: cover;
    height:200px;
    border:3px solid #4b81bf;
    border-top:none;
    border-bottom-right-radius: 52px;
    border-bottom-left-radius: 52px;
    position: relative; /* Добавляем для z-index */
    z-index: 1; /* Поднимаем ссылку выше overlay */
}

.also_news:after{
    width:100%;
    content:" ";
    position:absolute;
    top:0;
    left:3px;
    height:200px;
    background:url('/images/ico/d_lines_fon.png') 0 0 repeat;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    pointer-events: none; /* Клики проходят сквозь overlay */
    opacity: 1; /* Изначально виден */
    transition: opacity 0.3s ease; /* Плавное исчезновение */
    z-index: 2;
}

.also_news:hover:after {
    opacity: 0; /* Плавно скрывает overlay */
}

.also_news span {
    width:100%;
    position: absolute;
    bottom: 0px;
    left:0px;
    background: rgba(0, 0, 0, 0.8) !important;
    font-family: Tahoma;
    padding: 16px 0px;
    color:#fff;
    text-align:center;
    border-bottom-right-radius: 99px;
    border-bottom-left-radius: 99px;
    z-index: 3; /* Поднимаем текст выше всего */
    pointer-events: none; /* Чтобы клики по тексту тоже работали */
}

.also_news i{
    z-index:2;
    width:100%;
    content:" ";
    position:absolute;
    top:0;
    left:2.5px;
    height:200px;
    background:url('../images/video-more.png') 50% 0 repeat;
    border-bottom-right-radius: 99px;
    border-bottom-left-radius: 99px;
    pointer-events: none; /* Позволяет кликам проходить сквозь элемент */
}

/* Остальные стили остаются без изменений */
.also_news:nth-child(4) {
    border-right:none;
    margin-right:0;
}

.also_news:nth-child(1) {
    width: 25%;
    border-right:solid #4b81bf 3px;
}

.also_news:nth-child(1) > a,
.also_news:nth-child(1) span,
.also_news:nth-child(1):after {
    width: 99%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 52px;
}

.also_news:nth-child(2) > a,
.also_news:nth-child(2) i,
.also_news:nth-child(2):after {
    margin-left:-16px;
    border-left:none;
    left:0px;
    border-bottom-right-radius: 52px;
    border-bottom-left-radius: 0;
}
.also_news:nth-child(2) span{
    border-bottom-right-radius: 52px;
    border-bottom-left-radius: 0;	
}

.also_news:nth-child(3) {
    width: 25%;
    margin-left:-16px;
}

/*==Ссылка на материал - Link to material==*/
.maincol .text-center .btn {
    background:#4b81bf;
    color:#fff;
    border-radius:0px;
    text-decoration: none;
    -webkit-transition: all 0.35s ease; 
    -moz-transition: all 0.35s ease; 
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.maincol .text-center .btn:hover {
    background:#8C0000;
}
.maincol .text-center .btn a {
    color:#fff;
}

/*==Вверх - up==*/
.k9 {
    color: #000; 
    display: block; 
    background-color: #701212; 
    -moz-border-radius: 7px; 
    -webkit-border-radius: 7px; 
    border-radius: 7px; 
    padding: 7px 7px 7px 7px;
    -webkit-transition: all 0.35s ease; 
    -moz-transition: all 0.35s ease; 
    -o-transition: all 0.35s ease; 
    transition: all 0.35s ease;
}
.k9 a {
    color: #000; 
    display: block; 
    background-color: #5D0000; 
    -moz-border-radius: 7px; 
    -webkit-border-radius: 7px; 
    border-radius: 7px; 
    padding: 7px 7px 7px 7px;
    -webkit-transition: all 0.35s ease; 
    -moz-transition: all 0.35s ease; 
    -o-transition: all 0.35s ease; 
    transition: all 0.35s ease;
}
.k9 a:hover {
    background-color: #000;
    -webkit-transition: all 0.35s ease; 
    -moz-transition: all 0.35s ease; 
    -o-transition: all 0.35s ease; 
    transition: all 0.35s ease;
}
.k9:hover {
    color: #FFF;
    background-color: #4b81bf;
    padding: 7px 7px 7px 7px;
    -moz-border-radius: 7px; 
    -webkit-border-radius: 7px; 
    border-radius: 7px; 
    -webkit-transition: all 0.35s ease; 
    -moz-transition: all 0.35s ease; 
    -o-transition: all 0.35s ease; 
    transition: all 0.35s ease;
} 
.k9 span {
    font-size: 10pt;
}

/*--- Подсветка исходного кода ---*/
.hljs-comment, .hljs-quote {
  color: #a0a1a7;
  font-style: italic;
}

.hljs-doctag, .hljs-keyword, .hljs-formula {
  color: #a626a4;
}

.hljs-section, .hljs-name, .hljs-selector-tag, .hljs-deletion, .hljs-subst {
  color: #e45649;
}

.hljs-literal {
  color: #0184bb;
}

.hljs-string, .hljs-regexp, .hljs-addition, .hljs-attribute, .hljs-meta-string {
  color: #50a14f;
}

.hljs-built_in, .hljs-class .hljs-title {
  color: #c18401;
}

.hljs-attr, .hljs-variable, .hljs-template-variable, .hljs-type, .hljs-selector-class, .hljs-selector-attr,
.hljs-selector-pseudo, .hljs-number {
  color: #986801;
}

.hljs-symbol, .hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-title {
  color: #4078f2;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

.hljs-link {
  text-decoration: underline;
}
figure {
    margin: 0;
}

figure.align-left {
    float: left;
}

figure.align-right {
    float: right;
}

figure.image.align-center {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

figure.image figcaption {
	padding: 1rem;
    background-color: #fafafa;
    font-size: .8rem;
    caption-side: bottom;
    word-break: break-word;
    text-align: center;
}

figure.image.align-center figcaption {
	display: table-caption;
}
.comments-image-gallery {
  margin: 0;
  padding: 0;  
  list-style: none;
  clear: both;
}

.comments-image-gallery li{
	list-style: none;
	margin: 0;
	padding: 0;  
}
.image-bordered {
	border: 1px solid #ddd;
}

.image-shadows {
	box-shadow: rgb(9 30 66 / 25%) 0px 4px 8px -2px, rgb(9 30 66 / 8%) 0px 0px 0px 1px;
}

.image-padded {
	padding: 0.5rem;
}

.comments-user-profile {
  font-weight: bold;
  cursor: pointer;
  color: #3394e6;
}

/*==========================================================================================*/
/*====Шаблон спроектирован и разработан для веб-сайта GiG-LiFe.RU | Автор: Калинник Дмитрий====*/
/*====Template designed and developed for the website GiG-LiFe.RU | Author: Dmitry Kalinnik====*/
/*==============================Проект / Draft 2011-2018 year===============================*/
/*=============================Шаблон / Template 2015-2018 year=============================*/
/*==========================================================================================*/
html,body,div,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
    margin: 0;
    padding: 0;
}
html {
    background:none;
}
.black-bg:after,body:before{
    content:"";
}
.black-bg{
    background:rgba(0,0,0,.4);
    width:100%;
    height:106%;
    position:fixed;
    z-index:-4;
    top:-16px;
    left:0;
}
/*body {
    background: url("../images/bg.png");
}*/
body {
    background: url("../images/bg-fon.webp") no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

/*==Header==*/
sub,sup{
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline;
} 
sup{
    top:-.5em;
}

/*==Управление красками==*/
.controls-elem,.controls-elem-bg,.controls-elem-color {
    display: flex;
    cursor:pointer;
    gap: 15px;
    align-items: center;
    padding-left:15px;
}        

.speed-control {
    display: flex;
    cursor:help;
    align-items: center;
    gap: 10px;
}

.controls-elem-btn {
    text-align:center;
}

.controls-elem-btn button {
    background: #0a0;
    color: #0f0;
    border: 1px solid #0f0;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
    font-family: monospace;
}

.controls-elem-btn button:hover {
    background: #0f0;
    color: black;
}

/*==Горизонтальное меню - Horizontal menu==*//*margin-top:2%;*/
#navbar {font-size:16px;position:relative;background:rgba(255,255,255,.3);background:rgba(255,255,255,.3);zoom:1;padding:10px;-webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px;}
#navbar .menu {display: block;font-size:1em;}
#navbar .menu .actim a{background:#eaeaea;color:#000;}
#navbar .menu li{float:left;display:block;margin:0;}
#navbar .menu li a{background:#A2A2A2;display: inline-block;position:relative;height:30px;font-family:'PT Sans Narrow', Arial, Helvetica, sans-serif;text-transform:uppercase;line-height:30px;text-decoration:none;padding:0 .7em;font-size:1.2em;}
#navbar .menu li a:hover {background:#eaeaea;}
#navbar .menu li span{cursor:pointer;}
#navbar .menu li:hover a,#navbar .main-menu li a:hover{color:#000;}
#navbar .menu li ul{top:30px;left:-1px;width:160px;}
#navbar .menu li ul{position:absolute;display:none;background:#fff;font-size:.8em;z-index:75;}
#navbar .menu li li{float:none;white-space:nowrap;}
#navbar .menu li li a{font-size:15px;background:none;color:#B12C2C;}
#navbar .menu li li a:hover{color:#7a7e7f;text-indent:.5em;}
#navbar .menu li a{background:#A2A2A2;}
#navbar .menu li.first a{-webkit-border-top-left-radius: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-topleft: 6px; -moz-border-radius-bottomleft: 6px; border-top-left-radius: 6px; border-bottom-left-radius: 6px;}
#navbar .menu li.last a{-webkit-border-top-right-radius: 6px; -webkit-border-bottom-right-radius: 6px; -moz-border-radius-topright: 6px; -moz-border-radius-bottomright: 6px; border-top-right-radius: 6px; border-bottom-right-radius: 6px;}
#navbar .menu li.last a:hover{-webkit-border-bottom-right-radius: 0;-moz-border-radius-bottomright: 0;border-bottom-right-radius: 0;}
#navbar .menu > li {display: inline-block;position: relative;}
#navbar .menu > li:hover > ul {display: block;}

#navbar .menu > li:hover > ul > li > a { width: 94%; display: inline-block; }
#navbar .menu > li:hover > ul > li > ul > li > a { width: 94%; display: inline-block; }
.two { border: 1px solid #ccc; }
.three { border: 1px solid #ccc; position: absolute; width: 93%; margin: 0 207px; top: 0px; }

#navbar .menu li.nmen:hover a,#navbar .menu li.brush:hover a{background:#fff;max-width:100px;opacity:1}
#navbar .menu .brush a {background:#9C27B0;opacity:.8;border-top-right-radius: 6px;border-bottom-right-radius: 6px;}
#navbar .main-menu li a{color:#eaeaea;}
#navbar .main-menu li ul{top:30px;left:-1px;width:206px;border-color:#848484;border-style:none solid solid;border-width:1px;}
#navbar .main-menu li li a:hover{color:#7a7e7f;text-indent:.5em;}

/*==Всплывающие окна - Modal window==*/
.switch-btn,.switch-btn-block {
    display: inline-block;
    width: 72px;
    height: 38px;
    border-radius: 19px;
    background: linear-gradient(to right, #7f7f7f 0, #bfbfbf 40%, #7fd03e 60%, #118c4e 100%);
    background-size: 180px 100%;
    z-index: 0;
    border: none;
    cursor: pointer;
    position: relative;
    transition-duration: 300ms;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 7%); /* анимация */
}
.switch-btn::after,.switch-btn-block::after {
    content: "";
    height: 32px; /* высота кнопки */
    width: 32px; /* ширина кнопки */
    border-radius: 17px;
    background: #fff; /* цвет кнопки */
    top: 3px; /* положение кнопки по вертикали относительно основы */
    left: 3px; /* положение кнопки по горизонтали относительно основы */
    transition-duration: 300ms; /* анимация */
    position: absolute;
    z-index: 1;
}
.switch-on {
    background-position-x: -100px;
}
.switch-on::after {
    left: 37px;
}
.modal-body {
    max-height: calc(100vh - 212px);
    overflow-y: auto;
}
#checkbox1{
    margin-left:0px;
}    
.form-group {
    margin-bottom: 15px;
}
.list-group {
    padding-left: 0;
    margin-bottom: 10px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 15px;
    margin-bottom: -1px;
    background-color: #ffffff91;
    border: 1px solid #DBE0E4;
    transition: 0.3s;
}
.list-group-item:first-child {
}
.list-group-item:last-child {
    margin-bottom: 0;
    -webkit-border-bottom-right-radius: 13px;
    -webkit-border-bottom-left-radius: 13px;
    -moz-border-radius-bottomright: 13px;
    -moz-border-radius-bottomleft: 13px;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
}
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-content {
    position: relative;
    background-color: #ffffffd1;
    -webkit-background-clip: padding-box;
    		background-clip: padding-box;
    outline: 0;
    z-index: 1050;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}
.modal-header {
    padding: 15px;
    background: #f2f2f2;
    color: #171a25;
    font-weight: bold;
    -webkit-border-top-left-radius: 13px;
    -webkit-border-top-right-radius: 13px;
    -moz-border-radius-topleft: 13px;
    -moz-border-radius-topright: 13px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}
    
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header .close {
    margin-top: -2px;
    color:#000;
    transition: all .5s ease-in-out;
}
.modal-header .close:hover {
    opacity:0.5;
    color:#000;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
    background: #eff2f4;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.close {
  float: right;
    font-size: 21px;
    line-height: 1;
    color: #40b1d0;
}
.close:hover,
.close:focus {
 color: #40b1d0;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .9;
    transition: 0.3s;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        border: 1px solid #2d3349;
    }
    @media (min-width: 768px) {
        .modal-sm {
            width: 600px;
        } 
    }
    .modal-sm {
        width: 340px;
    }
}

/*==Панель управления - The control panel==*/
.control-panel {font-size:0.8em;height:20px;width:50%;float:right;line-height:1.3em;}
.control-panel a{height:20px;line-height:20px;text-decoration:none;padding:0 .5em;}
.control-panel ul{overflow:hidden;}
.control-panel .logged-in {font-size:1.1em;color:#f3f3f3;background:rgba(255,255,255,.2);overflow:hidden;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.control-panel .logged-in a {color:#fff;}
.control-panel .logged-in ul li a {text-decoration: none;}
.control-panel .not-logged .reg-btn a {
    font-size:1.4em;
    padding:0.5em;
    height:20px;
    background: #ACACAC;
    color:#fff;
    -webkit-border-bottom-left-radius: 16px;
    -moz-border-radius-bottomleft: 16px;
    border-bottom-left-radius: 16px;
}
.control-panel .not-logged .reg-btn a:hover {background: #606060;}
.control-panel .not-logged .login-btn a {
    font-size:1.4em;
    padding:0.5em;
    height:20px;
    background: #505050;
    color:#fff;
    -webkit-border-bottom-right-radius: 16px;
    -moz-border-radius-bottomright: 16px;
    border-bottom-right-radius: 16px;
}
.control-panel .not-logged .login-btn a:hover {background: #898989;}
.control-panel .label a:hover{background-color:#B1B1B1;background:rgba(177,177,177,.9);color:#000;}
.control-panel .user-menu{background:#B1B1B1;-webkit-border-bottom-right-radius: 3px; -moz-border-radius-bottomright: 3px; border-bottom-right-radius: 3px;}
.control-panel .user-menu a:hover{background:#ddd;color:#000;}
.control-panel .not-logged a:hover,.control-panel .user-menu a{color:#fff;}
.control-panel .not-logged ul,.control-panel .label .logout{float:right;}
.control-panel ul,.control-panel ul li,.control-panel ul li a{display:block;}
.control-panel ul li,.is-sticky .logged-in .label,.is-sticky .logged-in .label .logout{float:left;}
.control-panel .not-logged ul.menu a,.control-panel .logged-in a, #profbar a, #navbar a{-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;-webkit-transition:all .5s ease;transition:all .5s ease;}
.control-panel .not-logged a,#breadcrumbs a{color:#AC5656;}

/*==хлам - The control panel==*/
header ul,header ul li,.list-items ul,.list-items ul li,.item-data ul,.item-data ul li,.list-items-sm ul,.list-items-sm ul li,.block-news .content ul,.block-news .content li{list-style:none;margin:0;padding:0!;}
#inf-speedbar{
	display:block;
	padding:.5em 10px;
	text-align:center;
	background:#ddd;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	border-bottom:3px solid #4b81bf;
}
#inf-speedbar hr{
	border-top: #4b81bf dotted 3px;
}
.is-sticky #inf-speedbar,.is-sticky #breadcrumbs,.is-sticky .logo{display:none;}
#sticky-header{position:relative;z-index:99;}
.is-sticky #navbar {-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;}
.is-sticky .control-panel {width:100%;background-color:#000;background:rgba(0,0,0,.6);}
.is-sticky .control-panel .logged-in{border-radius: 0px;}
.is-sticky .control-panel .user-menu{background:none;float:right;border-radius: 0px;}
.is-sticky .not-logged .login-btn a,.is-sticky .not-logged .reg-btn a{background:none;border-radius:0;margin:0;padding:0 .5em;}

/*======Страница с баллами и репутацией honors======*/
.ult-list {
    padding: 0;
    margin: 0;
}
.ult-list, .ult-item {
    width: 100%
}
.ohonor > div > header {
	font-size:1.4em;	
}
.ult-txt {
    border: 1px dotted #d6d6d6;
	font-size:1.3em;
    padding:16px;
    list-style-type:none;
	line-height:35px;
}
.ult-list, .ult-item {
    border: 1px dotted #d6d6d6
}
.ult-list {
    border-width: 0 0 1px 0
}
.ult-list li, .ult-list, .ult-place, .ult-name {
    list-style-type:none;
	margin-bottom:50px;
}
.ult-item {
    line-height: normal;
    border-width: 3px 0 0 0
}
.ult-item:hover {
    background-color: #f7f7f7
}
.ihonor {
    float: left;
    width: 100px;
    padding-top: 100px;
    margin-right: 1em;
    background-repeat: no-repeat;
    background-position: center center;
}
.honors .ult-item-wrap {
    padding:  25px 25px 25px 25px;
}
.honors li h4 {
    font-weight: 400
}
.honors li p, .awline-noact h4 {
    color: #777B7C
}
.ihonors-act, .ihonors-noact {
    float: right;
    font-size: 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 2px 5px;
    background: #97B312;
    color: #fff;
    text-transform: uppercase
}
.thide, .points, .irss, .i_honor, .ihonor {
    overflow: hidden;
    display: block;
	margin-top:-22px;
    height: 0;
    line-height: normal
}
.honor_list img {
	float:left;
	border-radius:3px; 
	width:30px;
	margin: 0 5px 0 0;
}
.ohonor > div section,.ohonor > div > header, .ohonor > div > footer {
  padding:15px 0px 25px 20px;
}

/*======Страница с пользователями======*/
.userList-Cell {
    background-color: #fff;
    display: flex;
    border-bottom: 1px solid #dfe6e9;
}

.userList-Cell:last-child {margin-bottom: 15px;}

.userList-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.userList-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.4;
    font-size: 16px;
}

.userList-title a {display: inline-table;}

.userList-active {
    position: absolute;
    align-self: flex-end;
}

.userList-active > .online, .userList-active > .offline {
    width: 12px;
    height: 12px;
    margin: 0px 8px 8px 0px;
	border-radius:10px;
}
.userList-active > .online {
	background-color:green;
}
.userList-active > .offline {
	background-color:red;
}

.userList-avatarInfo {
    display: flex;
    justify-content: flex-end;
    padding: 15px;
}

.userList-info {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.userList-info span {
    display: block;
    font-size: 20px;
}

.userList-info p {
    text-align: center;
    padding: 15px;
    margin: 0;
}

/* Стили для поиска пользователей */


.users_search_section {display: flex;}

.users_search {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px 10px 15px;
    border-bottom: 1px solid#dfe6e9;
    width: 100%;
}

.usersbmt {
    border: 1px solid #dfe6e9;
    border-left: 0;
	cursor:pointer;
    background-color: #fff;
    color: #383c3e;
    padding: 5px 20px;
}

.usersbmt:hover {
    background-color: #eee;
    border: 1px solid #383c3e;
}

.loginform,.textin {
    width: calc( 100% - 20px );
	padding: 10px;
    border: 0;
    border-top: 1px solid #dfe6e9;
}

.users_search_num {
    padding: 10px 15px;
    text-align: center;
}

@media (max-width: 992px) {
    .userList-Cell {
        flex-direction: column;
        align-items: center;
    }
    .userList-title {text-align: center;}
    .userList-title a {display: block;}
    .userList-info {margin-left: 0;}
    .users_cell_open {height: 266px !important;}
}

/*======Поиск в горизонтальном меню======*/
.search-area {
    position:relative;
    float:right;
    width:20%;
    right:-8px;
    top:3px;
}
.search-area button,.search-area input {
    border:0;
    transition:all .4s ease;-webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;-o-transition:all .4s ease;
    -ms-transition:all .4s ease;
}

.search-area #story 
{
    background-color: rgba(255,255,255,.5);
    position:absolute;
    right:0;
    width:100%;
    height:30px;
    box-shadow:0 0 0 2px rgba(255,255,255,.3);
    -webkit-border-top-left-radius: 13px;
    -webkit-border-bottom-left-radius: 13px;
    -moz-border-radius-topleft: 13px;
    -moz-border-radius-bottomleft: 13px;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
}

.search-area #story:focus {
    width:180%;
    background-color: rgba(255,255,255);
	color:#000;
    -webkit-box-shadow:inset 0 1px 1px rgba(255,255,255,.075),0 0 8px rgba(255,255,255,.6);
    box-shadow:inset 0 1px 1px rgba(255,255,255,.075),0 0 8px rgba(255,255,255,.6);
}

.search-area button {
    position:absolute;
    cursor: pointer;
    background-color: rgba(122,126,127,.0);
    top:6px;
    right:6px;
    width:17px;
    height:23px;
    opacity:.4;
    background-image:url(/images/ico/poisk.png);
}
.search-area button span{
    display:block;
    background-position:-95px -0;
    text-indent:-5555em;
}
.search-area button:hover{
    opacity:.7;
}
.search-area input[type=text]{
    color:#fff;
    padding:0 6px;
}

/*==Горизонтальное меню в движении - Horizontal menu in move==*/
.is-sticky .search-area #story {
    background-color: rgba(211,211,211,.8);
    color:#000;
    position:absolute;
    right:-2px;
    width:100%;
    height:30px;
    box-shadow:0px 2px 2px 0px rgba(0,0,0,.2);
    padding:0 10px;
}
.is-sticky .search-area #story:focus {
    color:#000;
    background-color: #fff;
    width:180%;
    box-shadow:0 0 0 2px rgba(122,126,127,1);
}

/*==Разделители - Separators*/
.clear{clear:both;display:block;height:25px;overflow:hidden;visibility:hidden;width:0;}
.clearn{clear:both;display:block;height:0;overflow:hidden;visibility:hidden;width:0;}
.clearf{clear:both;display:block;height:0;overflow:hidden;visibility:hidden;width:0;margin:-10px;}

/*==Табы в полной новости - Tabs fullnews==*/
.news-htabs { height: 43px; width:100%; line-height: 13px; margin-left:-3px; background: #D8D8D8; border: 3px #760000 solid;border-right:none;}
.news-htabs a {float: left;font-size: 17px;text-align: center;text-decoration: none;padding:12px;color: #000;margin:-3px -1px 0;padding-bottom: 17px;text-transform: uppercase;background: 35383a;border: 3px solid #760000;}
.news-htabs a:hover {color: #fff;background: #303337;}
.news-htabs a.selected {color: #d7d7d7;background: #303337;margin:-3px -1px 0;padding-bottom: 17px;border: 3px solid #760000;}
.news-htabs a.selected:hover {color: #fff;}
.news-htabs a:first-child {border-left: none;}
.news-htabs a.selected:first-child {border-left: none;}

/*==Скроллбара - Scrollbar==*/
::-webkit-scrollbar {width:6px;background:rgba(255,255,255,.7);}
::-webkit-scrollbar-track {border-width:0;}
::-webkit-scrollbar-track:hover {border-left: solid 1px rgba(221,221,221,.7);}
::-webkit-scrollbar-thumb {border-radius: 5px;border-width:1px 1px 1px 2px; border-color: #4b81bf; background-color: #4b81bf;}
::-webkit-scrollbar-thumb:hover {border-width: 1px 1px 1px 2px; border-color: #4b81bf; background-color: rgba(75,129,191,.7);}  

/*==Block==*/
.subcol .donate {
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	border:3px solid #4b81bf;
	margin:6px 6px 6px 0;
	background-color:#7770;
}
.subcol .donate a{
	color:#fff;
}
.subcol .donate a:hover {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	color:#fff;
	background-color:#4b81bfa8;
}
/*Вертикальное меню - vertical menu*/
.ico-mini {
    width:24px;
    height:24px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}
.ico-menu {
	float:left;
	padding:5px;
	margin:-11px 10px -20px -15px;
	display:inline-block;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	width:40px;
    transition:all .4s ease;-webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;-o-transition:all .4s ease;
    -ms-transition:all .4s ease;
	vertical-align: middle;
    background: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgb(93 93 93 / 66%) 100%);
    background: linear-gradient(to left,rgb(0 0 0 / 0%) 0,rgb(126 126 126) 100%);
}
.submenu_open .ico-menu {
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
}
.glossymenu .submenu .badge{
	float:right;
	display:inline-block;
	padding:3px 7px;
	font-size:12px;
	font-weight:700;
	color:#fff;
	background-color:#777;
	border-radius:13px;
}

/*1*/
.glossymenu {
	width:100%;
	overflow:hidden;
}
.glossymenu a.menuitem {
    color: #000 !important;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	color:#000;
	position:relative;
	display:block;
	padding:10px 15px;
	background-color:#fff;
	border:3px solid #4b81bf;
	margin:6px 6px 6px 0;
}
.glossymenu a.menuitem .statusicon,.submenu a.menupoditem .statusicon{position: absolute;top: 10px;right: 10px;}
.glossymenu a.menuitem:hover{background:#b3b3b338;color:#fff;text-decoration: none;}
.glossymenu a.rockstar {color:#fff;background:#ffb100bf;}
.glossymenu a.rockstar:hover {color:#000;background:#ffa600;}
.glossymenu a.atomicHeart {color:#fff;background:#4b81bfb3;}
.glossymenu a.atomicHeart:hover {background:#4b81bf54;}
.glossymenu a.suddenstrike {background:#eee;}
.glossymenu a.suddenstrike:hover {background:#bbbbbb36;}
.glossymenu a.amythology {color:#fff;background:rgb(75,129,191,0.6);}
.glossymenu a.amythology:hover {background:#4b81bf4a;}
.glossymenu a.crysis {color:#fff;background:#6f878aad;}
.glossymenu a.crysis:hover {background:#6f878aed;}
/*2*/
.glossymenu a.menupoditem {
	color:#000;
	position:relative;
	display:block;
	padding:10px 15px;
	background-color:#fff;
}
.glossymenu div.submenu .defaultbl,.glossymenu div.subpodmenu .defaultbl {
	position:relative;
	display:block;
	background-color:#bfbfbf;
	padding:10px 15px;
	cursor:default;
	font-weight:bold;
}
.glossymenu div.submenu,.glossymenu div.subpodmenu {
	color:#000;
	position:relative;
	display:block;
	padding:2px 6px 0 0;
	border-radius:0;
}

.glossymenu div.subpodmenu {
	margin-right:-6px;
}

.glossymenu .nosubmenu {
	border-radius: 0;	
}

.glossymenu div.submenu ul{
	border:3px solid #4b81bf;
	background-color:#F0F0F0;
	-webkit-border-bottom-right-radius: 13px;
	-webkit-border-bottom-left-radius: 13px;
	-moz-border-radius-bottomright: 13px;
	-moz-border-radius-bottomleft: 13px;
	border-bottom-right-radius: 13px;
	border-bottom-left-radius: 13px;
}
.glossymenu div.subpodmenu ul{
	border:none;
}

.glossymenu div.submenu_close,.glossymenu div.nosubmenuend{
	-webkit-border-bottom-right-radius: 13px;
	-webkit-border-bottom-left-radius: 13px;
	-moz-border-radius-bottomright: 13px;
	-moz-border-radius-bottomleft: 13px;
	border-bottom-right-radius: 13px;
	border-bottom-left-radius: 13px;
}

.glossymenu a.submenu_open{
	-webkit-border-radius: 13px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius: 13px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-radius: 13px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.glossymenu div.submenu ul li a{
	color:#000;
	display:block;
	padding:10px 15px;
}

.glossymenu div.submenu ul li a:hover,.glossymenu div.subpodmenu ul li a:hover{
	background-color:#bfbfbf;
    text-decoration: none;
}

.glossymenu div.submenu ul li:last-child a:hover,.glossymenu div.subpodmenu ul li:last-child a:hover{
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.glossymenu div.submenu ul .nosubmenu li:last-child a:hover,.glossymenu div.subpodmenu ul li:last-child a:hover{
	border-radius:0;
    text-decoration: none;
}

.glossymenu div.submenu .subpodmenuheader{
	color:#000;
	position:relative;
	display:block;
	background-color:#E6E6E6;
}

.glossymenu-lis {
	float: right;
	width:6px;
	height:3px;
	background:#4b81bf;
	margin-top:-27px;
}

.item-lis {
	float: right;
	width:6px;
	height:3px;
	background:#4b81bf;
	margin-top:-129px;
}

.subpodmenu{
	display: none;
}
.submenu{
	margin-top: -10px;
		 display: none;
}

/*==side-block==*/
.side-blocks,.side-blocks-files {
  font-weight: bold;
  width:100%;
}

.side-blocks .side-container,.side-blocks-files .side-container {
    position: relative;
    text-align: center;
    color: white;
}

.side-blocks .side-center,.side-blocks-files .side-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width:90%;
  transform: translate(-50%, -50%);
  color:#fff;
}

.side-blocks .lis,.side-blocks .lis-head,.side-blocks .lis,.side-blocks .lis-head{
	float: right;
	width:7px;
	height:3px;
	background:#4b81bf;
}

.side-blocks li {
    list-style: none;
}

.side-blocks .lis {
	margin-top:-60px;
}

.side-blocks .lis-head {
	margin-top:-36px;
}

.side-blocks li {
	width:96%;
    margin:4px 5px 0px 0px;
}

.side-blocks-files li {
	width:96.2%;
    margin:-6px 0 0px 0px;
}

.side-blocks img {
	border-radius:33px;
	border: 3px solid #4b81bf;
	height:100px;
	filter: brightness(60%);
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.side-blocks-files img {
	border: 3px solid #4b81bf;
	height:100px;
	filter: brightness(70%);
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.side-blocks a:hover img,.side-blocks a:hover .side-blocks .lis,.side-blocks-files a:hover img {
  filter: brightness(90%);
}

.side-block {position:relative;display:block;background-color:#fff;cursor:default;font-weight:bold;border-top:1px solid #B3B3B3;border-bottom:1px solid #B3B3B3}
.side-block a {border-bottom: 1px solid #760000;color: #5D5D5D;text-align:center;padding:10px 0px;font-weight: bold; text-decoration: none; display: block;-webkit-transition: all 0.35s ease; -moz-transition: all 0.35s ease; -o-transition: all 0.35s ease; transition: all 0.35s ease;}
.side-block a:hover {background-color: rgba(227, 227, 227, 0.7); color:#000;}
.side-block ul li,.side-blocks ul li,.side-blocks-files ul li{
    display:block;
    padding-left:0px;
}

.side-block > .head h4,.side-blocks > .head h4 {
  cursor:help;
    color: #000;
	border-radius:33px;
	background:#fff;
    padding:10px 0px;
	margin:13px 6px 13px 0;
    text-transform: uppercase;
    text-align: center;
    border: 3px solid #4b81bf;
}
.side-blocks-files > .head h4 {
    text-transform: uppercase;
    text-align: center;
	cursor:help;
    color: #000;
	-webkit-border-top-left-radius: 33px;
	-webkit-border-top-right-radius: 33px;
	-moz-border-radius-topleft: 33px;
	-moz-border-radius-topright: 33px;
	border-top-left-radius: 33px;
	border-top-right-radius: 33px;
	background:#fff;
    padding:10px 0px;
	margin:13px 6px 4px 0;
    border: 3px solid #4b81bf;
}

.sbur {
	font-weight: bold;
	text-align:center;
    text-transform: uppercase;
	color:#000;
	position:relative;
	display:block;
    padding:10px 0px;
	background:#fff;
	border:3px solid #4b81bf;
	margin:-5px 6px 6px 0;
	-webkit-border-bottom-right-radius: 13px;
	-webkit-border-bottom-left-radius: 13px;
	-moz-border-radius-bottomright: 13px;
	-moz-border-radius-bottomleft: 13px;
	border-bottom-right-radius: 13px;
	border-bottom-left-radius: 13px;
}

.sbur-person > .head h4 {
    text-transform: uppercase;
    text-align: center;
	cursor:help;
    color: #505050;
	border-top-left-radius: 33px;
	background:#f5f5f5;
    padding:10px 0px;
	margin:13px 0 4px 0;
}
.sbur-person .sbur-body{
	font-weight: bold;
	text-align:center;
    text-transform: uppercase;
	color:#fff;
	position:relative;
	display:block;
    padding:10px 0px;
	background:#dddddd7a;
	margin:-5px 0 6px 0;
	-webkit-border-bottom-left-radius: 13px;
	-moz-border-radius-bottomleft: 13px;
	border-bottom-left-radius: 13px;
}
.sbur-person a,.sbur-person small{color:#005bffa8;}
.sbur-person a:hover{color:#4b81bf}

/*==Short story==*/
.inftitlebar {
	background:#F5F5F5;
	width:98.9%;
	float:left;
	box-sizing:border-box;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	margin:0 10px 15px;
	border:3px solid #4b81bf;
	padding:10px;	
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}

.inftitlebar sup a{
	color:#4b81bf;
}

.inftitlebar sup a:hover{
	color:#505050;
	text-decoration:none;
}

.catinftitlebar {
	background:#F5F5F5;
	width:98.9%;
	box-sizing:border-box;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	margin:0 10px 15px;
	border:3px solid #4b81bf;
	padding:10px;
	-webkit-border-bottom-right-radius: 13px;
	-webkit-border-bottom-left-radius: 13px;
	-moz-border-radius-bottomright: 13px;
	-moz-border-radius-bottomleft: 13px;
	border-bottom-right-radius: 13px;
	border-bottom-left-radius: 13px;
}
.items-ads { color: #000 !important; }
.items-ads .description{float:center;}
.items-ads ul ,.items-ads ul {margin:5 20px;}
.items-ads ul li{padding:1px;margin:0 35px;}
hr {clear:both;display:block;height:1px;border:0;border-top:1px solid #E7E7E7;margin:0}
.items-ads p {margin:0px 0px -5px;}
.items-ads {font-size:1.3em;line-height: 1.7;text-align:justify;padding:2%;overflow-wrap: break-word;}
.comment .wrapped a,.items-ads a {color:#4b81bf;}
.comment .wrapped code {margin-top:13px;margin-bottom:13px;}
.comment .wrapped ul {margin-left:50px;}
.comment .wrapped a:hover,.items-ads a:hover {color:#23527c;text-decoration: underline dotted;}
.page .poster {
	object-fit: cover;
    width:100%;
    height: 250px;
}

.btnKey {
    font-size:1em;
}
.items-ads .description{float:center;margin-right:2%;}
.items-ads .emoji {
    padding:0px;
    margin:0px;
    display:inline-block;
    }
.items-ads .info{float:left;width:35%;font-size:.9em;}
.items-ads dl,.items-ads dt,.items-ads dd{position:relative;margin:0;padding:0;}
.items-ads dl{margin-bottom:5px;padding-bottom:5px;border-bottom:1px dotted #ccc;}
.itemss-ads dt{font-weight:700;}
.items-ads dt:before{position:absolute;content:"";left:-7px;top:7px;width:0;height:0;border-top:3px solid transparent;border-bottom:3px solid transparent;border-left:3px solid #ccc;}
.items-ads img{max-width:100%;height:auto;}

.items-ads sub,sup{
    font-size:.6em;
    line-height:0;
    position:relative;
    vertical-align:baseline;
} 
.items-ads sup{
    top:-.5em;
}
.items-ads sub{
    top:.5em;
}

.item-ads .description{float:center;}
.item-ads ul ,.item-ads ul {margin:5 20px;}
.item-ads ul li{padding:1px;margin:0 35px;}
hr {clear:both;display:block;height:1px;border:0;border-top:1px solid #E7E7E7;margin:0}
.item-ads p {text-indent: 20px;}p {margin-bottom: 0.4em; }
.item-ads {font-size:1.5em;text-align:justify;padding:2%;}
.item-ads .description{float:center;margin-right:2%;}
.item-ads .emoji {
    max-width:22px;
    padding:0px;
    margin:0px;
    display:inline-block;
    }
.item-ads .info{float:left;width:35%;font-size:.9em;}
.item-ads dl,.item-ads dt,.item-ads dd{position:relative;margin:0;padding:0;}
.item-ads dl{margin-bottom:5px;padding-bottom:5px;border-bottom:1px dotted #ccc;}
.item-ads dt{font-weight:700;}
.item-ads dt:before{position:absolute;content:"";left:-7px;top:7px;width:0;height:0;border-top:3px solid transparent;border-bottom:3px solid transparent;border-left:3px solid #ccc;}

.postvidimg img, .fullstory > a img, .highslide img, .item-screens img, .poster img {
    cursor: zoom-in;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
}
.postvidimg{background:none}
.postimg:hover .postvidimg:after{-webkit-transition: all 0.35s ease; -moz-transition: all 0.35s ease; -o-transition: all 0.35s ease; transition: all 0.35s ease;content:none;display:none}
.postvidimg:after{content:" ";position:absolute;padding:4 8%;margin-top:-151px;left:19px;height:151px; width:152px;background:url("../images/d_lines_fon.png") 0 0 repeat;-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.postvidimg {padding:6px 7px 0px 7px;background:url("../images/poster-fon.png"); height:154px; width:146px;}
.postimg img {margin-left:-3px;margin-top:-2px;width:152px;height:151px;-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.infbar {font-size:0.90em;opacity: 0.9;position:relative;margin-top:2%;background:#DDD;zoom:1;padding:10px;}
.newBage {
  background-color:#eee;
  border:#000;
  padding:16px;
  margin-left:-10px;
  cursor:help;
  -webkit-border-top-left-radius: 26px;
  -moz-border-radius-topleft: 26px;
  border-top-left-radius: 26px;
}

/*==Fullstory==*/
.story-wrapper,.lastcomments #dle-comments-list,.searcresult{background:#F5F5F5;box-shadow:0 0 3px 0 rgba(102,102,102,.5);float:right;}
.page {max-width:897px;border-left: 3px solid #4b81bf;position: relative; display:table-cell;}
.page .title {border-bottom:1px solid #4b81bf;padding:1% 2.5%;}
.pages {background:#F5F5F5;box-shadow:0 0 3px 0 rgba(102,102,102,.5);vertical-align: top;}
.bwr{background:#F5F5F5;margin-top:10px;box-shadow:0 0 3px 0 rgba(102,102,102,.5);float:right!important;}
.likeinfbtn {width:100%;background:#715B41; border:1px solid #594834; cursor: pointer; display:inline-block; color:#ffffff; font-family:arial; font-size:13px; font-weight:bold; padding:5px 12px; text-decoration:none;}
.redbtn {width:100%;background:#594834; border:1px solid #594834; cursor: pointer; display:inline-block; color:#ffffff; font-family:arial; font-size:13px; font-weight:bold; padding:5px 12px; text-decoration:none;}
.item-title img {zoom:0;width:15px;height:15px;background-color:#fff;border:0px;cursor: pointer;}
.item-title a:hover img{zoom:0;background-color:#fff;border:0px;opacity:0.8;cursor: pointer;}
.item-full .item-title h1{line-height:normal;margin:0;padding:0;color:#000;font-size:1.5em;}
.item-full .item-title h2{color:#C9C9C9;font-size:1em;}
/*.fr-dib {width:350px !important;} //gifki v novosti*/
.items-ads .fr-dib {cursor: default;width:104.3% !important;margin-left:-2.2%;} //gifki v novosti

.title_spoiler {font-size:14px;}.title_spoiler a img {width:9px;height:13px;}

.fullinfo {font-size:0.8em;}
.fullinfo li{padding: 3% 0;overflow: hidden; border-bottom: 1px solid #4b81bf; cursor:default;line-height: 20px;}
.fullinfo li i {font-size:16px;opacity:0.5;margin-left:6px;}
.fullinfo li a {color:#7B7B7B;}.fullinfo li a:hover{color:#4b81bf;text-decoration: none;}
.txt-in {text-align:right;float:right;margin-right:6px;}
.txt-cat {width:50%;word-wrap:break-word;white-space: pre-line;}

/*== Список с файликами ==*/
    .archive-container {
        font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        margin: 20px 0;
        overflow-x: auto;
    }
    
    .archive-title {
        font-size: 1.5rem;
        color: #ffffff;
        margin-bottom: 15px;
        font-weight: 600;
        text-align: center;
    }
    
    .archive-table {
        width: 100%;
        border-collapse: collapse;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        background: #ddd;
        margin-bottom: 20px;
    }
    
    .archive-table th {
        background-color: #3498db;
        color: #000;
        font-weight: 500;
        padding: 12px 15px;
    }
    
    .archive-table td {
        padding: 12px 15px;
        transition: all 0.2s ease;
    }
    
    .archive-table tr:last-child td {
        border-bottom: none;
    }
    
    .archive-table tr:hover td {
        background-color: #f5f9fc;
    }
    
    .archive-table tr .file{
        background-color: #ffffff70;
    }
    
    .folder-row {
        background-color: #f8f9fa;
        font-weight: 600;
        color: #2c3e50;
    }
    
    .folder-row:hover {
        background-color: #e9f5ff !important;
        cursor: pointer;
    }
    
    .file-row td:first-child {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    
    .folder-contents {
        background-color: #fafafa;
    }
    
    .folder-contents table {
        width: 100%;
        background-color: transparent;
    }
    
    .folder-contents td {
        padding-left: 30px !important;
    }
    
    .file-icon {
        font-size: 1.2em;
    }
    
    .size-cell {
        font-family: "Roboto Mono", monospace;
        color: #7f8c8d;
    }
    
    .date-cell, .time-cell {
        white-space: nowrap;
    }
    
    @media (max-width: 768px) {
        .archive-table {
            display: block;
        }
        
        .archive-table thead {
            display: none;
        }
        
        .archive-table tr {
            display: block;
            margin-bottom: 10px;
            border-radius: 5px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        }
        
        .archive-table td {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px;
            border-bottom: none;
        }
        
        .archive-table td::before {
            content: attr(data-label);
            font-weight: 600;
            color: #7f8c8d;
            margin-right: 15px;
        }
        
        .folder-contents td {
            padding-left: 20px !important;
        }
    }
    
    /* Анимация раскрытия папки */
    @keyframes slideDown {
        from { opacity: 0; max-height: 0; }
        to { opacity: 1; max-height: 1000px; }
    }
    
    .folder-contents-enter {
        display: table-row;
        animation: slideDown 0.3s ease-out forwards;
    }


/*== Кнопка для раскрытия/скрытия списка файлов под замену==*/
.expandBtn {
    position: absolute;
    top: 10px;
    right: 15px;
	background: none;
	border: none;
	color: inherit;
	cursor: pointer;
	-webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
	background: none; /* Цвет фона */
	color: #000; /* Цвет текста */
	padding: 6px 6px; /* Поля вокруг текста */
	border-radius: 5px; /* Радиус скругления углов */
	box-shadow: inset 0 5px 10px rgb(0 0 0 / 10%); /* Тень вокруг кнопки */
}
.expandBtn:hover {
	color: #4b719e; /* Цвет текста */
}
.container_zamena,.container_info_txt {
    position: relative;
}
.zamena-masked:before {
    content:'';
    position:absolute;
    bottom:0px;
    left:2px;
    right:0px;
    height:60px;
    background:linear-gradient(to bottom, rgba(255,255,255,0) 0%, #0000002e 100%);
    -webkit-border-bottom-right-radius: 13px;
    -webkit-border-bottom-left-radius: 13px;
    -moz-border-radius-bottomright: 13px;
    -moz-border-radius-bottomleft: 13px;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
}
.zamena-masked {
    max-height:120px;
}
.zamena a,.container_info_zamena a {margin-left:35px;display:list-item;color:#000;}
.zamena a:hover,.container_info_zamena a:hover {color:#4b81bf;text-decoration: none;}
/*========================================================================*/
.bwrbs{
	background:#F5F5F5;
	border:3px solid #4b81bf;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	margin:6px 6px 6px 0;
}
/*.txt-cat {visibility: hidden;width:50%;word-wrap:break-word;white-space: pre-line;}
.txt-cat a{visibility: visible;}*/

kbd {
    padding: 0 3px; border-width: 2px 3px 4px; border-style: solid; border-color: #cdcdcd #c9c9c9 #9a9a9a #c0c0c0;
    font-size: 11px; color: #000; background: #ececec;
    -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
}

.inftitlebar-rating {
	background:#F5F5F5;
	width:98.9%;
	box-sizing:border-box;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0 10px 15px;
	border:3px solid #4b81bf;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}

.inftitlebar-rating a{
	color:#4b81bf;
}

.inftitlebar-rating a:hover{
	color:#f5f5f5;
	text-decoration:none;
}

.inftitlebar-alsofile {
	width:98.9%;
	box-sizing:border-box;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0 10px 15px;
	border:3px solid #4b81bf;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}

.inftitlebar-comment {
	background:#F5F5F5;
	width:98.9%;
	box-sizing:border-box;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	margin:0 10px 15px;
	border:3px solid #4b81bf;
	padding:10px;
	min-height:66px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}

.soc-login {  line-height: 13px; margin-left:-3px;display:inline-block;}
.soc-login a {float: left;text-align: center;padding:12px;margin:-3px -3px 0px 0px;padding-bottom: 17px;border: 3px solid #4b81bf;width:24px;height:14px;}
.soc-login a:first-child {
	-webkit-border-top-left-radius: 13px;
	-webkit-border-bottom-left-radius: 13px;
	-moz-border-radius-topleft: 13px;
	-moz-border-radius-bottomleft: 13px;
	border-top-left-radius: 13px;
	border-bottom-left-radius: 13px;
}
.soc-login a:last-child {
	-webkit-border-top-right-radius: 13px;
	-webkit-border-bottom-right-radius: 13px;
	-moz-border-radius-topright: 13px;
	-moz-border-radius-bottomright: 13px;
	border-top-right-radius: 13px;
	border-bottom-right-radius: 13px;
}
a.soc-login-facebook {color:#3b5998;}a.soc-login-yandex {color:#ffcc00;}a.soc-login-mailru {color:#FC2C38;}a.soc-login-vk {color:#597da3;}a.soc-login-odnoklassniki {color:#ed812b;}a.soc-login-google {color:#dd4b39;}
.soc-login a:hover {margin:-3px 0px 0px 0px;color: #fff;background: #303337;}
.comsize {float:right;margin:-4px -10px;}
.comsize button{background:#ddd;border:none;cursor:pointer;line-height: 43px;border:3px solid #4b81bf;border-right:none;}
.comsize button:hover{background:#dddddd96;}
.comsize button:first-child{
    width:30px;
	-webkit-border-top-left-radius: 13px;
	-webkit-border-bottom-left-radius: 13px;
	-moz-border-radius-topleft: 13px;
	-moz-border-radius-bottomleft: 13px;
	border-top-left-radius: 13px;
	border-bottom-left-radius: 13px;
}
.comsize button:nth-child(2){
	width:30px;
	border-left:2px solid #2f33369c;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

/*---Подсветка кода в теге [code]---*/
.list_of_substitutes_title,.list_of_substitutes,pre code {
    border:1px solid #4b719e;
	padding: 0.5em;
    display: block;
    width:auto;
	border-left: 3px solid #4b719e;
	overflow:auto;
	white-space: pre;           /* CSS2 */
	white-space: pre-wrap;      /* CSS 2.1 */
 	white-space: pre-line;      /* CSS 2.1/3 */ 
 	white-space: -moz-pre-wrap; /* Mozilla */
 	white-space: -hp-pre-wrap;  /* HP printers */
 	white-space: -o-pre-wrap;   /* Opera 7 */
 	white-space: -pre-wrap;     /* Opera 4-6 */
 	word-wrap: break-word;      /* Только для динозавра IE */  
    -webkit-box-shadow: 0px 0px 10px #505050;
    -moz-box-shadow: 0px 0px 10px #505050;
    box-shadow: 0px 0px 10px #505050;
}
.list_of_substitutes_files table {
    width: 100%;
    border-collapse: collapse;
}
.list_of_substitutes_files th, .list_of_substitutes_files td {
    border: 1px solid #ddd;
}
.list_of_substitutes_files th {
    background-color: #f2f2f2;
}
.list_of_substitutes_title_files,.list_of_substitutes_files {
    border:1px solid #4b719e;
	padding: 0.5em;
    display: block;
    width:auto;
	border-left: 3px solid #4b719e;
	overflow:auto;
    -webkit-box-shadow: 0px 0px 10px #505050;
    -moz-box-shadow: 0px 0px 10px #505050;
    box-shadow: 0px 0px 10px #505050;
}
pre code {
    -webkit-border-radius: 13px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 13px;
    -moz-border-radius-bottomright: 0;
    border-radius: 13px;
    border-bottom-right-radius: 0;
}
.copyButton {
	display: block;
	margin-top: 0px;
	float:right;
	cursor:pointer;
	background:#00000087;
	color:#f1f1f1c9;
	font-size:.9em;
	line-height:1.5;
	border: 3px solid #4b719e;
	border-top:none;
	-webkit-border-bottom-right-radius: 13px;
	-webkit-border-bottom-left-radius: 13px;
	-moz-border-radius-bottomright: 13px;
	-moz-border-radius-bottomleft: 13px;
	border-bottom-right-radius: 13px;
	border-bottom-left-radius: 13px;
    -webkit-box-shadow: 0px 6px 10px #505050;
    -moz-box-shadow: 0px 6px 10px #505050;
    box-shadow: 0px 6px 10px #505050;
}
.copyButton:hover {
	background:#ffffff87;
	border:2px solid #4b719e;
	border-top:none;
	font-size:1em;
	color:#000;
}
.list_of_substitutes_title,.list_of_substitutes_title_files {
	-webkit-border-top-left-radius: 13px;
    -webkit-border-top-right-radius: 13px;
    -moz-border-radius-topleft: 13px;
    -moz-border-radius-topright: 13px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}
.list_of_substitutes,.list_of_substitutes_files {
	-webkit-border-bottom-right-radius: 13px;
	-webkit-border-bottom-left-radius: 13px;
	-moz-border-radius-bottomright: 13px;
	-moz-border-radius-bottomleft: 13px;
	border-bottom-right-radius: 13px;
	border-bottom-left-radius: 13px;
}

/*News and static page*/
.news-full-screens {list-style-type: none;width: 100%;display: inline-block;border-bottom: 2px solid #760000;border-top: 2px solid #760000;background:rgba(0, 0, 0, 0.05);text-align: center;}
.news-full-screens img{float:left;width: 150px; height: 150px;margin:16px;opacity:0.8;border:3px solid #242424;-webkit-transition: all 0.35s ease; -moz-transition: all 0.35s ease; -o-transition: all 0.35s ease; transition: all 0.35s ease;}
.news-full-screens img:hover{border:3px solid #760000;opacity:1;}

.visual-holder .imgs{float:center;}
.visual-holder .imgs li{display:inline-block;vertical-align:top;background-color:#bbb;border:3px solid #ddd;padding:3px;}
.visual-holder .imgs li a img:hover{opacity:1;-webkit-transition: all 0.35s ease; -moz-transition: all 0.35s ease; -o-transition: all 0.35s ease; transition: all 0.35s ease;}
.visual-holder .imgs li a img{height:150px;width:150px;vertical-align:top;background-color:#191c22; opacity:0.5;display:block;vertical-align:top;border:0 !important;-webkit-transition: all 0.35s ease; -moz-transition: all 0.35s ease; -o-transition: all 0.35s ease; transition: all 0.35s ease;}


/* HELP AND TEGS*/
.help_ramka {
    line-height:30px;
    text-align:center;
    background:#4b81bf;
    color:#fff;
}
.help_ramka:hover {
    background:#4b81bfb0;
}
.niz_ramka {
    cursor:help;
    text-align:center;
    background:#e7e6e6;
    border: 3px solid #4b81bfb0;
    border-left:none;
    border-right:none;
    color:#4b81bfb0;
    padding:3px;
}
.niz_ramka span {
    padding:3px;
	border-left: 2px solid #760000;
	border-right: 2px solid #760000;
}
.teg_f {
	padding:13px;
	font-size:1.2em;
	font-style: italic;
	border-top: 3px dashed #4b81bf;
}
.history_of_changes {
	padding:17.5px;
	font-size:.8em;
	font-style: italic;
	border: 2px solid #4b81bf;
	width:100%;
	margin-left:-18px;
	border-style:dashed;
	border-left:none;
	border-right:none;
	background:#ddd;
}
.teg_f span a,.history_of_changes span a{
    background:#ddd;
    padding:6px 16px;
    display: inline-block;
    color:#000;
    text-decoration:none;
    margin:3px;
}
.teg_f span a:hover,.history_of_changes span a:hover{
    background:#bbb;
    color:#fff;
}
.page .teg_f a{
    text-decoration: none;
    color:#505050;
}
.page .teg_f a:hover{
    color:#4b81bf;
    text-decoration: none;
}
.history_of_changes{
    overflow:hidden;
    position:relative;
    transition:height .2s;
}
.history_of_changes_slice {
    cursor:pointer;
    color:#4b81bf;
}
.history_of_changes_slice:hover {
    color:#4b81bf;
}
.slice-masked:before {
    content:'';
    position:absolute;
    bottom:0px;
    left:0;
    right:0;
    height:120px;
    background:linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);
}
.slice-masked {
    max-height:120px;
}

/*Уменьшенная копия изображения*/
.highslide:hover{text-decoration:none;opacity:1;}
.poster:after{
	content:" ";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url('/images/ico/d_lines_fon.png') 0 0 repeat;
	-webkit-transition:all 1.7s;
	-moz-transition:all 1.7s;
	-o-transition:all 1.7s;
	-ms-transition:all 1.7s;
	transition:all 1.7s;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}
.posteroff div {
	border:3px solid #4b81bf;
	border-top:none;
	-webkit-border-bottom-right-radius: 13px;
	-webkit-border-bottom-left-radius: 13px;
	-moz-border-radius-bottomright: 13px;
	-moz-border-radius-bottomleft: 13px;
	border-bottom-right-radius: 13px;
	border-bottom-left-radius: 13px;
	margin:0 6px 6px 0;
} 

.posteroff:hover .poster:after{content:none;display:none}

.item-screens {
	-webkit-border-top-left-radius: 13px;
	-webkit-border-top-right-radius: 13px;
	-moz-border-radius-topleft: 13px;
	-moz-border-radius-topright: 13px;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	margin:6px 6px 6px 0;
}
.item-screenss {border-bottom: 2px solid #4b81bf;}
.item-screens li {list-style-type: none;display: inline;}
.item-screenss li {list-style-type: none;display: inline;}
.item-screens h4{
	-webkit-border-top-left-radius: 13px;
	-webkit-border-top-right-radius: 13px;
	-moz-border-radius-topleft: 13px;
	-moz-border-radius-topright: 13px;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	border:3px solid #4b81bf;
	text-align:center;
	padding:2%;
	color:#fff;
}
.item-screens .imgs{
	border-right:3px solid #4b81bf;
}
.item-screens img,.item-screenss img{
    opacity:0.6;
    margin:0px -0.2px -3px 0px;
    height:111px;
	cursor: zoom-in;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.item-screens img {
	border:3px solid #4b81bf;
	border-top:none;
	width:49%;}
.item-screenss img{
	border-right:2px solid #4b81bf;
    width:50%;
}
.item-screens img:nth-child(odd),.item-screenss img:nth-child(odd){border-right:none;}
.item-screens img:nth-child(even),.item-screenss img:nth-child(even){border-left:none;}

.item-screens a:hover img{opacity:1;}
.item-screenss a:hover img{opacity:1;}

.fullstory > a img{opacity:0.8;width:300px;height:250px;margin:4px 4px 4px 4px;padding:4px 4px 2px 4px;background:#5D5D5D;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}
.fullstory > a img:hover{text-decoration:none;opacity:1;transition: opacity 1s ease-in-out;-moz-transition: opacity 1s ease-in-out;-webkit-transition: opacity 1s ease-in-out;background:#ab171f}

/*====Содержимое 7z*/
    .archive-container {
        font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        margin: 20px 0;
        overflow-x: auto;
    }
    
    .archive-title {
        font-size: 1.5rem;
        color: #ffffff;
        margin-bottom: 15px;
        font-weight: 600;
        text-align: center;
    }
    
    .archive-table {
        width: 100%;
        border-collapse: collapse;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        background: #ddd;
        margin-bottom: 20px;
    }
    
    .archive-table th {
        background-color: #3498db;
        color: #000;
        font-weight: 500;
        padding: 12px 15px;
    }
    
    .archive-table td {
        padding: 12px 15px;
        transition: all 0.2s ease;
    }
    
    .archive-table tr:last-child td {
        border-bottom: none;
    }
    
    .archive-table tr:hover td {
        background-color: #f5f9fc;
    }
    
    .archive-table tr .file{
        background-color: #ffffff70;
    }
    
    .folder-row {
        background-color: #f8f9fa;
        font-weight: 600;
        color: #2c3e50;
    }
    
    .folder-row:hover {
        background-color: #e9f5ff !important;
        cursor: pointer;
    }
    
    .file-row td:first-child {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    
    .folder-contents {
        background-color: #fafafa;
    }
    
    .folder-contents table {
        width: 100%;
        background-color: transparent;
    }
    
    .folder-contents td {
        padding-left: 30px !important;
    }
    
    .file-icon {
        font-size: 1.2em;
    }
    
    .size-cell {
        font-family: "Roboto Mono", monospace;
        color: #7f8c8d;
    }
    
    .date-cell, .time-cell {
        white-space: nowrap;
    }
    
    @media (max-width: 768px) {
        .archive-table {
            display: block;
        }
        
        .archive-table thead {
            display: none;
        }
        
        .archive-table tr {
            display: block;
            margin-bottom: 10px;
            border-radius: 5px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        }
        
        .archive-table td {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px;
            border-bottom: none;
        }
        
        .archive-table td::before {
            content: attr(data-label);
            font-weight: 600;
            color: #7f8c8d;
            margin-right: 15px;
        }
        
        .folder-contents td {
            padding-left: 20px !important;
        }
    }
    
    /* Анимация раскрытия папки */
    @keyframes slideDown {
        from { opacity: 0; max-height: 0; }
        to { opacity: 1; max-height: 1000px; }
    }
    
    .folder-contents-enter {
        display: table-row;
        animation: slideDown 0.3s ease-out forwards;
    }
/*=============*/
.poster a img {
    height:250px;
	-webkit-border-bottom-right-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	-moz-border-radius-bottomleft: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
}
.poster img{opacity:0.9;width:100%;height:20%;display:block;transition: opacity 1s ease-in-out;-moz-transition: opacity 1s ease-in-out;-webkit-transition: opacity 1s ease-in-out;}
.poster img img{width:100%;height:20%;display:block;}

.posters img{transition: opacity .55s ease-in-out;-moz-transition: opacity .55s ease-in-out;-webkit-transition: opacity .55s ease-in-out;opacity:0.7;width:200px;height:145px;margin:4px 4px 4px 4px;padding:4px 4px 2px 4px;background:#5D5D5D;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}
.posters{content:" ";position:relative;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;-ms-transition:all 0.2s;transition:all 0.2s}
.posters:after{content:" ";position:absolute;background:url('https://gig-pro.ru/images/ico/d_lines_fon.png') 0 0 repeat;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;-ms-transition:all 0.2s;transition:all 0.2s}

/*==Button==*/
.f_input {border-radius:4px;width:auto;display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid #CECECE;border-radius:4px}

.input-group{height:34px;display:inline-table;}
.form-control{width:100%;height:35px;border: 1px solid #ccc;padding:3px 0px 6px 0px;color:#555;background-color:#fff;}
.input-group .form-control,.input-group-addon{margin-left:-1px;display:table-cell}
.input-group-addon{width:1%;white-space:nowrap;vertical-align:middle;padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;}

.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}
.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}
.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] 
.btn{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}
input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}

.btn-green { background:#ab171f; border:1px solid #ab171f; cursor: pointer; display:inline-block; color:#ffffff; font-family:arial; font-size:13px; font-weight:bold; padding:5px 12px; text-decoration:none; -webkit-border-bottom-right-radius: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -moz-border-radius-bottomleft: 6px; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; }
.btn-green:hover { background-color: #89121A; border:1px solid #89121A; opacity:0.7; }
.btn-green:active { position:relative; top:1px; }

.btn-brown { background:#594834; border:1px solid #594834; cursor: pointer; display:inline-block; color:#ffffff; font-family:arial; font-size:13px; font-weight:bold; padding:5px 12px; text-decoration:none; -webkit-border-bottom-right-radius: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -moz-border-radius-bottomleft: 6px; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; }
.btn-brown:hover {background-color: #594834;}
.btn-brown:active {position:relative;top:1px;}
/*==Ошибка на сайте==*/
.alert {
    padding: 10px 10px 10px 70px;
    min-height: 60px;
}

.alert i {
    margin: 5px 0px 0px -60px;
    font-size:4em;
    float:left;
    color:red;
}

.related-news {
    border-top:3px solid #4b81bf;
    border-bottom:3px solid #4b81bf;
}

.downloads-rating,.downloads-info {
    padding:16px 0 16px 0;
	background:rgba(172,172,172,.3);
	color:rgba(255,255,255,.7);
}

.downloads-info a{
	color:rgba(255,255,255,.7);
}

.downloads-info a:hover{
	color:#4b81bf;
}

.downloads-rating .inf-like-post {
    background:#ccc;
    padding:9px;
    -webkit-border-top-left-radius: 13px;
    -webkit-border-bottom-left-radius: 13px;
    -moz-border-radius-topleft: 13px;
    -moz-border-radius-bottomleft: 13px;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
}
.downloads-rating .like-post {
    color:green;
    background:#ddd;
    padding:9px;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease; 
    transition: all 0.35s ease;
}
.downloads-rating .like-post:hover,.downloads-rating .dizlike-post:hover{
    background:none;
    padding:6px;
    border:3px solid #ddd;
    color:#fff;
}
.downloads-rating .dizlike-post {
    color:red;
    background:#ddd;
    padding:9px;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-border-top-right-radius: 13px;
    -webkit-border-bottom-right-radius: 13px;
    -moz-border-radius-topright: 13px;
    -moz-border-radius-bottomright: 13px;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
}
.downloads-articles {display:inline-block;position:relative;-webkit-transition: all 0.35s ease; -moz-transition: all 0.35s ease; -o-transition: all 0.35s ease; transition: all 0.35s ease;}
.downloads-articles:hover {opacity:0.5;}
.downloads-articles .downloads-articles-text {display:block;position:absolute;left:0;bottom:0;width:100%;box-sizing:border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;color:#fff;padding:10px;background-color:rgba(0,0,0,.3);
}
.downloads-articles h6 {font-family:Arial, Helvetica, sans-serif;font-size:18px;}
.downloads-articles span {font-size:12px;}

.downloads-rating .form-control {background:#eaeaea42;color:#fff;border:none;text-align:center;box-sizing: border-box;padding: 20px;}

/*==Скачать в играх==*/
.downloads-button,.downloads-button-2 {
    box-sizing: border-box;
    border: solid 0.25em transparent;
    padding: 1px;
    font: 500 1.25em/2.4 verdana, sans-serif;
    cursor: pointer;
	width:50%;
	border-top:none;
	background: repeating-linear-gradient(45deg, rgba(34, 34, 34, 0.25), transparent 1px, transparent 3px, rgba(34, 34, 34, 0.25) 4px) border-box, repeating-linear-gradient(-45deg, rgba(34, 34, 34, 0.25), transparent 1px, transparent 3px, rgba(34, 34, 34, 0.25) 4px) border-box, linear-gradient(#4b81bf, #4b81bf) 0/0 100% no-repeat border-box; color: #fff;
	-webkit-border-bottom-right-radius: 13px;
	-webkit-border-bottom-left-radius: 13px;
	-moz-border-radius-bottomright: 13px;
	-moz-border-radius-bottomleft: 13px;
	border-bottom-right-radius: 13px;
	border-bottom-left-radius: 13px;
}
.downloads-button:not(.loading):active,.downloads-button-2:not(.loading):active {
	transform: scale(0.98);
}
.downloads-button:focus,.downloads-button-2:focus {
    cursor:pointer;
    outline: none;
    box-shadow: 1px 1px 1px -1px rgba(201, 40, 35, 0.5);
}
.loading,.loading-2 {
  position: relative;
  color: transparent;
  cursor: auto;
}
.loading:after,.loading-2:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  content: attr(data-perc);
}

.downloads {
    padding:16px 0 16px 0;
	background:rgb(40 40 40 / 73%);
}
.downloads .downloads-files {
    float:center;
}
.downloads .name {
	color:#000;
	height:20px;
	width:100%;
	display:block;
	background:#DDD;
	line-height:20px;
	border: 3px solid #4b81bf;
	border-left:none;
	border-right:none;
}
.downloads .name:hover {
	background:#bbb;
	cursor:default;
}
#down-wrap .loading {
    cursor:pointer;
}
#down-wrap,#downs-wrap,#downs-wrap2 {
    cursor:pointer;
	position:relative;
	text-align:left;
	padding:5px;
	float:center;
	width:99.3%;
	margin:-5px 0 -6px -1px;
	display:block;
	text-decoration:none;
}
#down-wrap:hover span.btn-title,#downs-wrap:hover span.btn-title,#downs-wrap2:hover span.btn-title,#down-wrap:hover span.btn-title-2,#downs-wrap:hover span.btn-title-2,#downs-wrap2:hover span.btn-title-2 {
    font-size:19px;
    width:50%;
    background: #DDD;
	border-radius:0;
}
span.btn-title,span.btn-title-2{
    margin-left:2%;
    color:#000;
    text-align:center;
    font:30px/58px Tahoma, Arial, sans-serif;
    height:50px;
    display:block;
    position:relative;
    background:#DDDDDD;
    z-index:2;
    line-height:50px;
	-webkit-border-bottom-right-radius: 13px;
	-moz-border-radius-bottomright: 13px;
	border-bottom-right-radius: 13px;
}
.btn-info {
    position:absolute;
    height:50px;
    width:50%;
    top:5px;
    right:5px;
    background:#ACACAC;
    z-index:1;
	-webkit-border-bottom-right-radius: 13px;
	-moz-border-radius-bottomright: 13px;
	border-bottom-right-radius: 13px;
}
.btn-info span, .btn-notdown span {
    width:80%;
    margin:6px -4px 0 0;
    position:absolute;
    right:10px;
    color:#000;
    font:11px/12px Tahoma, Arial, sans-serif;
}

.downloads a[href^="https://disk.yandex.ru"],.downloads-files a[href^="https://yadi.sk"] {background: url("/templates/GiG-LiFe/images/yadisk.png") left no-repeat;-webkit-border-bottom-left-radius: 16px;-moz-border-radius-bottomleft: 16px;border-bottom-left-radius: 16px;}
.downloads a[href^="https://mega.nz"] {background: url("/templates/GiG-LiFe/images/mega.png") left no-repeat;-webkit-border-bottom-left-radius: 16px;-moz-border-radius-bottomleft: 16px;border-bottom-left-radius: 16px;}
.downloads a[href^="https://github.com/"] {background: url("/templates/GiG-LiFe/images/github.png") left no-repeat;-webkit-border-bottom-left-radius: 16px;-moz-border-radius-bottomleft: 16px;border-bottom-left-radius: 16px;}
.downloads a[href^="https://cloud.mail.ru/"] {background: url("/templates/GiG-LiFe/images/mail.png") left no-repeat;-webkit-border-bottom-left-radius: 16px;-moz-border-radius-bottomleft: 16px;border-bottom-left-radius: 16px;}

/*==Навигация - Кнопки==*/
.navigation a:link,.navigation a:visited {color:#fff;text-decoration:none;background:#5c5b5b;padding:3px 10px;font-size:9pt;} 
.navigation a:hover {background-color:#4b81bf; -moz-transition: ease-out 1.0s; -webkit-transition: ease-out 1.0s;} 
.navigation span {text-decoration:none;background:#4b81bf;padding:4px 11px;color:#fff;font-size:12pt;position:relative;bottom:-1.5pt;} 
.navigation span,.navigation a {-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;} 

.one-half-nav {
	height:40px;
	line-height:40px;
	padding:6px;
	width:97%;
	background:#F5F5F5;
    box-shadow:0 1px 5px rgba(100,0,0,.25);
    transition:all .4s linear;
    -moz-transition:all .4s linear;
    -webkit-transition:all .4s linear;
    -o-transition:all .4s linear;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    border: 3px solid #4b81bf;
}

.one-halfs-nav-dnk {
	width:3px;
	height:32px;
	margin:8% 0 0 50%;
	background:#4b81bf;
}

/*==Форма обратной связи==*/
.fedsocico{opacity:1;width:15px;-webkit-transition: all 0.35s ease; -moz-transition: all 0.35s ease; -o-transition: all 0.35s ease; transition: all 0.35s ease;}.fedsocico:hover{opacity:.5}

/* ====== Footer ====== */
footer {
    width: 100%;
	border-top:3px solid #4b81bf;
	background: #505050;
	color: #737373;
	font: normal 0.9rem/1 Tahoma, Arial, sans-serif;
}
footer a {
  color: #aaa;
}
footer .footer-box, footer .bottom-bar {        
	max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.col-md-3{
	width:28%;
	float:left;
}
.col-md-2{
	width:16%;
	float:left;
}
.col-md-2 ul li a{
    opacity:0.5;
}
.additional-navigation a:hover {
  color: #fff;
}
footer .additional-navigation .heading {
  color: #505050;
  font: bold 1.6rem/1 "PT Sans Narrow";
  text-shadow: 1px 1px 1px #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}
footer .bottom-bar li{
	margin: 0 0 8px 0;
	padding-left:0;
	list-style:none;
}
.counters img {
  opacity: 0.15;
}
.counters img:hover {
  opacity: 1;
}
footer .copyright-info {
	display:inline-block;
	font: normal 0.8rem/1 Tahoma, Arial, sans-serif;
	text-align:center;
    width: 100%;
	line-height: 70px;
}
.page-up {
    z-index: 2;
    width: 100px;
    height: 100%;
    color: #000;
    position: fixed;
    bottom:0;
    left:-100px;
    cursor: pointer;
    transition: all .5s ease-in-out;
    background: rgba(255, 255, 255, 0.56);
    opacity:0.6;
}
.page-up:before {
  display:block;
  position:absolute;  
  text-align:center;
  color: #FFF;
  font-size:36px;
  line-height:100px;
  font-weight:bold;
  height:100%;
  vertical-align:center;
  writing-mode:tb-rl;
  transform: rotate(180deg);
}

.page-up:hover {
    opacity:0.9;
}
.adult {
    margin: -16px auto 16px 0;
    height: 30px;
    line-height: 30px;
    text-align:center;
    width: 180px;
    display: inline-block;
    box-shadow: inset 2px 2px 5px rgba(154, 147, 140, 0.5), 1px 1px 5px rgba(255, 255, 255, 1);
    cursor:help;
    transition: 0.6s linear;
}

.adult:hover {
    background: #e6e3df;
    text-align: center;
    color:#4b81bf;
}

/*====== Персональные сообщения ======*/
table.pm tbody tr td{
	border:1px solid #4b81bf;
    line-height:1.6em;
    height:36px;
}
.box-news-content {
    line-height:50px;
}
.pm-no-messages {
    line-height:350px;
    font-size:1.3em;
}
.pm td {
    border:1px solid #127200;
    line-height:25px;
    text-align:center;
}

.pm-box {
	margin-bottom: 1.5em;
	background-color: #F5F5F5;
	border-radius: 2px;
}

#pm-menu:after {
    content: ""; clear: both;
    display: block;
}

#pm-menu {
    border-bottom: 1px solid #4b81bf;
}

#pm-menu > a {
    color: inherit;
    padding: 10px 30px;
    float: left;
    text-decoration: none !important;
    border-right: 1px solid #4b81bf;
}

#pm-menu > a:first-child {
    border-radius: 2px 0 0 0;
}

#pm-menu > a:hover {
    color: #4b81bf;
}

.pm_status {
    padding: 30px;
}

.pm_progress_bar {
    float:right;
    margin:-42px -22px 0 0;
    background:#00800075;
    transition: background-color 0.6s;
    color:#fff;
    width:66px;
    height:57px;
    line-height:55px;
    text-align:center;
}
.pm_progress_bar:hover {
    background:#008000ab;
}

.pm_status {
    padding: 20px;
}

#pm-menu {
    white-space: nowrap;
    overflow-y: hidden; overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#pm-menu > a {
    display: inline-block;
    float: none;
    padding: 10px 20px;
}

.avatar_i_pm{
    height:65px;
	width:65px;
    position: relative;
	overflow:hidden;
	border:3px solid #4b81bf;
	border-left:0;
	float:left;
	margin-top:-13px;
	-webkit-border-top-right-radius: 13px;
	-webkit-border-bottom-right-radius: 13px;
	-moz-border-radius-topright: 13px;
	-moz-border-radius-bottomright: 13px;
	border-top-right-radius: 13px;
	border-bottom-right-radius: 13px;
}
    
.avatar_i_pm img{
	height:66px;
	width:66px;
}
.pmtopinfo {
    margin-bottom:8px;
    margin-top:10px;
    padding-left:70px;
    height:0;
}

/* --- Сортировка статей --- */
.sort { list-style: none; padding: 0; margin: 0; }
  .sort > li, .sort { display: inline; }
  .sort > li { margin: 0 0 0 3%; }
  .sort > li a { color: #353535; }
  .sort > li.asc a, .sort > li.desc a { color: #4b81bf; }
  .sort > li.asc a:after, .sort > li.desc a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: -1px 0 0 .4em;
    width: 6px; height: 11px;
    -webkit-background-size: 6px auto; background-size: 6px auto;
}
.sort > li.asc a:after { background-position: 0 -11px; }

@media (max-width: 1350px) {
    .page-up {
        width: 100px;
        height: 266px;
        -webkit-border-top-left-radius: 66px;
        -webkit-border-top-right-radius: 66px;
        -moz-border-radius-topleft: 66px;
        -moz-border-radius-topright: 66px;
        border-top-left-radius: 66px;
        border-top-right-radius: 66px;
    }
}
@media (max-width: 1225px) {
    .glossymenu .submenu span.badge {display:none;}
	.fullinfo h5 li dinf{display:none;}
}
@media (max-width: 1213px) {
    .socbar {display:none;}
}
@media (max-width: 1050px) {
    .search-area,.subcol,.one-halfs-lis,.also_news {display:none;}
  	.page {max-width:100%;width:99%;display:block;}
}
@media (max-width: 1030px) {
    .fullinfo h5 i {display:none;}
    .fullinfo h5 li .txt-in {width:100%;text-align:center;}
	.txt-cat {visibility: visible;}
}
@media (max-width: 1010px) {
    .inftitlebar,.inftitlebars,.one-half {background:#F5F5F5;}
	footer {display: inline-block;}
	footer .container {margin:10px 25px 0 25px;}
    .page-up{display:none;}
}
@media (max-width: 890px) {
    .dle_b_adv_full {display:none;}
}
@media (max-width: 760px) {
    .logo {width:26%;}
}
@media (max-width: 750px) {
    .one-half-mini {width:48%;}
}
@media (max-width: 746px) {
	.player {height:50px!;}
}
@media (max-width: 734px) {
    #navbar {display:none;}
    #dle_b_adv_full {display:none;}
}
@media (max-width: 728px) {
	.dle_b_adv_full {display:none;}
}
@media (max-width: 640px) {
    .thumb-wraps img {width:150px;height:150px;}
}
@media (max-width: 620px) {
    .one-half-mini, .one-half {width:100%;}
}
@media (max-width: 640px) {
    .thumb-wraps img {width:150px;height:150px;}
}
@media (max-width: 530px) {
    .thumb-wraps img {width:50px;height:50px;}
}
@media (max-width: 431px) {
    .thumb-wraps img {width:50px;height:50px;}
}
@media (max-width: 230px) {
    .search-area {display:none;}
    }