/**
@author fly
*/

/* ===== ОСНОВНОЙ ФОН ===== */
body,
div.body {
    background-color: #0d0d0d !important;
    background-image: url('https://i.ibb.co/rKLKHGqD/file-00000000dd508243ab734d0bbba63816.png') !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

/* ===== ШАПКА ===== */
div.block_top {
    background: #0d0d0d url('https://i.ibb.co/ynrC86St/imgonline-com-ua-Resize-rvt-JHz8-B48n6-Z.png') center center no-repeat !important;
    background-size: cover !important;
    height: 150px !important;
}

/* ===== БОКСЫ ПОД ШАПКОЙ ===== */
.raised .boxcontent,
.raised div.boxcontent {
    background: #111 url('https://i.ibb.co/XZm71xz7/imgonline-com-ua-Resize-V5-Ic73l-KK8.png') 0 0 repeat !important;
}

/* ===== ЛЕВОЕ МЕНЮ - основные заголовки ===== */
div.left_head,
.left_container .raised div.left_head {
    background: #111 url('https://i.ibb.co/67y0kSgt/imgonline-com-ua-Resize-a5ny-GN4w-Dc.png') center center no-repeat !important;
    background-size: cover !important;
    color: transparent !important;
    text-shadow: none !important;
}

/* ===== ПОДЗАГОЛОВКИ (Пресса и т.д.) ===== */
div.menu_head {
    background: #111 url('https://i.ibb.co/67y0kSgt/imgonline-com-ua-Resize-a5ny-GN4w-Dc.png') center center no-repeat !important;
    background-size: cover !important;
    color: #fff !important;
    text-shadow: none !important;
    height: 18px !important;
}

/* ===== НИЖНИЙ БЛОК ===== */
div.block_bottom {
    background: #0d0d0d url('https://i.ibb.co/TD9tC2XB/imgonline-com-ua-Resize-ZCCVa-Kc-Awrky5.png') center center no-repeat !important;
    background-size: cover !important;
    height: 50px !important;
    border: 1px solid #222 !important;
}

/* ===== КНОПКА ВВЕРХ ===== */
.scrollTop {
    background: url('https://i.ibb.co/N2WnfL28/imgonline-com-ua-Resize-x-Ce9y-DTqhcwngsa8.png') center center no-repeat !important;
    background-size: contain !important;
}

/* ===== EXPRESS PANEL ===== */
.shortcuts_button {
    background: #0d0d0d url('https://i.ibb.co/svRjMsjn/imgonline-com-ua-Resize-3ie-Zbxy-T0-Im.png') center center no-repeat !important;
    border-radius: 8px 0 0 8px !important;
}

/* ===== ВЕРХНЕЕ МЕНЮ ===== */
td.menu_item a.m {
    background: #1a1a1a url('https://i.ibb.co/XZm71xz7/imgonline-com-ua-Resize-V5-Ic73l-KK8.png') 0 0 repeat-x !important;
    height: 23px !important;
    color: #fff !important;
    text-shadow: none !important;
}

td.menu_item:hover a.m {
    background: #000 url('https://i.ibb.co/XZm71xz7/imgonline-com-ua-Resize-V5-Ic73l-KK8.png') 0 0 repeat-x !important;
    color: #ffcc00 !important;
    height: 23px !important;
}

/* ===== Фон левого меню — СВЕТЛЫЙ ===== */
div.left_body,
div.left_container,
div.menu_body,
.menu_item_first {
    background: #f4f4f4 !important;
}

a.m, a.m:visited {
    color: #222 !important;
    text-shadow: none !important;
}

div.menu_item:hover a.m,
a.m:hover {
    color: #000 !important;
}