/* SET BASE
----------------------------------------------- */
* {background: transparent;margin:0;padding:0;outline:none;border: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
ol, ul {list-style:none;text-align: left;}
blockquote, q {quotes:none;}
table {border-collapse:collapse;border-spacing:0;}
input, select {vertical-align:middle;}
article, aside, figure, figure img, hgroup, footer, header, nav, section, main {display: block;}
/*--- размер текста в опросе и популярное ---*/
body {font: 15px 'PT Sans', Arial, Helvetica, sans-serif; line-height:normal; padding:0; margin:0;        
color: #222; background:#f2f2f2 url(../images/bg-footer.webp); height:100%; width:100%; font-weight:400;}
/* Устанавливаем мягкий цвет для всего текста внутри strong */
strong { color: #353535; font-weight: 700; }
/* Устанавливаем мягкий цвет для всего текста внутри b */
b { color: #353535; font-weight: 700; }
img {max-width:100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}
a {color: #456390; text-decoration: none;}
a:hover, a:focus {color:#e04d89; text-decoration: none;}
 /* h1, h2, h3, h4, h5, h6 {font-weight:400; font-size:18px;color: #758E1B;} 7D9A1D */
.form-wrap {}
 /*.sub-title h1 {margin-bottom:15px; font-size:24px; font-weight:700;} */
.pm-page, .search-page, .static-page, .tags-page, .form-wrap {}
button, input {font-family: 'PT Sans' !important;}
p.static
{
border-radius: 9px;
width:100%;
margin: 0px 0px 0px 0px;font-family:"Times New Roman";
color:#002244;background-color:#F2F8FC;
padding:7px 5px 7px 5px;border:#C5D3DC 1px solid;
margin: 0px 0px 0px 0px;font-family:"Courier New", Courier, monospace;
font-size:14px;display:block;text-indent:0pt;
overflow:auto;text-align:left; /* max-width:1024px; */
}
/*--- SET ---*/
.button, .pagi-load a, .up-second li a, .usp-edit a, .qq-upload-button, button:not(.color-btn):not([class*=fr]), 
html input[type="button"], input[type="reset"], input[type="submit"], .meta-fav a, .usp-btn a {
padding:0px 30px; display:inline-block; height:40px; line-height:40px; border-radius:20px; cursor:pointer; 
background-color:#8ab82b; color:#fff; text-align:center; font-weight:700; font-size:17px;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}
button[disabled], input[disabled] {cursor:default;}
.button:hover, .up-second li a:hover, .usp-edit a:hover, .qq-upload-button:hover, .pagi-load a:hover, .usp-btn a:hover,
button:not(.color-btn):hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .meta-fav a:hover 
{background-color:#98d31f; color:#fff;}
button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active 
{box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}
input[type="submit"].bbcodes, input[type="button"].bbcodes, input.bbcodes, .ui-button 
{font-size: 12px !important; height: 30px !important; line-height:30px !important; padding: 0px 10px; border-radius:3px;}

input[type="text"], input[type="password"] {display:block; width:100%; height:40px; line-height:40px; padding:0 15px;
color:#000000; background-color:#f8f8f8; border-radius:4px; -webkit-appearance: none; 
box-shadow:0 0 0 1px #EDEDED,inset 1px 1px 3px 0 rgba(0,0,0,0.1);}
input[type="text"]:focus {}

input:focus::-webkit-input-placeholder {color: transparent}
input:focus::-moz-placeholder {color: transparent}
input:focus:-moz-placeholder {color: transparent}
input:focus:-ms-input-placeholder {color: transparent} 

select {height:40px; border:1px solid #e3e3e3; background-color:#FFF;}
textarea {display:block; width:100%; padding:10px; border:1px solid #e3e3e3; background-color:#F8F8F8; 
border-radius:0; overflow:auto; vertical-align:top; resize:vertical; 
box-shadow:0 0 0 1px #EDEDED,inset 1px 1px 3px 0 rgba(0,0,0,0.1);}

.img-box, .img-wide, .img-square, .img-resp, .img-resp-vert, .img-resp-sq, .img-fit 
{overflow: hidden; position: relative; background-color: #222;}
.img-resp {padding-top: 66%;}
.img-resp-vert {padding-top: 124%;}
.img-resp-sq {padding-top: 100%;}
.img-box img, .img-square img, .img-resp img, .img-resp-vert img, .img-resp-sq img {width: 100%; min-height: 100%; display: block;}
.img-resp img, .img-resp-vert img, .img-resp-sq img {position: absolute; left: 0; top: 0;}
.img-wide img {width: 100%; display: block;}
.img-fit img {width: 100%; height: 100%; object-fit: cover;}
.nowrap {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

button, .th-img {transition: all .3s;}
.button {transition: color .3s, background-color .3s, opacity .3s;}
.ps-link {cursor:pointer;}
.icon-l .fa {margin-right:10px;}
.icon-r .fa {margin-left:10px;}

.fx-row {display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.fx-center{-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
.fx-between{-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}
.fx-stretch{-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch}
.fx-top{-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}
.fx-middle{-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.fx-bottom{-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end}
.fx-col{display:-ms-flexbox;display:-webkit-flex;display:flex; 
-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.fx-wrap{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}
.fx-1 {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
	max-width: 100%; min-width: 50px;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; overflow:hidden;}
     /*  Ширина центральной части */
/* .center {margin:0 auto; position:relative; max-width:1100px; z-index:20;}  */
.block {background-color:#FFF; box-shadow:0px 0px 60px 0px rgba(179,202,211,1); border-radius:0 0 0px 0px; }
.header {height:105px; position:relative; padding:20px 30px 15px 30px;}
.topline {height:60px; background-color:#4e81b6; padding:10px 30px;}
.cols {padding:30px 30px;}
    /*  Ширина левой боковой колонны  */
.side {width:300px; float:left;}
.main {width:calc(100% - 360px); width:-webkit-calc(100% - 360px); float:right; min-height:600px;}
.footer {padding:30px 30px 15px 30px; font-size:14px; color:#ffffff; font-weight: 600; background: url(../images/bg.jpg);}
         /* Курсор стрелка справа в подвале в углу */
#gotop{position:fixed; width:40px; height:40px; line-height:36px; right:10px; bottom:50px; cursor:pointer; font-size:20px;
z-index:9998; display:none; opacity:0.7; background-color:#000; color:#FFF; border-radius:50%; text-align:center;}
.th-cat a:hover {color:#e04d89;}


/* HEADER
----------------------------------------------- */
.headline {height:5px; background-color:#d2f193; position:absolute; left:30px; right:30px; top:0;}
.headline:before {content:""; height:100%; width:240px; background-color:#ff80bc; position:absolute; left:0; top:0;}
.logo {float:left; display:block; width:280px; height:70px;}
.logo-desc {padding-left:30px; border-left:1px solid #dfe8ee; margin:10px 0 0 30px; font-size:13px; color:#71797F; 
height:50px; line-height:20px; padding-top:5px; float:left;}

.login-btns {height:30px; line-height:30px; margin-top:20px; float:right; color: #456390; font-size:13px;}
.login-btns .fa {background-color:#919da6; color:#FFF; text-align:center; width:30px; height:30px; line-height:30px; 
vertical-align:top; border-radius:50%; font-size:18px;}
.show-login {display:inline-block; vertical-align:top; cursor:pointer; margin-left: 10px;}
.show-login:hover {text-decoration: underline;}

.search-wrap {width:240px; float:left; margin:15px 0 0 30px;}
.search-box {width:100%; position:relative;}
.search-box input, .search-box input:focus {width:100%; border-radius:20px; padding:0 60px 0 15px; background-color:#f2f2f2; box-shadow:none;}
.search-box button {position:absolute; right:5px; top:0px; z-index:10; width:40px; padding:0 !important; 
background-color:transparent !important; color:#333 !important; font-size: 16px !important}


/* Основной контейнер меню */
.nav-menu1 {
    background: linear-gradient(135deg, #4E81B6 0%, #3b618a 100%);
    font-size: 0;
    text-align: center;
    margin: 0 auto; /* Центрируем меню на странице */
    white-space: nowrap; /* ЗАПРЕТ ПЕРЕНОСА: все пункты будут строго в одну строку */
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    
    /* ГИБКАЯ ШИРИНА ДЛЯ ДЕСКТОПА */
    min-width: 950px; /* Минимальная ширина */
    display: table;   /* Позволяет меню растягиваться под контент, но не меньше min-width */
    width: fit-content; /* Меню будет ровно такой ширины, сколько занимают ссылки */
}

/* Пункты верхнего уровня */
.nav-menu1 > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    transition: all 0.3s ease;
}

/* Ссылки верхнего уровня */
.nav-menu1 > li > a {
    display: block;
    /* УМЕНЬШЕНО: padding с 25px до 18px, чтобы влезло больше ссылок в одну строку */
    padding: 0 18px; 
    line-height: 70px;
    height: 70px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Наведение на верхнее меню (Десктоп) */
.nav-menu1 > li:hover > a {
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
}

/* Стрелочка под текстом по центру (Десктоп) */
.nav-menu1 > li.submenu1 > a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    left: 50%;
    bottom: 8px;
    transform: translateX(-50%);
    font-size: 14px;
    line-height: 1px;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

/* Анимация стрелочки при наведении (Десктоп) */
.nav-menu1 > li.submenu1:hover > a:after {
    color: #fff;
    bottom: 4px;
}

/* Выпадающий список (Десктоп) */
.hidden-menu1 {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 998;
    background-color: #ffffff;
    width: 260px;
    margin-top: 5px;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    display: none;
    padding: 10px 0;
    border-top: 3px solid #5a92cc;
}

/* Ссылки внутри выпадающего списка */
.hidden-menu1 a {
    display: block;
    padding: 12px 20px;
    color: #444;
    border-bottom: 1px solid #f0f0f0; 
    font-size: 15px;
    text-align: left;
    white-space: normal;
    text-decoration: none;
    line-height: 1.4; /* ИСПРАВЛЕНО: было 5px */
    transition: all 0.3s ease-in-out; 
}

.hidden-menu1 li:last-child a {
    border-bottom: none;
}

/* Эффект плавного смещения (Десктоп) */
.hidden-menu1 a:hover {
    background-color: #f4f8fc;
    color: #3E78B2;
    padding-left: 7px; 
}

/* --- МОБИЛЬНАЯ ВЕРСИЯ (SIDE-PANEL) --- */
.side-panel {
    background: rgba(78, 129, 182, 0.95) !important; 
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.side-panel .nav-menu1 {
    background: none !important;
    box-shadow: none !important;
    margin: 60px 0 0 0 !important;
    display: block !important;
    white-space: normal !important;
    min-width: auto !important; /* Сбрасываем ширину для мобилок */
    width: 100% !important;
}

.side-panel .nav-menu1 > li {
    display: block !important;
    width: 100%;
}

.side-panel .nav-menu1 > li > a {
    color: #fff !important;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    line-height: 1.3 !important;      /* ИСПРАВЛЕНО: возвращаем нормальный интервал между строками текста */
    min-height: 50px !important;      /* ДОБАВЛЕНО: сохраняем общую минимальную высоту для удобного клика */
    padding-top: 15px !important;     /* ДОБАВЛЕНО: компенсируем удаленный line-height отступом сверху */
    padding-bottom: 15px !important;  /* ДОБАВЛЕНО: компенсируем удаленный line-height отступом снизу */
    height: auto !important;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s ease;
}

/* В мобильной версии стрелочка справа */
.side-panel .nav-menu1 > li.submenu1 > a:after {
    position: static !important;
    margin-left: 10px;
    display: inline-block;
    /* Убрал transform: none !important, чтобы работало вращение ниже */
}

.side-panel .nav-menu1 > li > a:hover {
    background-color: #f4f8fc !important;
    color: #3E78B2 !important;
}

.side-panel .hidden-menu1 {
    position: static !important;
    width: 100% !important;
    background: rgba(0,0,0,0.15) !important; 
    box-shadow: none !important;
    border: none !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

.side-panel .hidden-menu1 a {
    color: #fff !important;
    padding-left: 30px !important;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    line-height: 1.4 !important; /* ДОБАВЛЕНО: фиксация высоты строки для мобильной панели */
    transition: all 0.2s ease;
}

.side-panel .hidden-menu1 a:hover {
    background-color: #f4f8fc !important;
    color: #3E78B2 !important;
}

/* Вращение стрелочки (Исправлено) */
.side-panel .nav-menu1 > li.submenu1:hover > a:after,
.side-panel .nav-menu1 > li.submenu1.menuactive1 > a:after {
    transform: rotate(180deg) !important;
    color: #3E78B2 !important;
}

.close-overlay {
    background: rgba(0,0,0,0.5);
}

/* SECTION
----------------------------------------------- */
.mtitle {font-weight:700; font-size:28px; margin-bottom:30px;}
.floats {margin:0 -15px;}
.speedbar {font-size: 13px; margin-bottom: 30px; color: #888;}
.speedbar a {text-decoration: underline;}

/* THUMB
----------------------------------------------- */
.thumb {float:left; width:33.33%; padding:0 15px 30px 15px;}
.th-img {display:block; margin-bottom:7px;}
.th-meta {display:inline-block; position:absolute; padding:3px 5px; font-size:12px;}
.th-views {background-color:#4e81b6; color:#FFF; left:0px; bottom:0px;}
.th-comms {background-color:#e04d89; color:#FFF; right:0px; bottom:0px;}
.th-meta .fa {margin-right:5px;}
.th-desc {height:200px; overflow:hidden; position:relative;}
.th-title {display:block; margin-bottom:7px; font-size:17px;}
.th-cat, .th-cat a {color:#919da6; font-size:11px;}
.th-text {margin-top:7px;}
.th-desc:before {content:'';position:absolute;z-index:1;bottom:0px;left:0;right:0;height:60px;pointer-events:none;
background:-webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);
background:linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);}
.th-img:hover {box-shadow:0 15px 25px 0 rgba(0,0,0,0.15);}

.tile {width: 33.33%; float: right; padding: 0 15px 30px 15px;}
.tile-in {display: block; width: 100%; height: 150px;}
.tile-title {position: absolute; left: 0; bottom: 0; right: 0; padding: 15px; z-index: 10; 
color: #fff; font-size: 17px;}
.tile-in:before {content: ''; position:absolute; left:0; bottom:0; width:100%; height: 70%; z-index: 5;
background: linear-gradient(to top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); 
background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);}
.tile-big {width: 66.66%; float: left;}
.tile-big .tile-in {height: 330px;}
.tile-big .tile-title {font-size: 28px; padding: 30px;}
.tile-cat {display: inline-block; font-size: 15px; background-color: #4e81b6; color: #fff; 
padding: 3px 15px; margin-bottom: 15px;}
.tile-in:hover .tile-title {text-decoration: underline;}


/* SIDE
----------------------------------------------- */
.side-box {margin-bottom:30px;}
.side-bt {margin-bottom:15px; font-size:24px;}

.expert {height: 330px;}
.expert:before {content: ''; position:absolute; left:0; bottom:0; width:100%; height: 70%; z-index: 5;
background: linear-gradient(to top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); 
background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);}
.expert .tile-title .tile-cat + div {font-size: 24px; margin-top: -7px;}
.expert + .button {width: 100%; border-radius: 0;}

.side-item {display:block; padding-left:80px; position:relative; min-height:67px; margin-bottom:7px; 
padding-bottom:7px; border-bottom:1px solid #dfe8ee;}
.side-img {width:60px; height:60px; border-radius:50%; position:absolute; left:0; top:0;}
.side-cat {color:#919da6; font-size:11px;}
.side-title {margin-bottom:7px;}
.side-item:last-child {margin-bottom:0;}


/* FOOTER
----------------------------------------------- */
.ft-desc {width:500px; padding-left:100px; 
background: url(../images/footer.png) /*left center*/ no-repeat; min-height: 100px;}
.ft-menu {min-height: 100px;}
.ft-menu a {text-decoration: underline;}
.ft-menu li + li {margin-top:10px;}
.ft-menu a.active {display:inline-block; padding:3px 5px; color:#fff; background-color:#8ab82b;}
.ft-soc {height:40px text-align:center; white-space:nowrap; margin-bottom:15px;}
.ft-soc .fa {width:30px; height:30px; border-radius:50%; text-align:center; line-height:30px; 
background-color:#C70003; color:#fff; font-size:14px; margin-right:5px; cursor:pointer; float:left;}
.ft-soc .fa:hover {opacity:0.8;}
.fa.fa-vk {background-color:#5075a5;}
.fa.fa-facebook {background-color:#4b6baf;}
.fa.fa-twitter {background-color:#2daae1;}
.fa.fa-odnoklassniki, .fa.fa-rss {background-color:#FC6D00;}
.ft-feed {position:relative;}
.ft-feed input {background-color:#fff; padding:0 60px 0 15px; border-radius:20px; box-shadow:none;}
.ft-feed button {position:absolute; right:0; top:0; padding:0 !important; width:40px;}
.ft-capt {font-weight:700; margin-bottom:10px;}
.ft-btm {width:100%; padding-top:15px; border-top:2px solid #dfe8ee; margin-top:30px;}
#go2full {font-size:16px; color:#ffffff; font-weight: 500; text-shadow: 0 1px 0 #fff; display: block; width: 100%; padding: 9px 0px;}
#go2full:before {margin: 2px 7px 0 0; width: 31px; background-position: -12px 0; }
.ico:before { display: inline-block; background-image: url(../images/sprite2.png); }
.ico:before { float: left; content: ""; width: 12px; height: 12px; }
/*.ico:before { float: none; position: absolute; margin-top: 4px; }*/

/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {line-height:40px; text-align:left; padding:30px 15px 0 15px;}
.pagi-nav {max-width:100%; display:inline-block;}
.pagi-nav > span {display:inline-block;}
.pprev, .pnext {}
.pprev {}
.pnext a, .pprev a, .pprev > span, .pnext > span {display:block; width:46px; text-align:center;}
.navigation {text-align:center;}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {display:inline-block; padding:0 10px; 
background-color:#f2f2f2; margin:5px 7px 0 0; border-radius:20px;  min-width:40px;}
.navigation span, .pagi-nav a:hover {background-color:#4e81b6; color:#fff;}
.navigation span.nav_ext {background-color:#fff; color:#888;}
.pagi-nav a:hover {background-color:#4e81b6; color:#fff;}
.dle-comments-navigation .pagi-nav {margin-bottom:0;}


/* FULL
----------------------------------------------- */
.main-item-date {opacity:0.6; font-size:13px;}
.main-item-date .fa {color:#3c6695;}
          /* Размер шрифта h1 на статичных страницах и новостях */
/* 
.full h1 {font-size:24px; font-weight: 700; margin-bottom:15px;}
*/
.full h1 .fa {font-size:16px; margin-left:10px; vertical-align:middle;}
.full-meta {margin-bottom:30px; height:20px; overflow:hidden; line-height:20px;}
.full-meta .main-item-date {float:left; margin-right:15px;}
.full-meta .main-item-date.to-fav {float:right; margin:0;}
.full-meta .main-item-date.frate {margin:0 0 0 10px; position:relative; top:1px;}
.rels {padding-top:25px;}


/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame 
{width:100%; max-width:100% !important; height:400px; display:block; margin:0 auto;}
.mejs-container {max-width:100% !important;}
                       /* Размер текста статьи и новости */
.full-text {line-height:1.7;font-size: 14pt;}
.full-text img:not(.emoji) {max-width:100%; border:0px solid #f0f0f0;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
/*
.full-text a {text-decoration:underline;}
.full-text a:hover {text-decoration:none;}
*/
.full-text h4, .full-text h5 {margin:10px 0; font-size:24px; font-weight:700;}
.full-text h2 {font-size:24px; font-weight:700; text-align: left; line-height: 1.5;}
.full-text h3 {font-size:22px; font-weight:700; text-align: left; line-height: 1.5;}

.full-text p {margin-bottom:10px;}
.full-text > ul {margin: 20px 0px 0px 0px;}
.full-text > ol {margin: 20px 0px 0px 0px;}
.full-text > ul li {list-style:disc; margin-left:40px; position:relative;margin-top: 10px;}
.full-text > ol li {list-style:decimal; margin-left:40px;margin-top: 10px;}

/* === Обёртка таблицы — включает горизонтальный скролл на мобилках === */
.table-wrap {
    overflow-x: auto; /* ← включает горизонтальный скрол таблиц */
    -webkit-overflow-scrolling: touch;  /* ← плавный скрол на iOS */
    margin: 24px 0;
}

.full-text table {width:100%; border-collapse: collapse; min-width: 500px; text-align:left; margin:10px 0;}
.full-text table tr td {padding:10px; border:2px solid #fff;}
.full-text table tr:nth-child(2n+1) {background-color:#f5f5f5;} 
.full-text table tr:nth-child(1) { color:#404040;}
.full-text table th {
    padding-left: 10px;
}
       /* .full-text table tr:nth-child(1) {background-color:#0297dc !important; color:#FFF;} */
.full-text table img {display:block; margin:0; border:0; max-width:350px}
.attach {line-height:40px; background-color:#f5f5f5; padding:0 15px 0 0; border-radius:4px; margin:10px 0; overflow:hidden;}
.attach .download-link {color:#FFF !important; text-decoration:none !important; margin-right:15px; float:left; 
display:inline-block; padding:0 15px; background:#3c6695;}
.attach-info {float:right;}
.attach i {margin-right:5px;}
.dcont {border:1px solid #e3e3e3; padding:0 15px 15px 15px; margin:0 0 20px 0; line-height:20px;}
.polltitle {display:block; padding:5px 15px; margin:0 -15px 15px -15px; font-size:18px; background-color:#f5f5f5; line-height:normal;}
.full-taglist a {color:#3c6695;}
.full-taglist {margin:30px 0 0 0;}
.full-taglist span:not(:last-child):not(.fa) a:after {content:","; margin-right:3px;}


/* COMMENTS
----------------------------------------------- */
.comms-title {line-height:40px; margin-bottom:30px;}
.comms-title > span {font-size:14px;}
.add-comm-form {position:relative; display:none; padding:15px; border:1px dashed #CCC; margin:-15px 0 30px 0;}
.ac-soc {position:absolute; right:16px; top:10px;}
.ac-soc:before {content:attr(data-label); display:inline-block; vertical-align:top; line-height:30px; margin-right:5px;}
.ac-soc a {display:inline-block; margin:0 0 0 3px; vertical-align:top;}
.ac-soc img {display:block; width:30px; border-radius:15px;}
.ac-inputs, .ac-textarea {margin-bottom:15px;}

.ac-av {width:40px; height:40px; border-radius:50%; float:left; margin-right:10px;
background:#fff url(../dleimages/noavatar.png) no-repeat; background-size:contain;}
.ac-title {margin-bottom: 15px;}
.ac-inputs input {width:49%;}
.ac-textarea textarea {height:85px;}
.ac-submit {}
.sec-answer + .sec-label {margin-top:10px;}
.ac-protect {margin-top:-10px; display:none;}
.ac-protect .label {font-size:12px;}
.ac-protect .sep-input {padding:10px 10px 10px 160px;}
.ac-protect input {}

.mass_comments_action {text-align:right; padding:5px 15px; background-color:#f5f5f5; margin:20px 0 0 0;}
.last-comm-link {font-size:16px; margin-bottom:10px;}
.last-comm-link a {text-decoration:underline; color:#06c;}
.full-comms {border-top: 5px solid #4e81b6;padding-top: 30px;}

.comm-item {padding-left:55px; margin-bottom:15px;}
.comm-left {width:40px; height:40px; margin-left:-55px; float:left; border-radius:50%;}
.comm-right {width:100%; float:right;}

.comm-one {font-size:14px; height:18px; line-height:18px; overflow:hidden; margin-bottom:6px;}
.comm-one > span:last-child {color:#bcbcbc; float:right; margin-right:0;}
.comm-one > span {float:left; margin-right:15px;}
.comm-author {font-weight:400;}
.comm-two {color:#4c4c4c; line-height:20px; padding-bottom:0; font-size:14px;}
.signature {margin-top:10px; padding-top:5px; font-size:12px; font-style:italic; color:#888; border-top:1px dashed #e3e3e3;}
.comm-three {margin-top:6px; font-size:12px; text-align:right;}
.comm-three li {display:inline-block; margin-left:10px;}
.comm-three li:first-child {margin-left:0px; float:left;}


/* LOGIN
----------------------------------------------- */
.login-box {background-color:#FFF; padding:20px; display:none;}
.lb-user {margin:-20px -20px 20px -20px; padding:20px; background-color:#f6f6f6;  
display:flex; flex-flow:row wrap; justify-content:center; align-items:center;}
.lb-ava {width:80px; height:80px; border-radius:50%; margin-right:20px;}
.lb-name div {font-size:18px;}
.lb-name a {margin-top:10px;}
.lb-menu a {display:block; line-height:30px; padding:0 10px; background-color:#f6f6f6;}
.lb-menu a:hover, .lb-menu a:hover .fa {background-color:#8ab82b; color:#fff;}
.lb-menu a .fa {color:#8ab82b;}
.login-box input[type="text"], .login-box input[type="password"], .login-box button, .lb-check 
{display:block; margin-bottom:20px; width:100%;}
.lb-check input {display:none;}
.lb-check input + label:before {width:14px; height:14px; margin-right:7px; cursor:pointer; position:relative; top:3px;
border-radius:3px; border:1px solid #ccc; content:""; background-color:#f6f6f6; display:inline-block;}
.lb-check input:checked + label:before {background-color:#e5050b;}
.lb-soc {margin:20px -20px -20px -20px; padding:20px; background-color:#f6f6f6; text-align:center;}
.lb-soc a {display:inline-block; margin:10px 3px 0 3px; vertical-align:top;}
.lb-soc img {display:block; width:30px;}

/* ADAPTIVE
----------------------------------------------- */
.btn-menu {display:none;}
.side-panel {width:280px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#fff;
padding:15px; z-index:888; position:fixed; left:-320px; top:0; transition:left .4s; -webkit-transition:left .4s;}
.side-panel.active {left:0;}
.close-overlay {width:100%; height:100%; background-color:rgba(0,0,0,0.5); 
position:fixed; left:0; top:0; z-index:887; display:none;}
.btn-close {cursor:pointer; display:block; left: 280px; top: -40px; position: fixed; z-index: 888;
width:40px; height:40px; line-height:40px; text-align:center; font-size:18px; 
background-color: #e84e36; color: #fff; transition:top .4s; -webkit-transition:top .4s;}
.btn-close.active {top:0px;}
body.opened-menu {overflow: hidden; width: 100%; height: 100%;}
/*
.side-panel .nav-menu1 {display: block; margin: 0 0 15px 0; height: auto; white-space: normal; text-align: left;}
.side-panel .nav-menu1 > li {width: 100%; border-bottom: 1px solid #5a92cc;}
.side-panel .nav-menu1 > li > a {height: 40px; line-height: 40px;}
.side-panel .hidden-menu1 {position:static; display: block; width:100%; border-radius: 0;}
.side-panel .hidden-menu1 a {padding: 7px 15px 7px 30px;}
.hidden-menu1 .submenu1 > a:after {top: 10px;}
*/
/*
@media screen and (max-width: 1220px) {
.center {max-width:1000px;}
.logo-desc, .side, .nav-menu1 {display: none;}
.main {width: 100%;}
.block {border-radius: 0;}
body {background-image: none;}
.ft-desc {width: 100%; padding: 0; margin-bottom: 25px; background-image: none;}
#gotop {display: none !important;}
.header {background-color: #f2f6f8; padding-top: 5px; height: 80px;}
.search-box input, .search-box input:focus {background-color:#fff;}
.login-btns {margin-top: 20px;}
.btn-menu {
background-color: #4e81b6; color: #fff; font-size: 18px; width: 40px; line-height: 40px; height: 40px; 
text-align: center; border-radius: 50%; float: right; display: block; cursor: pointer; margin: 15px 0 0 15px;}
}

@media screen and (max-width: 950px) {
.center {max-width:768px;}
.cols, .header, .footer {padding-left: 15px; padding-right: 15px;}
.headline {left: 15px; right: 15px;}
.header {height: 135px;}
.search-wrap {width: auto; margin: 0; left: 15px; right: 15px; bottom: 15px; position: absolute;}
.toc_white {margin-left: -15px; padding: 15px;}
}
*/

@media screen {
    .logo-desc, .side, .nav-menu1 {display: none;}
    .main {width: 100%;}
    .block {border-radius: 0;}
   /* body {background-image: none;} */      
    .header {background-color: #f2f6f8; padding-top: 5px; height: 90px;}
    .search-box input, .search-box input:focus {background-color:#fff;}
    .login-btns {margin-top: 20px;}
    .btn-menu {
        background-color: #4e81b6; color: #fff; font-size: 18px; width: 40px; line-height: 40px; height: 40px; 
        text-align: center; border-radius: 50%; float: right; display: block; cursor: pointer; margin: 15px 0 0 15px;
    }
    
}
    /* Ширина для декстопов */
@media screen and (min-width: 951px) {
    .center {max-width: 1100px; margin:0 auto; position:relative; }
	/*#gotop {display: none !important;}*/
}
@media screen and (max-width: 950px) {
    .center {max-width: 768px;}
	.cols, .header, .footer {padding-left: 15px; padding-right: 15px;}
    .headline {left: 15px; right: 15px;}
	.header {height: 135px;}
    .search-wrap {width: auto; margin: 0; left: 15px; right: 15px; bottom: 15px; position: absolute;}
    .toc_white {margin-left: -15px; padding: 15px;}
	.ft-desc {width: 100%; padding: 0; margin-bottom: 25px; background-image: none;} 
}


@media screen and (max-width: 760px) {
.center {max-width:640px;}
.mtitle {font-size: 20px;}
.tile {width: 100%; padding-bottom: 15px;}
.tile-big .tile-title {font-size: 17px; padding: 15px;}
.tile-in {height: 180px !important;}
.thumb {width: 50%;}
.footer, .ft-btm {display: block; text-align: center;}
.ft-soc, .ft-count {display: inline-block;}
.ft-menu, .ft-copyr {margin-bottom: 15px;}
.full h1 {font-size:20px;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size:18px;}
.full-text {margin-left: 10px;}
.comm-three li:not(:first-child) {display:none;}
.dcont button {font-size:12px; padding:0 15px !important;}
.ac-protect {margin-top:0px;}
.comments-tree-list .comments-tree-list {padding-left:0px !important;}
.comments-tree-list .comments-tree-list:before {display:none;}
.mass_comments_action {display:none;}
.sub-title h1 {font-size:18px; line-height:24px;}
}

@media screen and (max-width: 590px) {
.center {max-width:480px;}
.show-login {display: none;}
.full-text {margin-left: 10px;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}
.ac-soc {position:static;}
.ac-inputs input {width:100%; margin-top:10px;}
.ac-protect {width:100%; float:none; margin:0;}
.ui-dialog {width:100% !important;}
.upop-left, .upop-right {float:none !important; width:100% !important; margin:0; padding:0 20px;}
.upop-left {margin-bottom:10px; text-align:center;}
.ui-dialog-buttonset button {display:block; margin:0 0 5px 0; width:100%;}
#dofullsearch, #searchsuggestions span.seperator {display:none !important;}
.attach .download-link {margin:0 -15px 0 0; float:none; display:block; padding:0 10px;}
.attach-info {float:none;}
}

@media screen and (max-width: 470px) {
.center22 {max-width:320px;}
.thumb {width: 100%; padding-bottom: 15px;}
.th-desc {height: auto; min-height: 60px;}
.logo {width: 180px; padding-top: 10px;}
.headline:before {width: 180px;}
.full-text {margin-left: 10px;}
.comms-title {text-align:center; display:block;}
.comms-title .button {width:100%;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}
/* MENU BORT
----------------------------------------------- */
.vmenu a
{
  -webkit-background-origin: border !important;
  -moz-background-origin: border !important;
  background-origin: border-box !important;
}
ul.vmenu, ul.vmenu ul
{
  list-style: none;
  display: block;
}
ul.vmenu, ul.vmenu li
{
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
  line-height: 0;
}
ul.vmenu
{
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
ul.vmenu>li>a
{
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
  padding: 0 15px;
  margin: 0 auto;
  font-size: 11px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  color: #3B3B3B;
  min-height: 30px;
  line-height: 30px;
}
ul.vmenu a
{
  display: block;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
ul.vmenu ul, ul.vmenu li
{
  position: relative;
}
ul.vmenu>li
{
  margin-top: 4px;
}
ul.vmenu>li:first-child
{
  margin-top: 0;
}
ul.vmenu>li>a:before
{
  background: url('../images/left-menu-icon.png') no-repeat center;
  content: '.';
  text-indent: 7px;
  overflow: hidden;
  width: 7px;
  min-height: 7px;
  float: right;
}
ul.vmenu>li>a.active:before
{
  background: url('../images/left-menu-icon-active.png') no-repeat center;
  content: '.';
  text-indent: 7px;
  overflow: hidden;
  width: 7px;
  min-height: 7px;
  float: right;
}
ul.vmenu>li>a:hover:before, ul.vmenu>li>a.active:hover:before, ul.vmenu>li:hover>a:before, ul.vmenu>li:hover>a.active:before
{
  background: url('../images/left-menu-icon-active.png') no-repeat center;
  content: '.';
  text-indent: 7px;
  overflow: hidden;
  width: 7px;
  min-height: 7px;
  float: right;
}
ul.vmenu>li>a:hover, ul.vmenu>li>a.active:hover, ul.vmenu>li:hover>a, ul.vmenu>li:hover>a.active
{
  border: 1px solid #9EB602;
  padding: 0 15px;
  margin: 0 auto;
}
ul.vmenu>li>a:hover, ul.vmenu>li>a.active:hover
{
  text-decoration: underline;
 text-decoration: none;
}
ul.vmenu a:hover, ul.vmenu a.active:hover
{
  color: #9EB602;
}
.vmenublockheader
{
  background: #7D9A1D;
  padding: 7px 0px;
  margin: 5px auto;
text-align:center;
color:#ffffff;
/*text-shadow: 1px 1px 2px pink;*/
}
/* Адаптивное видео */
.video-responsive { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow:hidden; 
} 
.video-responsive iframe, 
.video-responsive object, 
.video-responsive embed,
.video-responsive video {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%;
  height: 100%;
}
/* Исключаем изменение цвета, если strong находится внутри ссылки */
a strong, 
strong a { 
    color: inherit !important; 
}

/* Исключаем изменение цвета, если strong находится внутри ссылки */
a b, 
b a { 
    color: inherit !important; 
}

/* Убираем подчёркивание у ссылок в обычном состоянии */
a { 
    text-decoration: none !important; 
}

/* Включаем подчёркивание ТОЛЬКО при наведении
a:hover { 
    text-decoration: underline !important; 
}
 */
/* Выделяем жирным ссылки ТОЛЬКО внутри текстов статей */
.full-text a { 
    font-weight: 600 !important; 
    text-decoration: none !important; 
}

/* Линия при наведении тоже только для ссылок в тексте
.full-text a:hover { 
    text-decoration: underline !important; 
}
 */
/* Правило для strong внутри ссылок (чтобы не менялся цвет) */
.full-text a strong, 
.full-text strong a { 
    color: inherit !important;
    font-weight: 600 !important;
}

/* Общий контейнер для текста */
.dsso-landing-container {
    /* max-width: 1100px; */
    margin: 0 auto;
    padding: 30px 10px;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #333;
    line-height: 1.6;
	min-width: auto !important;
    /* Добавляем защиту от вылета контента для всего контейнера */
    overflow-wrap: break-word;
    word-wrap: break-word;
}
/* Заголовки с защитой от длинных слов */
.dsso-landing-container h1, 
.dsso-landing-container h2 {
    color: #1a1a1a;
    /* Решение вашей проблемы: */
    overflow-wrap: break-word; /* Переносит длинное слово на новую строку */
    word-wrap: break-word;
     hyphens: auto;            /* Добавляет дефис при переносе (где поддерживается) */
    max-width: 100%;           /* Ограничиваем ширину */
}
.dsso-landing-container h1 {
    font-size: 2.1rem;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.4;
    margin: 0px auto 20px auto; /* Объединяем: центрирование (лево/право) и отступ снизу */
    text-align: center;
}
.dsso-landing-container h2 {
    font-size: 1.7rem;
    font-weight: 500;
    color: #1a1a1a;
    margin: 50px auto 0px auto; /* Центрирование (лево/право) и отступ сверху */
    margin-bottom: 20px;
    border-left: 5px solid #ffd700;
    padding-left: 15px;
}
/*
.dsso-landing-container h3 {
color: #666;
margin-bottom: 30px;
text-align: center;
font-size:23px; 
font-weight:600;
border-left: 3px solid #666;
}
*/
.dsso-landing-container h3 {
color: #353535;
margin-bottom: 0px;
font-size:24px; 
font-weight:500;
border-left: 3px solid #777777;
padding-left: 15px;
}
/*
.dsso-landing-container h3 {
    display: flex;
    align-items: center;
    justify-content: center; 
    width: fit-content;      
    margin: 0 auto 30px;       
    color: #666;
    font-size: 23px;
    font-weight: 500;
    border-left: 3px solid #666;
    padding-left: 15px;
}
*/
.dsso-landing-container h4, 
.dsso-landing-container h5, 
.dsso-landing-container h6 {
    font-size: 1.3rem;
    font-weight: 500;
    color: #444444;
    margin-bottom: 30px;
    text-align: center;
}
/* Текстовые блоки */
.dsso-landing-container p {
    font-size: 1.15rem;
    margin-bottom: 20px;
    color: #333333;
}
.dsso-landing-container article.full ul, 
.dsso-landing-container article.full ol {
    list-style: none !important; /* Это уберет стандартные точки */
    padding-left: 0;
    margin-bottom: 30px;
}
.dsso-landing-container article.full li {
	list-style: none !important; /* Это уберет стандартные точки */
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    font-size: 1.1rem;
}
.dsso-landing-container article.full li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4caf50; /* Зеленый цвет */
    font-weight: bold;
}
/* Горизонтальные разделители */
.dsso-landing-container article.full hr {
    border: 1px;
    height: 1px;
    background: #eee;
    margin: 40px 0;
}
/* Контентные блоки */
.dsso-block-highlight {
    background: #FCFCFC;  
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #eee;
    margin-bottom: 30px;
}
/* Выделенный жирным текст  */
.dsso-landing-container b, 
.dsso-landing-container strong {
    color: #353535;
    font-weight: 700;
}

/* --- Стили для таблиц внутри статей: только для класса .table-article --- */
/* Контейнер для адаптивности на мобильных (если таблица широкая) */
.table-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* плавная прокрутка на iOS */
    margin: 30px 0;
}
/* Основной класс таблицы */
.table-article {
    width: 100%;
    border-collapse: collapse;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    table-layout: fixed; /* фиксированная ширина колонок для аккуратности */
}
/* Шапка таблицы */
.table-article thead th {
    background-color: #f3f4f6;
    text-align: left;
    font-weight: 600;
    color: #111827;
    padding: 12px 15px;
    border-bottom: 2px solid #d1d5db;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
/* Тело таблицы */
.table-article tbody td {
    padding: 15px;
    vertical-align: top;
    border-bottom: 1px solid #e5e7eb;
    line-height: 1.5;
    color: #374151;
    font-size: 0.95rem;
}
/* Жирный шрифт для первого столбца (название платформы) */
.table-article tbody tr td:first-child {
    font-weight: 600;
    color: #111827;
    width: 20%; /* задаем ширину первому столбцу, остальные распределятся сами */
}
/* Убираем нижнюю границу у последней строки */
.table-article tbody tr:last-child td {
    border-bottom: none;
}
/* Эффект при наведении для улучшения читаемости */
.table-article tbody tr:hover {
    background-color: #f9fafb;
    transition: background-color 0.2s ease;
}
.phone {
    color: #0a73b8 !important;
}
