html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    outline:0;
    border:0;
    background:transparent;
    vertical-align:baseline;
    font-size:100%;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
ul li{
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    background:transparent;
    vertical-align:baseline;
    font-size:100%;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000;
    font-weight:bold;
    font-style:italic;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-spacing:0;
    border-collapse:collapse;
}
hr {
    display:block;
    margin:1em 0;
    padding:0;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;}
input, select {
    outline: none;
    vertical-align:middle;}
/*Presses the footer to the bottom*/
html,body,.wrapper{
    height:100%; }
.wrapper{
    min-height:100%;
    height:auto;
    background-image: url(../images/bg-wrapper.png);
    background-repeat:repeat;}
.main{
    padding-bottom: 50px;}/*margin shall be equal to the height footer*/
/*Стилизация placeholder*/
::-webkit-input-placeholder {
    color: #ccc;
    font:14px Arial,sans-serif;
}
:-moz-placeholder {
    color: #ccc;
    font:14px Arial,sans-serif;
}
/*/Presses the footer to the bottom*/
/*Подключение шрифтов*/
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans-light-webfont.woff') format('woff'),
    url('../fonts/opensans-light-webfont.ttf') format('truetype'),
    url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*Основные стили*/
/* Бургер-меню (скрыто на десктопе) */
.burger-checkbox, .burger-label {
    display: none;
}

header{
    margin: 0 auto;
    padding-top: 25px;
    width: 980px;
}
.main{
    margin: 22px auto 0;
    width: 980px;
    background-color: #fff;
}
footer{
    margin: 0 auto;
    padding: 15px 16px;
    width: 948px;
    background-color: #353636;
}
footer:after{
    display:block;
    clear:both;
    content:'';
}
nav li{
    float: left;
}
nav a{
    display: block;
}
nav:after{
    display:block;
    clear:both;
    content:'';
}
.after:after{
    display:block;
    clear:both;
    content:'';
}
.footer-left{
    float: left;
    max-height: 70px;
    width: 570px;
    color: #fff;
    font:12px Arial,sans-serif;
}
.footer-left a{
    color: #fff;
    text-decoration: underline;
}
.footer-left a:hover{
    color: #ccc;
}
.footer-right{
    float:right;
}
.footer-nav li{
    display: inline-block;
    vertical-align: top;
}
.footer-nav a{
    display: block;
    padding: 3px 6px 3px 0;
    border-right: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font: 15px Arial,sans-serif;
}
.footer-nav a:hover{
    color: #ccc;
}
.copyright{
    margin: -2px 1px 9px 0;
    color: #fff;
    text-align: right;
    font: 15px Arial,sans-serif;
}
.copyright span{
    margin: 0px 6px 0 9px;
    font-weight: bold;
    font-size: 26px;
}
.footer-nav .last-footer-list{
    border:none;
}
.wraper-reg-text{
    display: inline-block;
    margin-right: 4px;
    height: 36px;
    background-image: url(../images/23.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    vertical-align: top;
}
.wraper-reg-text input{
    display: block;
    margin-left: 8px;
    padding-right: 7px;
    width: 288px;
    height: 36px;
    border: none;
    border-radius: 0 5px 8px 0;
    background: none;
    background-image: url(../images/27.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    color: #000;
    font: 14px Arial,sans-serif;
    line-height: 21px;
}
.header-reg-form input[type="submit"]{
    display: inline-block;
    margin-top: 0px;
    padding: 9px 9px;
    border: none;
    border-radius: 4px;
    background: none;
    background-color: #373737;
    -webkit-box-shadow: 1px 1px 2px #000;
    -moz-box-shadow: 1px 1px 2px #000;
    box-shadow: 1px 1px 2px #000;
    color: #fff;
    vertical-align: top;
    font: 14px Arial,sans-serif;
    cursor: pointer;
}
.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wrapper-logo {
    display: inline-block;
}
.wrapper-header-reg-form {
    display: block;
}
.wrapper-header-reg-form p{
    margin-bottom: 14px;
    padding-right: 14px;
    color: #2e2e2e;
    text-align: right;
    font: 15px Arial,sans-serif;
}
.wrapper-header-reg-form a{
    color: #ca1a02;
    text-decoration: none;
}
.wraper-nav{
    margin-top: 16px;
    border-radius: 4px;
    background-image: url(../images/bg-nav.png);
    background-repeat: repeat-x;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
nav ul{
    float:right;
}
nav li{
    margin-bottom: 3px;
    border-left: 1px solid #cfcfcf;
}
nav a{
    display: inline-block;
    margin-top: 2px;
    padding: 23px 14px 19px;
    height: 17px;
    color: #6d6d6d;
    vertical-align: top;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 17px;
    font-family: 'open_sanslight',sans-serif;
}
.rating:hover{
    margin: 2px 2px 0 2px;
}
nav a:hover{
    margin: 2px 2px 0;
    padding: 23px 12px 15px;
    outline: 2px solid #fdfdfd;
    background-color:#ddd;
}
.ua-firefox nav a{
    padding: 23px 14px 21px;
}
.ua-firefox nav a:hover{
    padding: 23px 12px 17px;
}
nav:after{
    display:block;
    clear:both;
    content:'';
}
.header-reg-form{
    margin: 0;
}
.nav-description{
    padding-left: 15px;
    color: #6d6d6d;
    font-size: 14px;
    font-family: 'open_sanslight', Arial, sans-serif;
    word-spacing: 1px;
}
.wraper-main-menu{
    height: 47px;
    background-color: #353636;
}
.menu{
    float:left;
}
.wraper-main-menu:after{
    display:block;
    clear:both;
    content:'';
}
.main-menu li{
    float: left;
}
.main-menu a{
    display: block;
    padding: 17px 20px 14px;
    border-right: 1px solid #222;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.main-menu a:hover{
    background-color: #484848;
}
/*Стили слайдера*/
.wraper-slider{
    position: relative;
    z-index: 0;
    overflow: hidden;
    width: 980px;
    height: 558px;
}
.slider{
    position: relative;
    top: 0px;
    left:-980px;
    z-index: 0;
    height: 558px;
}
.slider li{
    position: relative;
    z-index: 0;
    float: left;
}
.slider li span{
    position: absolute;
    top:20px;
    left:30px;
    font:20px Arial,sans-serif;
}
.slider img{
    width: 980px;
    height: 558px;
}
.navigation-slider{
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 1;
}
.navigation-slider li{
    position: relative;
    z-index: 1;
    float: left;
    margin: 0 35px;
}
.navigation-slider i{
    display: block;
    visibility: hidden;
    margin: 0 auto;
    width: 16px;
    height: 9px;
    background-image: url(../images/slider/preview/arrow-nav.png);
    background-repeat: no-repeat;
}
.navigation-slider li:hover i{
    visibility: visible;
}
.navigation-slider img{
    width: 168px;
    height: 81px;
    border: 3px solid #2d2d2d;
    border-radius: 5px;
}
.navigation-slider img:hover{
    border-color: #fff;
}
.navigation-slider .last-prew{
    margin-left:35px;
}
.wraper-slider .navigation-slider .active-slide img{
    border-color: #fff;
}
.wraper-slider .navigation-slider .active-slide i{
    visibility: visible;
}
.slider li span{
    position: absolute;
    top: 381px;
    left: 0;
    z-index: 1;
    display: block;
    overflow: hidden;
    padding: 12px 21px 13px;
    width: 100%;
    height: 24px;
    background-image: url(../images/slider/bg-slider-text.png);
    background-repeat: repeat-x;
    color: #1d1d1d;
    font: 22px/32px Arial,sans-serif;
}
.main-top-left{

}
.wrapper-main-top{
    padding: 20px 15px 0;
}
.wrapper-main-top>div{
    display: inline-block;
    margin-left: 12px;
    width: 48%;
    vertical-align: top;
}
.wrapper-main-top>div>h2{
    margin-bottom: 20px;
    padding: 5px 10px;
    background-color: #353636;
    color: #fff;
    text-transform: lowercase;
    font:16px Arial,sans-serif;
}
.block-last-video h3{
    padding: 5px 10px;
    height: 19px;
    color: #000;
    font: 16px Arial,sans-serif;
}
.block-last-video{
    margin-top: 20px;
}
.block-last-video img{
    width: 456px;
    height: 281px;
}
.main-top-left .block-last-video img{
    height: 252px;
}
.main-middle-baners{
    padding: 20px 27px 0;
}
.main-middle-baners>div{
    display: inline-block;
    vertical-align: top;
}
.wrapper-baner-right{
    position: relative;
    z-index: 0;
    float: right;
}
.main-middle-baners:after{
    display:block;
    clear:both;
    content:'';
}
.baner-right-text{
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 1;
    padding: 5px 0;
    width: 38%;
    background-image: url(../images/baner-right-text.png);
    background-repeat: repeat;
}
.baner-right-text span{
    margin-left: 7px;
    color: #161616;
    text-transform: uppercase;
    font:16px Arial,sans-serif;
}
.main-middle:after{
    display:block;
    clear:both;
    content:'';
}
.main-middle .content{
    float:left;
}
.main-middle .sidebar{
    float:right;
}
.main-middle{
    padding: 10px 27px 0;
}
.titles{
    padding: 5px 10px;
    background-color: #353636;
    color: #fff;
    text-transform: lowercase;
    font: 16px Arial,sans-serif;
}
.content.c-left{
    width: 690px;
}
.sidebar.c-right{
    float: right;
    width: 219px;
}
.preview-last-news h2{
    margin-top: 20px;
    color: #818181;
    font-weight: 400;
    font-size: 20px;
    font-family: 'open_sanslight';
}
.inner-preview-last-news{
    margin-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #c3c3c3;
}
.img-prew{
    float: left;
    padding: 0 10px 0px 0;
    width: 194px;
    height: auto;
}
.inner-preview-last-news:after{
    display:block;
    clear:both;
    content:'';
}
.cont{
    padding-top: 7px;
    color: #3b3b3b;
    font: 16px Arial,sans-serif;
}
.left-bottom-inf span{
    display: inline-block;
    padding-top: 2px;
    padding-left: 0px;
    vertical-align: top;
}
.ua-firefox .time {
    position: relative;
    top: 4px;
}
.calendar{
    position: relative;
    z-index: 0;
    width: 30px;
    height: 18px;
    background: url('../images/main-spite.png') no-repeat -77px -5px;
}
.inner-calendar{
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 1;
}
.ua-firefox .inner-calendar{
    position: absolute;
    top: 0;
    left: 1px;
    z-index: 1;
}
.inner-calendar:after{
    display:block;
    clear:both;
    content:'';
}
.inner-calendar span{
    float: left;
}
.date-calendar{
    font:10px Arial,sans-serif;
}
.day{
    position: absolute;
    top: 1px;
    left: 1px;
    margin: 0;
    margin-right: 3px;
    padding: 0;
}
.ua-firefox .day {
    position: absolute;
    top: 4px;
    left: 1px;
    margin: 0;
    padding: 0;
}
.time{
    font:15px Arial,sans-serif;
}
.descr-category{
    position: relative;
    top: 0px;
    z-index: 0;
    display: inline-block;
    color: #3b3b3b;
    vertical-align: bottom;
    text-decoration: none;
    font: italic 15px Arial,sans-serif;
}
.ua-firefox .descr-category{
    top:3px;
}
.ua-firefox .month.date-calendar {
    position: absolute;
    top: 4px;
    left: 14px;
    margin: 0;
    padding: 0;
}
.month.date-calendar {
    position: absolute;
    top: 3px;
    left: 13px;
    margin: 0;
    padding: 0;
}
.slash{
    position: relative;
    top: 3px;
    z-index: 0;
    display: inline-block;
    vertical-align: top;
}
.ua-firefox .slash {
    position: relative;
    top: 7px;
    z-index: 0;
    display: inline-block;
    vertical-align: top;
}
.left-bottom-inf{
    margin-top: 25px;
}
.right-bottom-inf{
    display: block;
    float: right;
    margin-top: -4px;
    padding: 8px 12px;
    border-radius: 4px;
    background-color: #373737;
    color: #fff;
    text-decoration: none;
    font: 12px Arial,sans-serif;
}
.left-bottom-inf .calendar{
    position: relative;
    bottom: -3px;
    z-index: 0;
    vertical-align: bottom;
}
.preview-last-news>a{
    text-decoration: none;
}
.preview-last-news{
    margin-bottom: 10px;
}
.last .inner-preview-last-news{
    border-bottom: none;
}
.program-recommendations li{
    display: inline-block;
    margin-left: 15px;
    vertical-align: top;
}
.program-recommendations a{
    display: inline-block;
    margin-top: 20px;
    vertical-align: top;
    text-align: center;
    text-decoration: none;
}
.program-recommendations span{
    display: block;
    margin-top: 5px;
    width: 119px;
    color: #1f1f1f;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    font-family: 'open_sanslight';
}
.program-recommendations{
    margin-bottom: 15px;
}
.title-oprosnic{
    margin-top: 15px;
    color: #818181;
    font-weight: 400;
    font-size: 20px;
    font-family: 'open_sanslight';
}
.dib{
    display: inline-block;
    vertical-align: top;
}
.replacement-radio{
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url('../images/main-spite.png') no-repeat -5px -5px;
    vertical-align: top;
}
.replacement-radio.check{
    background-position: -41px -5px;

}
.answer{
    display: inline-block;
    padding: 2px 0 0 7px;
    color: #3b3b3b;
    vertical-align: middle;
    font: 16px Arial,sans-serif;
}
.oprosnic input[type="radio"]{
    display: none;
}
.form-opros{
    margin-top: 14px;
}
.form-opros>div{
    margin-bottom: 7px;
    width: 300px;
}
.submit-opros{
    display: block;
    float: left;
    margin-top: -4px;
    margin-top: 10px;
    padding: 8px 12px;
    border:none;
    border-radius: 4px;
    background: none;
    background-color: #373737;
    color: #fff;
    font: 12px Arial,sans-serif;
    cursor:pointer;
}
.left-pop-art{
    float: left;
    margin-right: 7px;
    margin-bottom: 5px;
    width: 71px;
    height: auto;
}
.wrapper-perw-pop-arcticles{
    margin: 14px 0;
}
.wraper-social-link{
    overflow: hidden;
    margin: 15px 0;
    width: 219px;
}
.wraper-social-link img{
    width: 219px;
}
.block-last-video .title-name-video{
    color: #818181;
    font-weight: 400;
    font-size: 20px;
    font-family: 'open_sanslight';
}
.right-pop-art{
    color: #3b3b3b;
    font:15px Arial,sans-serif;
}
.text-latest-updates{
    position: relative;
    z-index: 0;
    display: inline-block;
    padding-left: 46px;
    color: #3b3b3b;
    vertical-align: top;
    font: 15px Arial,sans-serif;
}
.text-latest-updates a, .wrapper-perw-pop-arcticles a{
    color: #3b3b3b;
}
.text-latest-updates i{
    position: absolute;
    top: 3px;
    left: 11px;
    z-index: 1;
    display: block;
    width: 26px;
    height: 17px;
    background-image: url(../images/folder.png);
    background-repeat: no-repeat;
}
.latest-updates{
    margin-top: 15px;
}
.choice .dib {
    margin-bottom: 8px;
}

/* =============================================================
   ОДНОТОМНЫЕ СТАТЬИ И СЛУЧАЙНЫЕ НОВОСТИ
   ============================================================= */

.article-title {
    margin: 5px 0 10px;
    color: #3b3b3b;
    font-weight: 400;
    font-size: 26px;
    font-family: 'open_sanslight', Arial, sans-serif;
    line-height: 1.2;
}

.article-info {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #c3c3c3;
}

/* Переопределение стилей от визуального редактора */
.cont, .cont *, .category-desc, .category-desc * {
    font-family: Arial, sans-serif !important;
}

.cont p, .cont span, .cont div, .cont td, .cont tr, .cont li, .cont blockquote,
.category-desc p, .category-desc span, .category-desc div, .category-desc td, .category-desc tr, .category-desc li, .category-desc blockquote {
    font-size: 16px !important;
    line-height: 1.5 !important;
    color: #3b3b3b !important;
}

/* Ссылки в контенте */
.cont a, .category-desc a {
    color: #818181 !important;
    text-decoration: underline !important;
    font-size: 16px !important;
}
.cont a:hover, .category-desc a:hover {
    color: #3b3b3b !important;
    text-decoration: none !important;
}

/* Списки в контенте (восстановление маркеров после глобального сброса) */
.cont ul, .category-desc ul {
    list-style-type: disc !important;
    margin: 10px 0 10px 25px !important;
    padding-left: 0 !important;
}
.cont ol, .category-desc ol {
    list-style-type: decimal !important;
    margin: 10px 0 10px 25px !important;
    padding-left: 0 !important;
}
.cont li, .category-desc li {
    display: list-item !important;
    margin-bottom: 5px !important;
    color: #3b3b3b !important;
}

.cont h1, .cont h2, .cont h3, .cont h4 {
    font-family: 'open_sanslight', Arial, sans-serif !important;
    color: #3b3b3b !important;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
}
.cont h1 { font-size: 24px !important; }
.cont h2 { font-size: 22px !important; }
.cont h3 { font-size: 20px !important; }
.cont h4 { font-size: 18px !important; }

/* Отступы для изображений в тексте */
.cont img {
    max-width: 100% !important;
    height: auto !important;
}
.cont img[style*="float: left"],
.cont img[style*="float:left"],
.cont img[align="left"] {
    margin-right: 15px !important;
    margin-bottom: 10px !important;
}
.cont img[style*="float: right"],
.cont img[style*="float:right"],
.cont img[align="right"] {
    margin-left: 15px !important;
    margin-bottom: 10px !important;
}

/* Блок случайных статей */
.box-random-news {
    margin-top: 15px;
}
.random-article {
    padding-bottom: 12px;
    border-bottom: 1px dashed #c3c3c3;
    margin-bottom: 12px;
}
.random-article:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}
.random-article a {
    color: #818181;
    font-size: 16px;
    font-family: 'open_sanslight', Arial, sans-serif;
    text-decoration: none;
    font-weight: 400;
}
.random-article a:hover {
    color: #3b3b3b;
    text-decoration: underline;
}
.random-article div:last-child {
    color: #3b3b3b;
    font: 14px Arial, sans-serif;
    line-height: 1.4;
    margin-top: 5px;
}

/* Отступы для блоков */
.article-full {
    margin-bottom: 30px;
}
.wrapper-latest-updates {
    margin-bottom: 25px;
}
.wrapper-auditors {
    text-align: center;
    margin: 15px 0;
}

/* Пагинация */
.list_pagination {
    margin: 25px 0;
    padding: 10px 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.pagenav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    color: #6d6d6d;
    text-decoration: none;
    font-size: 14px;
    font-family: 'open_sanslight', Arial, sans-serif;
    background-color: #fcfcfc;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
    white-space: nowrap;
    cursor: pointer;
}
a.pagenav:hover {
    background-color: #353636;
    color: #fff;
    border-color: #353636;
    text-decoration: none;
}
.pagenav.active {
    background-color: #353636;
    color: #fff;
    border-color: #353636;
    font-weight: bold;
    cursor: default;
}
.pagenav.disabled {
    color: #ccc;
    background-color: #f5f5f5;
    border-color: #e5e5e5;
    cursor: default;
    pointer-events: none;
}
/* Стрелки назад/вперёд чуть шире */
.pagenav.prev, .pagenav.next {
    padding: 0 14px;
    font-size: 16px;
    letter-spacing: 1px;
}


/* =============================================================
   АДАПТИВНЫЕ СТИЛИ — только внутри @media, десктоп не трогаем
   ============================================================= */

/* --- Планшеты и смартфоны ≤ 990px --- */
@media (max-width: 990px) {

    /* ШАПКА: стек вместо float */
    header {
        width: 100% !important;
        padding: 10px 15px !important;
        box-sizing: border-box !important;
    }
    /* ШАПКА: лого + поиск поцентру вертикально */
    .header-top {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 12px !important;
    }
    .wrapper-header-reg-form {
        float: none !important;
        width: 100% !important;
        text-align: center !important;
    }
    .header-reg-form {
        margin: 0 !important;
        display: block !important;
        width: 100% !important;
    }

    /* СОВРЕМЕННАЯ ФОРМА ПОИСКА */
    .header-reg-form form {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0 !important;
        width: 100% !important;
        background: #fff !important;
        border: 2px solid #d0d0d0 !important;
        border-radius: 8px !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
        transition: border-color 0.2s ease !important;
    }
    .header-reg-form form:focus-within {
        border-color: #353636 !important;
    }
    .wraper-reg-text {
        background-image: none !important;
        background-color: transparent !important;
        height: auto !important;
        margin-right: 0 !important;
        flex: 1 !important;
        min-width: 0 !important;
    }
    .wraper-reg-text input {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        border: none !important;
        border-radius: 0 !important;
        background-image: none !important;
        background-color: transparent !important;
        padding: 12px 14px !important;
        height: 46px !important;
        box-sizing: border-box !important;
        font: 15px Arial, sans-serif !important;
        color: #333 !important;
        outline: none !important;
    }
    .header-reg-form input[type="submit"] {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-shrink: 0 !important;
        width: 52px !important;
        height: 46px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        border-left: 2px solid #d0d0d0 !important;
        border-radius: 0 !important;
        background-color: #353636 !important;
        box-shadow: none !important;
        color: #fff !important;
        font-size: 0 !important; /* скрываем текст "Найти" */
        cursor: pointer !important;
        transition: background-color 0.2s ease !important;
        /* Лупа через SVG в background */
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E") !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: 20px 20px !important;
    }
    .header-reg-form input[type="submit"]:hover {
        background-color: #484848 !important;
    }

    /* НАВИГАЦИОННАЯ ПОЛОСА: убираем float, ставим светлый фон как у десктопа */
    .wraper-nav {
        margin: 0 !important;
        border-radius: 0 !important;
        display: block !important;
        height: auto !important;
        padding: 0 !important;
        /* Используем тот же цвет фона, что у png-картинки — светло-серый */
        background: #e8e8e8 !important;
        background-image: none !important;
    }
    .nav-description {
        float: none !important;
        width: 100% !important;
        padding: 10px 15px 8px !important;
        text-align: center !important;
        box-sizing: border-box !important;
        color: #6d6d6d !important; /* явно задаём цвет текста */
    }
    nav { width: 100% !important; }
    nav ul {
        float: none !important;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        padding: 5px 0 !important;
        margin: 0 !important;
        background: #e8e8e8 !important;
    }
    nav li {
        float: none !important;
        display: inline-block !important;
        margin-bottom: 0 !important;
        border-left: none !important;
    }
    nav a {
        padding: 10px 14px !important;
        height: auto !important;
        font-size: 15px !important;
        margin-top: 0 !important;
        display: inline-block !important;
        color: #6d6d6d !important; /* явно задаём цвет ссылок */
    }

    /* ГЛАВНОЕ МЕНЮ: flex-обёртка */
    .wraper-main-menu {
        height: auto !important;
        overflow: visible !important; /* разрешаем видимость содержимого */
    }
    .main-menu {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .main-menu li { float: none !important; }
    .main-menu a {
        padding: 10px 12px !important;
        font-size: 13px !important;
        border-right: none !important;
        border-bottom: 1px solid #444 !important;
    }

    /* ОСНОВНОЙ КОНТЕЙНЕР */
    .main {
        width: 100% !important;
        margin-top: 0 !important;
        box-sizing: border-box !important;
    }

    /* КОНТЕНТ + САЙДБАР: вертикальный стек */
    .main-middle { padding: 15px 12px 0 !important; }
    .content.c-left {
        width: 100% !important;
        float: none !important;
    }
    .sidebar.c-right {
        width: 100% !important;
        float: none !important;
        margin-top: 25px !important;
        padding-top: 15px !important;
        border-top: 1px solid #e0e0e0 !important;
        box-sizing: border-box !important;
    }

    /* САЙДБАР: ПОПУЛЯРНЫЕ СТАТЬИ — flex без object-fit */
    .wrapper-perw-pop-arcticles {
        overflow: hidden !important;
        margin: 8px 0 !important;
    }
    .wrapper-perw-pop-arcticles a {
        display: flex !important;
        align-items: flex-start !important;
        gap: 8px !important;
        text-decoration: none !important;
    }
    .left-pop-art {
        float: none !important;
        flex-shrink: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }
    .left-pop-art img, .pop-art {
        width: 60px !important;
        height: auto !important;
        display: block !important;
    }
    .right-pop-art {
        flex: 1 !important;
        min-width: 0 !important;
        word-break: break-word !important;
        line-height: 1.4 !important;
    }

    /* САЙДБАР: СЧЁТЧИКИ */
    .wrapper-auditors div {
        margin: 0 auto !important;
        width: auto !important;
        max-width: 200px !important;
        text-align: center !important;
    }

    /* ПРЕВЬЮ СТАТЕЙ: картинка + текст в строку */
    .inner-preview-last-news { overflow: hidden !important; }
    .img-prew {
        float: left !important;
        width: 100px !important;
        height: auto !important;
        margin-right: 10px !important;
        margin-bottom: 5px !important;
    }

    /* НИЖНЯЯ СТРОКА СТАТЬИ: flex вместо float */
    .wrapper-bottom-information { overflow: hidden !important; }
    .left-bottom-inf {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        gap: 6px !important;
        margin-top: 10px !important;
    }
    .right-bottom-inf {
        float: none !important;
        margin-top: 0 !important;
        margin-left: auto !important;
    }

    /* РЕКОМЕНДУЕМЫЕ ПРОГРАММЫ */
    .program-recommendations { text-align: center !important; }
    .program-recommendations ul {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        padding: 0 !important;
    }
    .program-recommendations li {
        display: inline-block !important;
        margin: 8px !important;
        vertical-align: top !important;
    }

    /* БАННЕРЫ */
    .main-middle-baners { padding: 10px 12px 0 !important; }
    .main-middle-baners > div {
        width: 100% !important;
        display: block !important;
        margin-bottom: 15px !important;
    }
    .wrapper-baner-right { float: none !important; }
    .baner-right-text {
        position: static !important;
        width: 100% !important;
    }

    /* FOOTER */
    footer {
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 20px 15px !important;
    }
    .footer-left {
        float: none !important;
        width: 100% !important;
        max-height: none !important;
        text-align: center !important;
        margin-bottom: 15px !important;
    }
    .footer-right { float: none !important; text-align: center !important; }
    .footer-nav { text-align: center !important; }
    .footer-nav li { display: inline-block !important; }
    .copyright { text-align: center !important; margin: 0 0 8px 0 !important; }
}

/* --- Смартфоны ≤ 600px --- */
@media (max-width: 600px) {

    /* Поиск теперь на всю ширину — max-width не нужен */

    /* Картинка превью — блок на всю ширину */
    .img-prew {
        float: none !important;
        display: block !important;
        width: 100% !important;
        max-width: 280px !important;
        height: auto !important;
        margin: 0 auto 10px !important;
    }

    /* Кнопка «далее» под датой: возвращаем дату и категорию в строку */
    .left-bottom-inf {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        gap: 8px !important;
    }
    .right-bottom-inf { margin-left: auto !important; }

    /* Бургер-меню: видимые линии на светлом фоне */
    .burger-label {
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-around !important;
        width: 32px !important;
        height: 24px !important;
        cursor: pointer !important;
        margin: 12px auto !important;
    }
    .burger-label span {
        display: block !important;
        width: 100% !important;
        height: 3px !important;
        background-color: #6d6d6d !important; /* Тёмно-серый, виден на светлом фоне #e8e8e8 */
        border-radius: 2px !important;
        transition: all 0.3s ease !important;
    }

    /* Главное меню nav: по умолчанию скрыто, открывается бургером */
    nav {
        width: 100% !important;
        background: #e8e8e8 !important;
    }
    nav ul {
        display: none !important;
        flex-direction: column !important;
        align-items: stretch !important;
        padding: 0 !important;
        margin: 0 !important;
        background: #e8e8e8 !important;
    }

    /* Показываем nav ul, если чекбокс отмечен */
    .burger-checkbox:checked ~ nav ul {
        display: flex !important;
    }

    /* Анимация крестика при открытом меню */
    .burger-checkbox:checked ~ .burger-label span:nth-child(1) {
        transform: translateY(9px) rotate(45deg) !important;
    }
    .burger-checkbox:checked ~ .burger-label span:nth-child(2) {
        opacity: 0 !important;
    }
    .burger-checkbox:checked ~ .burger-label span:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg) !important;
    }

    nav li {
        width: 100% !important;
        border-left: none !important;
        border-bottom: 1px solid #d0d0d0 !important;
    }
    nav li:last-child { border-bottom: none !important; }
    nav a {
        display: block !important;
        padding: 13px 15px !important;
        color: #6d6d6d !important;
        font-size: 15px !important;
        text-align: center !important;
    }

    /* Меню новостей — горизонтальный свайп */
    .wraper-main-menu {
        height: auto !important;
        overflow: visible !important;
        width: 100% !important;
        max-width: 100vw !important;
        box-sizing: border-box !important;
    }
    .main-menu {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        justify-content: flex-start !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .main-menu li {
        width: auto !important;
        flex-shrink: 0 !important;
        border-bottom: none !important; /* убираем border от правила выше */
        float: none !important;
    }
    .main-menu a {
        width: auto !important;
        display: block !important;
        text-align: center !important;
        white-space: nowrap !important;
        padding: 14px 16px !important;
        border-bottom: none !important;
        border-right: 1px solid #444 !important; /* возвращаем вертикальный разделитель */
        font-size: 13px !important;
    }

    /* Выравнивание текста и картинки в популярных статьях */
    .wrapper-perw-pop-arcticles a { align-items: center !important; }

    /* Шрифты */
    .preview-last-news h2 { font-size: 17px !important; }
    .article-title { font-size: 18px !important; line-height: 1.3 !important; }
    .cont { font-size: 15px !important; line-height: 1.6 !important; }

    /* Пагинация */
    /* Пагинация — компактная версия для мобильных */
    .search_pagination,
    .list_pagination {
        gap: 3px !important;
        margin: 15px 0 !important;
        padding: 6px 0 !important;
    }
    .pagenav {
        min-width: 30px !important;
        height: 30px !important;
        padding: 0 8px !important;
        font-size: 13px !important;
        border-radius: 3px !important;
    }
    .pagenav.prev,
    .pagenav.next {
        padding: 0 10px !important;
        font-size: 14px !important;
        letter-spacing: 0 !important;
    }

    /* Хлебные крошки */
    .breadcrumb { font-size: 13px !important; word-break: break-word !important; }
}

/* --- Малые смартфоны ≤ 400px --- */
@media (max-width: 400px) {
    /* Поиск: форма уже 100% ширины, дополнительных правил не нужно */
}